* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.top_mainwrap {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-capsule {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1140px;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.copy_notice {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .copy_notice {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    background-color: #2c3e50;
}footer .copy_notice::before {
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.1;
    background-size: 60px 60px;
    top: 0;
    width: 100%;
}footer .subscr_info {
    position: relative;
    z-index: 1;
}footer .get_help {
    margin: -70px auto 60px;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
    display: grid;
}footer .info_item {
    transition: all 0.3s ease;
    height: 100px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    align-items: center;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    height: 50%;
    width: 6px;
    content: "";
    transition: height 0.3s ease, top 0.3s ease;
    top: 25%;
    position: absolute;
    background-color: rgb(217,200,199);
    left: 0;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    width: 22px;
    fill: rgb(217,200,199);
    z-index: 1;
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    position: relative;
    z-index: 1;
    color: #2c3e50;
    font-size: 17px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(217,200,199);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}footer .head_study, footer .subscribe_holder {
    border-radius: 16px;
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}footer .head_study:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .header_top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}footer .head_study svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .intern_ship {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .header_top h5 {
    grid-column: 1 / -1;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}footer .header_top h5::after {
    content: "";
    width: 50px;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    background-color: rgb(217,200,199);
}footer .main_base {
    padding: 20px;
    border-radius: 16px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}footer .main_base:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .main_base a {
    padding: 8px 0;
    text-decoration: none;
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
}footer .main_base a:last-child {
    border-bottom: none;
}footer .main_base a::before {
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    right: 0;
    position: absolute;
    content: "→";
}footer .main_base a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .main_base a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
}footer .subscribe_holder h5::after {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: rgb(217,200,199);
    left: 0;
    bottom: 0;
    content: "";
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 17px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(217,200,199);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .subscribe_area {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    background-color: rgb(217,200,199);
    border-radius: 10px;
    padding: 15px;
}footer .subscribe_area:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(185,164,163);
}footer .cert_display {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .art_portal {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    padding: 8px 20px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_area {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .header_top {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .copy_notice {
    padding: 70px 0 30px;
}footer .get_help {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .head_study, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header_top h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .cert_display {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .copy_notice {
    padding: 50px 0 20px;
}footer .main_base {
    padding: 15px;
}footer .header_top h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .input_holder input[type="email"],
    footer .subscribe_area {
    padding: 12px;
}}.educational_rewards {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(150deg, #ffffff 0%, rgb(242,231,230) 100%);
    position: relative;
    font-family: Arial, sans-serif;
}.educational_rewards::before {
    height: 100%;
    opacity: 0.3;
    width: 100%;
    z-index: 0;
    top: 0;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgb(217,200,199,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 60%, rgb(185,164,163,0.5) 0%, transparent 35%);
    left: 0;
    position: absolute;
}.educational_rewards::after {
    background-size: 20px 20px;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background-image: 
    linear-gradient(0deg, transparent 95%, rgb(217,200,199,0.5) 100%),
    linear-gradient(90deg, transparent 95%, rgb(185,164,163,0.5) 100%);
    animation: moveBgPattern 60s linear infinite;
    opacity: 0.1;
    left: 0;
}@keyframes moveBgPattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}

.educational_rewards .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}.educational_rewards .fast_learningL3Y {
    position: relative;
    display: grid;
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 0.9fr 1.1fr;
    border-radius: 11px;
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.5);
}.educational_rewards .fast_learningL3Y::before {
    height: 70px;
    opacity: 0.2;
    background-image: linear-gradient(
    90deg, 
    rgb(217,200,199,0.5), 
    rgb(185,164,163,0.5), 
    rgb(217,200,199,0.5)
  );
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    transition: transform 0.4s ease;
    transform: translateY(-60px);
    left: 0;
}.educational_rewards .fast_learningL3Y:hover::before {
    transform: translateY(-40px);
}.educational_rewards .image_strip {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    object-fit: cover;
    transform-origin: left center;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}.educational_rewards .image_strip:hover {
    transform: scale(1.05);
}.educational_rewards .text_item {
    position: relative;
    justify-content: center;
    padding: 40px 30px 40px 10px;
    display: flex;
    flex-direction: column;
}.educational_rewards .text_item::before {
    top: -100px;
    content: "";
    width: 200px;
    right: -100px;
    background: radial-gradient(circle, rgb(217,200,199,0.5) 0%, transparent 70%);
    height: 200px;
    opacity: 0.3;
    filter: blur(30px);
    position: absolute;
}.educational_rewards h3 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
    color: rgb(217,200,199);
}.educational_rewards h3::after {
    transition: width 0.3s ease;
    height: 3px;
    width: 40px;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(185,164,163);
    bottom: -8px;
}.educational_rewards .text_item:hover h3::after {
    width: 80px;
}.educational_rewards ul {
    gap: 12px;
    display: flex;
    margin: 0;
    list-style: none;
    flex-direction: column;
    padding: 0;
}.educational_rewards li {
    transition: all 0.3s ease;
    border-radius: 15px 5px 15px 5px;
    border-bottom: 1px solid rgb(185,164,163,0.5);
    overflow: hidden;
    padding: 10px 15px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
    transform: translateX(0);
    border-left: 2px solid rgb(217,200,199,0.5);
    position: relative;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.8);
}.educational_rewards li::before {
    background: linear-gradient(120deg, transparent, rgb(185,164,163,0.5));
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    top: 0;
}.educational_rewards li:hover {
    transform: translateX(10px);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    border-left: 2px solid rgb(217,200,199);
}.educational_rewards li:hover::before {
    opacity: 0.2;
}.educational_rewards li p {
    gap: 15px;
    position: relative;
    align-items: center;
    display: flex;
    font-size: 16px;
    color: #000000;
    z-index: 1;
    margin: 0;
}.educational_rewards svg {
    background: linear-gradient(135deg, rgb(217,200,199), rgb(185,164,163));
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    width: 18px;
    border-radius: 8px;
    flex-shrink: 0;
    padding: 7px;
    height: 18px;
    transition: all 0.3s ease;
}.educational_rewards svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.educational_rewards li:hover svg {
    transform: rotate(10deg);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {.educational_rewards {
    padding: 70px 0;
}.educational_rewards .fast_learningL3Y {
    grid-template-columns: 1fr;
}.educational_rewards .image_strip {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 300px;
}.educational_rewards .text_item {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.educational_rewards {
    padding: 50px 0;
}.educational_rewards .image_strip {
    height: 250px;
}.educational_rewards h3 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 576px) {.educational_rewards {
    padding: 40px 0;
}.educational_rewards .image_strip {
    height: 200px;
}.educational_rewards .text_item {
    padding: 25px 20px;
}.educational_rewards h3 {
    font-size: calc(30px * 0.85);
    margin-bottom: 25px;
}.educational_rewards li {
    padding: 8px 12px;
}.educational_rewards li p {
    font-size: calc(16px * 0.9);
    gap: 10px;
}.educational_rewards svg {
    padding: 6px;
    width: 16px;
    height: 16px;
}}.plan {
    padding: 120px 0 140px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.plan::before {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    content: "";
    position: absolute;
    height: 100%;
    z-index: 0;
    left: 0;
}.plan .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
}.plan .premium_grid {
    position: relative;
}.plan .premium_grid::before {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    content: "";
    width: 200px;
    top: -80px;
    pointer-events: none;
    opacity: 0.4;
    background: linear-gradient(225deg, rgb(217,200,199,0.5), transparent);
    height: 200px;
    right: -80px;
}.plan h2 {
    color: transparent;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    font-weight: 700;
    display: inline-block;
    position: relative;
    background-clip: text !important;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    font-size: 38px;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
}.plan h2::after {
    position: absolute;
    transform-origin: left;
    transform: scaleX(1);
    left: 0;
    bottom: -8px;
    background: rgb(217,200,199);
    width: 80px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 3px;
}.plan h2:hover::after {
    transform: scaleX(1.2);
}.plan .cost_schemes {
    font-weight: 300;
    font-size: calc(18px + 2px);
    max-width: 700px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 50px;
}.plan .pricing_block {
    list-style: none;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}.plan .pricing_block li {
    height: 100%;
    perspective: 1000px;
}.plan .discount_tier {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    position: relative;
    backdrop-filter: blur(10px);
    height: 100%;
    transform-style: preserve-3d;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 400px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}.plan .discount_tier:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
}.plan .discount_tier::before {
    transition: transform 0.8s ease;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    position: absolute;
    height: 100%;
    pointer-events: none;
}.plan .discount_tier:hover::before {
    transform: translateX(100%);
}.plan .discount_tier::after {
    height: 10px;
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 20px 5px rgb(217,200,199,0.5);
    position: absolute;
    width: 10px;
    left: -5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgb(217,200,199);
    content: "";
    top: -5px;
}.plan .discount_tier:hover::after {
    transform: scale(1.5);
}.plan .learning_fee {
    flex-direction: column;
    display: flex;
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 35px 25px;
}.plan .sub_options {
    position: relative;
    z-index: 2;
}.plan .discount_tier h4 {
    color: #ffffff;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 18px;
}.plan .discount_tier:hover h4 {
    transform: translateX(5px);
}.plan .discount_tier h4::after {
    position: absolute;
    background: rgb(217,200,199);
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    width: 40px;
    bottom: 0;
}.plan .discount_tier:hover h4::after {
    width: 60px;
}.plan .discount_tier p {
    color: rgba(255, 255, 255, 0.8);
    word-break: normal;
    overflow-y: auto;
    font-size: 18px;
    margin-bottom: 30px;
    max-height: 200px;
    padding-right: 10px;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.7;
}.plan .discount_tier p::-webkit-scrollbar {
    width: 4px;
}.plan .discount_tier p::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}.plan .discount_tier p::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.plan .pricing_pack {
    position: relative;
    background: linear-gradient(135deg, rgb(217,200,199), rgb(185,164,163));
    border-radius: 10px;
    font-size: calc(18px + 4px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    overflow: hidden;
    padding: 10px 25px;
    font-weight: 700;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.plan .discount_tier:hover .pricing_pack {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.plan .pricing_pack::before {
    content: "";
    transform: skewX(-20deg) translateX(-100%);
    width: 100%;
    transition: transform 0.6s ease;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
}.plan .discount_tier:hover .pricing_pack::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.plan {
    padding: 80px 0 100px;
}.plan .pricing_block {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.plan .discount_tier {
    min-height: 450px;
}.plan .learning_fee {
    padding: 25px 20px;
}.plan h2 {
    font-size: calc(38px - 4px);
}.plan .cost_schemes {
    margin-bottom: 40px;
    font-size: 18px;
}
}

@media (max-width: 767px) {.plan {
    padding: 60px 0 80px;
}.plan .pricing_block {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.plan .discount_tier {
    min-height: auto;
}.plan h2 {
    font-size: calc(38px - 8px);
}.plan .cost_schemes {
    font-size: calc(18px - 1px);
    margin-bottom: 30px;
}.plan .discount_tier p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.plan {
    padding: 50px 0 70px;
}.plan .learning_fee {
    padding: 20px 15px;
}.plan h2 {
    font-size: calc(38px - 10px);
}.plan .pricing_pack {
    font-size: 18px;
    padding: 8px 20px;
}.plan .discount_tier h4 {
    margin-bottom: 15px;
    font-size: calc(18px - 2px);
}}.connect_with_us {
    background: rgb(242,231,230);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.connect_with_us::before {
    opacity: 0.4;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(180deg, rgb(185,164,163,0.5) 0%, transparent 100%);
    z-index: 1;
    left: 0;
    height: 100%;
}.connect_with_us::after {
    height: 200px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(242,231,230) 0%, transparent 100%);
    content: "";
    left: 0;
}.connect_with_us .image_strip {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.12;
    filter: grayscale(100%) contrast(120%);
    z-index: 0;
}.connect_with_us .container {
    margin: 0 auto;
    z-index: 5;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.connect_with_us h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 31px;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}.message_list {
    z-index: 10;
    gap: 0;
    position: relative;
    display: flex;
}.message_list .reach_links {
    background: #ffffff;
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    flex: 0 0 58%;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}.message_list .reach_links h3 {
    margin-bottom: 40px;
    text-transform: none;
    text-align: left;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
}.message_list .reach_links h3::before,
.message_list .reach_links h3::after {
    content: none;
}.message_list .reach_links form {
    flex-direction: column;
    display: flex;
}.message_list .reach_links input[type="text"],
.message_list .reach_links textarea {
    padding: 16px 20px;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background: rgba(245, 245, 245, 0.5);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 16px;
    margin-bottom: 25px;
}.message_list .reach_links input[type="text"]:focus,
.message_list .reach_links textarea:focus {
    border-bottom-color: rgb(217,200,199);
    outline: none;
    background: rgba(245, 245, 245, 0.8);
}.message_list .reach_links textarea {
    resize: vertical;
    min-height: 150px;
}.message_list .reach_links .inquiry_query {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
}.message_list .reach_links .inquiry_query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.message_list .reach_links .inquiry_query label {
    cursor: pointer;
    padding-left: 35px;
    font-size: calc(16px - 2px);
    position: relative;
    line-height: 1.5;
    color: #000000;
}.message_list .reach_links .inquiry_query label::before {
    height: 22px;
    content: "";
    transition: all 0.3s ease;
    top: 2px;
    width: 22px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
    position: absolute;
    left: 0;
}.message_list .reach_links .inquiry_query input[type="checkbox"]:checked + label::before {
    background: rgb(217,200,199);
    border-bottom-color: rgb(217,200,199);
}.message_list .reach_links .inquiry_query input[type="checkbox"]:checked + label::after {
    left: 8px;
    position: absolute;
    content: "";
    top: 4px;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}.message_list .reach_links .inquiry_query a {
    color: rgb(217,200,199);
    text-decoration: none;
    border-bottom: 1px dashed rgb(217,200,199);
    font-weight: 600;
    transition: all 0.3s ease;
}.message_list .reach_links .inquiry_query a:hover {
    border-bottom-color: rgb(185,164,163);
    color: rgb(185,164,163);
}.message_list .reach_links .reach_message {
    position: relative;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px 35px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    align-self: flex-start;
    background: transparent;
    color: #000000;
    border-bottom: 2px solid rgb(217,200,199);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}.message_list .reach_links .reach_message::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    z-index: -1;
    background: rgb(217,200,199);
    height: 2px;
    content: "";
}.message_list .reach_links .reach_message:hover {
    color: #ffffff;
}.message_list .reach_links .reach_message:hover::before {
    height: 100%;
}.message_list .message_feedback {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 0;
    color: #ffffff;
    padding: 60px;
    margin-left: -40px;
    flex: 0 0 42%;
}.message_list .message_feedback::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    z-index: -1;
    height: 100%;
}.message_list .message_feedback h4 {
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 21px;
}.message_list .message_feedback .reach_feedback {
    padding: 0;
    margin: 0;
    list-style: none;
}.message_list .message_feedback .reach_feedback li {
    position: relative;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    padding-bottom: 30px;
    z-index: 1;
    display: flex;
}.message_list .message_feedback .reach_feedback li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}.message_list .message_feedback .reach_feedback li svg {
    width: 24px;
    margin-right: 20px;
    height: 24px;
    flex-shrink: 0;
}.message_list .message_feedback .reach_feedback li svg path {
    transition: all 0.3s ease;
    fill: rgb(217,200,199);
}.message_list .message_feedback .reach_feedback li:hover svg path {
    fill: #ffffff;
}.message_list .message_feedback .reach_feedback li span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}.message_list .message_feedback .reach_feedback li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}.message_list .message_feedback .reach_feedback li a:hover {
    color: rgb(217,200,199);
}

@media screen and (max-width: 992px) {.connect_with_us {
    padding: 80px 0;
}.message_list {
    flex-direction: column;
}.message_list .reach_links {
    clip-path: none;
    width: 100%;
}.message_list .message_feedback {
    clip-path: none;
    width: 100%;
    margin-left: 0;
}
}

@media screen and (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h3 {
    font-size: calc(31px - 4px);
}.message_list .reach_links,
    .message_list .message_feedback {
    padding: 40px 30px;
}.message_list .reach_links .reach_message {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.connect_with_us {
    padding: 40px 0;
}.message_list .reach_links,
    .message_list .message_feedback {
    padding: 30px 20px;
}.message_list .reach_links h3,
    .message_list .message_feedback h4 {
    font-size: calc(21px - 2px);
}}.meet_us {
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(242,231,230);
    position: relative;
}.meet_us::before {
    right: -100px;
    background: rgb(217,200,199,0.5);
    border-radius: 50%;
    width: 400px;
    content: '';
    position: absolute;
    top: -100px;
    height: 400px;
    opacity: 0.15;
}.meet_us::after {
    position: absolute;
    border-radius: 50%;
    content: '';
    height: 500px;
    bottom: -100px;
    width: 500px;
    opacity: 0.15;
    left: -100px;
    background: rgb(185,164,163,0.5);
}.meet_us .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.meet_us .fast_learningL3Y {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
    align-items: center;
}.meet_us .online_mastery {
    position: relative;
    grid-column: span 4;
}.meet_us .image_strip {
    border-radius: 11px;
    aspect-ratio: 1/1.2;
    position: relative;
    width: 100%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}.meet_us .image_strip:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.12), 
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}.meet_us .edu_promise {
    border-radius: 11px;
    background-color: #ffffff;
    position: relative;
    margin-top: -50px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.6);
    margin-right: 20px;
    margin-left: 20px;
    z-index: 2;
    padding: 25px 30px;
}.meet_us .academy_team {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
}.meet_us .class_sessions {
    color: rgb(217,200,199);
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}.meet_us .text_item {
    background-color: #ffffff;
    border-radius: 11px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.06), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 50px;
    grid-column: span 8;
}.meet_us .fast_classes {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    align-items: center;
    display: flex;
    color: #000000;
}.meet_us .fast_classes svg {
    fill: rgb(217,200,199);
    margin-right: 15px;
    height: 40px;
    width: 40px;
}.meet_us .fast_classes svg path {
    fill: rgb(217,200,199);
}.meet_us h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-size: 36px;
}.meet_us h2::before {
    content: '';
    width: 30px;
    transform: translateY(-50%);
    height: 3px;
    top: 50%;
    left: -50px;
    background-color: rgb(217,200,199);
    position: absolute;
}.meet_us p {
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
}

@media (max-width: 992px) {.meet_us {
    padding: 80px 0;
}.meet_us .fast_learningL3Y {
    gap: 50px;
    grid-template-columns: 1fr;
}.meet_us .online_mastery {
    max-width: 400px;
    grid-column: span 1;
    margin: 0 auto;
}.meet_us .text_item {
    padding: 40px 30px;
    grid-column: span 1;
}.meet_us h2::before {
    width: 20px;
    left: -30px;
}
}

@media (max-width: 768px) {.meet_us {
    padding: 60px 0;
}.meet_us .edu_promise {
    padding: 20px;
    margin-top: -40px;
}.meet_us .text_item {
    padding: 30px 25px;
}.meet_us h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.9);
}.meet_us h2::before {
    display: none;
}.meet_us p {
    padding-left: 15px;
}
}

@media (max-width: 480px) {.meet_us {
    padding: 40px 0;
}.meet_us .edu_promise {
    padding: 15px;
    margin-top: -30px;
}.meet_us .academy_team {
    font-size: calc(20px * 0.9);
}.meet_us .class_sessions {
    font-size: calc(18px * 0.9);
}.meet_us .text_item {
    padding: 25px 20px;
}.meet_us h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
}.meet_us p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    padding-left: 10px;
}.meet_us .fast_classes {
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.meet_us .fast_classes svg {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}}.give_it_a_try {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(210deg, rgb(217,200,199) 0%, rgb(185,164,163) 100%);
}.give_it_a_try::before {
    width: 100%;
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 11px
        );
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    z-index: -1;
}.give_it_a_try::after {
    z-index: -1;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    animation: horizonLine 5s ease-in-out infinite;
    top: 50%;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
}.give_it_a_try .fast_learningL3Y {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 0;
    align-items: center;
    max-width: 900px;
    background: 
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05)
        );
    flex-direction: column;
    display: flex;
    height: 350px;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    z-index: 2;
    overflow: hidden;
    margin: 0 auto;
    justify-content: center;
}.give_it_a_try .fast_learningL3Y::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(217,200,199),
        rgb(185,164,163),
        rgb(217,200,199)
    );
    z-index: 1;
    top: 0;
    animation: topLineGlow 3s ease-in-out infinite;
    content: '';
    box-shadow: 0 0 20px rgb(217,200,199,0.5);
    height: 5px;
}.give_it_a_try .fast_learningL3Y::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    height: 1px;
    top: 5px;
    right: 0;
    left: 0;
}.give_it_a_try h3 {
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 38px;
    animation: textGlow 3s ease-in-out infinite alternate;
    margin-bottom: 60px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 
        0 0 10px #ffffff,
        0 0 20px rgb(217,200,199,0.5);
    text-align: center;
}.give_it_a_try h3::before {
    animation: textScan 3s linear infinite;
    z-index: -1;
    left: -100%;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    top: 0;
    height: 100%;
    content: '';
}.give_it_a_try h3::after {
    left: 50%;
    animation: underlineGlow 3s ease-in-out infinite alternate;
    width: 40px;
    height: 2px;
    position: absolute;
    content: '';
    box-shadow: 
        0 0 10px rgb(185,164,163),
        0 0 20px rgb(185,164,163,0.5);
    bottom: -15px;
    transform: translateX(-50%);
    background: rgb(185,164,163);
    opacity: 0.7;
}.give_it_a_try .instant_help {
    box-shadow: 
        0 0 15px rgb(185,164,163,0.5),
        inset 0 0 5px rgb(185,164,163,0.5);
    background: transparent;
    text-transform: uppercase;
    border: 2px solid rgb(185,164,163);
    font-weight: 600;
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: inline-block;
    padding: 15px 40px;
    transition: all 0.4s ease;
    z-index: 1;
    border-radius: 3px;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 19px;
    text-shadow: 0 0 5px #ffffff;
    position: relative;
}.give_it_a_try .instant_help::before {
    transition: all 0.4s ease;
    z-index: -1;
    background: rgb(185,164,163);
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
    position: absolute;
    content: '';
}.give_it_a_try .instant_help::after {
    content: '';
    left: -2px;
    border: 2px solid rgb(185,164,163);
    top: -2px;
    position: absolute;
    opacity: 0;
    right: -2px;
    z-index: -2;
    transition: all 0.4s ease;
    bottom: -2px;
}.give_it_a_try .instant_help:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #ffffff;
    border-color: transparent;
    box-shadow: 
        0 0 25px rgb(185,164,163),
        inset 0 0 10px rgb(185,164,163,0.5);
}.give_it_a_try .instant_help:hover::before {
    left: 0;
}.give_it_a_try .instant_help:hover::after {
    opacity: 0.5;
    animation: pulseBorder 2s infinite;
}

@media screen and (max-width: 992px) {.give_it_a_try {
    padding: 100px 0;
}.give_it_a_try .fast_learningL3Y {
    max-width: 85%;
    height: 320px;
}.give_it_a_try h3 {
    letter-spacing: 4px;
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.give_it_a_try h3::after {
    width: 35px;
}.give_it_a_try .instant_help {
    font-size: calc(19px * 0.95);
    padding: 14px 35px;
}
}

@media screen and (max-width: 768px) {.give_it_a_try {
    padding: 80px 0;
}.give_it_a_try .fast_learningL3Y {
    height: 300px;
}.give_it_a_try h3 {
    letter-spacing: 3px;
    font-size: calc(38px * 0.8);
    margin-bottom: 45px;
}.give_it_a_try h3::after {
    width: 30px;
    bottom: -12px;
}.give_it_a_try .instant_help {
    font-size: calc(19px * 0.9);
    padding: 12px 30px;
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.give_it_a_try {
    padding: 60px 0;
}.give_it_a_try .fast_learningL3Y {
    height: 260px;
}.give_it_a_try h3 {
    letter-spacing: 2px;
    font-size: calc(38px * 0.7);
    margin-bottom: 40px;
}.give_it_a_try h3::after {
    bottom: -10px;
    width: 25px;
}.give_it_a_try .instant_help {
    padding: 10px 25px;
    letter-spacing: 1px;
    font-size: calc(19px * 0.85);
}}

@keyframes horizonLine {
    0%, 100% {
        opacity: 0.2;
        box-shadow: none;
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
}

@keyframes topLineGlow {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgb(217,200,199,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 
            0 0 20px rgb(217,200,199),
            0 0 40px rgb(217,200,199,0.5);
    }
}

@keyframes textGlow {
    0% {
        text-shadow: 
            0 0 5px #ffffff,
            0 0 10px rgb(217,200,199,0.5);
    }
    100% {
        text-shadow: 
            0 0 10px #ffffff,
            0 0 20px rgb(217,200,199),
            0 0 30px rgb(217,200,199,0.5);
    }
}

@keyframes textScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}

@keyframes underlineGlow {
    0% {
        width: 40px;
        box-shadow: 
            0 0 5px rgb(185,164,163),
            0 0 10px rgb(185,164,163,0.5);
    }
    100% {
        width: 80px;
        box-shadow: 
            0 0 10px rgb(185,164,163),
            0 0 20px rgb(185,164,163),
            0 0 30px rgb(185,164,163,0.5);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        opacity: 0.5;
    }
    50% {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        opacity: 0.1;
    }
}.academic_expertise {
    background: linear-gradient(135deg, rgb(242,231,230) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.academic_expertise::before {
    left: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0.05;
    top: 0;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(30deg, rgb(217,200,199,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(217,200,199,0.5) 1px, transparent 1px);
    z-index: 0;
    width: 100%;
    content: "";
}.academic_expertise::after {
    right: -10%;
    position: absolute;
    z-index: 0;
    background: rgb(185,164,163,0.5);
    content: "";
    top: -20%;
    opacity: 0.1;
    height: 70%;
    transform: rotate(-15deg);
    filter: blur(80px);
    width: 50%;
}.academic_expertise .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.academic_expertise .review_corner {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    position: relative;
    gap: 35px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.academic_expertise .review_corner:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
}.academic_expertise .review_corner > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}.academic_expertise .image_strip {
    border-radius: 2px;
    position: relative;
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
}.academic_expertise .review_corner:hover .image_strip {
    transform: translateZ(40px) translateY(-10px);
}.academic_expertise .image_strip::before {
    z-index: -1;
    position: absolute;
    top: 12px;
    transition: all 0.4s ease;
    border: 2px solid rgb(217,200,199);
    bottom: -12px;
    left: 12px;
    content: "";
    opacity: 0.2;
    right: -12px;
}.academic_expertise .review_corner:hover .image_strip::before {
    left: 18px;
    top: 18px;
    opacity: 0.3;
    bottom: -18px;
    right: -18px;
}.academic_expertise .name {
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    font-size: 18px;
}.academic_expertise .name::after {
    left: 0;
    position: absolute;
    width: 40px;
    background: rgb(217,200,199);
    height: 3px;
    transition: transform 0.5s ease;
    transform: scaleX(0.6);
    bottom: -6px;
    transform-origin: left;
    content: "";
}.academic_expertise .review_corner:hover .name::after {
    transform: scaleX(1);
}.academic_expertise .review_corner > div:nth-child(2) div {
    font-weight: 600;
    color: rgb(185,164,163);
    margin-top: 5px;
    opacity: 0.85;
    font-size: calc(13px - 1px);
    transform: translateX(0);
    transition: transform 0.4s ease, opacity 0.4s ease;
}.academic_expertise .review_corner:hover > div:nth-child(2) div {
    transform: translateX(5px);
    opacity: 1;
}.academic_expertise .emp_items {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
    border-left: 3px solid rgb(217,200,199,0.5);
    margin: 0;
}.academic_expertise .emp_items::before {
    font-family: serif;
    top: -40px;
    z-index: -1;
    opacity: 0.08;
    font-size: 120px;
    color: rgb(217,200,199);
    left: -20px;
    line-height: 1;
    position: absolute;
    content: "";
}

@media (min-width: 768px) {.academic_expertise .review_corner {
    column-gap: 40px;
    row-gap: 30px;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
}.academic_expertise .review_corner > div:first-child {
    grid-row: 1 / 3;
}.academic_expertise .image_strip {
    height: 260px;
    width: 220px;
}.academic_expertise .emp_items {
    padding-left: 30px;
    grid-column: 2;
}
}

@media (min-width: 992px) {.academic_expertise {
    padding: 150px 0;
}.academic_expertise .review_corner {
    grid-template-columns: auto 250px 1fr;
    gap: 50px;
    padding: 60px;
}.academic_expertise .review_corner > div:first-child {
    grid-row: 1;
}.academic_expertise .review_corner > div:nth-child(2) {
    padding-top: 20px;
    grid-row: 1;
}.academic_expertise .emp_items {
    font-size: calc(13px + 1px);
    grid-column: 1 / 4;
    padding-left: 40px;
    grid-row: 2;
}.academic_expertise .image_strip {
    width: 240px;
    height: 280px;
}
}

@media (max-width: 767px) {.academic_expertise {
    padding: 80px 0;
}.academic_expertise .review_corner {
    padding: 30px;
    gap: 25px;
}.academic_expertise .image_strip {
    width: 150px;
    height: 150px;
}.academic_expertise .name {
    font-size: calc(18px - 2px);
}.academic_expertise .emp_items {
    font-size: calc(13px - 1px);
}
}

@media (hover: none) {.academic_expertise .review_corner {
    transform: none !important;
}.academic_expertise .image_strip,
    .academic_expertise .review_corner:hover .image_strip {
    transform: none;
}}

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

.academic_expertise .review_corner {
    animation: fadeInUp 0.8s ease-out forwards;
}.secure_pantry {
    padding: 40px;
    height: auto;
    width: 100%;
}.secure_pantry h1 {
    font-family: Arial, sans-serif;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(217,200,199);
    font-size: 46px;
    padding-bottom: 10px;
    text-align: center;
    text-shadow: 0 0 10px rgb(217,200,199);
    grid-column: span 2;
    border-bottom: 2px solid rgb(185,164,163);
}.secure_pantry h2 {
    font-size: 31px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    text-align: left;
    color: rgb(185,164,163);
    font-weight: 600;
    border-left: 4px solid rgb(217,200,199);
    padding-left: 10px;
    margin-top: 0;
    text-shadow: 0 0 5px rgb(185,164,163);
}.secure_pantry ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}.secure_pantry li {
    font-size: 17px;
    border-radius: 10px;
    background: rgb(185,164,163,0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(217,200,199);
    border: 1px solid rgb(217,200,199);
    padding: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}.secure_pantry div {
    border: 1px solid rgb(185,164,163);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    padding: 15px;
    font-size: 17px;
    border-radius: 11px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin-bottom: 15px;
    background: rgb(217,200,199,0.5);
}.secure_pantry p, .secure_pantry span {
    text-shadow: 0 0 5px rgb(185,164,163);
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.8;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.secure_pantry {
    padding: 20px;
    gap: 20px;
    grid-template-columns: 1fr;
}.secure_pantry h1 {
    margin-bottom: 15px;
    font-size: calc(18px - 4px);
}.secure_pantry h2 {
    margin-bottom: 10px;
    font-size: calc(18px - 2px);
}.secure_pantry ul {
    padding-left: 0;
}.secure_pantry li {
    padding: 8px;
    margin-bottom: 8px;
}.secure_pantry div {
    padding: 10px;
}}.course_overview {
    overflow: hidden;
    background: rgb(242,231,230);
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    padding: 120px 0;
    position: relative;
}.course_overview::before {
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(217,200,199,0.5) 0%, transparent 50%, rgb(185,164,163,0.5) 100%);
    top: 0;
    left: 0;
    width: 100%;
    animation: backgroundShift 15s infinite alternate;
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
}.course_overview::after {
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(217,200,199,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
    content: "";
    animation: pulse 8s infinite alternate;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
}.course_overview .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}.course_overview .study_hack {
    display: grid;
    perspective: 1000px;
    gap: 40px;
    grid-template-columns: 1.5fr 1fr;
    position: relative;
}.course_overview .study_hack::before {
    content: "";
    width: calc(100% + 60px);
    transform-style: preserve-3d;
    z-index: -1;
    border-radius: 19px;
    top: -30px;
    transform: rotateY(5deg) rotateX(2deg);
    position: absolute;
    border: 1px solid rgb(217,200,199,0.5);
    animation: borderPulse 4s infinite alternate;
    left: -30px;
    height: calc(100% + 60px);
}.course_overview .text_item {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    border-radius: 19px;
    width: 100%;
    backdrop-filter: blur(8px);
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    transform: translateZ(0);
    animation: floatPanel 8s ease-in-out infinite;
    display: flex;
    gap: 30px;
}.course_overview .text_item h2 {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.5px;
    max-width: fit-content;
    color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 25px;
    -webkit-background-clip: text !important;
    display: inline-block;
    border-radius: 8px 0 8px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(217,200,199,0.5);
    border-bottom: 2px solid rgb(217,200,199);
    font-size: 36px;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(217,200,199) 0%, rgb(185,164,163) 100%);
    font-weight: 700;
    border-left: 2px solid rgb(185,164,163);
    background-clip: text !important;
}.course_overview .text_item .description {
    background: rgba(255, 255, 255, 0.07);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    transition: all 0.5s ease;
    backdrop-filter: blur(4px);
    line-height: 1.9;
    position: relative;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    z-index: 2;
    border-left: 3px solid rgb(217,200,199,0.5);
    text-align: justify;
    padding: 18px;
    transform: translateZ(0);
    border-radius: 10px;
    letter-spacing: 0.5px;
}.course_overview .text_item .description:first-of-type {
    border-left-color: rgb(217,200,199);
}.course_overview .text_item .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(185,164,163);
}.course_overview .text_item .description::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
}.course_overview .text_item .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.course_overview .image_strip {
    height: 450px;
    align-self: flex-start;
    transform: translateZ(0) rotateY(-5deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    background-size: cover;
    border-radius: 19px;
    animation: floatImage 6s ease-in-out infinite alternate;
    transform-style: preserve-3d;
    background-position: center;
    overflow: hidden;
    position: relative;
    z-index: 4;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}.course_overview .image_strip:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(217,200,199,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(217,200,199,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(185,164,163,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(217,200,199,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(217,200,199);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(217,200,199,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(217,200,199);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.course_overview {
    padding: 100px 0;
}.course_overview .study_hack {
    gap: 30px;
}.course_overview .text_item {
    padding: 30px;
}.course_overview .text_item h2 {
    padding: 12px 18px;
    font-size: calc(36px * 0.9);
}.course_overview .text_item .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.course_overview {
    padding: 80px 0;
}.course_overview .study_hack {
    grid-template-columns: 1fr;
    gap: 40px;
}.course_overview .study_hack::before {
    transform: none;
    width: calc(100% + 40px);
    left: -20px;
    height: calc(100% + 40px);
    top: -20px;
}.course_overview .text_item {
    order: 2;
    animation: none;
    transform: none;
}.course_overview .image_strip {
    min-height: 400px;
    transform: none;
    order: 1;
    animation: pulse 8s infinite alternate;
}.course_overview .image_strip:hover {
    transform: scale(1.02) translateY(-5px);
}.course_overview .text_item h2 {
    text-align: center;
    margin-left: auto;
    display: block;
    max-width: 100%;
    margin-right: auto;
}.course_overview .text_item .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.course_overview {
    padding: 60px 0;
}.course_overview .study_hack {
    gap: 30px;
}.course_overview .text_item {
    padding: 25px;
    gap: 20px;
}.course_overview .text_item h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
    padding: 10px 15px;
}.course_overview .text_item .description {
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: calc(13px * 0.95);
    padding: 12px;
}.course_overview .image_strip {
    min-height: 350px;
}.course_overview .study_hack::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_overview {
    padding: 40px 0;
}.course_overview .text_item {
    gap: 15px;
    padding: 20px;
}.course_overview .text_item h2 {
    padding: 8px 12px;
    font-size: calc(36px * 0.7);
    letter-spacing: 1px;
}.course_overview .text_item .description {
    padding: 10px;
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.course_overview .image_strip {
    min-height: 280px;
}}header {
    margin-top: 0;
    padding: 0;
    position: relative;
    z-index: 100;
    background: linear-gradient(90deg, rgb(185,164,163) 0%, rgb(217,200,199) 100%);
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}header::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    content: '';
    left: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
}header .top_section {
    align-items: center;
    z-index: 5;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 2.5rem;
}header .head_study {
    overflow: visible;
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
    padding: 0.5rem;
}header .head_study::before {
    right: -5px;
    z-index: -1;
    content: '';
    left: -5px;
    transition: all 0.3s ease;
    opacity: 0.1;
    transform: skew(-5deg);
    top: -5px;
    position: absolute;
    border: 2px solid #ffffff;
    bottom: -5px;
}header .head_study::after {
    top: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    left: -5px;
    right: -5px;
    transition: all 0.3s ease;
    transform: skew(-5deg);
    position: absolute;
    border: 2px solid #ffffff;
    opacity: 0;
    z-index: -1;
    content: '';
    bottom: -5px;
}header .head_study:hover::before {
    opacity: 0;
}header .head_study:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .head_primary {
    transition: all 0.3s ease;
    position: relative;
    display: block;
}header .head_primary:hover {
    transform: scale(1.05);
}header .head_primary img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .header_top {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    display: flex;
}header .first_pagebar {
    margin: 0 0.4rem;
    position: relative;
}header .first_pagebar a {
    z-index: 1;
    height: 40px;
    color: #ffffff;
    overflow: hidden;
    text-shadow: 0 0 5px #ffffff;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 1.2rem;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    letter-spacing: 0.5px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.1);
}header .first_pagebar a::before {
    z-index: -1;
    background: #ffffff;
    right: -2px;
    transform: scale(0.9);
    transition: opacity 0.3s ease;
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    opacity: 0;
    left: -2px;
}header .first_pagebar a:hover {
    color: rgb(217,200,199);
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    text-shadow: none;
}header .first_pagebar a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .first_pagebar::after {
    opacity: 0;
    bottom: -10px;
    filter: blur(3px);
    left: 10%;
    width: 80%;
    transition: all 0.3s ease;
    position: absolute;
    content: '';
    height: 5px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}header .first_pagebar:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .top_section::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    position: absolute;
    content: '';
    height: 1px;
}header .top_section::after {
    bottom: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    height: 1px;
}header .top_mainwrap {
    padding-top: 2rem;
    z-index: 1;
    position: relative;
    background: rgb(242,231,230);
}

@media (min-width: 1400px) {header .top_section {
    max-width: 1320px;
    margin: 0 auto;
}header .first_pagebar {
    margin: 0 0.6rem;
}header .first_pagebar a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .top_section {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_study {
    margin-bottom: 0;
    margin-right: 0;
}header .header_top {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .first_pagebar a {
    height: 36px;
    font-size: calc(13px - 1px);
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_section {
    padding: 0.8rem 1.5rem;
}header .head_study {
    max-width: 140px;
}header .head_study::before, 
    header .head_study::after {
    bottom: -3px;
    right: -3px;
    top: -3px;
    left: -3px;
}header .head_primary img {
    max-height: 35px;
}header .header_top {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .header_top::-webkit-scrollbar {
    height: 3px;
}header .header_top::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .first_pagebar {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .first_pagebar a {
    height: 32px;
    font-size: calc(13px - 2px);
    padding: 0 0.8rem;
    white-space: nowrap;
}header .first_pagebar::after {
    display: none;
}
}

@media (max-width: 479px) {header .top_section {
    padding: 0.7rem 1.2rem;
}header .head_study {
    max-width: 120px;
}header .first_pagebar a {
    font-size: calc(13px - 3px);
    padding: 0 0.6rem;
    height: 30px;
}}.id_thankdiv {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,231,230) 0%, rgb(217,200,199,0.5) 100%);
    overflow: hidden;
}.id_thankdiv::before {
    transform: rotate(15deg) skewX(-15deg);
    top: -10%;
    right: -5%;
    z-index: 1;
    content: "";
    width: 45%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    height: 70%;
    background: linear-gradient(210deg, rgb(185,164,163) 0%, rgb(217,200,199) 100%);
    position: absolute;
    opacity: 0.05;
}.id_thankdiv::after {
    z-index: 1;
    width: 35%;
    content: "";
    left: -5%;
    position: absolute;
    height: 60%;
    opacity: 0.07;
    background: linear-gradient(45deg, rgb(217,200,199) 0%, rgb(185,164,163) 100%);
    transform: rotate(-10deg) skewX(15deg);
    bottom: -10%;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
}.id_thankdiv .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
}.id_thankdiv .fast_learningL3Y {
    transform-style: preserve-3d;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
}.id_thankdiv .fast_learningL3Y > div:first-child {
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateZ(20px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
}.id_thankdiv .fast_learningL3Y > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.id_thankdiv .fast_learningL3Y > div:first-child::before {
    position: absolute;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(217,200,199), rgb(185,164,163));
    height: 100%;
    content: "";
    left: 0;
}.id_thankdiv .fast_learningL3Y > div:last-child {
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    transform: translateZ(10px);
}.id_thankdiv .fast_learningL3Y > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}.id_thankdiv h5 {
    font-size: calc(24px * 1.1);
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}.id_thankdiv h5::after {
    margin-top: 1rem;
    display: block;
    width: 70px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(217,200,199), transparent);
}.id_thankdiv a {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
    text-decoration: none;
}.id_thankdiv a:hover {
    transform: translateX(5px);
}.id_thankdiv p {
    margin: 0;
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
}.id_thankdiv p::first-line {
    font-weight: 600;
    color: rgb(217,200,199);
}

@media (min-width: 768px) {.id_thankdiv {
    padding: 8rem 0;
}.id_thankdiv .fast_learningL3Y {
    gap: 4rem;
    grid-template-columns: 1fr 1.2fr;
}.id_thankdiv .fast_learningL3Y > div:first-child {
    padding: 4rem;
}.id_thankdiv .fast_learningL3Y > div:last-child {
    padding: 4rem;
    margin-top: 2rem;
}.id_thankdiv h5 {
    font-size: calc(24px * 1.2);
}.id_thankdiv p {
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.id_thankdiv .fast_learningL3Y {
    grid-template-columns: 1fr 1.5fr;
    gap: 5rem;
}.id_thankdiv .fast_learningL3Y > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.id_thankdiv .fast_learningL3Y > div:first-child::after {
    height: 40px;
    top: 2rem;
    background: rgb(185,164,163);
    width: 3px;
    right: -1.5rem;
    transform: rotate(15deg);
    position: absolute;
    content: "";
}.id_thankdiv .fast_learningL3Y > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.id_thankdiv h5 {
    font-size: calc(24px * 1.3);
}.id_thankdiv h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.id_thankdiv {
    padding: 4rem 0;
}.id_thankdiv .fast_learningL3Y > div:first-child,
    .id_thankdiv .fast_learningL3Y > div:last-child {
    padding: 2rem;
}.id_thankdiv h5 {
    font-size: 24px;
}.id_thankdiv p {
    font-size: calc(17px * 0.95);
}
}

@media (hover: hover) {.id_thankdiv .fast_learningL3Y > div:first-child:hover::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    inset: 0;
}.id_thankdiv .fast_learningL3Y > div:last-child:hover::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
}}.statistical_summary {
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
    position: relative;
}.statistical_summary::before {
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(217,200,199,0.5) 0px,
        rgb(217,200,199,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    position: absolute;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
}.statistical_summary::after {
    content: "";
    position: absolute;
    animation: rotate-bg 30s linear infinite;
    opacity: 0.2;
    width: 200%;
    background: radial-gradient(
        ellipse at center,
        rgb(217,200,199,0.5) 0%,
        transparent 60%
    );
    height: 200%;
    z-index: -2;
    left: -50%;
    top: -50%;
}@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.statistical_summary .container {
    margin: 0 auto;
    gap: 60px;
    max-width: 1200px;
    align-items: center;
    position: relative;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    display: grid;
}.statistical_summary .knowledge_gains {
    padding: 0;
    position: relative;
    order: 1;
    z-index: 2;
}.statistical_summary .knowledge_gains::before {
    border-radius: 20px;
    width: 120px;
    z-index: -1;
    top: -60px;
    height: 120px;
    transform: rotate(-15deg);
    left: -40px;
    content: "";
    border: 2px solid rgb(217,200,199,0.5);
    position: absolute;
    animation: float 8s ease-in-out infinite;
}.statistical_summary .knowledge_gains::after {
    bottom: -30px;
    background: rgb(185,164,163,0.5);
    content: "";
    animation: float 6s ease-in-out infinite reverse;
    z-index: -1;
    position: absolute;
    height: 80px;
    right: 40px;
    width: 80px;
    border-radius: 50%;
}@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-5deg);
    }
}

.statistical_summary .career_statistics {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 1.2;
}.statistical_summary .career_statistics::after {
    background: rgb(217,200,199);
    border-radius: 10px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    height: 6px;
    width: 80px;
}.statistical_summary .program_statistics {
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 40px;
}.statistical_summary .gain_statistics {
    order: 2;
    display: grid;
    z-index: 2;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.statistical_summary .extra_gain {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgb(217,200,199,0.5);
    padding: 30px;
}.statistical_summary .extra_gain:nth-child(odd) {
    transform: translateY(20px);
}.statistical_summary .extra_gain:nth-child(even) {
    transform: translateY(-20px);
}.statistical_summary .extra_gain:hover {
    z-index: 3;
    background: white;
    transform: scale(1.05) translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.statistical_summary .extra_gain::before {
    transform: translate(50%, -50%);
    width: 100px;
    border-radius: 50%;
    transition: all 0.4s ease;
    top: 0;
    position: absolute;
    background: rgb(217,200,199);
    height: 100px;
    opacity: 0.3;
    content: "";
    right: 0;
}.statistical_summary .extra_gain:hover::before {
    background: rgb(185,164,163);
    transform: translate(30%, -30%) scale(1.2);
}.statistical_summary .extra_gain h4 {
    display: flex;
    margin: 0;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 4rem;
    line-height: 1;
    color: rgb(217,200,199);
    font-weight: 700;
}.statistical_summary .extra_gain:hover h4 {
    color: rgb(185,164,163);
}.statistical_summary .extra_gain span {
    display: block;
    transition: all 0.3s ease;
    color: #000000;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
}.statistical_summary .extra_gain:hover span {
    opacity: 1;
}.statistical_summary svg {
    margin-right: 10px;
    width: 24px;
    transition: all 0.3s ease;
    fill: rgb(217,200,199);
    height: 24px;
}.statistical_summary svg path {
    fill: rgb(217,200,199);
    transition: all 0.3s ease;
}.statistical_summary .extra_gain:hover svg,
.statistical_summary .extra_gain:hover svg path {
    fill: rgb(185,164,163);
}

@media (max-width: 992px) {.statistical_summary .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.statistical_summary .knowledge_gains {
    order: 1;
    text-align: center;
}.statistical_summary .career_statistics::after {
    left: 50%;
    transform: translateX(-50%);
}.statistical_summary .gain_statistics {
    order: 2;
}.statistical_summary .extra_gain:nth-child(odd),
    .statistical_summary .extra_gain:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 768px) {.statistical_summary {
    padding: 80px 0;
}.statistical_summary .gain_statistics {
    gap: 15px;
    grid-template-columns: 1fr;
}.statistical_summary .career_statistics {
    font-size: calc(44px * 0.8);
    margin-bottom: 20px;
    padding-bottom: 15px;
}.statistical_summary .career_statistics::after {
    height: 4px;
    width: 60px;
}.statistical_summary .extra_gain {
    padding: 25px;
}.statistical_summary .extra_gain h4 {
    font-size: 3rem;
}.statistical_summary .knowledge_gains::before {
    width: 80px;
    left: 20px;
    height: 80px;
    top: -40px;
}.statistical_summary .knowledge_gains::after {
    bottom: -20px;
    height: 60px;
    right: 20px;
    width: 60px;
}
}

@media (max-width: 480px) {.statistical_summary {
    padding: 60px 0;
}.statistical_summary .container {
    padding: 0 15px;
    gap: 30px;
}.statistical_summary .career_statistics {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(44px * 0.6);
}.statistical_summary .program_statistics {
    font-size: calc(14px * 0.9);
    margin-bottom: 20px;
}.statistical_summary .extra_gain {
    padding: 20px;
}.statistical_summary .extra_gain h4 {
    font-size: 2.5rem;
}.statistical_summary .extra_gain span {
    font-size: calc(14px * 0.9);
    margin-top: 10px;
}.statistical_summary .extra_gain:hover {
    transform: scale(1.02) translateY(0);
}}.title_page {
    position: relative;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,231,230), rgb(217,200,199,0.5));
}.title_page::before {
    pointer-events: none;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(185,164,163,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(217,200,199,0.5) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
}.title_page .page_open {
    display: grid;
    width: 90%;
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: translateY(-3vh);
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.title_page .page_open > div:first-child {
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.5) 0%, rgba(255,255,255,0.1) 100%);
    transform: perspective(1000px) rotateX(2deg);
    padding: 2.5rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 1px rgba(255,255,255,0.2) inset;
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
}.title_page .page_open > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.title_page .page_open > div:first-child p {
    color: #000000;
    letter-spacing: 0.02em;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: calc(15px * 1.2);
    text-align: center;
    font-weight: 400;
    margin: 0;
}.title_page .heritage_edu {
    position: relative;
    width: 100%;
    overflow: hidden;
}.title_page .heritage_edu > div {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem 2rem;
    justify-content: space-between;
    min-height: 400px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    clip-path: polygon(2% 2%, 98% 0, 100% 98%, 0 100%);
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
}.title_page .heritage_edu > div::before {
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, 
                rgba(0,0,0,0.6) 0%, 
                rgba(0,0,0,0.3) 40%,
                rgba(0,0,0,0.5) 100%);
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.title_page .heritage_edu > div::after {
    background: linear-gradient(to top, 
                rgb(217,200,199,0.5) 0%, 
                transparent 100%);
    content: "";
    position: absolute;
    height: 30%;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: 0;
    opacity: 0.7;
}.title_page .heritage_edu > div:hover {
    transform: scale(1.02);
}.title_page .heritage_edu h3 {
    background: linear-gradient(90deg, 
                rgba(rgb(185,164,163,0.5), 0.3) 0%, 
                rgba(rgb(217,200,199,0.5), 0.3) 100%);
    z-index: 3;
    border-left: 3px solid rgb(217,200,199);
    line-height: 1.5;
    backdrop-filter: blur(5px);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin: 0 0 1.5rem;
    transform: translateX(5%);
    font-size: calc(21px * 0.95);
    position: relative;
    font-weight: 600;
}.title_page .heritage_edu > div > div {
    margin: 0 auto;
    width: 90%;
    position: relative;
    z-index: 3;
}.title_page .heritage_edu > div > div > div {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.3s ease;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, 
                rgb(185,164,163) 0%, 
                rgb(217,200,199) 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    transform: perspective(800px) rotateY(-2deg);
}.title_page .heritage_edu > div > div > div:hover {
    transform: perspective(800px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}.title_page .title_style_header {
    animation: titlePulse 3s infinite alternate;
    margin: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    letter-spacing: 0.03em;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
    font-size: 37px;
    line-height: 1.3;
}

@keyframes titlePulse {
    0% {
        transform: scale(1);
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    100% {
        transform: scale(1.02);
        text-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }
}

@media screen and (min-width: 768px) {.title_page .page_open {
    grid-template-columns: 1fr 3fr;
    align-items: center;
    gap: 3rem;
}.title_page .page_open > div:first-child {
    transform: perspective(1000px) rotateX(4deg) rotateY(-3deg);
}.title_page .page_open > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-5px);
}.title_page .heritage_edu > div {
    min-height: 500px;
    padding: 4rem 3rem;
}.title_page .heritage_edu h3 {
    margin-left: auto;
    width: 80%;
    margin-right: auto;
    font-size: 21px;
}.title_page .title_style_header {
    font-size: calc(40px * 1.1);
}
}

@media screen and (min-width: 1024px) {.title_page .page_open {
    gap: 4rem;
}.title_page .page_open > div:first-child {
    padding: 3rem;
}.title_page .page_open > div:first-child p {
    font-size: calc(15px * 1.3);
}.title_page .heritage_edu > div {
    min-height: 600px;
}.title_page .heritage_edu h3 {
    width: 70%;
    font-size: calc(21px * 1.1);
}.title_page .heritage_edu > div > div {
    width: 80%;
}.title_page .title_style_header {
    font-size: 40px;
}
}

@media screen and (max-width: 767px) {.title_page {
    padding: 3rem 1rem;
}.title_page .page_open {
    width: 95%;
    gap: 1.5rem;
}.title_page .page_open > div:first-child {
    padding: 1.5rem;
}.title_page .page_open > div:first-child p {
    font-size: 15px;
}.title_page .heritage_edu > div {
    padding: 2rem 1.5rem;
    min-height: 350px;
}.title_page .heritage_edu h3 {
    font-size: calc(21px * 0.85);
    transform: translateX(0);
    padding: 1rem;
}.title_page .heritage_edu > div > div > div {
    padding: 1.5rem 1rem;
}.title_page .title_style_header {
    font-size: calc(37px * 0.9);
}
}