* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.head_class_qT {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1192px;
    margin: auto;
}.sec_cert_Qr {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.outer-container_ts {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.who_we_are_qW {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}.who_we_are_qW::before {
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(15, 23, 42, 0.85) 0%,
        rgba(30, 58, 138, 0.75) 50%,
        rgba(15, 23, 42, 0.85) 100%);
    backdrop-filter: blur(5px) saturate(120%);
    top: 0;
    height: 100%;
}.who_we_are_qW::after {
    z-index: 2;
    height: 100%;
    animation: orbitGlow 15s infinite linear;
    top: -50%;
    background: radial-gradient(circle, 
        rgb(178,184,169,0.5) 0%, 
        transparent 70%);
    width: 100%;
    content: "";
    position: absolute;
    right: -50%;
}.who_we_are_qW .container {
    padding: 0 30px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
}.who_we_are_qW .text_item_gt {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to right, 
        rgba(30, 41, 59, 0.6), 
        rgba(30, 41, 59, 0.8));
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 100%, 
        2% 100%
    );
    backdrop-filter: blur(8px);
    max-width: 950px;
    padding: 45px 50px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid rgb(178,184,169);
    margin: 0 auto;
    position: relative;
}.who_we_are_qW .text_item_gt:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.who_we_are_qW .text_item_gt > div:first-child {
    margin-bottom: 15px;
    position: relative;
}.who_we_are_qW .text_item_gt > div:first-child::before {
    content: "";
    animation: pulsate 4s infinite ease-in-out;
    border-radius: 50%;
    z-index: -1;
    height: 60px;
    border: 2px solid rgb(178,184,169,0.5);
    position: absolute;
    top: -25px;
    left: -35px;
    width: 60px;
}.who_we_are_qW .text_item_gt > div:first-child::after {
    width: 100px;
    left: 0;
    content: "";
    bottom: -8px;
    height: 2px;
    background: linear-gradient(to right, rgb(178,184,169), transparent);
    position: absolute;
}.who_we_are_qW h5 {
    font-weight: 700;
    position: relative;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: rgb(178,184,169);
    margin: 0;
    letter-spacing: 2px;
}.who_we_are_qW h5::after {
    right: -40px;
    content: "";
    height: 30px;
    z-index: -1;
    border: 2px solid rgb(149,155,136,0.5);
    animation: orbit 10s infinite linear;
    top: -15px;
    position: absolute;
    width: 30px;
    border-radius: 50%;
}.who_we_are_qW p {
    color: #ffffff;
    font-weight: 600;
    font-size: calc(14px * 1.2);
    margin: 0 0 20px;
}.who_we_are_qW p b {
    position: relative;
    background: linear-gradient(120deg, #ffffff, rgb(149,155,136));
    font-size: calc(22px * 1.1);
    background-clip: text !important;
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text !important;
    display: inline-block;
}.who_we_are_qW p b::after {
    content: "";
    background: linear-gradient(90deg, rgb(178,184,169), transparent);
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    position: absolute;
}.who_we_are_qW ol {
    list-style: none;
    counter-reset: custom-counter;
    position: relative;
    padding: 0;
    margin: 0;
}.who_we_are_qW li {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.8;
    position: relative;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 15px;
}.who_we_are_qW li::before {
    display: none;
}.who_we_are_qW li::after {
    transition: all 0.3s ease;
    transform: scale(0);
    background-color: rgb(178,184,169);
    position: absolute;
    left: -20px;
    border-radius: 50%;
    height: 8px;
    top: 12px;
    width: 8px;
    opacity: 0;
    content: "";
}.who_we_are_qW .text_item_gt:hover li::after {
    transform: scale(1);
    opacity: 1;
}

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

@keyframes orbit {
    from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

@keyframes orbitGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 992px) {.who_we_are_qW {
    padding: 80px 0;
}.who_we_are_qW .text_item_gt {
    transform: perspective(800px) rotateY(-1deg);
    padding: 35px 30px;
}.who_we_are_qW h5 {
    font-size: calc(20px * 0.9);
}.who_we_are_qW p {
    font-size: 14px;
}.who_we_are_qW p b {
    font-size: 22px;
}
}

@media (max-width: 768px) {.who_we_are_qW {
    padding: 60px 0;
}.who_we_are_qW .text_item_gt {
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 100%, 
            3% 100%
        );
    padding: 25px 20px;
    transform: none;
}.who_we_are_qW .text_item_gt > div:first-child::before {
    height: 40px;
    width: 40px;
    top: -15px;
    left: -10px;
}.who_we_are_qW h5::after {
    height: 20px;
    right: -25px;
    width: 20px;
    top: -10px;
}.who_we_are_qW h5 {
    letter-spacing: 1px;
}.who_we_are_qW li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.who_we_are_qW {
    padding: 50px 0;
}.who_we_are_qW .container {
    padding: 0 15px;
}.who_we_are_qW .text_item_gt {
    padding: 20px 15px;
    border-left-width: 3px;
}.who_we_are_qW h5 {
    font-size: calc(20px * 0.85);
}.who_we_are_qW p b {
    font-size: calc(22px * 0.9);
}.who_we_are_qW li {
    line-height: 1.5;
    font-size: calc(14px * 0.85);
}.who_we_are_qW .text_item_gt > div:first-child::after {
    width: 70px;
}}.pricing_kit_f6 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(206,212,197), rgba(240, 240, 255, 0.95));
    padding: 120px 0;
    position: relative;
}.pricing_kit_f6::before {
    width: 40%;
    top: -10%;
    right: -5%;
    background: linear-gradient(145deg, rgb(178,184,169,0.5), rgb(149,155,136,0.5));
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
    position: absolute;
    filter: blur(60px);
    height: 70%;
    content: "";
    opacity: 0.4;
}.pricing_kit_f6::after {
    transform: rotate(12deg) skewX(-10deg);
    position: absolute;
    background: linear-gradient(215deg, rgb(149,155,136,0.5), rgb(178,184,169,0.5));
    left: -5%;
    bottom: -10%;
    filter: blur(50px);
    z-index: 0;
    content: "";
    opacity: 0.3;
    height: 60%;
    width: 35%;
}.pricing_kit_f6 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    padding: 0 20px;
    z-index: 1;
}.pricing_kit_f6 .premium_cost_jP {
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
}.pricing_kit_f6 .rate_choices_BU {
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
}.pricing_kit_f6 .rate_choices_BU h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}.pricing_kit_f6 .rate_choices_BU h2::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(178,184,169), rgb(149,155,136));
    height: 4px;
    content: "";
    bottom: -12px;
    width: 80px;
    border-radius: 10px;
}.pricing_kit_f6 .price_choices_wd {
    margin: 20px auto 0;
    max-width: 680px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}.pricing_kit_f6 .edu_rates_m2 {
    display: grid;
    opacity: 0;
    grid-template-columns: 1fr;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    gap: 30px;
    transform: translateY(40px);
}.pricing_kit_f6 .study_sub_mF {
    transform: perspective(1000px) rotateX(0deg);
    backface-visibility: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.pricing_kit_f6 .access_plans_E8 {
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    will-change: transform, box-shadow;
    display: flex;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: #ffffff;
}.pricing_kit_f6 .study_sub_mF:hover .access_plans_E8 {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.pricing_kit_f6 .discount_deals_nN {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 35px 30px;
}.pricing_kit_f6 .discount_deals_nN h3 {
    white-space: normal;
    word-break: break-word;
    font-size: calc(24px + 2px);
    position: relative;
    margin-bottom: 15px;
    overflow-wrap: break-word;
    font-weight: 700;
    padding-left: 15px;
    color: #000000;
}.pricing_kit_f6 .discount_deals_nN h3::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: calc(100% - 10px);
    background: linear-gradient(to bottom, rgb(178,184,169), rgb(149,155,136));
    top: 5px;
}.pricing_kit_f6 .cost_plan_XU {
    display: inline-block;
    font-size: calc(24px + 4px);
    border-radius: 6px;
    margin: 5px 0 20px;
    padding: 8px 15px;
    position: relative;
    font-weight: 700;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    color: rgb(178,184,169);
}.pricing_kit_f6 .discount_deals_nN p {
    line-height: 1.6;
    color: #000000;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    flex-grow: 1;
    margin-top: 5px;
    margin-bottom: 10px;
}.pricing_kit_f6 .pic_overlay_ng {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    height: 220px;
    width: 100%;
    position: relative;
}.pricing_kit_f6 .pic_overlay_ng::after {
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    z-index: 1;
    right: 0;
}.pricing_kit_f6 .study_sub_mF:hover .pic_overlay_ng {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_kit_f6 .edu_rates_m2 {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_kit_f6 .premium_cost_jP {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.pricing_kit_f6 .premium_cost_jP {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.pricing_kit_f6 .rate_choices_BU {
    grid-row: 1;
    text-align: left;
    grid-column: 2;
    align-self: center;
}.pricing_kit_f6 .rate_choices_BU h2 {
    display: inline-block;
}.pricing_kit_f6 .rate_choices_BU h2::after {
    left: 0;
    transform: none;
}.pricing_kit_f6 .price_choices_wd {
    margin: 25px 0 0;
}.pricing_kit_f6 .edu_rates_m2 {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
}
}

@media (min-width: 1200px) {.pricing_kit_f6 .edu_rates_m2 {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_kit_f6 .discount_deals_nN {
    padding: 40px 35px;
}.pricing_kit_f6 .pic_overlay_ng {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_kit_f6 {
    padding: 80px 0;
}.pricing_kit_f6 .rate_choices_BU {
    margin-bottom: 20px;
}.pricing_kit_f6 .access_plans_E8 {
    max-width: 100%;
}.pricing_kit_f6 .discount_deals_nN {
    padding: 30px 25px;
}.pricing_kit_f6 .discount_deals_nN h3 {
    font-size: calc(24px + 1px);
}.pricing_kit_f6 .cost_plan_XU {
    margin: 0 0 15px;
    font-size: 24px;
}.pricing_kit_f6 .pic_overlay_ng {
    height: 200px;
}
}

@media (max-width: 480px) {.pricing_kit_f6 {
    padding: 60px 0;
}.pricing_kit_f6 .discount_deals_nN {
    padding: 25px 20px;
}.pricing_kit_f6 .pic_overlay_ng {
    height: 180px;
}}.launch_now_IM {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(178,184,169,0.5), rgb(178,184,169));
}.launch_now_IM::before,
.launch_now_IM::after {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    pointer-events: none;
    content: '';
}.launch_now_IM::before {
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
    transform: translateZ(-10px) rotateX(5deg);
}.launch_now_IM::after {
    background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 12px
  );
    opacity: 0.7;
    filter: blur(1px);
}.launch_now_IM .container {
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.08);
    animation: container-rise 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    margin: 0 auto;
    border-radius: 4px;
    z-index: 2;
    transform: translateZ(20px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    padding: 0 2rem;
    padding: 3rem;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 3px solid rgb(149,155,136);
    transform-style: preserve-3d;
    position: relative;
}.launch_now_IM h2 {
    color: #ffffff;
    opacity: 0;
    animation: text-fade 0.8s ease-out 0.3s forwards;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    transform: translateY(10px);
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 3rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
}.launch_now_IM h2::before {
    content: '';
    height: 3px;
    position: absolute;
    background: rgb(149,155,136);
    width: 80px;
    left: 50%;
    border-radius: 1px;
    bottom: -12px;
    transform: translateX(-50%);
}.launch_now_IM .study_guides_pX {
    transform-style: preserve-3d;
    opacity: 0;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    transform: translateZ(30px);
    animation: holder-fade 0.8s ease-out 0.6s forwards;
    display: flex;
}.launch_now_IM svg {
    height: 48px;
    transform: scale(0);
    animation: svg-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s forwards;
    width: 48px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.launch_now_IM svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.launch_now_IM .feedback_reach_MO {
    padding: 1rem 2.5rem;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1),
              0 6px 6px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    border: none;
    border-radius: 2px;
    background: #ffffff;
}.launch_now_IM .feedback_reach_MO::before {
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    width: 100%;
    height: 100%;
    left: -100%;
    content: '';
    top: 0;
    transition: all 0.6s ease;
    position: absolute;
}.launch_now_IM .feedback_reach_MO:hover {
    background: rgb(149,155,136);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2),
              0 10px 10px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateY(-5px);
}.launch_now_IM .feedback_reach_MO:hover::before {
    left: 100%;
}.launch_now_IM .feedback_reach_MO:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes container-rise {
  0% {
    transform: translateZ(0) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateZ(20px) translateY(0);
    opacity: 1;
  }
}

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

@keyframes holder-fade {
  0% {
    opacity: 0;
    transform: translateZ(10px);
  }
  100% {
    opacity: 1;
    transform: translateZ(30px);
  }
}

@keyframes svg-pop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 992px) {.launch_now_IM {
    padding: 5rem 0;
}.launch_now_IM .container {
    padding: 2.5rem 2rem;
}.launch_now_IM h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.launch_now_IM {
    padding: 4rem 0;
}.launch_now_IM .container {
    padding: 2rem 1.5rem;
}.launch_now_IM .study_guides_pX {
    flex-direction: column;
    gap: 1.5rem;
}.launch_now_IM h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.launch_now_IM svg {
    height: 40px;
    width: 40px;
}.launch_now_IM .feedback_reach_MO {
    width: 100%;
    padding: 0.9rem 2rem;
    text-align: center;
}
}

@media (max-width: 576px) {.launch_now_IM {
    padding: 3rem 0;
}.launch_now_IM .container {
    padding: 1.5rem 1rem;
}.launch_now_IM h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.launch_now_IM svg {
    height: 36px;
    width: 36px;
}.launch_now_IM .feedback_reach_MO {
    font-size: calc(18px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.launch_now_IM .container,
  .launch_now_IM h2,
  .launch_now_IM .study_guides_pX,
  .launch_now_IM svg {
    transform: none;
    animation: none;
    opacity: 1;
}.launch_now_IM .feedback_reach_MO::before {
    display: none;
}}.thxContent_3G {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(178,184,169,0.5), rgb(149,155,136,0.5) 70%, rgb(255, 255, 255, 0.5));
    perspective: 1000px;
    position: relative;
}.thxContent_3G::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(178,184,169,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(149,155,136,0.5) 0%, transparent 40%);
    animation: pulse 15s infinite alternate;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0.6;
    content: "";
}.thxContent_3G::after {
    filter: blur(100px);
    right: -50%;
    position: absolute;
    content: "";
    width: 100%;
    background: rgb(255, 255, 255, 0.5);
    transform: rotate(45deg);
    top: -50%;
    animation: glow 10s infinite alternate;
    opacity: 0.2;
    height: 100%;
}.thxContent_3G .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 2rem;
    transform-style: preserve-3d;
    margin: 0 auto;
}.thxContent_3G h2 {
    animation: fadeSlideIn 0.8s ease-out both;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-size: clamp(1.5rem, 3vw, 28px);
    font-family: Arial, sans-serif;
    text-align: center;
    transform: translateZ(30px);
}.thxContent_3G h2::after {
    content: "";
    width: 100px;
    bottom: -0.5rem;
    transform: translateX(-50%) translateZ(20px);
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(90deg, rgb(178,184,169), rgb(149,155,136));
    height: 3px;
    left: 50%;
}.thxContent_3G .study_guides_pX {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    animation: slideUpScale 1s ease-out 0.3s both;
    padding: 2.5rem;
    background: linear-gradient(to right bottom, #ffffff, rgba(255, 255, 255, 0.85));
    transform: translateZ(20px) rotateX(2deg);
}.thxContent_3G .study_guides_pX::before {
    opacity: 0.05;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(178,184,169,0.5) 0%, transparent 100%);
    top: 0;
    z-index: -1;
}.thxContent_3G .study_guides_pX:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
}.thxContent_3G ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thxContent_3G li {
    padding-left: 0;
    position: relative;
    margin-bottom: 0.5rem;
    animation: fadeSlideInDelayed 1.2s ease-out both;
}.thxContent_3G li::before {
    width: 0;
    left: -5px;
    content: "";
    position: absolute;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(178,184,169);
    border-radius: 50%;
    height: 0;
    opacity: 0;
    top: 0.7rem;
    transform: scale(0);
}.thxContent_3G li:hover::before {
    opacity: 1;
    transform: scale(1);
    height: 8px;
    left: -20px;
    width: 8px;
}.thxContent_3G span {
    letter-spacing: 0.01em;
    font-weight: 400;
    position: relative;
    color: #000000;
    font-size: clamp(1rem, 2vw, 16px);
    line-height: 1.6;
    display: block;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
}

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

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

@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}

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

@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}

@media (min-width: 768px) {.thxContent_3G {
    padding: 6rem 0;
}.thxContent_3G .study_guides_pX {
    max-width: 85%;
    margin: 0 auto;
    transform: translateZ(20px) rotateX(3deg);
    padding: 3rem;
}.thxContent_3G h2 {
    margin-bottom: 3rem;
}.thxContent_3G li::before {
    left: -10px;
}.thxContent_3G li:hover::before {
    left: -25px;
}
}

@media (min-width: 992px) {.thxContent_3G {
    padding: 7rem 0;
}.thxContent_3G .container {
    flex-direction: column;
    display: flex;
    align-items: center;
}.thxContent_3G h2 {
    transform: translateZ(40px);
    max-width: 80%;
}.thxContent_3G .study_guides_pX {
    transform: translateZ(25px) rotateX(2deg);
    max-width: 75%;
    padding: 3.5rem 4rem;
}.thxContent_3G .study_guides_pX:hover {
    transform: translateZ(35px) rotateX(0deg);
}.thxContent_3G li {
    padding-left: 0.5rem;
}
}

@media (max-width: 767px) {.thxContent_3G {
    padding: 4rem 0;
}.thxContent_3G .study_guides_pX {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.thxContent_3G h2 {
    transform: translateZ(15px);
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    margin-bottom: 2rem;
}.thxContent_3G .study_guides_pX:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thxContent_3G span {
    font-size: 0.95rem;
}
}

@media (max-width: 480px) {.thxContent_3G {
    padding: 3rem 0;
}.thxContent_3G .container {
    padding: 0 1.5rem;
}.thxContent_3G h2 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}.thxContent_3G .study_guides_pX {
    padding: 1.25rem;
}.thxContent_3G span {
    line-height: 1.5;
    font-size: 0.9rem;
}}.course_offering_39 {
    position: relative;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    background-color: rgb(206,212,197);
}.course_offering_39 .tech_learn_jD {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}.course_offering_39 .tech_learn_jD::before {
    height: 100%;
    opacity: 0.7;
    left: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
    background: #000000;
    content: "";
    top: 0;
}.course_offering_39 .next_skill_EX {
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}.course_offering_39 .class_route_br {
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 100%;
    transform: scale(1.1);
}.course_offering_39 .tech_learn_jD:hover .class_route_br {
    animation-play-state: paused;
}.course_offering_39 .class_route_br:nth-child(1) {
    animation-delay: 0s;
}.course_offering_39 .class_route_br:nth-child(2) {
    animation-delay: -5s;
}.course_offering_39 .class_route_br:nth-child(3) {
    animation-delay: -10s;
}.course_offering_39 .class_route_br:nth-child(4) {
    animation-delay: -15s;
}.course_offering_39 .class_route_br:nth-child(5) {
    animation-delay: -20s;
}.course_offering_39 .class_route_br img {
    filter: grayscale(0.3) contrast(1.1);
    object-fit: cover;
    height: 100%;
    width: 100%;
}.course_offering_39 .container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 10;
    height: 100vh;
}.course_offering_39 .study_guides_pX {
    display: grid;
    height: 80vh;
    grid-template-rows: repeat(12, 1fr);
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    width: 85%;
}.course_offering_39 .training_guide_Vb {
    box-sizing: border-box;
    padding: 4rem;
    grid-row: 2 / 12;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    grid-column: 6 / 13;
    border-radius: 28px;
    justify-content: center;
    position: relative;
    flex-direction: column;
    z-index: 3;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.04);
}.course_offering_39 .training_guide_Vb::before {
    width: 60%;
    border-radius: 50%;
    filter: blur(60px);
    left: -30px;
    opacity: 0.3;
    top: -30px;
    background: rgb(178,184,169,0.5);
    position: absolute;
    z-index: -1;
    height: 60%;
    content: "";
}.course_offering_39 .training_guide_Vb::after {
    filter: blur(70px);
    content: "";
    z-index: -1;
    position: absolute;
    bottom: -30px;
    border-radius: 50%;
    opacity: 0.3;
    width: 70%;
    right: -30px;
    background: rgb(149,155,136,0.5);
    height: 70%;
}.course_offering_39 .training_guide_Vb h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-size: 29px;
}.course_offering_39 .training_guide_Vb h3::before {
    left: -15px;
    border-radius: 10px;
    top: -15px;
    opacity: 0.5;
    z-index: -1;
    border: 2px solid rgb(178,184,169,0.5);
    position: absolute;
    height: 50px;
    content: "";
    width: 50px;
}.course_offering_39 .training_guide_Vb p {
    margin-bottom: 2.5rem;
    font-size: 14px;
    line-height: 1.8;
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
    color: #000000;
}.course_offering_39 .feedback_reach_MO {
    align-items: center;
    color: #ffffff;
    max-width: calc(100% - 2rem);
    margin-bottom: 1rem;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    align-self: flex-start;
    padding: 1rem 2rem;
    display: inline-flex;
    border: 1px solid rgb(178,184,169);
    background: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
}.course_offering_39 .feedback_reach_MO::before {
    width: 100%;
    left: -100%;
    transition: left 0.3s ease;
    content: "";
    height: 100%;
    background: rgb(178,184,169);
    top: 0;
    position: absolute;
    z-index: -1;
}.course_offering_39 .feedback_reach_MO:hover {
    color: #ffffff;
}.course_offering_39 .feedback_reach_MO:hover::before {
    left: 0;
}.course_offering_39 .study_guides_pX::after {
    height: 100%;
    grid-row: 4 / 10;
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 28px;
    z-index: 2;
    border: 1px solid rgb(149,155,136,0.5);
    grid-column: 3 / 9;
}

@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_offering_39 .study_guides_pX {
    width: 90%;
    height: 85vh;
}.course_offering_39 .training_guide_Vb {
    padding: 3rem;
}
}

@media screen and (max-width: 992px) {.course_offering_39 .study_guides_pX {
    grid-template-rows: auto 1fr;
    height: auto;
    grid-template-columns: repeat(8, 1fr);
    gap: 2rem;
}.course_offering_39 .study_guides_pX::before {
    display: none;
}.course_offering_39 .study_guides_pX::after {
    display: none;
}.course_offering_39 .training_guide_Vb {
    padding: 2.5rem;
    grid-row: 2;
    grid-column: 1 / 9;
}.course_offering_39 .container {
    padding: 5rem 0;
    height: auto;
}
}

@media screen and (max-width: 768px) {.course_offering_39 .study_guides_pX {
    gap: 1.5rem;
    width: 90%;
}.course_offering_39 .training_guide_Vb {
    padding: 2rem;
}.course_offering_39 .training_guide_Vb h3 {
    font-size: calc(29px * 0.9);
}.course_offering_39 .training_guide_Vb h3::before {
    top: -15px;
    height: 40px;
    left: -20px;
    width: 40px;
}.course_offering_39 .training_guide_Vb p {
    font-size: calc(14px * 0.9);
    margin-bottom: 2rem;
}.course_offering_39 .container {
    padding: 4rem 0;
}
}

@media screen and (max-width: 576px) {.course_offering_39 .study_guides_pX {
    width: 92%;
    gap: 1rem;
}.course_offering_39 .training_guide_Vb {
    padding: 1.5rem;
}.course_offering_39 .training_guide_Vb h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.8);
}.course_offering_39 .training_guide_Vb h3::before {
    display: none;
}.course_offering_39 .training_guide_Vb p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.course_offering_39 .feedback_reach_MO {
    padding: 0.8rem 1.8rem;
    font-size: calc(16px * 0.9);
}.course_offering_39 .container {
    padding: 3rem 0;
}}


.course_offering_39 .next_skill_EX:has(.class_route_br:nth-child(2):last-child) .class_route_br:nth-child(1) {
    animation-delay: 0s;
}.course_offering_39 .next_skill_EX:has(.class_route_br:nth-child(2):last-child) .class_route_br:nth-child(2) {
    animation-delay: -12.5s;
}.course_offering_39 .next_skill_EX:has(.class_route_br:nth-child(3):last-child) .class_route_br:nth-child(1) {
    animation-delay: 0s;
}.course_offering_39 .next_skill_EX:has(.class_route_br:nth-child(3):last-child) .class_route_br:nth-child(2) {
    animation-delay: -8.33s;
}.course_offering_39 .next_skill_EX:has(.class_route_br:nth-child(3):last-child) .class_route_br:nth-child(3) {
    animation-delay: -16.67s;
}.course_offering_39 .next_skill_EX:has(.class_route_br:nth-child(4):last-child) .class_route_br:nth-child(1) {
    animation-delay: 0s;
}.course_offering_39 .next_skill_EX:has(.class_route_br:nth-child(4):last-child) .class_route_br:nth-child(2) {
    animation-delay: -6.25s;
}.course_offering_39 .next_skill_EX:has(.class_route_br:nth-child(4):last-child) .class_route_br:nth-child(3) {
    animation-delay: -12.5s;
}.course_offering_39 .next_skill_EX:has(.class_route_br:nth-child(4):last-child) .class_route_br:nth-child(4) {
    animation-delay: -18.75s;
}@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.course_offering_39 .tech_learn_jD {
    z-index: 0;
}header {
    background-color: rgb(206,212,197);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    padding: 1.2rem 0;
    z-index: 1000;
}header::before {
    opacity: 0.15;
    width: 100%;
    content: '';
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(178,184,169,0.5) 49.5%, rgb(178,184,169,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(149,155,136,0.5) 49.5%, rgb(149,155,136,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    animation: gridMove 40s linear infinite;
    position: absolute;
}header::after {
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(178,184,169) 0%, 
        rgb(149,155,136) 50%, 
        rgb(178,184,169) 100%);
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    content: '';
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .site_info_OR {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .top_primary_o5 {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    gap: 0.5rem;
    position: relative;
    display: flex;
    padding: 5px;
    border-radius: 10px;
}header .head_primary_JA {
    padding: 0.7rem 1.2rem;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
}header .head_primary_JA::before {
    background: linear-gradient(45deg, rgb(178,184,169), rgb(149,155,136));
    transform: scale(0.95);
    content: '';
    transition: all 0.3s ease;
    opacity: 0;
    top: -2px;
    z-index: -1;
    position: absolute;
    bottom: -2px;
    border-radius: calc(10px + 2px);
    left: -2px;
    right: -2px;
}header .head_primary_JA::after {
    position: absolute;
    border-radius: 10px;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    content: '';
    background: rgb(178,184,169);
    left: 0;
}header .head_primary_JA:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}header .head_primary_JA:hover::before {
    transform: scale(1);
    opacity: 1;
}header .header_edu_vh {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    align-items: center;
    display: flex;
    text-decoration: none;
}header .header_edu_vh::before {
    left: -100%;
    content: '';
    top: 0;
    transition: 0.5s;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    position: absolute;
}header .header_edu_vh:hover::before {
    left: 100%;
}header .header_edu_vh svg {
    height: auto;
    position: relative;
    width: 160px;
    z-index: 2;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .top_primary_o5 {
    gap: 0.3rem;
}header .head_primary_JA {
    padding: 0.6rem 0.8rem;
    font-size: calc(15px - 1px);
}header .header_edu_vh svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .site_info_OR {
    flex-direction: column;
}header .top_primary_o5 {
    width: 100%;
    padding: 10px;
    margin-top: 1rem;
    justify-content: center;
    order: 2;
    gap: 0.5rem;
    flex-wrap: wrap;
}header .head_primary_JA {
    font-size: calc(15px - 2px);
    padding: 0.5rem 0.7rem;
}header .header_edu_vh {
    order: 1;
    margin-bottom: 0.5rem;
}header .header_edu_vh svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .top_primary_o5 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .top_primary_o5::-webkit-scrollbar {
    height: 3px;
}header .top_primary_o5::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(178,184,169);
}header .head_primary_JA {
    white-space: nowrap;
}header .header_edu_vh svg {
    width: 110px;
}}.primary_page_jk {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}.primary_page_jk .main_intro_yc {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    align-items: center;
    left: 0;
}.primary_page_jk .main_intro_yc::before {
    backdrop-filter: blur(2px);
    bottom: 0;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(rgb(178,184,169,0.5), 0.4) 100%);
}.primary_page_jk .learn_pro_5S {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    max-width: 1200px;
    width: 90%;
    padding: 2rem;
    margin-left: 8%;
    position: relative;
    z-index: 2;
}.primary_page_jk .learn_pro_5S:hover {
    transform: perspective(1000px) rotateY(0deg);
}.primary_page_jk .learn_pro_5S > div {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    position: relative;
    transform: translateX(0);
}.primary_page_jk .learn_pro_5S > div:nth-child(1) {
    animation: slideIn 0.8s 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    transform: translateX(-50px);
    opacity: 0;
}.primary_page_jk .learn_pro_5S > div:nth-child(2) {
    animation: slideIn 0.8s 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    opacity: 0;
    transform: translateX(-50px);
}.primary_page_jk .learn_pro_5S > div:nth-child(3) {
    transform: translateX(-50px);
    animation: slideIn 0.8s 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    opacity: 0;
}.primary_page_jk p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    font-size: calc(12px * 1.2);
    border-left: 4px solid rgb(149,155,136);
    font-family: Arial, sans-serif;
    padding-left: 3rem;
    display: inline-block;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    transform: skewX(-5deg);
    color: #ffffff;
    font-weight: 600;
}.primary_page_jk .title_style_header {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    font-weight: 700;
    font-size: calc(44px * 1.3);
    padding: 0.8rem 2rem;
    display: inline-block;
    margin-bottom: 2rem;
    background: linear-gradient(90deg, 
    rgb(178,184,169) 0%, 
    transparent 100%);
    color: #ffffff;
    transition: transform 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.primary_page_jk .learn_pro_5S > div:nth-child(2):hover .title_style_header {
    transform: translateX(10px) scale(1.02);
}.primary_page_jk h3 {
    font-weight: 400;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease-out;
    line-height: 1.6;
    max-width: 80%;
    background-color: rgba(rgb(149,155,136,0.5), 0.3);
    margin-top: 1rem;
    color: #ffffff;
    padding: 1.5rem 2rem;
    transform-origin: left bottom;
    box-shadow: 0 15px 25px -15px rgba(0, 0, 0, 0.3);
    font-size: calc(24px * 1.1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
}.primary_page_jk .learn_pro_5S > div:nth-child(3):hover h3 {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.4);
    background-color: rgba(rgb(149,155,136,0.5), 0.5);
}@keyframes slideIn {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.primary_page_jk::after {
    background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(rgb(178,184,169,0.5), 0.2) 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    width: 30%;
}

@media (max-width: 1200px) {.primary_page_jk .learn_pro_5S {
    margin-left: 5%;
    width: 90%;
}.primary_page_jk .title_style_header {
    font-size: calc(44px * 1.1);
}.primary_page_jk h3 {
    max-width: 90%;
    font-size: 24px;
}
}

@media (max-width: 992px) {.primary_page_jk {
    height: auto;
    min-height: 500px;
}.primary_page_jk .main_intro_yc {
    padding: 80px 0;
    position: relative;
}.primary_page_jk .learn_pro_5S {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
    margin-left: 5%;
}.primary_page_jk .title_style_header {
    font-size: 44px;
    padding: 0.6rem 1.5rem;
}.primary_page_jk h3 {
    max-width: 100%;
    font-size: calc(24px * 0.9);
}.primary_page_jk p {
    padding-left: 1.5rem;
    font-size: 12px;
}
}

@media (max-width: 768px) {.primary_page_jk {
    min-height: 450px;
}.primary_page_jk .learn_pro_5S {
    padding: 1rem;
    width: 95%;
    margin-left: 2.5%;
}.primary_page_jk .title_style_header {
    font-size: calc(44px * 0.9);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 0.5rem 1rem;
}.primary_page_jk h3 {
    font-size: calc(24px * 0.85);
    padding: 1rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 97% 100%, 0 100%);
}.primary_page_jk::after {
    width: 20%;
}
}

@media (max-width: 576px) {.primary_page_jk {
    min-height: 400px;
}.primary_page_jk .main_intro_yc {
    padding: 60px 0;
}.primary_page_jk .learn_pro_5S {
    margin-left: 2.5%;
    width: 95%;
    padding: 0.8rem;
}.primary_page_jk p {
    transform: skewX(0deg);
    padding-left: 1rem;
    border-left: 3px solid rgb(149,155,136);
    font-size: calc(12px * 0.9);
}.primary_page_jk .title_style_header {
    font-size: calc(44px * 0.8);
    margin-bottom: 1.2rem;
    padding: 0.4rem 1rem;
}.primary_page_jk h3 {
    padding: 0.8rem 1rem;
    font-size: calc(24px * 0.8);
}.primary_page_jk::after {
    display: none;
}}footer {
    margin-top: 0;
    background-color: #000000;
    position: relative;
}footer::before {
    z-index: 1;
    height: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(178,184,169,0.5) 50%,
    #000000 100%);
    left: 0;
    opacity: 0.9;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}.sec_cert_Qr {
    padding: 60px 0 40px;
    background-color: transparent;
    z-index: 5;
    position: relative;
}.sec_cert_Qr .container {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
}.sec_cert_Qr .company_holder {
    grid-column: span 4;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 10px;
    position: relative;
}.sec_cert_Qr .company_holder h3 {
    font-size: 38px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}.sec_cert_Qr .company_holder h3::after {
    background: rgb(178,184,169);
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
    bottom: -8px;
}.sec_cert_Qr .collab_space_Up {
    line-height: 1.6;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
}.sec_cert_Qr .slack_invite_ap {
    grid-column: span 8;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    display: grid;
}.sec_cert_Qr .top_primary_o5 {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
}.sec_cert_Qr .top_primary_o5 h5 {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}.sec_cert_Qr .top_primary_o5 h5::after {
    width: 100%;
    height: 2px;
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    background: rgb(149,155,136);
}.sec_cert_Qr .top_primary_o5 .page_head_Zo {
    display: grid;
    grid-gap: 15px;
}.sec_cert_Qr .top_primary_o5 .page_head_Zo a {
    font-size: 14px;
    display: block;
    position: relative;
    opacity: 0.8;
    transition: color 0.3s ease, transform 0.3s ease;
    padding-left: 15px;
    color: #ffffff;
    text-decoration: none;
}.sec_cert_Qr .top_primary_o5 .page_head_Zo a::before {
    border-radius: 50%;
    left: 0;
    height: 6px;
    width: 6px;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background: rgb(149,155,136);
    top: 50%;
}.sec_cert_Qr .top_primary_o5 .page_head_Zo a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(178,184,169);
}.award_show_eA {
    padding: 25px 0;
    margin-top: 40px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
}.award_show_eA .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.award_show_eA .compliance_RZ {
    font-size: 14px;
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 991px) {.sec_cert_Qr .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.sec_cert_Qr .company_holder {
    grid-column: span 12;
}.sec_cert_Qr .slack_invite_ap {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.sec_cert_Qr {
    padding: 40px 0 30px;
}.sec_cert_Qr .slack_invite_ap {
    grid-template-columns: 1fr;
}.sec_cert_Qr .company_holder {
    padding: 25px;
}.sec_cert_Qr .top_primary_o5 {
    padding: 25px;
}.sec_cert_Qr .company_holder h3 {
    font-size: calc(38px - 2px);
}.sec_cert_Qr .top_primary_o5 h5 {
    font-size: calc(20px - 1px);
}
}

@media (max-width: 575px) {.sec_cert_Qr {
    padding: 30px 0 20px;
}.sec_cert_Qr .company_holder,
  .sec_cert_Qr .top_primary_o5 {
    padding: 20px;
}.sec_cert_Qr .company_holder h3 {
    font-size: calc(38px - 4px);
}.award_show_eA {
    padding: 20px 0;
}}

.sec_cert_Qr .company_holder:hover,
.sec_cert_Qr .top_primary_o5:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.sec_cert_Qr .container::before {
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
    linear-gradient(to right, rgb(178,184,169,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(178,184,169,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    content: "";
    opacity: 0.05;
    position: absolute;
    left: 0;
    pointer-events: none;
}.sec_cert_Qr .company_holder::before {
    top: 0;
    height: 100%;
    background: rgb(178,184,169);
    left: 0;
    width: 5px;
    opacity: 0.5;
    content: "";
    position: absolute;
}.sec_cert_Qr .top_primary_o5::before {
    height: 100%;
    top: 0;
    opacity: 0.5;
    left: 0;
    width: 5px;
    background: rgb(149,155,136);
    content: "";
    position: absolute;
}footer::after {
    z-index: 2;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    bottom: 0;
    opacity: 0.3;
    background: linear-gradient(to right,
    rgb(178,184,169),
    rgb(149,155,136),
    rgb(178,184,169));
    position: absolute;
}.sec_cert_Qr .page_head_Zo {
    position: relative;
}.sec_cert_Qr .page_head_Zo::after {
    bottom: -15px;
    background: rgb(149,155,136,0.5);
    height: 1px;
    opacity: 0.2;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
}.sec_cert_Qr .top_primary_o5 h5,
.sec_cert_Qr .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.sec_cert_Qr .top_primary_o5:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.sec_cert_Qr .top_primary_o5:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.award_show_eA .compliance_RZ {
    position: relative;
    display: inline-block;
}.award_show_eA .compliance_RZ::before {
    content: "";
    opacity: 0.5;
    width: 30px;
    background: rgb(178,184,169);
    top: 50%;
    position: absolute;
    height: 1px;
    left: -40px;
    transform: translateY(-50%);
}.award_show_eA .compliance_RZ::after {
    content: "";
    transform: translateY(-50%);
    position: absolute;
    right: -40px;
    background: rgb(178,184,169);
    height: 1px;
    top: 50%;
    width: 30px;
    opacity: 0.5;
}.location_details_Nx {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(206,212,197), rgba(245, 248, 255, 0.95));
    font-family: Arial, sans-serif;
    padding: 6rem 0;
    position: relative;
}.location_details_Nx::before {
    height: 70%;
    filter: blur(25px);
    content: "";
    right: -5%;
    width: 30%;
    z-index: 1;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(120deg, rgb(178,184,169,0.5), rgb(149,155,136,0.5));
    top: -10%;
    border-radius: 100px;
    position: absolute;
}.location_details_Nx::after {
    bottom: -5%;
    background: linear-gradient(220deg, rgb(149,155,136,0.5), rgb(178,184,169,0.5));
    z-index: 1;
    height: 60%;
    content: "";
    position: absolute;
    width: 25%;
    filter: blur(20px);
    transform: rotate(10deg) skewY(5deg);
    left: -5%;
    border-radius: 27px;
}.location_details_Nx h1 {
    transform: translateY(0);
    text-align: center;
    font-size: 48px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin-bottom: 3rem;
    color: #000000;
}.location_details_Nx h1::after {
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(178,184,169), rgb(149,155,136));
    width: 80px;
}.location_details_Nx .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.location_details_Nx .request_support_jf {
    border-radius: 12px;
    display: grid;
    transform: translateY(0);
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.06);
    padding: 2.5rem;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
}.location_details_Nx .request_support_jf:hover {
    transform: translateY(-5px);
}.location_details_Nx .request_support_jf > div {
    z-index: 2;
    position: relative;
}.location_details_Nx .request_support_jf > div:first-child {
    background: linear-gradient(135deg, rgba(250, 252, 255, 0.5), rgba(240, 245, 255, 0.8));
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
}.location_details_Nx .request_support_jf > div:first-child > div {
    font-size: calc(12px * 1.05);
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
}.location_details_Nx .request_support_jf > div:nth-child(2) {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    border-left: 3px solid rgb(178,184,169);
    flex-direction: column;
    transition: border-left 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(145deg, rgba(245, 248, 255, 0.9), rgba(255, 255, 255, 0.95));
}.location_details_Nx .request_support_jf > div:nth-child(2):hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    border-left: 3px solid rgb(149,155,136);
}.location_details_Nx h6 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
    display: flex;
    text-transform: capitalize;
    font-size: 22px;
    align-items: center;
}.location_details_Nx h6 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}.location_details_Nx h6:hover svg {
    transform: translateY(-2px);
}.location_details_Nx span {
    margin-left: 1.8rem;
    font-size: 12px;
    color: #000000;
}.location_details_Nx .learn_faq_gV {
    flex-direction: column;
    gap: 1.2rem;
    display: flex;
    margin-top: 0.5rem;
}.location_details_Nx .learn_faq_gV > div {
    position: relative;
    transition: transform 0.3s ease;
}.location_details_Nx .learn_faq_gV > div:hover {
    transform: translateX(5px);
}.location_details_Nx .contact_team_xW {
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}.location_details_Nx .contact_team_xW:hover {
    color: rgb(178,184,169);
}.location_details_Nx .contact_team_xW svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}.location_details_Nx .contact_team_xW:hover svg {
    transform: scale(1.1);
}.location_details_Nx svg {
    height: 20px;
    width: 20px;
}.location_details_Nx svg path {
    transition: fill 0.3s ease;
    fill: rgb(178,184,169);
}.location_details_Nx .contact_team_xW:hover svg path {
    fill: rgb(149,155,136);
}

@media (min-width: 768px) {.location_details_Nx .request_support_jf {
    grid-template-columns: 1fr 1fr;
}.location_details_Nx .request_support_jf > div:last-child {
    grid-column: span 2;
}.location_details_Nx .learn_faq_gV {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}.location_details_Nx .learn_faq_gV > div {
    flex: 0 0 auto;
}
}

@media (min-width: 992px) {.location_details_Nx {
    padding: 8rem 0;
}.location_details_Nx .request_support_jf {
    grid-template-columns: 2fr 1fr 1.5fr;
}.location_details_Nx .request_support_jf > div:last-child {
    grid-column: auto;
}.location_details_Nx .learn_faq_gV {
    flex-direction: column;
}.location_details_Nx h1 {
    margin-bottom: 4rem;
    font-size: calc(48px * 1.1);
}.location_details_Nx .request_support_jf > div:first-child {
    padding: 2rem;
}
}

@media (max-width: 767px) {.location_details_Nx {
    padding: 4rem 0;
}.location_details_Nx h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 2rem;
}.location_details_Nx .request_support_jf {
    padding: 1.5rem;
}.location_details_Nx .request_support_jf > div:first-child {
    padding: 1.2rem;
}.location_details_Nx svg {
    height: 18px;
    width: 18px;
}
}

@media (hover: hover) {.location_details_Nx .request_support_jf:hover > div:first-child {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}.location_details_Nx h1:hover {
    transform: translateY(-3px);
}.location_details_Nx .contact_team_xW:hover svg {
    animation: pulse 1s ease infinite;
}@keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.15); }
        100% { transform: scale(1); }
    }
}header .top_plank {
    color:  #ffffff;
    background: rgb(178,184,169);
}header .top_plank .top_studytrack_XQ div svg, header .top_plank .top_studytrack_XQ div svg path {
    fill: #ffffff;
}header .top_plank .top_studytrack_XQ div span {
    color: #ffffff;
}header .top_plank .top_studytrack_XQ {
    width: 100%;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    align-items: center;
    line-height: 21px;
    display: flex;
    font-size: 12px;
    justify-content: flex-start;
}header .top_plank .top_studytrack_XQ div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-right: 24px;
}header .top_plank .top_studytrack_XQ div img, header .top_plank .top_studytrack_XQ div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.cookie_message_banner_Hh {
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
    background: rgb(149,155,136);
    z-index: 90;
    padding: 20px 0;
    border-top: 2px solid rgb(178,184,169);
    position: fixed;
    width: 100%;
}.data_control_IQ {
    padding: 20px 30px;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
    max-width: 1200px;
    align-items: center;
    display: flex;
}.cookie_message_banner_Hh h5 {
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
}.cookie_message_banner_Hh p {
    max-width: 500px;
    font-size: 12px;
    color: #ffffff;
}.consent_panel_xK {
    margin-right: 20px;
    flex-shrink: 0;
}.consent_panel_xK svg, .consent_panel_xK svg path {
    fill: rgb(178,184,169);
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.consent_panel_xK:hover svg {
    transform: rotate(10deg);
}.cookie_explained_vr {
    box-shadow: rgb(178,184,169,0.5) 0px 4px 10px 0px;
    padding: 10px 20px;
    border-radius: 22px;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
    background: rgb(178,184,169);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 20px;
    color: #ffffff;
    font-size: 18px;
}.cookie_button.cookie_tips_AT {
    background: rgb(178,184,169);
}.cookie_button.cookie_reset_U3 {
    background: rgb(149,155,136);
}.cookie_explained_vr:hover {
    box-shadow: rgb(178,184,169,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookie_message_banner_Hh p a {
    text-decoration: none;
    color: rgb(178,184,169);
    transition: color 0.3s ease-in-out;
    font-weight: 600;
}.cookie_message_banner_Hh p a:hover {
    color: rgb(149,155,136);
}.outer-container_ts .cookie_message_banner_Hh {
    background: rgb(149,155,136);
    border: none;
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.outer-container_ts .cookie_explained_vr {
    background: rgb(178,184,169);
    margin-left: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    font-weight: 400;
    color: #ffffff;
}.outer-container_ts .track_ack_zD h5, .outer-container_ts .track_ack_zD p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie_message_banner_Hh {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_panel_xK {
    display: none;
}.data_control_IQ {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_message_banner_Hh h5 {
    text-align: center;
}.cookie_message_banner_Hh p {
    text-align: center;
}.track_ack_zD {
    margin-bottom: 20px;
    text-align: center;
}.cookie_explained_vr {
    margin-left: 0;
    max-width: 300px;
    margin-top: 10px;
    width: 100%;
}}
#usageSettingsPopup_zE {
    display: none;
}#usageSettingsPopup_zE:checked ~ .cookie_message_banner_Hh {
    opacity: 0;
    visibility: hidden;
}.teacher_profile_6s {
    overflow: hidden;
    position: relative;
    background-color: rgb(206,212,197);
    padding: 6rem 2rem;
}.teacher_profile_6s::before {
    content: "";
    filter: blur(120px);
    height: 300px;
    background: rgb(178,184,169,0.5);
    border-radius: 50%;
    top: -100px;
    position: absolute;
    z-index: 0;
    right: -100px;
    width: 300px;
}.teacher_profile_6s::after {
    height: 250px;
    width: 250px;
    z-index: 0;
    filter: blur(100px);
    content: "";
    background: rgb(149,155,136,0.5);
    left: -80px;
    position: absolute;
    bottom: -80px;
    border-radius: 50%;
}.teacher_profile_6s .reviews_block_qa {
    background: #ffffff;
    display: grid;
    overflow: visible;
    max-width: 1100px;
    gap: 0;
    z-index: 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    grid-template-columns: 1fr 1.2fr;
    border-radius: 16px;
    margin: 0 auto;
    position: relative;
}.teacher_profile_6s .pic_overlay_ng {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 500px;
    position: relative;
    border-radius: 16px 0 0 16px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(-30px) translateY(-30px);
}.teacher_profile_6s .pic_overlay_ng::before {
    z-index: -1;
    height: 100%;
    background: rgb(178,184,169,0.5);
    width: 100%;
    left: 30px;
    top: 30px;
    border-radius: 16px;
    content: "";
    position: absolute;
}.teacher_profile_6s .work_box_cr {
    justify-content: center;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
}.teacher_profile_6s .name {
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem;
    font-size: 47px;
    font-weight: 700;
    color: #000000;
}.teacher_profile_6s .work_box_cr > div:nth-child(2) {
    margin-bottom: 2rem;
    padding-bottom: 15px;
    font-weight: 400;
    color: rgb(178,184,169);
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}.teacher_profile_6s .work_box_cr > div:nth-child(2)::after {
    height: 2px;
    position: absolute;
    bottom: 0;
    background: rgb(149,155,136);
    content: "";
    width: 60px;
    left: 0;
}.teacher_profile_6s .past_career_De {
    font-size: calc(13px * 1.1);
    position: relative;
    font-family: Arial, sans-serif;
    font-style: italic;
    color: #000000;
    font-weight: 300;
    line-height: 1.7;
}.teacher_profile_6s .past_career_De::before {
    font-size: 5rem;
    top: -2.5rem;
    content: "";
    left: -2rem;
    color: rgb(149,155,136,0.5);
    z-index: -1;
    position: absolute;
    font-family: serif;
}.teacher_profile_6s .reviews_block_qa:hover .pic_overlay_ng {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(178,184,169,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.teacher_profile_6s .reviews_block_qa:hover .name {
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(178,184,169), rgb(149,155,136));
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
}

@media (max-width: 992px) {.teacher_profile_6s .reviews_block_qa {
    max-width: 90%;
    grid-template-columns: 1fr;
}.teacher_profile_6s .pic_overlay_ng {
    height: 400px;
    border-radius: 16px 16px 0 0;
    transform: translateY(-30px);
}.teacher_profile_6s .pic_overlay_ng::before {
    width: 100%;
    top: 30px;
    left: 0;
}.teacher_profile_6s .work_box_cr {
    padding: 1rem 2rem 3rem;
}.teacher_profile_6s .reviews_block_qa:hover .pic_overlay_ng {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.teacher_profile_6s {
    padding: 4rem 1rem;
}.teacher_profile_6s .reviews_block_qa {
    max-width: 100%;
}.teacher_profile_6s .pic_overlay_ng {
    height: 320px;
    transform: translateY(-20px);
}.teacher_profile_6s .pic_overlay_ng::before {
    top: 20px;
}.teacher_profile_6s .work_box_cr {
    padding: 0.5rem 1.5rem 2.5rem;
}.teacher_profile_6s .name {
    font-size: calc(28px);
}.teacher_profile_6s .work_box_cr > div:nth-child(2) {
    font-size: 13px;
    letter-spacing: 1px;
}.teacher_profile_6s .past_career_De {
    font-size: 13px;
}.teacher_profile_6s .reviews_block_qa:hover .pic_overlay_ng {
    transform: translateY(-25px);
}}.privacy_arsenal_6R {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    max-width: 1100px;
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}.privacy_arsenal_6R::before,
.privacy_arsenal_6R::after {
    z-index: -1;
    background: rgb(149,155,136,0.5);
    border-radius: 50%;
    content: '';
    position: absolute;
}.privacy_arsenal_6R::before {
    width: 200px;
    right: -50px;
    height: 200px;
    top: -50px;
}.privacy_arsenal_6R::after {
    left: -100px;
    width: 300px;
    bottom: -100px;
    height: 300px;
}.privacy_arsenal_6R h1 {
    color: rgb(178,184,169);
    font-weight: 700;
    border-bottom: 3px dashed rgb(178,184,169);
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 44px;
}.privacy_arsenal_6R h2 {
    border-left: 8px double rgb(149,155,136);
    font-weight: 600;
    padding-left: 20px;
    font-size: 37px;
    position: relative;
    margin-top: 30px;
    color: rgb(149,155,136);
    margin-bottom: 20px;
}.privacy_arsenal_6R h2::before {
    position: absolute;
    transform: translateY(-50%);
    width: 10px;
    top: 50%;
    height: 10px;
    content: '';
    left: -15px;
    border-radius: 50%;
    background: rgb(178,184,169);
}.privacy_arsenal_6R ul {
    margin: 20px 0;
    background: rgb(149,155,136,0.5);
    border: 1px solid rgb(149,155,136,0.5);
    list-style: none;
    border-radius: 10px;
    padding-left: 20px;
}.privacy_arsenal_6R ul li {
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
}.privacy_arsenal_6R ul li::before {
    color: rgb(178,184,169);
    transform: translateY(-50%);
    left: 0;
    content: '•';
    top: 50%;
    font-size: 1.5em;
    position: absolute;
}.privacy_arsenal_6R p, .privacy_arsenal_6R span, .privacy_arsenal_6R div {
    background: rgb(178,184,169,0.5);
    font-size: 12px;
    border-left: 4px solid rgb(178,184,169,0.5);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #000000;
}.privacy_arsenal_6R h3, .privacy_arsenal_6R h4, .privacy_arsenal_6R h5, .privacy_arsenal_6R h6 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 25px;
    color: rgb(178,184,169);
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 5px solid rgb(178,184,169);
}.privacy_arsenal_6R h3::after, .privacy_arsenal_6R h4::after, .privacy_arsenal_6R h5::after, .privacy_arsenal_6R h6::after {
    height: 2px;
    position: absolute;
    background: rgb(149,155,136);
    content: '';
    bottom: -5px;
    width: 20px;
    left: 0;
}

@media only screen and (max-width: 800px) {.privacy_arsenal_6R {
    padding: 30px;
}.privacy_arsenal_6R h1 {
    font-size: calc(24px - 4px);
}.privacy_arsenal_6R h2 {
    font-size: calc(24px - 3px);
}.privacy_arsenal_6R h3, .privacy_arsenal_6R h4, .privacy_arsenal_6R h5, .privacy_arsenal_6R h6 {
    font-size: calc(24px - 2px);
}.privacy_arsenal_6R p, .privacy_arsenal_6R span, .privacy_arsenal_6R div, .privacy_arsenal_6R ul li {
    font-size: calc(12px - 2px);
}}.connect_form_Bg {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(206,212,197) 0%, 
        rgb(149,155,136,0.5) 100%
    );
    padding: 6rem 0;
}.connect_form_Bg .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}.connect_form_Bg .connect_grid_q5 {
    box-shadow: 0 25px 50px rgb(178,184,169,0.5);
    display: flex;
    position: relative;
    border-radius: 19px;
    background: rgb(149,155,136,0.5);
    overflow: hidden;
    align-items: stretch;
}.connect_form_Bg .pic_overlay_ng {
    transform: skew(-10deg);
    flex: 0 0 45%;
    position: relative;
    z-index: 2;
    min-height: 600px;
    margin-left: -5%;
}.connect_form_Bg .pic_overlay_ng::before {
    background: linear-gradient(
        135deg, 
        rgb(178,184,169,0.5) 0%, 
        rgb(149,155,136,0.5) 100%
    );
    left: 0;
    transform: skew(10deg);
    top: 0;
    content: '';
    opacity: 0.7;
    position: absolute;
    width: 120%;
    z-index: 1;
    height: 100%;
}.connect_form_Bg .reach_box_aA {
    flex-direction: column;
    flex: 0 0 55%;
    display: flex;
    z-index: 3;
    justify-content: center;
    position: relative;
    padding: 4rem 3rem 4rem 10%;
}.connect_form_Bg h2 {
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 41px;
    padding-left: 2rem;
    text-align: left;
    color: #ffffff;
    font-weight: 700;
}.connect_form_Bg h2::before {
    border-radius: 50%;
    content: '';
    top: 50%;
    box-shadow: 0 0 15px rgb(178,184,169,0.5);
    width: 1rem;
    left: 0;
    background: rgb(178,184,169);
    position: absolute;
    height: 1rem;
    transform: translateY(-50%);
}.connect_form_Bg .reach_box_aA h3 {
    margin-bottom: 2rem;
    font-size: 37px;
    font-weight: 600;
    padding-bottom: 1rem;
    color: #ffffff;
    position: relative;
}.connect_form_Bg .reach_box_aA h3::after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    background: rgb(178,184,169);
}.connect_form_Bg .reach_box_aA form {
    gap: 1.5rem;
    display: grid;
}.connect_form_Bg .reach_box_aA input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    background: rgb(149,155,136,0.5);
    outline: none;
    border-radius: 10px;
    font-size: 13px;
    position: relative;
    padding: 1rem 1.5rem;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgb(178,184,169,0.5);
}.connect_form_Bg .reach_box_aA input:not([type="checkbox"]):not([type="submit"])::after {
    bottom: -2px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    content: '';
    background: rgb(178,184,169);
}.connect_form_Bg .reach_box_aA input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(178,184,169,0.5);
    border-color: rgb(178,184,169);
}.connect_form_Bg .reach_box_aA input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.connect_form_Bg .reach_box_aA .contact_reach_gh {
    display: flex;
    gap: 1rem;
    align-items: center;
}.connect_form_Bg .reach_box_aA .contact_reach_gh input[type="checkbox"] {
    cursor: pointer;
    background: rgb(149,155,136,0.5);
    position: relative;
    appearance: none;
    border: 2px solid rgb(178,184,169,0.5);
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    border-radius: 10px;
}.connect_form_Bg .reach_box_aA .contact_reach_gh input[type="checkbox"]:checked {
    background: rgb(178,184,169);
    border-color: rgb(178,184,169);
}.connect_form_Bg .reach_box_aA .contact_reach_gh input[type="checkbox"]:checked::after {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    left: 50%;
    color: #ffffff;
    content: '✔';
}.connect_form_Bg .reach_box_aA .contact_reach_gh label {
    align-items: center;
    font-size: 13px;
    color: #ffffff;
    display: flex;
}.connect_form_Bg .reach_box_aA .contact_reach_gh a {
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(178,184,169);
    transition: color 0.3s ease;
}.connect_form_Bg .reach_box_aA .contact_reach_gh a:hover {
    text-decoration: underline;
}.connect_form_Bg .reach_box_aA .feedback_reach_MO {
    background: rgb(178,184,169);
    font-size: 20px;
    cursor: pointer;
    padding: 1rem;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}.connect_form_Bg .reach_box_aA .feedback_reach_MO::before {
    left: -50%;
    transition: all 0.5s ease;
    opacity: 0;
    top: -50%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(178,184,169,0.5), 
        transparent
    );
    width: 200%;
    position: absolute;
    height: 200%;
    content: '';
    transform: rotate(-45deg);
}.connect_form_Bg .reach_box_aA .feedback_reach_MO:hover::before {
    opacity: 1;
}.connect_form_Bg .reach_box_aA .feedback_reach_MO:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(178,184,169,0.5);
}

@media screen and (max-width: 1200px) {.connect_form_Bg .pic_overlay_ng {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.connect_form_Bg .connect_grid_q5 {
    flex-direction: column;
}.connect_form_Bg .pic_overlay_ng {
    min-height: 300px;
    flex: 0 0 100%;
    transform: none;
    margin-left: 0;
}.connect_form_Bg .pic_overlay_ng::before {
    width: 100%;
    transform: none;
}.connect_form_Bg .reach_box_aA {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.connect_form_Bg {
    padding: 3rem 0;
}.connect_form_Bg h2 {
    padding-left: 1.5rem;
    font-size: calc(41px * 0.8);
    margin-bottom: 1.5rem;
}.connect_form_Bg h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.connect_form_Bg .reach_box_aA h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
}.connect_form_Bg .reach_box_aA input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.connect_form_Bg .connect_grid_q5 {
    border-radius: 0;
}.connect_form_Bg .reach_box_aA {
    padding: 2rem 1.5rem;
}
}