* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.reg_remind {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1209px;
}a {
    color: inherit;
    text-decoration: none;
}.header_edu {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}.wrapper-bundle {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.offer_selection {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.offer_selection::before {
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
}.offer_selection .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.offer_selection .rate_choices {
    position: relative;
}.offer_selection h2 {
    text-align: center;
    transform: translateY(20px);
    font-size: 36px;
    opacity: 0;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #ffffff;
}.offer_selection .learn_fees {
    transform: translateY(20px);
    margin: 0 auto 50px;
    text-align: center;
    font-size: 15px;
    color: rgb(255, 255, 255, 0.5);
    max-width: 800px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
}.offer_selection .learning_deals {
    gap: 30px;
    padding: 0;
    display: grid;
    perspective: 1000px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.offer_selection .learning_deals li {
    transform: translateZ(0) rotateY(5deg) translateX(20px);
    animation: fadeInStagger 0.8s ease-out forwards;
    opacity: 0;
}.offer_selection .learning_deals li:nth-child(1) {
    animation-delay: 0.3s;
}.offer_selection .learning_deals li:nth-child(2) {
    animation-delay: 0.5s;
}.offer_selection .learning_deals li:nth-child(3) {
    animation-delay: 0.7s;
}.offer_selection .learning_deals li:nth-child(4) {
    animation-delay: 0.9s;
}.offer_selection .edu_rates {
    display: block;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    text-decoration: none;
}.offer_selection .cost_rates {
    transition: all 0.4s ease;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    position: relative;
    transform: translateZ(0);
}.offer_selection .cost_rates::before {
    opacity: 0;
    transition: opacity 0.6s ease;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, rgb(198,212,210,0.5), rgb(161,179,177,0.5));
    height: 100%;
}.offer_selection .discount_price {
    color: #ffffff;
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
    min-height: 400px;
    height: 100%;
}.offer_selection .discount_price h4 {
    margin: 0 0 15px;
    transition: transform 0.3s ease-out;
    font-size: calc(20px * 1.1);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}.offer_selection .discount_price h4::after {
    position: absolute;
    height: 3px;
    transition: width 0.4s ease;
    background: rgb(198,212,210);
    left: 0;
    bottom: 0;
    width: 60px;
    content: "";
}.offer_selection .discount_price p {
    line-height: 1.7;
    word-wrap: break-word;
    font-size: 15px;
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
    hyphens: auto;
    flex-grow: 1;
    margin: 0 0 auto;
}.offer_selection .skill_plans {
    align-self: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(198,212,210) 0%, rgb(161,179,177) 100%);
    font-size: calc(20px * 1.3);
    padding: 10px 20px;
    display: inline-block;
    font-weight: 700;
    margin-top: 25px;
    border-radius: 6px;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}.offer_selection .edu_rates:hover {
    transform: translateY(-10px) scale(1.02);
}.offer_selection .edu_rates:hover .cost_rates {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
}.offer_selection .edu_rates:hover .cost_rates::before {
    opacity: 0.05;
}.offer_selection .edu_rates:hover .discount_price h4 {
    transform: translateY(-5px);
}.offer_selection .edu_rates:hover .discount_price h4::after {
    width: 100px;
}.offer_selection .edu_rates:hover .skill_plans {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

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

@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}

@media (max-width: 1024px) {.offer_selection {
    padding: 80px 0;
}.offer_selection .learning_deals {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.offer_selection .discount_price {
    min-height: 380px;
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.offer_selection {
    padding: 60px 0;
}.offer_selection h2 {
    font-size: calc(36px * 0.9);
}.offer_selection .learn_fees {
    margin-bottom: 40px;
    font-size: calc(15px * 0.95);
}.offer_selection .learning_deals {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.offer_selection .discount_price {
    padding: 25px 20px;
    min-height: 350px;
}.offer_selection .discount_price h4 {
    font-size: 20px;
}.offer_selection .skill_plans {
    font-size: calc(20px * 1.1);
}
}

@media (max-width: 576px) {.offer_selection {
    padding: 50px 0;
}.offer_selection .container {
    padding: 0 15px;
}.offer_selection h2 {
    font-size: calc(36px * 0.8);
}.offer_selection .learn_fees {
    font-size: calc(15px * 0.9);
    margin-bottom: 30px;
}.offer_selection .learning_deals {
    gap: 25px;
    grid-template-columns: 1fr;
}.offer_selection .discount_price {
    min-height: auto;
}.offer_selection .discount_price p {
    font-size: calc(15px * 0.9);
}.offer_selection .skill_plans {
    align-self: center;
    margin-top: 20px;
}}.data_exploration {
    background: rgb(234,239,238);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}.data_exploration::before {
    opacity: 0.05;
    background: linear-gradient(120deg, rgb(198,212,210,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    z-index: 0;
    width: 100%;
    left: 0;
}.data_exploration .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.data_exploration h2 {
    left: 0;
    align-items: center;
    transform: rotate(180deg);
    height: 100%;
    color: #000000;
    display: flex;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    writing-mode: vertical-rl;
    top: 0;
    font-weight: 700;
    margin: 0;
    position: absolute;
    padding-right: 1.5rem;
    font-size: 34px;
    text-transform: uppercase;
    border-right: 3px solid rgb(198,212,210);
    letter-spacing: 2px;
}.data_exploration ul {
    position: relative;
    margin: 0 0 0 5rem;
    flex-direction: column;
    list-style: none;
    padding: 0;
    display: flex;
}.data_exploration .top_statistics {
    z-index: 2;
    display: flex;
    position: relative;
    margin-bottom: 3.5rem;
    width: 80%;
}.data_exploration .top_statistics:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
}.data_exploration .top_statistics:last-child {
    margin-bottom: 0;
}.data_exploration .top_statistics p {
    height: 120px;
    position: relative;
    font-weight: 700;
    display: flex;
    color: rgb(198,212,210);
    transition: all 0.4s ease;
    border-radius: 50%;
    font-size: calc(42px * 1.4);
    align-items: center;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.1);
    width: 120px;
    z-index: 2;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    margin: 0;
    justify-content: center;
    background: #ffffff;
}.data_exploration .top_statistics:nth-child(even) p {
    color: rgb(161,179,177);
}.data_exploration .top_statistics span {
    position: relative;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    line-height: 1.6;
    z-index: 1;
    max-width: 60%;
    border-radius: 10px;
    color: #000000;
    margin: 0 2rem;
    align-self: center;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}.data_exploration .top_statistics span::before {
    background: linear-gradient(90deg, transparent, rgb(198,212,210,0.5), transparent);
    z-index: -1;
    content: "";
    width: 120%;
    height: 1px;
    top: 0;
    left: -10%;
    position: absolute;
}.data_exploration .top_statistics span::after {
    bottom: 0;
    position: absolute;
    height: 1px;
    width: 120%;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(198,212,210,0.5), transparent);
    left: -10%;
}.data_exploration .top_statistics:nth-child(even) span::before,
.data_exploration .top_statistics:nth-child(even) span::after {
    background: linear-gradient(90deg, transparent, rgb(161,179,177,0.5), transparent);
}.data_exploration .top_statistics:nth-child(odd)::before {
    position: absolute;
    width: calc(100% - 60px);
    top: 60px;
    z-index: 1;
    background: linear-gradient(90deg, rgb(198,212,210) 0%, transparent 100%);
    content: "";
    left: 60px;
    height: 1px;
}.data_exploration .top_statistics:nth-child(even)::before {
    top: 60px;
    right: 60px;
    z-index: 1;
    background: linear-gradient(90deg, transparent 0%, rgb(161,179,177) 100%);
    width: calc(100% - 60px);
    position: absolute;
    height: 1px;
    content: "";
}.data_exploration svg {
    opacity: 0.2;
    transition: all 0.3s ease;
    height: 30px;
    top: 0;
    fill: rgb(198,212,210);
    right: 0;
    width: 30px;
    position: absolute;
}.data_exploration svg path {
    fill: inherit;
}.data_exploration .top_statistics:hover p {
    transform: scale(1.1);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.2);
}.data_exploration .top_statistics:hover span {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.9);
}.data_exploration .top_statistics:hover svg {
    opacity: 0.5;
    transform: rotate(360deg);
}.data_exploration .container::after {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    opacity: 0.05;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(198,212,210,0.5) 0px,
        rgb(198,212,210,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}

@media screen and (max-width: 1024px) {.data_exploration h2 {
    font-size: calc(34px * 0.9);
}.data_exploration .top_statistics {
    width: 90%;
}.data_exploration .top_statistics p {
    width: 110px;
    height: 110px;
    font-size: calc(42px * 1.2);
}
}

@media screen and (max-width: 768px) {.data_exploration {
    padding: 5rem 0;
}.data_exploration h2 {
    position: relative;
    height: auto;
    transform: none;
    writing-mode: horizontal-tb;
    padding-bottom: 1rem;
    top: auto;
    padding-right: 0;
    margin-bottom: 4rem;
    border-right: none;
    left: auto;
    text-align: center;
    border-bottom: 3px solid rgb(198,212,210);
}.data_exploration ul {
    margin: 0;
}.data_exploration .top_statistics, 
    .data_exploration .top_statistics:nth-child(even) {
    margin-bottom: 3rem;
    align-items: center;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
}.data_exploration .top_statistics p {
    margin-bottom: 1.5rem;
}.data_exploration .top_statistics span {
    margin: 0;
    max-width: 80%;
    text-align: center;
}.data_exploration .top_statistics:nth-child(odd)::before,
    .data_exploration .top_statistics:nth-child(even)::before {
    display: none;
}.data_exploration .top_statistics span::before,
    .data_exploration .top_statistics span::after {
    width: 80%;
    left: 10%;
}
}

@media screen and (max-width: 480px) {.data_exploration {
    padding: 4rem 0;
}.data_exploration h2 {
    margin-bottom: 3rem;
    font-size: calc(34px * 0.8);
}.data_exploration .top_statistics p {
    height: 100px;
    width: 100px;
    font-size: calc(42px * 1.1);
}.data_exploration .top_statistics span {
    padding: 6px 10px;
    max-width: 90%;
    font-size: calc(13px * 0.9);
}}

.data_exploration::after {
    background: 
        radial-gradient(circle at 20% 80%, rgb(198,212,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 20%, rgb(161,179,177,0.5) 0%, transparent 30%);
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    z-index: -2;
    position: absolute;
}.data_exploration .top_statistics:nth-child(1) p::before,
.data_exploration .top_statistics:nth-child(2) p::before,
.data_exploration .top_statistics:nth-child(3) p::before,
.data_exploration .top_statistics:nth-child(4) p::before {
    width: 120%;
    position: absolute;
    top: -10%;
    border-radius: 50%;
    height: 120%;
    left: -10%;
    transition: all 0.4s ease;
    z-index: -1;
    opacity: 0.5;
    background: #ffffff;
    content: "";
}.data_exploration .top_statistics:hover p::before {
    opacity: 0;
    transform: scale(1.1);
}.data_exploration .top_statistics span {
    position: relative;
}.data_exploration .top_statistics span::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 7px,
        rgba(0, 0, 0, 0.04) 7px,
        rgba(0, 0, 0, 0.04) 8px
    );
    height: 1px;
}@keyframes timeline {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.data_exploration .top_statistics:nth-child(1) {
    animation: timeline 8s infinite ease 0s;
}.data_exploration .top_statistics:nth-child(2) {
    animation: timeline 8s infinite ease 2s;
}.data_exploration .top_statistics:nth-child(3) {
    animation: timeline 8s infinite ease 4s;
}.data_exploration .top_statistics:nth-child(4) {
    animation: timeline 8s infinite ease 6s;
}.cookie_overlay_window {
    border-top: 2px solid rgb(198,212,210);
    width: 100%;
    background: rgb(234,239,238);
    z-index: 90;
    position: fixed;
    bottom: 0;
}.user_choices {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}.cookie_overlay_window h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_overlay_window p {
    font-size: 18px;
}.consent_panel {
    flex-shrink: 0;
    margin-right: 10px;
}.consent_panel svg, .consent_panel svg path, .consent_panel img {
    fill: rgb(198,212,210);
    height: 100px;
    width: 100px;
}.track_manage {
    text-decoration: none;
    line-height: 35px;
    margin-left: 10px;
    font-size: 24px;
    border-bottom: 2px solid rgb(198,212,210);
    cursor: pointer;
    color: rgb(198,212,210);
    white-space: nowrap;
    text-align: center;
    min-width: 120px;
    flex-shrink: 0;
}.cookie_overlay_window p a {
    text-decoration: none;
    color: rgb(198,212,210);
}#userPrivacyWindow {
    display: none;
}#userPrivacyWindow:checked ~ .cookie_overlay_window {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_overlay_window {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_panel {
    display: none;
}.user_choices {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_overlay_window h5 {
    text-align: center;
}.cookie_overlay_window p {
    text-align: center;
}.track_toggle {
    margin-bottom: 20px;
}body .wrapper-bundle .track_manage {
    margin-left: 0;
}}
.wrapper-bundle .user_choices {
    justify-content: flex-end;
}.wrapper-bundle .track_manage {
    background: rgb(198,212,210);
    margin-left: 30px;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
}.wrapper-bundle .track_toggle {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-bundle .track_manage {
    margin-left: 0;
    margin-bottom: 10px;
}}.course_benefits {
    position: relative;
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgba(rgb(198,212,210,0.5), 0.05) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.course_benefits::before {
    top: -10%;
    width: 120%;
    z-index: 0;
    content: "";
    animation: rotateGradient 30s infinite linear;
    height: 120%;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgba(rgb(198,212,210,0.5), 0.1), transparent 60%),
              radial-gradient(circle at 70% 30%, rgba(rgb(161,179,177,0.5), 0.08), transparent 40%);
    left: -10%;
}.course_benefits::after {
    background: radial-gradient(circle at 50% 50%, transparent 40%, rgba(rgb(198,212,210,0.5), 0.03) 70%);
    width: 90%;
    animation: pulseGradient 15s infinite ease-in-out;
    position: absolute;
    content: "";
    left: 5%;
    height: 90%;
    z-index: 0;
    top: 5%;
}.course_benefits .container {
    flex-direction: column;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    position: relative;
}.course_benefits .img_caption_box {
    filter: saturate(1.05);
    object-fit: cover;
    width: 100%;
    max-height: 400px;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    margin-bottom: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
}.course_benefits .academy_cult {
    transform: translateY(-20px);
    backdrop-filter: blur(5px);
    z-index: 2;
    position: relative;
}.course_benefits .text_bubble {
    background: linear-gradient(145deg, 
    rgba(rgb(255, 255, 255, 0.5), 0.9) 0%, 
    rgba(rgb(255, 255, 255, 0.5), 0.8) 100%
  );
    transform: perspective(1000px) rotateX(1deg) translateZ(0);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.6s ease-out;
    z-index: 3;
    position: relative;
    padding: 2.5rem 2rem;
}.course_benefits .text_bubble::before {
    transform-origin: left center;
    height: 5px;
    top: -5px;
    left: 0;
    right: 0;
    position: absolute;
    transform: scaleX(0.97);
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(198,212,210), rgb(161,179,177));
    content: "";
    transition: transform 0.5s ease-out;
}.course_benefits h1 {
    font-weight: 700;
    transition: transform 0.5s ease-out;
    position: relative;
    transform: translateX(-5px);
    font-size: 43px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 2rem;
}.course_benefits h1::after {
    transition: width 0.5s ease-out;
    content: "";
    left: 0;
    width: 80px;
    height: 3px;
    position: absolute;
    background: rgb(198,212,210);
    transform-origin: left center;
    bottom: -12px;
}.course_benefits ul {
    list-style-type: none;
    grid-template-columns: 1fr;
    display: grid;
    margin: 1.5rem 0 0;
    padding: 0;
    gap: 1.2rem;
}.course_benefits li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.course_benefits li:hover {
    transform: translateX(5px);
}.course_benefits li p {
    margin: 0;
    padding-left: 0.5rem;
    line-height: 1.6;
    align-items: flex-start;
    color: #000000;
    display: flex;
    font-size: 18px;
}.course_benefits li svg {
    margin-right: 12px;
    margin-top: 3px;
    height: 24px;
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 24px;
    flex-shrink: 0;
}.course_benefits li:hover svg {
    transform: scale(1.15);
}.course_benefits li svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,212,210);
}.course_benefits li:hover svg path {
    fill: rgb(161,179,177);
}

@media (min-width: 768px) {.course_benefits {
    padding: 8rem 0;
}.course_benefits .container {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.course_benefits .img_caption_box {
    margin-bottom: 0;
    width: 45%;
    max-height: 600px;
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
}.course_benefits .academy_cult {
    width: 55%;
    transform: translateY(0) translateX(-40px);
}.course_benefits .text_bubble {
    padding: 3rem 2.5rem;
}.course_benefits ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.course_benefits .container:hover .img_caption_box {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0) scale(1.02);
}.course_benefits .container:hover .text_bubble {
    transform: perspective(1000px) rotateX(2deg) translateZ(0) translateY(-5px);
}.course_benefits .container:hover .text_bubble::before {
    transform: scaleX(1);
}.course_benefits .container:hover h1 {
    transform: translateX(0);
}.course_benefits .container:hover h1::after {
    width: 120px;
}
}

@media (max-width: 767px) {.course_benefits {
    padding: 4rem 0;
}.course_benefits h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 1.5rem;
}.course_benefits .text_bubble {
    padding: 2rem 1.5rem;
}.course_benefits li p {
    font-size: calc(18px * 0.95);
}.course_benefits ul {
    gap: 1rem;
}}

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

@keyframes pulseGradient {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}.gratBox {
    background: linear-gradient(135deg, rgb(234,239,238) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.gratBox::before {
    background: linear-gradient(120deg, rgb(198,212,210,0.5) 0%, rgb(161,179,177,0.5) 100%);
    width: 40%;
    right: -5%;
    opacity: 0.4;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    content: "";
    z-index: 0;
    filter: blur(25px);
    animation: float 15s ease-in-out infinite;
    top: -10%;
}.gratBox::after {
    width: 30%;
    background: linear-gradient(220deg, rgb(161,179,177,0.5) 0%, rgb(198,212,210,0.5) 100%);
    animation: float 18s ease-in-out infinite reverse;
    transform: rotate(10deg) skewX(-10deg);
    height: 60%;
    left: -2%;
    z-index: 0;
    opacity: 0.3;
    bottom: -5%;
    content: "";
    filter: blur(20px);
    position: absolute;
}.gratBox .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.gratBox .academy_cult {
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(1deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 5px solid rgb(198,212,210);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3.5rem;
}.gratBox .academy_cult:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
}.gratBox .academy_cult::before {
    mask-size: 200% 200%;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    top: 0;
    left: 0;
    animation: shimmerMask 8s infinite linear;
    content: "";
}.gratBox .academy_cult > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.gratBox .academy_cult > div:first-child::after {
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -1rem;
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, rgb(198,212,210) 0%, rgb(161,179,177) 100%);
    content: "";
    transform-origin: left center;
    height: 4px;
    left: 0;
}.gratBox .academy_cult:hover > div:first-child::after {
    width: 120px;
}.gratBox h5 {
    color: #000000;
    font-size: 21px;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    line-height: 1.4;
    transform: translateZ(0);
    margin: 0;
    position: relative;
    font-weight: 600;
}.gratBox a {
    text-decoration: none;
    transform: translateZ(0);
    display: block;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.gratBox a:hover {
    transform: translateY(-3px);
}.gratBox p {
    animation: fadeInUp 0.8s forwards 0.5s;
    margin: 0;
    font-weight: 400;
    color: #000000;
    opacity: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.gratBox {
    padding: 5rem 0;
}.gratBox .academy_cult {
    padding: 2.5rem;
}.gratBox h5 {
    font-size: calc(21px * 0.95);
}
}

@media (max-width: 768px) {.gratBox {
    padding: 4rem 0;
}.gratBox .academy_cult {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.gratBox h5 {
    font-size: calc(21px * 0.9);
}.gratBox p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.gratBox {
    padding: 3rem 0;
}.gratBox .academy_cult {
    border-left-width: 3px;
    padding: 1.5rem;
}.gratBox .academy_cult > div:first-child::after {
    height: 3px;
    width: 50px;
}.gratBox .academy_cult:hover > div:first-child::after {
    width: 80px;
}.gratBox h5 {
    font-size: calc(21px * 0.85);
}.gratBox p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}.contact_form_box {
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(234,239,238) 0%, 
        rgb(161,179,177,0.5) 100%
    );
    position: relative;
    padding: 6rem 0;
}.contact_form_box .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}.contact_form_box .connect_panel {
    border-radius: 25px;
    background: rgb(161,179,177,0.5);
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px rgb(198,212,210,0.5);
    align-items: stretch;
    display: flex;
}.contact_form_box .img_caption_box {
    transform: skew(-10deg);
    z-index: 2;
    flex: 0 0 45%;
    position: relative;
    min-height: 600px;
    margin-left: -5%;
}.contact_form_box .img_caption_box::before {
    transform: skew(10deg);
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(198,212,210,0.5) 0%, 
        rgb(161,179,177,0.5) 100%
    );
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.7;
    left: 0;
    width: 120%;
    position: absolute;
}.contact_form_box .support_widget {
    padding: 4rem 3rem 4rem 10%;
    position: relative;
    justify-content: center;
    z-index: 3;
    flex: 0 0 55%;
    flex-direction: column;
    display: flex;
}.contact_form_box h2 {
    text-align: left;
    position: relative;
    font-size: 39px;
    margin-bottom: 2.5rem;
    font-weight: 700;
    padding-left: 2rem;
    color: #ffffff;
}.contact_form_box h2::before {
    border-radius: 50%;
    position: absolute;
    background: rgb(198,212,210);
    width: 1rem;
    content: '';
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 1rem;
    box-shadow: 0 0 15px rgb(198,212,210,0.5);
}.contact_form_box .support_widget h3 {
    position: relative;
    font-size: 34px;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #ffffff;
}.contact_form_box .support_widget h3::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    position: absolute;
    background: rgb(198,212,210);
}.contact_form_box .support_widget form {
    gap: 1.5rem;
    display: grid;
}.contact_form_box .support_widget input:not([type="checkbox"]):not([type="submit"]) {
    background: rgb(161,179,177,0.5);
    font-size: 12px;
    position: relative;
    transition: all 0.3s ease;
    outline: none;
    border: 1px solid rgb(198,212,210,0.5);
    border-radius: 10px;
    width: 100%;
    padding: 1rem 1.5rem;
    color: #ffffff;
}.contact_form_box .support_widget input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    left: 0;
    background: rgb(198,212,210);
    bottom: -2px;
    height: 2px;
    transition: width 0.3s ease;
    content: '';
    width: 0;
}.contact_form_box .support_widget input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(198,212,210);
    box-shadow: 0 0 15px rgb(198,212,210,0.5);
}.contact_form_box .support_widget input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_form_box .support_widget .inquiry_support {
    gap: 1rem;
    align-items: center;
    display: flex;
}.contact_form_box .support_widget .inquiry_support input[type="checkbox"] {
    appearance: none;
    width: 22px;
    background: rgb(161,179,177,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    height: 22px;
    border: 2px solid rgb(198,212,210,0.5);
    border-radius: 10px;
    position: relative;
}.contact_form_box .support_widget .inquiry_support input[type="checkbox"]:checked {
    background: rgb(198,212,210);
    border-color: rgb(198,212,210);
}.contact_form_box .support_widget .inquiry_support input[type="checkbox"]:checked::after {
    position: absolute;
    color: #ffffff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    content: '✔';
    font-size: 0.8rem;
}.contact_form_box .support_widget .inquiry_support label {
    align-items: center;
    display: flex;
    color: #ffffff;
    font-size: 12px;
}.contact_form_box .support_widget .inquiry_support a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(198,212,210);
    margin-left: 0.3rem;
}.contact_form_box .support_widget .inquiry_support a:hover {
    text-decoration: underline;
}.contact_form_box .support_widget .help_block {
    font-weight: 600;
    padding: 1rem;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px;
    color: #ffffff;
    background: rgb(198,212,210);
    width: 100%;
}.contact_form_box .support_widget .help_block::before {
    width: 200%;
    height: 200%;
    left: -50%;
    transform: rotate(-45deg);
    opacity: 0;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(198,212,210,0.5), 
        transparent
    );
    position: absolute;
    content: '';
    transition: all 0.5s ease;
    top: -50%;
}.contact_form_box .support_widget .help_block:hover::before {
    opacity: 1;
}.contact_form_box .support_widget .help_block:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(198,212,210,0.5);
}

@media screen and (max-width: 1200px) {.contact_form_box .img_caption_box {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_form_box .connect_panel {
    flex-direction: column;
}.contact_form_box .img_caption_box {
    transform: none;
    flex: 0 0 100%;
    min-height: 300px;
    margin-left: 0;
}.contact_form_box .img_caption_box::before {
    width: 100%;
    transform: none;
}.contact_form_box .support_widget {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_form_box {
    padding: 3rem 0;
}.contact_form_box h2 {
    padding-left: 1.5rem;
    font-size: calc(39px * 0.8);
    margin-bottom: 1.5rem;
}.contact_form_box h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact_form_box .support_widget h3 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.9);
}.contact_form_box .support_widget input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_box .connect_panel {
    border-radius: 0;
}.contact_form_box .support_widget {
    padding: 2rem 1.5rem;
}}.secure_vaulting {
    font-family: Arial, sans-serif;
    background-color: rgb(234,239,238);
    color: #000000;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.secure_vaulting h1 {
    padding-bottom: 10px;
    color: rgb(198,212,210);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(198,212,210);
    font-size: 39px;
    font-weight: 700;
}.secure_vaulting h2 {
    color: rgb(161,179,177);
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 36px;
}.secure_vaulting h3, .secure_vaulting h4, .secure_vaulting h5, .secure_vaulting h6 {
    margin: 10px 0;
}.secure_vaulting ul {
    margin-left: 20px;
    padding-left: 20px;
    list-style: none;
    color: #000000;
}.secure_vaulting li {
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
}.secure_vaulting li::before {
    position: absolute;
    left: -20px;
    color: rgb(198,212,210);
    font-weight: 700;
    content: '→';
}.secure_vaulting div {
    margin-bottom: 20px;
}.secure_vaulting p {
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
}.secure_vaulting span {
    border-radius: 10px;
    padding: 2px 5px;
    background-color: rgb(198,212,210,0.5);
}.secure_vaulting a {
    transition: color 0.3s;
    font-weight: 600;
    text-decoration: none;
    color: rgb(198,212,210);
}.secure_vaulting a:hover {
    color: rgb(161,179,177);
}
@media only screen and (max-width: 800px) {.secure_vaulting {
    padding: 20px;
}.secure_vaulting h1 {
    font-size: calc(21px * 0.8);
}.secure_vaulting h2 {
    font-size: calc(21px * 0.8);
}.secure_vaulting ul {
    padding-left: 10px;
    margin-left: 10px;
}.secure_vaulting li::before {
    left: -15px;
}.secure_vaulting p {
    font-size: calc(18px * 0.9);
}}.program_structure {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(234,239,238);
}.program_structure::before {
    content: "";
    width: 100%;
    opacity: 0.4;
    background: 
        linear-gradient(135deg, rgb(198,212,210,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(161,179,177,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
}.program_structure::after {
    animation: gridMove 20s linear infinite;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    opacity: 0.2;
}.program_structure .container {
    z-index: 1;
    position: relative;
}.program_structure .academy_cult {
    position: relative;
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.program_structure .img_caption_box {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
}.program_structure .img_caption_box::before {
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    position: absolute;
    mix-blend-mode: multiply;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
}.program_structure .education_route {
    width: 100%;
    position: relative;
    gap: 30px;
    z-index: 2;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 60% 40%;
}.program_structure .first_teach {
    background: #ffffff;
    height: 80px;
    justify-self: center;
    align-items: center;
    display: flex;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(198,212,210,0.5);
    border-radius: 50%;
    grid-area: logo;
    margin-bottom: 20px;
    width: 80px;
    justify-content: center;
    position: relative;
    z-index: 10;
}.program_structure .first_teach::before {
    background: conic-gradient(
        from 0deg, 
        rgb(198,212,210,0.5), 
        rgb(161,179,177,0.5), 
        rgb(198,212,210,0.5)
    );
    opacity: 0.6;
    content: "";
    left: -8px;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    animation: spin 10s linear infinite;
    z-index: -1;
    bottom: -8px;
    top: -8px;
}.program_structure .first_teach::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(198,212,210,0.5);
    bottom: -15px;
    right: -15px;
    top: -15px;
    animation: pulse 4s ease-in-out infinite;
    z-index: -2;
    left: -15px;
    border-radius: 50%;
    opacity: 0.3;
}.program_structure .first_teach:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(198,212,210,0.5);
}.program_structure .first_teach svg {
    height: 45px;
    width: 45px;
    transition: transform 0.5s ease;
}.program_structure .first_teach:hover svg {
    transform: rotate(-10deg);
}.program_structure .first_teach svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,212,210);
}.program_structure .first_teach:hover svg path {
    fill: rgb(161,179,177);
}.program_structure h3 {
    color: #000000;
    transition: all 0.5s ease;
    z-index: 5;
    transform: translateX(-5%);
    font-weight: 700;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    position: relative;
    border-radius: 0 18px 18px 0;
    margin: 0;
    padding: 30px 40px;
    grid-area: title;
    background: #ffffff;
    font-size: 38px;
}.program_structure h3::before {
    opacity: 0.5;
    border-radius: 0 10px 10px 0;
    z-index: -1;
    right: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    border: 1px dashed rgb(198,212,210,0.5);
    content: "";
    bottom: 10px;
}.program_structure h3::after {
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(198,212,210), rgb(161,179,177));
    position: absolute;
    left: 40px;
    content: "";
    transition: width 0.4s ease;
    bottom: 15px;
    width: 60px;
}.program_structure .education_route:hover h3 {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0%);
}.program_structure .education_route:hover h3::after {
    width: 100px;
}.program_structure p {
    margin: 0;
    background: #ffffff;
    color: #000000;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    transition: all 0.5s ease 0.1s;
    padding-right: 70px;
    transform: translateX(-10%);
    line-height: 1.8;
    position: relative;
    grid-area: desc;
    border-radius: 0 18px 18px 0;
    z-index: 4;
    padding: 35px 40px;
}.program_structure p::before {
    border-radius: 0 10px 10px 0;
    bottom: 10px;
    content: "";
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    z-index: -1;
    border: 1px dashed rgb(161,179,177,0.5);
    position: absolute;
    right: 10px;
    opacity: 0.5;
    top: 10px;
    left: 10px;
}.program_structure .education_route:hover p {
    transform: translateX(-5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.program_structure .img_caption_box::after {
    content: "";
    height: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 1;
}.program_structure .education_route::after {
    position: relative;
    background-position: center bottom;
    background: inherit;
    height: 100%;
    transform: translateX(15%);
    transition: all 0.5s ease 0.1s;
    grid-area: photo2;
    content: "";
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    background-size: cover;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 18px 0 0 18px;
    z-index: 2;
}.program_structure .education_route:hover::before {
    transform: translateX(5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.program_structure .education_route:hover::after {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(10%);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program_structure {
    padding: 80px 0;
}.program_structure .education_route {
    grid-template-columns: 55% 45%;
    gap: 25px;
}.program_structure h3 {
    padding: 25px 35px;
    font-size: calc(38px - 2px);
}.program_structure p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.program_structure {
    padding: 70px 0;
}.program_structure .academy_cult {
    min-height: auto;
}.program_structure .education_route {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    gap: 20px;
    grid-template-rows: auto auto auto 250px;
}.program_structure h3 {
    border-radius: 18px;
    padding: 25px 30px;
    clip-path: none;
    transform: none;
    font-size: calc(38px - 4px);
}.program_structure h3::before {
    clip-path: none;
    border-radius: 10px;
}.program_structure p {
    transform: none;
    padding: 25px 30px;
    border-radius: 18px;
    clip-path: none;
}.program_structure p::before {
    clip-path: none;
    border-radius: 10px;
}.program_structure .education_route::before,
    .program_structure .education_route::after {
    height: 250px;
    transform: none;
    border-radius: 18px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}.program_structure .education_route::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.program_structure .education_route:hover h3,
    .program_structure .education_route:hover p,
    .program_structure .education_route:hover::before,
    .program_structure .education_route:hover::after {
    transform: none;
}.program_structure .first_teach {
    margin-bottom: 15px;
    height: 70px;
    width: 70px;
}.program_structure .first_teach svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 767px) {.program_structure {
    padding: 60px 0;
}.program_structure .academy_cult {
    min-height: auto;
}.program_structure .education_route {
    gap: 15px;
    grid-template-rows: auto auto auto 200px;
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
    grid-template-columns: 1fr;
}.program_structure h3 {
    transform: none;
    clip-path: none;
    font-size: calc(38px - 6px);
    border-radius: 18px;
    padding: 20px 25px;
}.program_structure h3::before {
    display: none;
}.program_structure h3::after {
    height: 2px;
    bottom: 10px;
    left: 25px;
    width: 50px;
}.program_structure p {
    padding: 20px 25px;
    clip-path: none;
    line-height: 1.6;
    transform: none;
    font-size: calc(15px - 1px);
    border-radius: 18px;
}.program_structure p::before {
    display: none;
}.program_structure .education_route::before {
    border-radius: 18px;
    transform: none;
    height: 200px;
    clip-path: none;
}.program_structure .education_route::after {
    display: none;
}.program_structure .education_route:hover h3,
    .program_structure .education_route:hover p,
    .program_structure .education_route:hover::before {
    transform: none;
}.program_structure .first_teach {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}.program_structure .first_teach::before,
    .program_structure .first_teach::after {
    display: none;
}.program_structure .first_teach svg {
    width: 35px;
    height: 35px;
}}.our_background {
    padding: 8rem 0 6rem;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.our_background::before {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.75) 30%, 
        rgba(0, 0, 0, 0.6) 70%, 
        rgba(0, 0, 0, 0.85) 100%);
    bottom: 0;
    top: 0;
    z-index: 1;
    right: 0;
}.our_background::after {
    z-index: 2;
    border-radius: 50%;
    background: rgb(198,212,210);
    width: 200px;
    top: -50px;
    right: -50px;
    position: absolute;
    filter: blur(50px);
    content: "";
    height: 200px;
    opacity: 0.1;
    animation: float 10s infinite ease-in-out;
}.our_background h4 {
    text-align: center;
    font-size: calc(38px * 1.2);
    text-transform: uppercase;
    animation: fadeInUp 1s forwards 0.2s;
    position: relative;
    z-index: 5;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2.5rem;
    transform: translateY(20px);
    opacity: 0;
}.our_background h4::after {
    bottom: -12px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(198,212,210), rgb(161,179,177));
    left: 50%;
    height: 3px;
}.our_background .container {
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}.our_background .text_bubble {
    border-left: 3px solid rgb(198,212,210);
    position: relative;
    border-radius: 10px;
    animation: fadeInUp 1s forwards 0.4s;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    padding: 3rem;
    transform: translateY(30px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: transform 0.5s ease-out;
    backdrop-filter: blur(10px);
}.our_background .text_bubble:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}.our_background .text_bubble::before {
    width: 100%;
    z-index: -1;
    opacity: 0.1;
    top: 0;
    pointer-events: none;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(198,212,210,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(161,179,177,0.5) 100%);
}.our_background h6 {
    opacity: 0;
    font-weight: 700;
    display: inline-block;
    animation: fadeInRight 0.8s forwards 0.6s;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.1);
    position: relative;
    transform: translateX(-10px);
    color: rgb(198,212,210);
}.our_background h6::after {
    width: 30px;
    height: 2px;
    bottom: -8px;
    animation: expandLine 0.6s forwards 1.2s;
    transform: scaleX(0);
    position: absolute;
    background: rgb(161,179,177);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    left: 0;
    content: "";
}.our_background .text_bubble div {
    position: relative;
    overflow: hidden;
}.our_background .text_bubble span {
    margin-bottom: 1rem;
    opacity: 0;
    position: relative;
    text-align: justify;
    font-size: 17px;
    line-height: 1.8;
    transform: translateY(20px);
    color: rgba(255, 255, 255, 0.9);
    animation: fadeInUp 1s forwards 0.8s;
    display: block;
}.our_background .text_bubble span::first-letter {
    font-size: 1.5em;
    color: rgb(161,179,177);
    font-weight: 700;
    margin-right: 3px;
}

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

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

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(30px, -30px);
    }
    50% {
        transform: translate(60px, 0);
    }
    75% {
        transform: translate(30px, 30px);
    }
}

@media (max-width: 991px) {.our_background {
    padding: 6rem 0 4rem;
}.our_background h4 {
    font-size: calc(38px * 1.1);
}.our_background .text_bubble {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.our_background {
    padding: 4rem 0 3rem;
}.our_background h4 {
    font-size: 38px;
    margin-bottom: 2rem;
}.our_background h4::after {
    width: 60px;
    height: 2px;
}.our_background .text_bubble {
    padding: 2rem;
}.our_background h6 {
    font-size: 20px;
    margin-bottom: 1.2rem;
}.our_background .text_bubble span {
    line-height: 1.7;
}
}

@media (max-width: 576px) {.our_background {
    padding: 3rem 0 2rem;
}.our_background h4 {
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.3);
}.our_background h4::after {
    width: 50px;
}.our_background .text_bubble {
    border-left-width: 2px;
    padding: 1.5rem;
}.our_background h6 {
    font-size: calc(16px * 1.1);
    margin-bottom: 1rem;
}.our_background .text_bubble span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.teaching_history {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(234,239,238) 0%, rgb(161,179,177,0.5) 100%);
    position: relative;
    padding: 6rem 2rem 4rem;
}.teaching_history::before {
    width: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(198,212,210,0.5) 0px,
        rgb(198,212,210,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.2;
}.teaching_history::after {
    top: 0;
    content: "";
    width: 50%;
    height: 100%;
    right: 0;
    opacity: 0.1;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: #ffffff;
    z-index: 1;
}.teaching_history .review_quotes {
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    align-items: center;
    display: flex;
    z-index: 2;
    position: relative;
}.teaching_history .img_caption_box {
    width: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: all 0.5s ease;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: relative;
    height: 250px;
    margin-bottom: -50px;
    border-radius: 0;
}.teaching_history .img_caption_box:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}.teaching_history .experience_summary {
    width: 100%;
    transform-style: preserve-3d;
    padding: 70px 30px 30px;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    z-index: 2;
    perspective: 1000px;
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}.teaching_history .experience_summary::before {
    transform: translateZ(-20px);
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    width: 100%;
    background: rgb(198,212,210);
    position: absolute;
    left: 0;
}.teaching_history .name {
    margin-bottom: 0.5rem;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: rgb(198,212,210);
}.teaching_history .name::after {
    bottom: -10px;
    width: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(161,179,177);
    height: 3px;
    content: "";
}.teaching_history .experience_summary > div:nth-child(2) {
    font-size: 22px;
    color: rgb(161,179,177);
    text-align: center;
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}.teaching_history .emp_wrap {
    width: 100%;
    line-height: 1.8;
    margin-top: 20px;
    font-weight: 400;
    padding-top: 30px;
    font-size: 18px;
    position: relative;
    text-align: center;
    font-style: italic;
    border-top: 1px solid rgb(234,239,238);
    color: #000000;
}.teaching_history .emp_wrap::before,
.teaching_history .emp_wrap::after {
    height: 30px;
    width: 30px;
    background: rgb(161,179,177,0.5);
    position: absolute;
    border-radius: 50%;
    content: "";
}.teaching_history .emp_wrap::before {
    left: 50%;
    transform: translateX(-20px);
    top: -15px;
}.teaching_history .emp_wrap::after {
    top: -15px;
    transform: translateX(-10px);
    left: 50%;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.teaching_history .experience_summary:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.teaching_history {
    padding: 4rem 1rem 3rem;
}.teaching_history .img_caption_box {
    width: 150px;
    height: 180px;
    margin-bottom: -40px;
}.teaching_history .experience_summary {
    padding: 60px 20px 20px;
}}.reg_remind {
    position: relative;
    color: #ffffff;
    padding: 80px 0 40px;
    z-index: 1;
}.reg_remind::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    backdrop-filter: blur(8px);
}footer {
    position: relative;
}.reg_remind .container {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.reg_remind .company_holder {
    position: relative;
    padding-right: 40px;
}.reg_remind .company_holder::after {
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(161,179,177,0.5), 
        transparent);
    right: 0;
    position: absolute;
    width: 1px;
    top: 20%;
    content: "";
    height: 60%;
}.reg_remind .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    font-size: calc(31px * 0.9);
}.reg_remind .company_holder h3::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    height: 3px;
    left: 0;
    width: 40px;
    background: rgb(198,212,210);
    bottom: -8px;
}.reg_remind .blog_ref {
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 90%;
    font-size: 14px;
    opacity: 0.8;
    color: #ffffff;
}.reg_remind .code_labs {
    display: flex;
    justify-content: flex-end;
}.reg_remind .site_nav {
    gap: 60px;
    display: flex;
}.reg_remind .top_lesson {
    position: relative;
}.reg_remind .top_lesson h5 {
    position: relative;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
}.reg_remind .top_lesson h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: rgb(198,212,210);
    left: 0;
    width: 30px;
    height: 2px;
    border-radius: 10px;
}.reg_remind .top_lesson .site_nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
}.reg_remind .top_lesson .site_nav a {
    font-size: calc(14px * 0.95);
    color: #ffffff;
    padding-left: 0;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.7;
}.reg_remind .top_lesson .site_nav a::before {
    left: 0;
    top: 50%;
    width: 0;
    background: rgb(198,212,210);
    transform: translateY(-50%);
    content: "";
    opacity: 0;
    height: 1px;
    transition: all 0.3s ease;
    position: absolute;
}.reg_remind .top_lesson .site_nav a:hover {
    opacity: 1;
    padding-left: 12px;
    color: rgb(198,212,210);
}.reg_remind .top_lesson .site_nav a:hover::before {
    width: 8px;
    opacity: 1;
}.med_guides {
    padding: 20px 0;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
}.med_guides .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.med_guides .copy_notice {
    color: #ffffff;
    opacity: 0.6;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-align: center;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(198,212,210,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(198,212,210);
    }
}

@media (max-width: 991px) {.reg_remind {
    padding: 60px 0 30px;
}.reg_remind .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.reg_remind .company_holder {
    max-width: 600px;
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
}.reg_remind .company_holder::after {
    display: none;
}.reg_remind .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.reg_remind .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.reg_remind .blog_ref {
    text-align: center;
    max-width: 100%;
}.reg_remind .code_labs {
    justify-content: center;
}
}

@media (max-width: 767px) {.reg_remind {
    padding: 50px 0 20px;
}.reg_remind .site_nav {
    flex-direction: column;
    gap: 40px;
    width: 100%;
}.reg_remind .top_lesson {
    text-align: center;
}.reg_remind .top_lesson h5 {
    text-align: center;
}.reg_remind .top_lesson h5::after {
    transform: translateX(-50%);
    left: 50%;
}.reg_remind .top_lesson .site_nav {
    align-items: center;
}.reg_remind .top_lesson .site_nav a {
    text-align: center;
}.reg_remind .top_lesson .site_nav a::before {
    display: none;
}.reg_remind .top_lesson .site_nav a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.reg_remind {
    padding: 40px 0 20px;
}.reg_remind .company_holder h3 {
    font-size: calc(31px * 0.8);
}.reg_remind .blog_ref {
    font-size: calc(14px * 0.9);
}.med_guides .copy_notice {
    font-size: calc(14px * 0.9);
}}

.reg_remind::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.reg_remind::after {
    box-shadow: 0 0 40px rgb(198,212,210,0.5);
}.reg_remind .container::before {
    width: 150px;
    content: "";
    border-radius: 50%;
    animation: pulse 10s infinite alternate-reverse;
    left: -75px;
    background: radial-gradient(
        circle, 
        rgb(161,179,177,0.5), 
        transparent 70%
    );
    height: 150px;
    bottom: -75px;
    filter: blur(30px);
    position: absolute;
}.reg_remind .top_lesson::before {
    height: 5px;
    position: absolute;
    width: 5px;
    border-radius: 50%;
    opacity: 0.7;
    background: rgb(198,212,210);
    left: -15px;
    top: 10px;
    content: "";
}.reg_remind .top_lesson:hover::before {
    animation: glow 2s infinite;
}.reg_remind .company_holder::before {
    height: 1px;
    content: "";
    bottom: -20px;
    background: linear-gradient(90deg, 
        rgb(198,212,210,0.5), 
        transparent);
    width: 100px;
    position: absolute;
    left: 0;
}

@media (max-width: 991px) {.reg_remind .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(198,212,210,0.5), 
            transparent);
}}

.reg_remind .top_lesson .site_nav a::after {
    height: 1px;
    background: rgb(198,212,210);
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    left: 0;
    bottom: -2px;
    content: "";
}.reg_remind .top_lesson .site_nav a:hover::after {
    width: 100%;
}.reg_remind .top_lesson .site_nav a:nth-child(odd):hover {
    transform: translateX(2px);
}.reg_remind .top_lesson .site_nav a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    height: 1px;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(90deg, 
            transparent, 
            rgb(161,179,177,0.5), 
            transparent);
    position: absolute;
}.reg_remind::before {
    background-blend-mode: overlay;
}}

.reg_remind .company_holder h3::before {
    content: "";
    width: 20px;
    position: absolute;
    opacity: 0.7;
    top: 50%;
    height: 1px;
    background: rgb(198,212,210);
    left: -30px;
}

@media (max-width: 991px) {.reg_remind .company_holder h3::before {
    display: none;
}}

.med_guides {
    position: relative;
    overflow: hidden;
}.med_guides::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(161,179,177,0.5), 
        transparent);
}.med_guides::after {
    content: "";
    height: 1px;
    position: absolute;
    width: 30%;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(161,179,177,0.5), 
        transparent);
    opacity: 0.3;
    left: 35%;
}.med_guides .copy_notice {
    position: relative;
    transition: all 0.3s ease;
}.med_guides .copy_notice:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.title_opener {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    position: relative;
    justify-content: center;
}.title_opener .learn_first {
    align-items: center;
    position: relative;
    justify-content: center;
    height: 100vh;
    display: flex;
    width: 100%;
}.title_opener .learn_first::before {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(198,212,210,0.5) 0%, rgb(161,179,177,0.5) 100%);
}.title_opener .growth_hist {
    display: grid;
    transform: translateY(-20px);
    background: rgba(255, 255, 255, 0.1);
    width: 90%;
    position: relative;
    grid-template-columns: 1fr;
    max-width: 1200px;
    gap: 2rem;
    padding: 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 2;
    animation: fadeInUp 1s ease-out forwards;
}.title_opener .growth_hist > div:first-child {
    position: relative;
    overflow: hidden;
}.title_opener .growth_hist > div:first-child::after {
    height: 4px;
    width: 100px;
    bottom: -10px;
    background: rgb(161,179,177);
    position: absolute;
    content: "";
    animation: expandWidth 1.5s ease-out forwards;
    left: 0;
}.title_opener .title_style_header {
    font-weight: 700;
    font-size: 48px;
    transform: translateY(20px);
    letter-spacing: 0.5px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1s ease-out 0.3s forwards;
    line-height: 1.2;
    margin-bottom: 1rem;
    opacity: 0;
}.title_opener .growth_hist > div:nth-child(2) {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 0.6s forwards;
}.title_opener h3 {
    font-size: 21px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}.title_opener p {
    margin-bottom: 2rem;
    border-left: 3px solid rgb(161,179,177);
    padding-left: 1rem;
    font-size: 16px;
    animation: fadeInRight 1s ease-out 0.9s forwards;
    position: relative;
    opacity: 0;
    color: #ffffff;
    transform: translateX(-10px);
    line-height: 1.6;
}

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

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}

@media (min-width: 768px) {.title_opener .growth_hist {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    gap: 3rem;
    align-items: center;
}.title_opener .title_style_header {
    font-size: calc(48px * 1.2);
}.title_opener h3 {
    font-size: calc(21px * 1.1);
}.title_opener p {
    font-size: calc(16px * 1.1);
}.title_opener .growth_hist > div:first-child::after {
    width: 150px;
}
  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 150px;
    }
  }
}

@media (min-width: 1024px) {.title_opener .growth_hist {
    padding: 5rem;
    gap: 4rem;
}.title_opener .title_style_header {
    font-size: calc(48px * 1.4);
}.title_opener .growth_hist > div:first-child::after {
    height: 5px;
    width: 200px;
}
  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 200px;
    }
  }
}

@media (max-width: 767px) {.title_opener {
    min-height: 100vh;
}.title_opener .learn_first {
    height: 100vh;
}.title_opener .growth_hist {
    gap: 1.5rem;
    padding: 2rem;
}.title_opener .title_style_header {
    font-size: calc(48px * 0.9);
}.title_opener h3 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 480px) {.title_opener .growth_hist {
    gap: 1rem;
    padding: 1.5rem;
}.title_opener .title_style_header {
    font-size: calc(48px * 0.8);
}.title_opener h3 {
    font-size: calc(21px * 0.8);
    margin-bottom: 1rem;
}.title_opener p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1rem;
}}.service_connect {
    padding: 6rem 2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(234,239,238) 0%, rgba(245, 247, 250, 0.95) 100%);
}.service_connect::before {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(198,212,210,0.5), 0.03) 0px,
        rgba(rgb(198,212,210,0.5), 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    z-index: 0;
    width: 100%;
}.service_connect::after {
    top: -10%;
    width: 30%;
    position: absolute;
    animation: float 15s infinite alternate ease-in-out;
    height: 50%;
    content: "";
    background: radial-gradient(
        circle at center,
        rgba(rgb(198,212,210,0.5), 0.15),
        rgba(rgb(161,179,177,0.5), 0.05) 60%,
        transparent 80%
    );
    right: -5%;
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.service_connect h1 {
    letter-spacing: -0.02em;
    font-size: 47px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
    z-index: 2;
    color: #000000;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: relative;
}.service_connect h1::after {
    width: 4rem;
    height: 0.25rem;
    content: "";
    border-radius: 10px;
    bottom: -0.8rem;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(198,212,210), rgb(161,179,177));
    position: absolute;
    left: 50%;
}.service_connect .container {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    max-width: 1200px;
}.service_connect .message_us {
    transform: translateY(0);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease;
    display: grid;
    padding: 2.5rem;
    background: rgba(#ffffff, 0.85);
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.03);
    border: 1px solid rgba(rgb(198,212,210,0.5), 0.1);
}.service_connect .message_us:hover {
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 2px 10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.service_connect .message_us > div {
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1rem;
}.service_connect .message_us > div:first-child {
    letter-spacing: 0.01em;
    color: #000000;
    font-size: calc(14px + 0.1rem);
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(rgb(198,212,210,0.5), 0.1), rgba(rgb(198,212,210,0.5), 0.03));
    line-height: 1.6;
    border-left: 3px solid rgb(198,212,210);
}.service_connect .message_us > div:nth-child(2) {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}.service_connect h6 {
    color: #000000;
    display: flex;
    text-transform: capitalize;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 21px;
}.service_connect span {
    transition: color 0.3s ease;
    margin-left: 1.8rem;
    display: block;
    color: #000000;
    font-size: 14px;
}.service_connect .edu_chat {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.service_connect .edu_chat > div {
    position: relative;
    transition: transform 0.3s ease;
}.service_connect .edu_chat > div:hover {
    transform: translateX(5px);
}.service_connect .edu_query {
    position: relative;
    align-items: center;
    gap: 0.75rem;
    color: #000000;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
    text-decoration: none;
}.service_connect .edu_query::before {
    background: linear-gradient(90deg, rgb(198,212,210), rgb(161,179,177));
    width: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 1.5px;
    bottom: -4px;
    left: 0;
}.service_connect .edu_query:hover {
    color: rgb(198,212,210);
}.service_connect .edu_query:hover::before {
    width: 100%;
}.service_connect svg {
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}.service_connect .edu_query:hover svg {
    transform: scale(1.1);
}.service_connect svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,212,210);
}.service_connect .edu_query:hover svg path {
    fill: rgb(161,179,177);
}

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

@keyframes pulse {
    0% {
        opacity: 0.7;
        transform: scale(0.98);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(0.98);
    }
}

@media (min-width: 768px) {.service_connect {
    padding: 8rem 3rem;
}.service_connect .message_us {
    padding: 3rem;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2rem;
}.service_connect h1 {
    margin-bottom: 4rem;
    font-size: calc(47px * 1.1);
}.service_connect h1::after {
    width: 6rem;
}.service_connect .message_us > div:first-child {
    font-size: calc(14px + 0.2rem);
}
}

@media (max-width: 767px) {.service_connect {
    padding: 4rem 1.5rem;
}.service_connect::after {
    width: 50%;
    height: 30%;
}.service_connect h1 {
    margin-bottom: 2.5rem;
    font-size: calc(47px * 0.9);
}.service_connect .message_us {
    padding: 2rem 1.5rem;
}.service_connect .edu_chat {
    gap: 1rem;
}.service_connect svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 480px) {.service_connect {
    padding: 3rem 1rem;
}.service_connect h1 {
    font-size: calc(47px * 0.8);
}.service_connect .message_us {
    padding: 1.5rem;
}.service_connect .message_us > div {
    padding: 0.75rem;
}.service_connect .message_us > div:first-child {
    font-size: 14px;
    padding: 1.25rem;
}}header {
    padding: 0;
    background: #ffffff;
    z-index: 100;
    position: relative;
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}header::before {
    content: '';
    background: linear-gradient(135deg, rgb(198,212,210), rgb(161,179,177));
    height: 100%;
    top: 0;
    width: 35%;
    z-index: 0;
    left: 0;
    position: absolute;
}header .container {
    z-index: 1;
    max-width: 100%;
    margin: 0;
    position: relative;
    width: 100%;
    padding: 0;
}header .head_pagewrap {
    display: flex;
    height: 100%;
    align-items: stretch;
}header .top_primary {
    text-decoration: none;
    display: flex;
    padding: 1.2rem 0;
    width: 35%;
    position: relative;
    justify-content: center;
    align-items: center;
}header .top_primary svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
    height: auto;
    width: 150px;
}header .top_primary:hover svg {
    transform: scale(1.05);
}header .top_lesson {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 65%;
    padding: 1.2rem 3%;
    gap: 0.5rem;
}header .top_lesson::before {
    top: 0;
    height: 100%;
    width: 1px;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(198,212,210,0.5), transparent);
    content: '';
    position: absolute;
}header .site_main {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    z-index: 1;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
}header .site_main::before {
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 10px;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(198,212,210,0.5), rgb(161,179,177,0.5));
    content: '';
}header .site_main:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}header .site_main:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .top_primary {
    padding: 1rem 0;
    width: 30%;
}header .top_primary svg {
    width: 130px;
}header .top_lesson {
    padding: 1rem 2.5%;
    width: 70%;
    gap: 0.5rem;
}header .site_main {
    font-size: calc(15px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(234,239,238);
}header::before {
    bottom: 50%;
    width: 100%;
    height: auto;
    top: 0;
}header .head_pagewrap {
    flex-direction: column;
    align-items: center;
}header .top_primary {
    width: 100%;
    padding: 0.8rem 0;
}header .top_primary svg {
    width: 120px;
}header .top_lesson {
    justify-content: center;
    gap: 0.6rem;
    padding: 0.8rem 0;
    flex-wrap: wrap;
    width: 95%;
}header .top_lesson::before {
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(198,212,210,0.5), transparent);
    width: 100%;
    left: 0;
    top: 0;
}header .site_main {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .top_primary {
    padding: 0.7rem 0;
}header .top_primary svg {
    width: 110px;
}header .top_lesson {
    width: 100%;
    padding: 0.7rem 2%;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .top_lesson::-webkit-scrollbar {
    height: 3px;
}header .top_lesson::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(198,212,210);
}header .site_main {
    flex-shrink: 0;
    font-size: calc(15px - 1px);
    margin-right: 2px;
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
}
}