* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}::-webkit-scrollbar {
    padding: 3px;
    width: 11px;
    background: rgb(152,173,162);
}::-webkit-scrollbar-track {
    box-shadow: inset -5px 0px 4px 1px rgba(0, 0, 0, 0.5);
    background: rgb(255, 255, 255, 0.5);
    border: 1px dashed rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    box-shadow: -3px -4px 3px 8px rgba(0, 0, 0, 0.3);
    background: rgb(191,208,199);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(152,173,162,0.5);
}header,footer {
    width: 100%;
}.patent_info64 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
}.wrapper-holder92 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.nav_teach76 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1130px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_background80 {
    position: relative;
    background: rgb(225,233,229);
    overflow: hidden;
    padding: 120px 0;
}.our_background80::before {
    z-index: 1;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(191,208,199,0.5) 0%, transparent 50%);
    opacity: 0.35;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.our_background80::after {
    position: absolute;
    width: 60%;
    z-index: 1;
    height: 100%;
    right: 0;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(152,173,162,0.5) 0%, transparent 70%);
    content: "";
}.our_background80 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
}.our_background80 .learn_guide56 {
    position: relative;
    align-items: center;
    display: flex;
    gap: 60px;
    flex-direction: row-reverse;
}.our_background80 .learn_guide56::before {
    animation: pulse 8s infinite alternate;
    border-radius: 50%;
    right: -100px;
    width: 200px;
    z-index: -1;
    filter: blur(80px);
    background: rgb(191,208,199,0.5);
    height: 200px;
    content: "";
    top: -80px;
    position: absolute;
}.our_background80 .learn_guide56::after {
    border-radius: 50%;
    bottom: -50px;
    left: -70px;
    height: 150px;
    z-index: -1;
    filter: blur(60px);
    background: rgb(152,173,162,0.5);
    width: 150px;
    content: "";
    position: absolute;
    animation: pulse 6s infinite alternate-reverse;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

.our_background80 .achieve_stats04 {
    transition: transform 0.6s ease;
    position: relative;
    flex: 0 0 35%;
    border-radius: 14px;
    transform: perspective(1000px) rotateY(5deg);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.our_background80 .achieve_stats04:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.our_background80 .achieve_stats04::before {
    border-radius: 14px;
    top: -10px;
    position: absolute;
    z-index: -1;
    left: -10px;
    right: -10px;
    bottom: -10px;
    content: "";
    border: 1px solid rgb(152,173,162,0.5);
    animation: border-pulse 4s infinite alternate;
}@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

.our_background80 .img_card_item06 {
    height: 380px;
    position: relative;
    overflow: hidden;
}.our_background80 .img_card_item06::after {
    left: 0;
    z-index: 1;
    bottom: 0;
    content: "";
    height: 50%;
    background: linear-gradient(to top, #000000, transparent);
    position: absolute;
    width: 100%;
}.our_background80 .skill_studio69 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}.our_background80 .mastery_zone40 {
    color: #ffffff;
    font-size: calc(23px - 2px);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 8px;
}.our_background80 .class_pro60 {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
    font-weight: 300;
    font-size: 12px;
    margin: 0;
}.our_background80 .info_panel37 {
    backdrop-filter: blur(5px);
    flex: 1;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}.our_background80 .info_panel37::before {
    opacity: 0.15;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(191,208,199,0.5) 0%, transparent 100%);
    top: 0;
    width: 100%;
    content: "";
    z-index: -1;
    left: 0;
}.our_background80 .info_panel37::after {
    top: -50%;
    animation: float 15s infinite linear;
    right: -50%;
    height: 200px;
    opacity: 0.8;
    z-index: -1;
    content: "";
    width: 200px;
    position: absolute;
    background: radial-gradient(circle, rgb(152,173,162,0.5) 0%, transparent 70%);
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.our_background80 .class_sessions45 {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;
}.our_background80 .class_sessions45 svg {
    height: 48px;
    width: 48px;
    transition: transform 0.4s ease, filter 0.4s ease;
    fill: rgb(191,208,199);
    filter: drop-shadow(0 2px 10px rgb(191,208,199,0.5));
}.our_background80 .class_sessions45:hover svg {
    filter: drop-shadow(0 5px 15px rgb(191,208,199));
    transform: scale(1.1) rotate(5deg);
}.our_background80 .class_sessions45 svg path {
    transition: fill 0.3s ease;
}.our_background80 .class_sessions45:hover svg path {
    fill: rgb(152,173,162);
}.our_background80 .class_sessions45 {
    color: rgb(191,208,199);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: calc(21px - 1px);
    font-weight: 600;
}.our_background80 h2 {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    margin: 0 0 25px;
    position: relative;
}.our_background80 h2::after {
    width: 80px;
    position: absolute;
    border-radius: 10px;
    background: rgb(191,208,199);
    height: 3px;
    content: "";
    bottom: 0;
    left: 0;
}.our_background80 p {
    line-height: 1.8;
    color: #000000;
    margin: 0;
    font-size: 12px;
    z-index: 2;
    position: relative;
}

@media (max-width: 1024px) {.our_background80 {
    padding: 90px 0;
}.our_background80 .learn_guide56 {
    gap: 40px;
}.our_background80 .achieve_stats04 {
    flex: 0 0 40%;
}.our_background80 .img_card_item06 {
    height: 350px;
}.our_background80 .info_panel37 {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_background80 {
    padding: 70px 0;
}.our_background80 .learn_guide56 {
    flex-direction: column;
    gap: 50px;
}.our_background80 .achieve_stats04 {
    transform: perspective(1000px) rotateY(0);
    width: 80%;
    margin: 0 auto;
    max-width: 350px;
}.our_background80 .achieve_stats04:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.our_background80 .img_card_item06 {
    height: 320px;
}.our_background80 .info_panel37 {
    padding: 30px 25px;
    width: 100%;
}.our_background80 h2 {
    font-size: calc(38px - 4px);
}
}

@media (max-width: 576px) {.our_background80 {
    padding: 60px 0;
}.our_background80::before,
    .our_background80::after {
    opacity: 0.25;
}.our_background80 .achieve_stats04 {
    width: 100%;
}.our_background80 .img_card_item06 {
    height: 280px;
}.our_background80 .skill_studio69 {
    padding: 15px 20px;
}.our_background80 .mastery_zone40 {
    font-size: calc(21px + 1px);
}.our_background80 .info_panel37 {
    padding: 25px 20px;
}.our_background80 .class_sessions45 svg {
    height: 40px;
    width: 40px;
}.our_background80 .class_sessions45 {
    margin-bottom: 20px;
    font-size: 12px;
}.our_background80 h2 {
    font-size: calc(38px - 6px);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.our_background80 h2::after {
    height: 2px;
    width: 60px;
}.our_background80 p {
    font-size: calc(12px - 1px);
    line-height: 1.7;
}}.course_demographic80 {
    padding: 130px 0;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}.course_demographic80::before {
    height: 100%;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(45deg, rgb(191,208,199,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(152,173,162,0.5) 25%, transparent 25%);
    content: "";
    z-index: 0;
    position: absolute;
    background-size: 60px 60px;
    top: 0;
    opacity: 0.05;
}.course_demographic80 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.course_demographic80 .learn_guide56 {
    position: relative;
}.course_demographic80 h4 {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 33px;
    color: #000000;
}.course_demographic80 h4::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,162));
    position: absolute;
    bottom: 0;
    width: 70px;
    border-radius: 2px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}.course_demographic80 div {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    justify-content: center;
}.course_demographic80 div p {
    border-radius: 28px;
    background: #ffffff;
    line-height: 1.6;
    padding: 25px 25px 25px 75px;
    transition: all 0.3s ease;
    font-size: 15px;
    flex: 0 0 calc(33.333% - 20px);
    margin: 0;
    position: relative;
    z-index: 1;
    min-width: 280px;
    color: #000000;
}.course_demographic80 div p::before {
    top: 5px;
    border-radius: calc(28px - 5px);
    position: absolute;
    opacity: 0.4;
    content: "";
    width: calc(100% - 10px);
    background: #ffffff;
    height: calc(100% - 10px);
    left: 5px;
    z-index: -1;
    border: 1px solid rgb(191,208,199,0.5);
    transition: all 0.3s ease;
}.course_demographic80 div p::after {
    top: 10px;
    left: 10px;
    content: "";
    width: calc(100% - 20px);
    transition: all 0.3s ease;
    border-radius: calc(28px - 10px);
    z-index: -2;
    position: absolute;
    height: calc(100% - 20px);
    opacity: 0.2;
    background: #ffffff;
    border: 1px solid rgb(152,173,162,0.5);
}.course_demographic80 div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.course_demographic80 div p:hover::before {
    left: 10px;
    top: 10px;
}.course_demographic80 div p:hover::after {
    top: 15px;
    left: 15px;
}.course_demographic80 div p svg {
    border-radius: 50%;
    top: 25px;
    left: 25px;
    padding: 8px;
    height: 35px;
    transition: all 0.3s ease;
    width: 35px;
    background: rgb(225,233,229);
    position: absolute;
}.course_demographic80 div p:hover svg {
    background: rgb(191,208,199,0.5);
    transform: rotate(15deg);
}.course_demographic80 div p svg path {
    transition: all 0.3s ease;
    fill: rgb(191,208,199);
}.course_demographic80 div p:hover svg path {
    fill: rgb(152,173,162);
}

@media (max-width: 991px) {.course_demographic80 {
    padding: 100px 0;
}.course_demographic80 h4 {
    margin-bottom: 60px;
    font-size: calc(33px - 2px);
}.course_demographic80 div {
    gap: 25px;
}.course_demographic80 div p {
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
    min-width: 250px;
}.course_demographic80 div p svg {
    top: 20px;
    height: 30px;
    left: 20px;
    width: 30px;
}
}

@media (max-width: 767px) {.course_demographic80 {
    padding: 80px 0;
}.course_demographic80 h4 {
    margin-bottom: 50px;
    font-size: calc(33px - 4px);
}.course_demographic80 div {
    gap: 20px;
}.course_demographic80 div p {
    padding: 18px 18px 18px 60px;
    flex: 0 0 100%;
}.course_demographic80 div p svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 479px) {.course_demographic80 {
    padding: 60px 0;
}.course_demographic80 h4 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: calc(33px - 6px);
}.course_demographic80 div {
    gap: 15px;
}.course_demographic80 div p {
    font-size: calc(15px - 1px);
    padding: 15px 15px 15px 55px;
}.course_demographic80 div p svg {
    width: 25px;
    padding: 6px;
    top: 15px;
    height: 25px;
    left: 15px;
}}.title_welcome61 {
    min-height: 100vh;
    overflow: hidden;
    background: rgb(152,173,162);
    position: relative;
    width: 100%;
}.title_welcome61::before {
    position: absolute;
    z-index: 1;
    background: 
        linear-gradient(0deg, #000000 0%, transparent 100%),
        radial-gradient(circle at 20% 80%, rgb(191,208,199,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
}.title_welcome61 .learn_guide56 {
    position: relative;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    display: grid;
    width: 100%;
    z-index: 2;
    height: 100vh;
}.title_welcome61 .page_first07 {
    height: 100%;
    grid-column: 1 / 3;
    position: relative;
    grid-row: 1;
    width: 100%;
}.title_welcome61 .page_first07 input {
    display: none;
}.title_welcome61 .learn_lead87 {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
}.title_welcome61 .course_entry37 {
    transform: scale(1.2);
    position: absolute;
    z-index: 1;
    inset: 0;
    transition: opacity 1.2s ease, transform 1.2s ease;
    opacity: 0;
}.title_welcome61 .course_entry37 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.1);
}.title_welcome61 .page_first07 input:nth-child(1):checked ~ .learn_lead87 .course_entry37:nth-child(1),
.title_welcome61 .page_first07 input:nth-child(2):checked ~ .learn_lead87 .course_entry37:nth-child(2),
.title_welcome61 .page_first07 input:nth-child(3):checked ~ .learn_lead87 .course_entry37:nth-child(3),
.title_welcome61 .page_first07 input:nth-child(4):checked ~ .learn_lead87 .course_entry37:nth-child(4),
.title_welcome61 .page_first07 input:nth-child(5):checked ~ .learn_lead87 .course_entry37:nth-child(5),
.title_welcome61 .page_first07 input:nth-child(6):checked ~ .learn_lead87 .course_entry37:nth-child(6),
.title_welcome61 .page_first07 input:nth-child(7):checked ~ .learn_lead87 .course_entry37:nth-child(7),
.title_welcome61 .page_first07 input:nth-child(8):checked ~ .learn_lead87 .course_entry37:nth-child(8),
.title_welcome61 .page_first07 input:nth-child(9):checked ~ .learn_lead87 .course_entry37:nth-child(9),
.title_welcome61 .page_first07 input:nth-child(10):checked ~ .learn_lead87 .course_entry37:nth-child(10) {
    opacity: 1;
    z-index: 2;
    transform: scale(1);
}.title_welcome61 .start_top39 {
    position: absolute;
    display: flex;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    gap: 10px;
    right: 40px;
    flex-direction: column;
}.title_welcome61 .start_top39 label {
    display: block;
    height: 5px;
    cursor: pointer;
    width: 35px;
    position: relative;
    opacity: 0.5;
    background: #ffffff;
    transition: all 0.3s ease;
}.title_welcome61 .start_top39 label::before {
    top: 0;
    height: 100%;
    background: rgb(191,208,199);
    transition: width 0.5s ease;
    content: "";
    width: 0;
    left: 0;
    position: absolute;
}.title_welcome61 .page_first07 input:nth-child(1):checked ~ .start_top39 label:nth-child(1)::before,
.title_welcome61 .page_first07 input:nth-child(2):checked ~ .start_top39 label:nth-child(2)::before,
.title_welcome61 .page_first07 input:nth-child(3):checked ~ .start_top39 label:nth-child(3)::before,
.title_welcome61 .page_first07 input:nth-child(4):checked ~ .start_top39 label:nth-child(4)::before,
.title_welcome61 .page_first07 input:nth-child(5):checked ~ .start_top39 label:nth-child(5)::before,
.title_welcome61 .page_first07 input:nth-child(6):checked ~ .start_top39 label:nth-child(6)::before,
.title_welcome61 .page_first07 input:nth-child(7):checked ~ .start_top39 label:nth-child(7)::before,
.title_welcome61 .page_first07 input:nth-child(8):checked ~ .start_top39 label:nth-child(8)::before,
.title_welcome61 .page_first07 input:nth-child(9):checked ~ .start_top39 label:nth-child(9)::before,
.title_welcome61 .page_first07 input:nth-child(10):checked ~ .start_top39 label:nth-child(10)::before {
    width: 100%;
}.title_welcome61 .page_first07 input:nth-child(1):checked ~ .start_top39 label:nth-child(1),
.title_welcome61 .page_first07 input:nth-child(2):checked ~ .start_top39 label:nth-child(2),
.title_welcome61 .page_first07 input:nth-child(3):checked ~ .start_top39 label:nth-child(3),
.title_welcome61 .page_first07 input:nth-child(4):checked ~ .start_top39 label:nth-child(4),
.title_welcome61 .page_first07 input:nth-child(5):checked ~ .start_top39 label:nth-child(5),
.title_welcome61 .page_first07 input:nth-child(6):checked ~ .start_top39 label:nth-child(6),
.title_welcome61 .page_first07 input:nth-child(7):checked ~ .start_top39 label:nth-child(7),
.title_welcome61 .page_first07 input:nth-child(8):checked ~ .start_top39 label:nth-child(8),
.title_welcome61 .page_first07 input:nth-child(9):checked ~ .start_top39 label:nth-child(9),
.title_welcome61 .page_first07 input:nth-child(10):checked ~ .start_top39 label:nth-child(10) {
    opacity: 1;
    width: 50px;
}.title_welcome61 .info_panel37 {
    padding: 40px;
    position: absolute;
    width: 45%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    backdrop-filter: blur(8px);
    bottom: 15%;
    left: 10%;
    border-left: 4px solid rgb(191,208,199);
}.title_welcome61 .info_panel37 .container {
    width: 100%;
    padding: 0;
}.title_welcome61 .info_panel37 h1 {
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}.title_welcome61 .info_panel37 h3 {
    color: rgb(191,208,199);
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}.title_welcome61 .info_panel37 p {
    font-size: 13px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 0;
    color: #ffffff;
}.title_welcome61 .course_entry37::after {
    content: "";
    background: linear-gradient(
        135deg,
        transparent 60%,
        rgb(152,173,162,0.5) 100%
    );
    position: absolute;
    z-index: 1;
    inset: 0;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title_welcome61 .info_panel37 h1 {
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
    opacity: 0;
    transform: translateY(20px);
}.title_welcome61 .info_panel37 h3 {
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
    transform: translateY(20px);
    opacity: 0;
}.title_welcome61 .info_panel37 p {
    animation: fadeInUp 0.6s ease-out 0.9s forwards;
    transform: translateY(20px);
    opacity: 0;
}.title_welcome61 .info_panel37::before {
    right: 0;
    position: absolute;
    content: "";
    border-top: 2px solid rgb(191,208,199);
    top: 0;
    height: 20px;
    border-right: 2px solid rgb(191,208,199);
    width: 20px;
}.title_welcome61 .info_panel37::after {
    left: 0;
    bottom: 0;
    border-bottom: 2px solid rgb(191,208,199);
    position: absolute;
    content: "";
    border-left: 2px solid rgb(191,208,199);
    height: 20px;
    width: 20px;
}

@media (max-width: 1200px) {.title_welcome61 .info_panel37 {
    width: 50%;
}
}

@media (max-width: 992px) {.title_welcome61 .info_panel37 {
    left: 5%;
    padding: 30px;
    width: 60%;
}.title_welcome61 .info_panel37 h1 {
    font-size: calc(38px * 0.9);
}.title_welcome61 .start_top39 {
    right: 30px;
}.title_welcome61 .start_top39 label {
    width: 30px;
}.title_welcome61 .page_first07 input:checked ~ .start_top39 label {
    width: 45px;
}
}

@media (max-width: 768px) {.title_welcome61 .learn_guide56 {
    display: block;
}.title_welcome61 .info_panel37 {
    width: 80%;
    padding: 25px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 10%;
}.title_welcome61 .info_panel37 h1 {
    font-size: calc(38px * 0.8);
}.title_welcome61 .info_panel37 h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}.title_welcome61 .start_top39 {
    left: 50%;
    bottom: 25%;
    top: auto;
    transform: translateX(-50%);
    flex-direction: row;
    right: auto;
}
}

@media (max-width: 576px) {.title_welcome61 .info_panel37 {
    padding: 20px;
    bottom: 15%;
    width: 90%;
}.title_welcome61 .info_panel37 h1 {
    margin-bottom: 10px;
    font-size: calc(38px * 0.7);
}.title_welcome61 .info_panel37 h3 {
    font-size: calc(22px * 0.8);
    margin-bottom: 10px;
}.title_welcome61 .info_panel37 p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.title_welcome61 .start_top39 {
    bottom: 30%;
    gap: 8px;
}.title_welcome61 .start_top39 label {
    width: 25px;
    height: 4px;
}.title_welcome61 .page_first07 input:checked ~ .start_top39 label {
    width: 35px;
}.title_welcome61 .info_panel37::before,
    .title_welcome61 .info_panel37::after {
    height: 15px;
    width: 15px;
}}

.title_welcome61 .page_first07 input:checked ~ .learn_lead87 .course_entry37 img {
    animation: slowZoom 20s linear infinite alternate;
}@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}.learning_outcomes59 {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(145deg, rgb(225,233,229) 50%, rgba(rgb(191,208,199,0.5), 0.05) 100%);
}.learning_outcomes59::before {
    height: 40%;
    width: 40%;
    z-index: 0;
    opacity: 0.1;
    filter: blur(50px);
    background: radial-gradient(circle, rgb(152,173,162) 0%, transparent 70%);
    position: absolute;
    top: -5%;
    right: -5%;
    content: '';
}.learning_outcomes59::after {
    filter: blur(40px);
    position: absolute;
    width: 30%;
    content: '';
    bottom: -5%;
    height: 30%;
    left: -5%;
    background: radial-gradient(circle, rgb(191,208,199) 0%, transparent 70%);
    z-index: 0;
    opacity: 0.1;
}.learning_outcomes59 .container {
    max-width: 1200px;
    display: grid;
    z-index: 1;
    gap: 3rem;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.learning_outcomes59 .img_card_item06 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    filter: brightness(1.03) contrast(1.05);
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    height: auto;
    clip-path: polygon(0 5%, 95% 0, 100% 95%, 5% 100%);
}.learning_outcomes59 .img_card_item06:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.learning_outcomes59 .learn_guide56 {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.learning_outcomes59 .info_panel37 {
    transform: translateX(0);
    transition: transform 0.5s ease-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-left: 4px solid rgb(191,208,199);
    background: linear-gradient(140deg, rgba(rgb(255, 255, 255, 0.5), 0.97), rgba(rgb(255, 255, 255, 0.5), 0.85));
    backdrop-filter: blur(10px);
    padding: 2.5rem;
}.learning_outcomes59 .info_panel37:hover {
    transform: translateX(10px);
}.learning_outcomes59 h1 {
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 2rem;
    line-height: 1.3;
    position: relative;
    color: #000000;
}.learning_outcomes59 h1::after {
    transform-origin: left;
    content: '';
    height: 3px;
    width: 60px;
    left: 0;
    bottom: -0.8rem;
    background: rgb(191,208,199);
    transition: transform 0.4s ease;
    transform: scaleX(1);
    position: absolute;
}.learning_outcomes59 .info_panel37:hover h1::after {
    transform: scaleX(1.5);
}.learning_outcomes59 ul {
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    list-style: none;
    display: grid;
}.learning_outcomes59 li {
    display: flex;
    align-items: flex-start;
    position: relative;
    transition: transform 0.3s ease;
}.learning_outcomes59 li:hover {
    transform: translateX(5px);
}.learning_outcomes59 li p {
    align-items: flex-start;
    display: flex;
    font-size: calc(14px * 0.95);
    padding-left: 0.5rem;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}.learning_outcomes59 svg {
    margin-top: 0.2rem;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-right: 0.8rem;
}.learning_outcomes59 li:hover svg {
    transform: scale(1.15);
}.learning_outcomes59 svg path {
    fill: rgb(191,208,199);
    transition: fill 0.3s ease;
}.learning_outcomes59 li:hover svg path {
    fill: rgb(152,173,162);
}.learning_outcomes59 .info_panel37, 
.learning_outcomes59 .img_card_item06,
.learning_outcomes59 li {
    cursor: pointer;
}

@media (min-width: 768px) {.learning_outcomes59 .container {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.learning_outcomes59 h1 {
    font-size: 41px;
}.learning_outcomes59 ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.learning_outcomes59 .img_card_item06 {
    max-height: 600px;
    height: 100%;
}
}

@media (min-width: 992px) {.learning_outcomes59 {
    padding: 9rem 0;
}.learning_outcomes59 .container {
    gap: 5rem;
}.learning_outcomes59 .info_panel37 {
    padding: 3.5rem;
}.learning_outcomes59 ul {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.learning_outcomes59 {
    padding: 5rem 0;
}.learning_outcomes59 .img_card_item06 {
    object-position: center;
    max-height: 350px;
}.learning_outcomes59 .info_panel37 {
    padding: 1.8rem;
}.learning_outcomes59 h1 {
    font-size: calc(33px * 0.85);
    margin-bottom: 1.5rem;
}.learning_outcomes59 li p {
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 480px) {.learning_outcomes59 .img_card_item06 {
    clip-path: polygon(0 3%, 97% 0, 100% 97%, 3% 100%);
    max-height: 280px;
}.learning_outcomes59 h1 {
    font-size: calc(33px * 0.75);
}.learning_outcomes59 .info_panel37 {
    padding: 1.5rem;
}.learning_outcomes59 ul {
    gap: 1rem;
}}.developer_experience52 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgb(152,173,162,0.5) 100%);
}.developer_experience52::before {
    z-index: 1;
    background-image: 
        linear-gradient(45deg, rgb(152,173,162,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(152,173,162,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(152,173,162,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(152,173,162,0.5) 75%);
    background-size: 40px 40px;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    top: 0;
    left: 0;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
}.developer_experience52::after {
    top: -50px;
    background: rgb(191,208,199,0.5);
    width: 200px;
    animation: glow 8s infinite alternate ease-in-out;
    height: 200px;
    filter: blur(80px);
    z-index: 0;
    position: absolute;
    right: -50px;
    content: "";
}.developer_experience52 .container {
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.developer_experience52 .review_quotes97 {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(5px);
    position: relative;
    display: grid;
    background: #ffffff;
    gap: 30px;
}.developer_experience52 .review_quotes97:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.developer_experience52 .review_quotes97 > div:nth-child(1) {
    order: 1;
    position: relative;
}.developer_experience52 .review_quotes97 > div:nth-child(2) {
    order: 2;
}.developer_experience52 .review_quotes97 > div:nth-child(3) {
    order: 3;
}.developer_experience52 .img_card_item06 {
    height: 300px;
    overflow: hidden;
    transition: transform 0.5s ease;
    width: 100%;
    transform: translateZ(0);
    position: relative;
}.developer_experience52 .img_card_item06::before {
    background: linear-gradient(to bottom, transparent 60%, rgb(191,208,199,0.5) 100%);
    left: 0;
    content: "";
    opacity: 0.7;
    position: absolute;
    transition: opacity 0.5s ease;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}.developer_experience52 .review_quotes97:hover .img_card_item06 {
    transform: scale(1.03);
}.developer_experience52 .review_quotes97:hover .img_card_item06::before {
    opacity: 0.9;
}.developer_experience52 .name {
    font-size: 24px;
    transform: translateY(0);
    display: inline-block;
    margin: 0 0 10px 0;
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 700;
    color: rgb(191,208,199);
}.developer_experience52 .name::after {
    background: rgb(191,208,199);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 0;
    position: absolute;
    height: 2px;
    content: "";
    bottom: -5px;
}.developer_experience52 .review_quotes97:hover .name::after {
    width: 100%;
}.developer_experience52 .review_quotes97 > div:nth-child(2) > div {
    font-size: calc(13px - 2px);
    font-weight: 600;
    opacity: 0.85;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}.developer_experience52 .job_box51 {
    font-size: 13px;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(152,173,162,0.5);
    padding-left: 20px;
}.developer_experience52 .job_box51::before {
    opacity: 0.2;
    color: rgb(152,173,162,0.5);
    z-index: -1;
    left: -15px;
    content: "";
    font-family: Georgia, serif;
    top: -30px;
    position: absolute;
    font-size: 80px;
}

@keyframes glow {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 0.3; transform: scale(1); }
}

@media (min-width: 768px) {.developer_experience52 .review_quotes97 {
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
}.developer_experience52 .review_quotes97 > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.developer_experience52 .review_quotes97 > div:nth-child(2) {
    align-self: end;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}.developer_experience52 .review_quotes97 > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.developer_experience52 .img_card_item06 {
    height: 100%;
    min-height: 400px;
}
}

@media (min-width: 992px) {.developer_experience52 {
    padding: 140px 0;
}.developer_experience52 .review_quotes97 {
    padding: 60px;
    gap: 40px 60px;
}.developer_experience52 .img_card_item06::after {
    transform: scale(0.95);
    right: 20px;
    left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    position: absolute;
    transition: transform 0.5s ease;
    bottom: 20px;
    content: "";
    z-index: 2;
}.developer_experience52 .review_quotes97:hover .img_card_item06::after {
    transform: scale(1);
}.developer_experience52 .name {
    font-size: calc(24px + 2px);
}.developer_experience52 .job_box51 {
    line-height: 1.9;
    padding-left: 30px;
    font-size: calc(13px + 1px);
}
}

@media (max-width: 767px) {.developer_experience52 {
    padding: 80px 0;
}.developer_experience52 .review_quotes97 {
    padding: 30px;
}.developer_experience52 .img_card_item06 {
    height: 240px;
}.developer_experience52 .name {
    font-size: calc(24px - 1px);
}.developer_experience52 .job_box51 {
    line-height: 1.7;
    font-size: calc(13px - 1px);
}}header .top_plank {
    background: rgb(191,208,199);
    color:  #ffffff;
}header .top_plank .top_learnings51 div svg, header .top_plank .top_learnings51 div svg path {
    fill: #ffffff;
}header .top_plank .top_learnings51 div span {
    color: #ffffff;
}header .top_plank .top_learnings51 {
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 13px;
    padding: 15px 0 10px 0;
    display: flex;
    line-height: 21px;
}header .top_plank .top_learnings51 div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}header .top_plank .top_learnings51 div img, header .top_plank .top_learnings51 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.try_immediately29 {
    perspective: 1000px;
    padding: 4rem 0;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,208,199) 0%, rgb(152,173,162) 100%);
}.try_immediately29::before {
    transform: translateZ(-10px);
    opacity: 0.1;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(191,208,199,0.5),
        rgb(191,208,199,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
}.try_immediately29::after {
    opacity: 0.15;
    animation: glow 8s infinite alternate ease-in-out;
    height: 200%;
    right: -50%;
    transform: translateZ(-5px) rotate(45deg);
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    z-index: 1;
    top: -50%;
    content: "";
    width: 100%;
}.try_immediately29 .container {
    padding: 0 15px;
    max-width: 1140px;
    justify-content: center;
    display: flex;
    transform: translateZ(20px);
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    align-items: center;
    position: relative;
}.try_immediately29 h6 {
    font-weight: 600;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    transform: translateZ(10px);
    line-height: 1.5;
    max-width: 800px;
    font-size: calc(17px * 1.2);
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}.try_immediately29 div:nth-child(2) {
    transform: translateZ(30px);
    justify-content: center;
    display: flex;
}.try_immediately29 span {
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
    display: inline-block;
    position: relative;
}.try_immediately29 .contact_request30 {
    text-decoration: none;
    overflow: hidden;
    padding: 0.8rem 2.5rem;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    transform: translateZ(0);
    color: rgb(191,208,199);
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    display: inline-flex;
    font-size: 18px;
    align-items: center;
    background: #ffffff;
    letter-spacing: 0.5px;
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    position: relative;
}.try_immediately29 .contact_request30::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
}.try_immediately29 .contact_request30::after {
    content: "";
    position: absolute;
    height: 3px;
    transition: transform 0.4s ease-out;
    left: 0;
    transform-origin: right;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(191,208,199),
        rgb(152,173,162),
        rgb(191,208,199)
    );
    bottom: 0;
    transform: scaleX(0);
}.try_immediately29 .contact_request30 span {
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}.try_immediately29 .contact_request30:hover {
    background: #ffffff;
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.5);
}.try_immediately29 .contact_request30:hover::before {
    left: 100%;
}.try_immediately29 .contact_request30:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.try_immediately29 .contact_request30:hover span {
    transform: translateY(0) scale(1.05);
}.try_immediately29 .contact_request30:active {
    transform: translateY(0) translateZ(0);
    transition: all 0.1s;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

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

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: translateZ(-5px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: translateZ(-5px) rotate(45deg) scale(1.1);
    }
}

@media (max-width: 991px) {.try_immediately29 {
    padding: 3.5rem 0;
}.try_immediately29 h6 {
    margin-bottom: 2rem;
    font-size: calc(17px * 1.1);
}.try_immediately29 .contact_request30 {
    padding: 0.7rem 2.2rem;
}
}

@media (max-width: 767px) {.try_immediately29 {
    padding: 3rem 0;
}.try_immediately29 h6 {
    font-size: 17px;
    max-width: 90%;
    margin-bottom: 1.8rem;
}.try_immediately29 .contact_request30 {
    padding: 0.7rem 2rem;
}
}

@media (max-width: 575px) {.try_immediately29 {
    padding: 2.5rem 0;
}.try_immediately29 h6 {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: calc(17px * 0.9);
}.try_immediately29 .contact_request30 {
    font-size: calc(18px * 0.95);
    padding: 0.6rem 1.8rem;
}
}

@media (max-width: 380px) {.try_immediately29 {
    padding: 2rem 0;
}.try_immediately29 h6 {
    margin-bottom: 1.2rem;
    font-size: calc(17px * 0.85);
}.try_immediately29 .contact_request30 {
    padding: 0.5rem 1.5rem;
    font-size: calc(18px * 0.9);
}}.course_summary90 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgba(0, 0, 0, 0.5) 100%);
}.course_summary90::before {
    opacity: 0.15;
    position: absolute;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(191,208,199,0.5) 0%, transparent 70%);
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}.course_summary90::after {
    right: -50px;
    z-index: 1;
    width: 200px;
    content: "";
    border-radius: 50%;
    border: 1px solid rgb(152,173,162,0.5);
    height: 200px;
    position: absolute;
    bottom: -50px;
    opacity: 0.2;
    animation: rotate 30s linear infinite;
}.course_summary90 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.course_summary90 h2 {
    position: relative;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 28px;
    display: inline-block;
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
    font-weight: 700;
}.course_summary90 h2::after {
    width: 60%;
    transform-origin: left center;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(191,208,199) 0%, transparent 100%);
    height: 3px;
    transform: scaleX(0.8);
    content: "";
}.course_summary90 h2:hover::after {
    transform: scaleX(1);
}.course_summary90 .education34 {
    transform-style: preserve-3d;
    gap: 40px;
    position: relative;
    display: flex;
}.course_summary90 .img_card_item06 {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
    flex: 0 0 45%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 500px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.course_summary90 .img_card_item06::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(191,208,199,0.5) 0%, transparent 70%);
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
}.course_summary90 .img_card_item06:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.course_summary90 .img_card_item06:hover::before {
    opacity: 0.5;
}.course_summary90 .info_panel37 {
    scrollbar-color: rgb(152,173,162,0.5) transparent;
    scrollbar-width: thin;
    transform: translateZ(10px);
    flex: 0 0 50%;
    max-height: 500px;
    padding-right: 20px;
    overflow-y: auto;
}.course_summary90 .info_panel37::-webkit-scrollbar {
    width: 5px;
}.course_summary90 .info_panel37::-webkit-scrollbar-track {
    background: transparent;
}.course_summary90 .info_panel37::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(152,173,162,0.5);
}.course_summary90 .description {
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    transform: translateY(0);
    margin-bottom: 20px;
    transition: transform 0.4s ease-out;
}.course_summary90 .description:first-of-type {
    position: relative;
}.course_summary90 .description:first-of-type::first-letter {
    color: rgb(191,208,199);
    margin-right: 2px;
    font-weight: 600;
    font-size: 1.6em;
}.course_summary90 .description:last-of-type {
    padding-top: 20px;
    border-top: 1px solid rgb(152,173,162,0.5);
    margin-top: 30px;
}

@media (max-width: 992px) {.course_summary90 {
    padding: 80px 0;
}.course_summary90 h2 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.9);
}.course_summary90 .education34 {
    gap: 30px;
    flex-direction: column;
}.course_summary90 .img_card_item06 {
    width: 100%;
    flex: 0 0 auto;
    height: 350px;
}.course_summary90 .info_panel37 {
    max-height: 400px;
    padding-right: 10px;
    flex: 0 0 auto;
    width: 100%;
}
}

@media (max-width: 768px) {.course_summary90 {
    padding: 60px 0;
}.course_summary90 h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.course_summary90 .img_card_item06 {
    height: 280px;
}.course_summary90 .info_panel37 {
    max-height: 350px;
}.course_summary90 .description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course_summary90 {
    padding: 50px 0;
}.course_summary90 h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.course_summary90 .img_card_item06 {
    height: 220px;
}.course_summary90 .info_panel37 {
    max-height: 300px;
}.course_summary90 .description {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}.usageAgreementAlert90 {
    width: 90%;
    border-radius: 28px;
    background: rgb(225,233,229);
    align-items: center;
    padding: 20px;
    bottom: 20px;
    display: flex;
    position: fixed;
    max-width: 600px;
    transform: translateX(-50%);
    left: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    z-index: 1050;
    overflow: hidden;
    text-align: center;
    font-family: Arial, sans-serif;
}.cookie_check87 {
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}.cookie_comply75 {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cookie_comply75 svg, .cookie_comply75 svg path, .cookie_comply75 img {
    height: 80px;
    width: 80px;
    fill: rgb(191,208,199);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.usageAgreementAlert90 h5 {
    color: rgb(191,208,199);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}.usageAgreementAlert90 p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
}.visitor_settings21 {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    width: calc(50% - 10px);
    padding: 10px 20px;
    background: rgb(191,208,199);
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    color: #ffffff;
    display: inline-block;
}.visitor_settings21:hover {
    background: rgb(152,173,162);
    transform: translateY(-3px);
}.cookie_button.online_tracking47 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.online_tracking47:hover {
    background: rgb(152,173,162,0.5);
}.usageAgreementAlert90 p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(191,208,199);
}.usageAgreementAlert90 p a:hover {
    color: rgb(152,173,162);
}
@media only screen and (max-width: 600px) {.usageAgreementAlert90 {
    bottom: 0;
    border-radius: 0;
    transform: none;
    left: 0;
    width: 100%;
}.cookie_check87 {
    padding: 15px;
}.cookie_comply75 svg {
    height: 50px;
    width: 50px;
}.usageAgreementAlert90 h5 {
    font-size: calc(24px - 2px);
}.usageAgreementAlert90 p {
    font-size: calc(16px - 2px);
}.visitor_settings21 {
    font-size: calc(18px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#cookieDialogNotice76 {
    display: none;
}#cookieDialogNotice76:checked ~ .usageAgreementAlert90 {
    visibility: hidden;
    opacity: 0;
}.connect_with_us93 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(225,233,229) 0%, rgb(191,208,199,0.5) 100%);
    padding: 90px 0;
}.connect_with_us93::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(191,208,199,0.5),
        rgb(191,208,199,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.connect_with_us93 .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.connect_with_us93 h2 {
    font-size: 48px;
    color: #000000;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    text-align: center;
}.connect_with_us93 .request_section43 {
    border-radius: 21px;
    margin: 0 auto;
    flex-direction: column;
    max-width: 800px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    display: flex;
}.connect_with_us93 .img_card_item06 {
    width: 100%;
    position: relative;
    height: 200px;
}.connect_with_us93 .query_reach67 {
    position: relative;
    width: 100%;
    padding: 50px;
}.connect_with_us93 form {
    width: 100%;
}.connect_with_us93 form h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
    display: inline-block;
}.connect_with_us93 form h3::after {
    bottom: -10px;
    width: 100%;
    border-radius: 1.5px;
    content: "";
    left: 0;
    background: rgb(191,208,199);
    position: absolute;
    height: 3px;
}.connect_with_us93 form input[type="text"] {
    border-radius: 10px;
    border: 2px solid transparent;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #000000;
    background: rgb(225,233,229);
    transition: all 0.3s ease;
    font-size: 16px;
}.connect_with_us93 form input[type="text"]:focus {
    outline: none;
    border-color: rgb(191,208,199);
}.connect_with_us93 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.connect_with_us93 .query_map36 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.connect_with_us93 .query_map36 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us93 .query_map36 label {
    line-height: 1.6;
    color: #000000;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}.connect_with_us93 .query_map36 label::before {
    height: 22px;
    background: rgb(225,233,229);
    content: "";
    border-radius: 10px;
    width: 22px;
    left: 0;
    transition: all 0.3s ease;
    top: 2px;
    position: absolute;
}.connect_with_us93 .query_map36 input[type="checkbox"]:checked + label::before {
    background: rgb(191,208,199);
}.connect_with_us93 .query_map36 input[type="checkbox"]:checked + label::after {
    height: 12px;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}.connect_with_us93 .query_map36 label a {
    text-decoration: none;
    color: rgb(191,208,199);
    transition: all 0.3s ease;
}.connect_with_us93 .query_map36 label a:hover {
    text-decoration: underline;
}.connect_with_us93 form .contact_request30 {
    font-weight: 600;
    font-size: 19px;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    border: none;
    overflow: hidden;
    background: rgb(191,208,199);
    position: relative;
    color: #ffffff;
    padding: 16px 20px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.connect_with_us93 form .contact_request30:hover {
    background: rgb(152,173,162);
}.connect_with_us93 svg {
    height: 20px;
    width: 20px;
    fill: rgb(191,208,199);
}.connect_with_us93 svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,199);
}

@media screen and (min-width: 768px) {.connect_with_us93 .request_section43 {
    flex-direction: row;
    max-width: 1000px;
}.connect_with_us93 .img_card_item06 {
    width: 40%;
    height: auto;
    min-height: 400px;
}.connect_with_us93 .query_reach67 {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.connect_with_us93 .img_card_item06 {
    width: 50%;
}.connect_with_us93 .query_reach67 {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.connect_with_us93 .request_section43 {
    max-width: 1100px;
}.connect_with_us93 .img_card_item06 {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.connect_with_us93 {
    padding: 60px 0;
}.connect_with_us93 h2 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.connect_with_us93 .query_reach67 {
    padding: 30px 20px;
}.connect_with_us93 form h3 {
    font-size: calc(20px * 0.9);
}}header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgb(191,208,199,0.5) 0%, rgb(152,173,162,0.5) 100%);
    padding: 0;
    position: relative;
    z-index: 100;
    margin-top: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}header::before {
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(191,208,199,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(152,173,162,0.5) 0%, transparent 30%);
    top: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0.5;
    height: 100%;
    left: 0;
}header .head_mentor27 {
    z-index: 5;
    position: relative;
    padding: 1.2rem 2.5rem;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .header_mentor02 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex: 0 0 auto;
    border-radius: 13px;
    position: relative;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    z-index: 2;
    padding: 0.8rem 1.2rem;
}header .header_mentor02:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
}header .top_navbar74 {
    transition: all 0.3s ease;
    display: block;
}header .top_navbar74 img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .main_navbar24 {
    margin: 0;
    z-index: 2;
    padding: 0;
    list-style: none;
    display: flex;
    position: relative;
}header .top_mainwrap03 {
    margin: 0 0.3rem;
    position: relative;
}header .top_mainwrap03 a {
    font-weight: 600;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.8rem 1.2rem;
    z-index: 1;
    position: relative;
    text-decoration: none;
    -webkit-backdrop-filter: blur(5px);
    color: #ffffff;
    font-size: 14px;
}header .top_mainwrap03 a:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}header .top_mainwrap03 a::before {
    border-radius: 13px;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    content: '';
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    z-index: -1;
    position: absolute;
}header .top_mainwrap03 a:hover::before {
    opacity: 1;
}header .top_mainwrap03::after {
    transform: translateX(-50%);
    transition: width 0.3s ease;
    position: absolute;
    height: 3px;
    background: #ffffff;
    width: 0;
    opacity: 0.7;
    bottom: -3px;
    border-radius: 10px;
    left: 50%;
    content: '';
}header .top_mainwrap03:hover::after {
    width: 70%;
}header .head_mentor27::before {
    filter: blur(40px);
    border-radius: 50%;
    background: rgb(191,208,199,0.5);
    top: -20px;
    right: -20px;
    position: absolute;
    opacity: 0.5;
    height: 100px;
    z-index: -1;
    content: '';
    width: 100px;
}header .head_mentor27::after {
    bottom: -20px;
    border-radius: 50%;
    opacity: 0.5;
    left: -20px;
    position: absolute;
    height: 80px;
    background: rgb(152,173,162,0.5);
    filter: blur(30px);
    content: '';
    z-index: -1;
    width: 80px;
}header .nav_teach76 {
    position: relative;
    padding-top: 2rem;
    background: rgb(225,233,229);
    z-index: 1;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .header_mentor02::after {
    width: 100%;
    left: 0;
    position: absolute;
    height: 20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    opacity: 0.5;
    transition: all 0.4s ease;
    content: '';
    bottom: -20px;
}header .header_mentor02:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .head_mentor27 {
    margin: 0 auto;
    max-width: 1320px;
}header .top_mainwrap03 {
    margin: 0 0.5rem;
}header .top_mainwrap03 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .head_mentor27 {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .header_mentor02 {
    margin-bottom: 0;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .main_navbar24 {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .top_mainwrap03 a {
    border-radius: 10px;
    font-size: calc(14px - 1px);
    padding: 0.6rem 1rem;
}header .head_mentor27::before,
    header .head_mentor27::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_mentor27 {
    padding: 0.8rem 1.2rem;
}header .header_mentor02 {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .top_navbar74 img {
    max-height: 35px;
}header .main_navbar24 {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    scrollbar-width: thin;
}header .main_navbar24::-webkit-scrollbar {
    height: 3px;
}header .main_navbar24::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .top_mainwrap03 {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .top_mainwrap03 a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(14px - 2px);
}header .top_mainwrap03::after {
    display: none;
}header .header_mentor02::after {
    display: none;
}
}

@media (max-width: 479px) {header .head_mentor27 {
    padding: 0.7rem 1rem;
}header .header_mentor02 {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .top_mainwrap03 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(14px - 3px);
}}.pricing_frame57 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
}.pricing_frame57::before {
    right: -5%;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    top: -10%;
    height: 70%;
    width: 40%;
    opacity: 0.1;
    background: linear-gradient(120deg, rgb(191,208,199,0.5) 20%, rgb(152,173,162,0.5) 80%);
    z-index: 0;
    border-radius: 10px;
}.pricing_frame57::after {
    content: "";
    width: 35%;
    border-radius: 10px;
    left: -3%;
    z-index: 0;
    transform: rotate(10deg);
    bottom: -5%;
    height: 50%;
    background: linear-gradient(45deg, rgb(152,173,162,0.5) 30%, rgb(191,208,199,0.5) 70%);
    position: absolute;
    opacity: 0.08;
}.pricing_frame57 .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}.pricing_frame57 .price_plan27 {
    flex-direction: column;
    display: flex;
}.pricing_frame57 .class_cost21 {
    text-align: center;
    order: 1;
    position: relative;
    margin-bottom: 3.5rem;
}.pricing_frame57 .class_cost21 h2 {
    font-size: 32px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
}.pricing_frame57 .class_cost21 h2::after {
    height: 3px;
    bottom: -0.75rem;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(191,208,199), transparent);
    position: absolute;
    width: 70%;
}.pricing_frame57 .learning_rates07 {
    margin: 0 auto;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    max-width: 800px;
}.pricing_frame57 .fee_package91 {
    width: 100%;
    display: grid;
    gap: 2rem;
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_frame57 .program_price10 {
    background: #ffffff;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    color: #000000;
}.pricing_frame57 .program_price10:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing_frame57 .program_price10::before {
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,162));
    position: absolute;
    transform: translateY(-5px);
    left: 0;
    content: "";
    transition: transform 0.3s ease;
}.pricing_frame57 .program_price10:hover::before {
    transform: translateY(0);
}.pricing_frame57 .learning_package87 {
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing_frame57 .learning_fees65 {
    position: relative;
    flex-direction: column;
    flex: 1;
    padding: 2rem 1.75rem;
    display: flex;
}.pricing_frame57 .learning_fees65 h3 {
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: calc(21px * 1.1);
    margin-bottom: 1rem;
}.pricing_frame57 .learning_fees65 .study_rates36 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(21px * 1.3);
    color: rgb(191,208,199);
}.pricing_frame57 .learning_fees65 .study_rates36::after {
    content: "";
    bottom: -0.75rem;
    width: 40px;
    position: absolute;
    height: 2px;
    background: rgb(191,208,199,0.5);
    left: 0;
}.pricing_frame57 .learning_fees65 p {
    word-break: break-word;
    color: #000000;
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
    flex-grow: 1;
    line-height: 1.65;
    word-wrap: break-word;
    font-size: 17px;
}.pricing_frame57 .img_card_item06 {
    position: relative;
    width: 100%;
    transition: transform 0.5s ease;
    height: 180px;
    overflow: hidden;
}.pricing_frame57 .img_card_item06::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    top: 0;
    content: "";
}.pricing_frame57 .program_price10:hover .img_card_item06 {
    transform: scale(1.05);
}.pricing_frame57 .program_price10:nth-child(odd) .learning_fees65::before {
    border-radius: 50%;
    opacity: 0.1;
    background: rgb(191,208,199,0.5);
    content: "";
    top: 1rem;
    position: absolute;
    height: 2.5rem;
    right: 1rem;
    width: 2.5rem;
    z-index: -1;
}.pricing_frame57 .program_price10:nth-child(even) .learning_fees65::before {
    border-radius: 50%;
    height: 2.5rem;
    opacity: 0.1;
    width: 2.5rem;
    background: rgb(152,173,162,0.5);
    z-index: -1;
    content: "";
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}

@media (min-width: 992px) {.pricing_frame57 .price_plan27 {
    flex-direction: row;
}.pricing_frame57 .class_cost21 {
    flex-direction: column;
    order: 2;
    display: flex;
    text-align: left;
    justify-content: center;
    flex: 0 0 30%;
    margin-bottom: 0;
    padding-left: 3rem;
}.pricing_frame57 .class_cost21 h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing_frame57 .class_cost21 h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.pricing_frame57 .learning_rates07 {
    text-align: left;
    margin: 0;
}.pricing_frame57 .fee_package91 {
    order: 1;
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.pricing_frame57 {
    padding: 5rem 0;
}.pricing_frame57 .program_price10 {
    margin-bottom: 1.5rem;
}.pricing_frame57 .class_cost21 {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing_frame57 {
    padding: 4rem 0;
}.pricing_frame57 .class_cost21 h2 {
    font-size: calc(32px * 0.9);
}.pricing_frame57 .learning_fees65 h3 {
    font-size: 21px;
}.pricing_frame57 .learning_fees65 .study_rates36 {
    font-size: calc(21px * 1.15);
}.pricing_frame57 .img_card_item06 {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing_frame57 {
    padding: 3rem 0;
}.pricing_frame57 .container {
    padding: 0 1.5rem;
}.pricing_frame57 .fee_package91 {
    gap: 1.5rem;
}.pricing_frame57 .learning_fees65 {
    padding: 1.5rem;
}.pricing_frame57 .img_card_item06 {
    height: 140px;
}
}

@media (hover: none) {.pricing_frame57 .program_price10:hover {
    transform: none;
}.pricing_frame57 .program_price10:hover .img_card_item06 {
    transform: none;
}}.thanks_note26 {
    background: linear-gradient(135deg, rgb(191,208,199,0.5) 0%, rgb(225,233,229) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.thanks_note26::before {
    width: 100%;
    animation: patternShift 30s infinite linear;
    left: 0;
    content: "";
    opacity: 0.1;
    background-size: 60px 60px;
    position: absolute;
    z-index: 1;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(191,208,199,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(191,208,199,0.5) 1px, transparent 1px);
    top: 0;
}.thanks_note26::after {
    content: "";
    position: absolute;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    z-index: 0;
    animation: lightPulse 10s infinite ease-in-out;
    opacity: 0.15;
    transform: translateZ(0);
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
}.thanks_note26 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.thanks_note26 .learn_guide56 {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    border-radius: 10px;
    padding: 60px;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.thanks_note26 .learn_guide56::before {
    filter: blur(8px);
    background: linear-gradient(45deg, 
        rgb(191,208,199) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(152,173,162) 100%);
    left: -5px;
    content: "";
    transition: opacity 0.6s ease, filter 0.6s ease;
    right: -5px;
    opacity: 0.6;
    bottom: -5px;
    top: -5px;
    z-index: -1;
    border-radius: calc(10px + 5px);
    position: absolute;
}.thanks_note26 .learn_guide56:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanks_note26 .learn_guide56:hover::before {
    filter: blur(12px);
    opacity: 0.8;
}.thanks_note26 .learn_guide56 > div:first-child {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}.thanks_note26 .learn_guide56 > div:first-child::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,162));
    bottom: -10px;
    animation: lineExtend 1.5s ease-out forwards;
    transform-origin: left center;
    content: "";
    border-radius: 2px;
    left: 0;
    position: absolute;
    width: 80px;
}.thanks_note26 h5 {
    font-family: Arial, sans-serif;
    font-size: 23px;
    transform: translateX(0);
    padding: 0;
    animation: slideIn 0.8s 0.2s ease-out forwards;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    margin: 0;
    opacity: 0;
}.thanks_note26 .learn_guide56 > div:last-child {
    position: relative;
    overflow: hidden;
}.thanks_note26 a {
    display: block;
    transition: transform 0.4s ease;
    text-decoration: none;
}.thanks_note26 a:hover {
    transform: translateX(5px);
}.thanks_note26 p {
    margin: 0;
    font-family: Arial, sans-serif;
    opacity: 0;
    color: #000000;
    line-height: 1.8;
    animation: fadeIn 1s 0.5s ease-out forwards;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
}

@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}

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

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

@keyframes patternShift {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 60px 60px; 
    }
}

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.thanks_note26 {
    padding: 90px 0;
}.thanks_note26 .learn_guide56 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 50px 40px;
}.thanks_note26 h5 {
    font-size: calc(23px - 0.1rem);
}
}

@media (max-width: 768px) {.thanks_note26 {
    padding: 70px 0;
}.thanks_note26 .learn_guide56 {
    padding: 40px 30px;
    transform: none;
}.thanks_note26 h5 {
    font-size: calc(23px - 0.2rem);
}.thanks_note26 p {
    font-size: calc(14px - 0.05rem);
    line-height: 1.7;
}.thanks_note26 .learn_guide56 > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.thanks_note26 {
    padding: 50px 0;
}.thanks_note26 .learn_guide56 {
    padding: 30px 20px;
}.thanks_note26 h5 {
    font-size: calc(23px - 0.3rem);
}.thanks_note26 p {
    font-size: calc(14px - 0.1rem);
    line-height: 1.6;
}.thanks_note26 .learn_guide56 > div:first-child {
    margin-bottom: 25px;
}.thanks_note26 .learn_guide56 > div:first-child::after {
    height: 3px;
    width: 50px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.thanks_note26 .learn_guide56:hover {
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transform: none;
}.thanks_note26 .learn_guide56:hover::before {
    opacity: 0.6;
    filter: blur(8px);
}.thanks_note26 a:hover {
    transform: none;
}}.data_insights63 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(225,233,229);
}.data_insights63::before {
    content: "";
    background: 
        radial-gradient(circle at 10% 90%, rgb(191,208,199,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(152,173,162,0.5) 0%, transparent 40%);
    opacity: 0.6;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}.data_insights63 .container {
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    flex-direction: column;
}.data_insights63 .statistics_upgrade20 {
    max-width: 600px;
    padding: 0 20px;
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}.data_insights63 .statistics_upgrade20::before {
    width: 2px;
    transform: translateX(-50%);
    bottom: -40px;
    position: absolute;
    content: "";
    height: 30px;
    background-color: rgb(191,208,199);
    left: 50%;
}.data_insights63 .statistics_upgrade20::after {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    background-color: rgb(191,208,199);
    bottom: -40px;
    left: 50%;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}.data_insights63 .smart_pros89 {
    padding-bottom: 15px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 25px;
    font-size: 30px;
}.data_insights63 .smart_pros89::after {
    height: 3px;
    width: 80%;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(191,208,199), transparent);
    content: "";
}.data_insights63 .knowledge_gains17 {
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
}.data_insights63 .fast_benefits41 {
    width: 100%;
    justify-content: center;
    position: relative;
    display: flex;
}.data_insights63 .benefits_track61 {
    height: 330px;
    z-index: 3;
    background-color: transparent;
    width: 25%;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}.data_insights63 .benefits_track61:nth-child(even) {
    margin-top: 60px;
}.data_insights63 .benefits_track61::before {
    border-radius: 13px;
    height: 100%;
    transform: translateZ(-10px);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    z-index: -1;
}.data_insights63 .benefits_track61::after {
    z-index: -1;
    position: absolute;
    border: 2px dashed rgb(191,208,199,0.5);
    content: "";
    left: 15px;
    right: 15px;
    border-radius: calc(13px - 15px);
    bottom: 15px;
    top: 15px;
    opacity: 0.5;
}.data_insights63 .benefits_track61 h4 {
    font-size: 4rem;
    left: 50%;
    position: absolute;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
    top: 50%;
    font-weight: 700;
    transition: all 0.3s ease;
    color: #000000;
    transform: translate(-50%, -50%);
    z-index: 3;
}.data_insights63 .benefits_track61:hover h4 {
    transform: translate(-50%, -50%) scale(1.1);
    color: rgb(191,208,199);
}.data_insights63 .benefits_track61 span {
    width: 100%;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    z-index: 3;
    padding: 0 20px;
    bottom: 40px;
    transition: all 0.3s ease;
    color: #000000;
}.data_insights63 .benefits_track61:hover span {
    transform: translateY(-10px);
}.data_insights63 svg {
    opacity: 0.7;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    top: 40px;
    position: absolute;
}.data_insights63 svg path {
    fill: rgb(191,208,199);
}

@media (max-width: 1200px) {.data_insights63 .benefits_track61 {
    margin: 0 10px;
    width: calc(25% - 20px);
    height: 300px;
}.data_insights63 .benefits_track61 h4 {
    font-size: 3.5rem;
}
}

@media (max-width: 992px) {.data_insights63 {
    padding: 90px 0;
}.data_insights63 .statistics_upgrade20 {
    margin-bottom: 60px;
}.data_insights63 .fast_benefits41 {
    flex-wrap: wrap;
}.data_insights63 .benefits_track61 {
    margin: 10px !important;
    height: 260px;
    width: calc(50% - 20px);
}.data_insights63 .benefits_track61 h4 {
    font-size: 3rem;
}.data_insights63 .benefits_track61:nth-child(even) {
    margin-top: 0;
}
}

@media (max-width: 767px) {.data_insights63 {
    padding: 70px 0;
}.data_insights63 .statistics_upgrade20 {
    margin-bottom: 50px;
}.data_insights63 .smart_pros89 {
    font-size: calc(30px * 0.9);
}.data_insights63 .benefits_track61 {
    height: 240px;
}.data_insights63 .benefits_track61 h4 {
    font-size: 2.8rem;
}.data_insights63 .benefits_track61 span {
    bottom: 30px;
    font-size: calc(14px * 0.9);
}.data_insights63 svg {
    height: 30px;
    width: 30px;
    top: 30px;
}
}

@media (max-width: 576px) {.data_insights63 {
    padding: 60px 0;
}.data_insights63 .statistics_upgrade20 {
    margin-bottom: 40px;
}.data_insights63 .fast_benefits41 {
    flex-direction: column;
    align-items: center;
}.data_insights63 .benefits_track61 {
    max-width: 300px;
    width: 90%;
    margin: 10px 0 !important;
    height: 200px;
}.data_insights63 .benefits_track61 h4 {
    font-size: 2.5rem;
}.data_insights63 .benefits_track61 span {
    bottom: 25px;
}}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}footer {
    position: relative;
    width: 100%;
}footer .patent_info64 {
    position: relative;
    padding: 80px 0 30px;
    background-color: rgb(152,173,162);
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer .patent_info64::before {
    opacity: 0.05;
    background-image: 
        linear-gradient(30deg, rgb(152,173,162) 12%, transparent 12.5%, transparent 87%, rgb(152,173,162) 87.5%, rgb(152,173,162)),
        linear-gradient(150deg, rgb(152,173,162) 12%, transparent 12.5%, transparent 87%, rgb(152,173,162) 87.5%, rgb(152,173,162)),
        linear-gradient(30deg, rgb(152,173,162) 12%, transparent 12.5%, transparent 87%, rgb(152,173,162) 87.5%, rgb(152,173,162)),
        linear-gradient(150deg, rgb(152,173,162) 12%, transparent 12.5%, transparent 87%, rgb(152,173,162) 87.5%, rgb(152,173,162)),
        linear-gradient(60deg, rgb(191,208,199,0.5) 25%, transparent 25.5%, transparent 75%, rgb(191,208,199,0.5) 75%, rgb(191,208,199,0.5)),
        linear-gradient(60deg, rgb(191,208,199,0.5) 25%, transparent 25.5%, transparent 75%, rgb(191,208,199,0.5) 75%, rgb(191,208,199,0.5));
    background-size: 80px 140px;
    left: 0;
    content: "";
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    position: absolute;
}footer .patent_info64::after {
    height: 5px;
    width: 100%;
    pointer-events: none;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,162));
}footer .privacy_cta37 {
    position: relative;
    z-index: 1;
}footer .quick_request18 {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 60px;
    gap: 20px;
    justify-content: center;
}footer .info_item {
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    min-height: 60px;
    padding: 20px 25px;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    min-width: 200px;
    position: relative;
    transition: all 0.4s ease;
}footer .info_item::before {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: -1;
    top: 3px;
    background-color: rgb(152,173,162);
    left: 3px;
    bottom: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    right: 3px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(191,208,199);
}footer .info_item svg {
    flex-shrink: 0;
    width: 20px;
    transition: fill 0.3s ease;
    fill: rgb(191,208,199);
    margin-right: 12px;
    height: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    text-overflow: ellipsis;
    font-size: 15px;
    align-items: center;
    display: flex;
    cursor: pointer;
    height: 100%;
    width: 100%;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 50px;
    padding-top: 40px;
}footer .text_main_holder::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    content: "";
    width: 80%;
    top: 0;
    height: 1px;
    position: absolute;
    left: 10%;
    pointer-events: none;
}footer .header_mentor02 {
    align-items: center;
    max-width: 350px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    display: flex;
    flex-direction: column;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align: center;
    position: relative;
    justify-content: center;
    margin: 0 auto;
}footer .header_mentor02::before {
    top: 3px;
    background-color: rgb(152,173,162);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    right: 3px;
    left: 3px;
    z-index: -1;
    pointer-events: none;
    position: absolute;
    bottom: 3px;
    content: "";
}footer .header_mentor02 svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
}footer .access_help53 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}footer .main_navbar24 {
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 13px;
}footer .main_navbar24 h5 {
    display: inline-block;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 19px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 700;
}footer .main_navbar24 h5::after {
    width: 50px;
    bottom: 0;
    position: absolute;
    height: 2px;
    pointer-events: none;
    content: "";
    left: 0;
    background-color: rgb(191,208,199);
}footer .head_pagewrap83 {
    gap: 5px;
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
}footer .head_pagewrap83 a {
    font-size: 15px;
    cursor: pointer;
    position: relative;
    display: flex;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.03);
    align-items: center;
}footer .head_pagewrap83 a::before {
    height: 0;
    opacity: 0;
    pointer-events: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: 50%;
    content: "";
    width: 0;
    border-left: 4px solid rgb(191,208,199);
    left: 5px;
    transition: all 0.3s ease;
    position: absolute;
    transform: translateY(-50%);
}footer .head_pagewrap83 a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
    color: #ffffff;
}footer .head_pagewrap83 a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    position: relative;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
}footer .subscribe_holder::before {
    content: "";
    width: 100%;
    pointer-events: none;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(191,208,199,0.5) 49%, rgb(191,208,199,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(191,208,199,0.5) 49%, rgb(191,208,199,0.5) 51%, transparent 52%);
    background-size: 20px 20px;
    top: 0;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 13px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    flex-direction: column;
    position: relative;
    z-index: 5;
    width: 100%;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    width: 100%;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    cursor: text;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    border-radius: 10px;
    padding: 14px 16px;
    appearance: none;
    z-index: 5;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(191,208,199);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .news_alert08 {
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 5;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    border: none;
    background-color: rgb(191,208,199);
    border-radius: 10px;
    text-align: center;
    padding: 14px 20px;
}footer .news_alert08:hover {
    transform: translateY(-3px);
    background-color: rgb(152,173,162);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .program_foot89 {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .trophy_case35 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    position: relative;
    padding: 0 20px;
    display: inline-block;
}footer .trophy_case35::before,
footer .trophy_case35::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
}footer .trophy_case35::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .trophy_case35::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news_alert08 {
    flex-shrink: 0;
    min-width: 150px;
    width: auto;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .head_pagewrap83 {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .patent_info64 {
    padding: 60px 0 30px;
}footer .quick_request18 {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .main_navbar24, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header_mentor02 {
    margin-bottom: 20px;
    padding: 15px;
}footer .program_foot89 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .patent_info64 {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .main_navbar24 h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
    margin-bottom: 20px;
}footer .main_navbar24, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .news_alert08 {
    padding: 12px;
}}.confidential_hearth09 {
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(225,233,229) 0%, rgba(rgb(191,208,199,0.5), 0.05) 100%);
    position: relative;
}.confidential_hearth09::before {
    left: 0;
    background: linear-gradient(90deg, rgb(191,208,199) 0%, rgb(152,173,162) 100%);
    top: 0;
    height: 6px;
    width: 100%;
    content: "";
    position: absolute;
    box-shadow: 0 0 20px rgba(rgb(191,208,199,0.5), 0.4);
}.confidential_hearth09::after {
    position: absolute;
    background: radial-gradient(circle at bottom right, rgba(rgb(152,173,162,0.5), 0.08), transparent 70%);
    width: 35%;
    content: "";
    z-index: 0;
    pointer-events: none;
    transform: translate(10%, 10%);
    bottom: 0;
    height: 35%;
    right: 0;
}.confidential_hearth09 .container {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
}.confidential_hearth09 h1 {
    color: rgb(191,208,199);
    position: relative;
    font-size: 38px;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(rgb(191,208,199,0.5), 0.1);
    font-weight: 700;
    transform: translateZ(5px);
    padding-bottom: 1rem;
    letter-spacing: -0.02em;
}.confidential_hearth09 h1::after {
    transform-origin: left center;
    bottom: -1px;
    left: 0;
    width: 80px;
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(90deg, rgb(191,208,199), rgb(152,173,162));
    position: absolute;
    height: 3px;
    content: "";
}.confidential_hearth09 h2 {
    transform: translateZ(3px);
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 3rem 0 1.5rem;
    position: relative;
    padding-left: 1.5rem;
}.confidential_hearth09 h2::before {
    width: 8px;
    position: absolute;
    height: 80%;
    top: 0.3em;
    border-radius: 2px;
    content: "";
    background: linear-gradient(to bottom, rgb(191,208,199), rgb(152,173,162));
    left: 0;
}.confidential_hearth09 h3 {
    color: #000000;
    position: relative;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    font-size: calc(38px * 0.85);
    padding-left: 1.25rem;
}.confidential_hearth09 h3::before {
    left: 0;
    content: "";
    border-radius: 2px;
    top: 0.4em;
    height: 70%;
    position: absolute;
    width: 6px;
    background: linear-gradient(to bottom, rgb(152,173,162), rgb(191,208,199));
}.confidential_hearth09 h4 {
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(38px * 0.7);
    position: relative;
    margin: 2rem 0 1rem;
}.confidential_hearth09 h4::before {
    border-radius: 1px;
    top: 0.4em;
    background: rgb(152,173,162);
    position: absolute;
    height: 60%;
    width: 4px;
    left: 0;
    content: "";
}.confidential_hearth09 p {
    position: relative;
    max-width: 95%;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    transform: translateZ(1px);
}.confidential_hearth09 p strong {
    font-weight: 600;
    color: #000000;
    position: relative;
}.confidential_hearth09 span {
    color: #000000;
    max-width: 95%;
    line-height: 1.7;
    display: block;
    position: relative;
    font-size: 13px;
    margin-bottom: 1.5rem;
}.confidential_hearth09 ul {
    list-style: none;
    position: relative;
    padding: 0.5rem 0 1.5rem 1.5rem;
    transform: translateZ(2px);
}.confidential_hearth09 ul::before {
    background: linear-gradient(to bottom, rgb(191,208,199), transparent);
    top: 0;
    bottom: 0;
    content: "";
    width: 1px;
    left: 0;
    position: absolute;
}.confidential_hearth09 li {
    font-size: 13px;
    color: #000000;
    position: relative;
    padding-left: 1.75rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}.confidential_hearth09 li::before {
    box-shadow: 0 0 0 2px rgba(rgb(191,208,199,0.5), 0.1);
    border-radius: 50%;
    left: 0;
    content: "";
    width: 8px;
    position: absolute;
    top: 0.6em;
    transition: transform 0.3s ease;
    border: 2px solid rgb(191,208,199);
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    height: 8px;
}.confidential_hearth09 li:hover::before {
    background: rgba(rgb(191,208,199,0.5), 0.1);
    transform: scale(1.2);
}


@media (max-width: 992px) {.confidential_hearth09 {
    padding: 5rem 1.5rem;
}.confidential_hearth09 h1 {
    font-size: calc(38px * 0.9);
}.confidential_hearth09 h2 {
    font-size: calc(38px * 0.9);
}.confidential_hearth09 h3 {
    font-size: calc(38px * 0.8);
}.confidential_hearth09 h4 {
    font-size: calc(38px * 0.65);
}
}

@media (max-width: 768px) {.confidential_hearth09 {
    padding: 4rem 1.25rem;
}.confidential_hearth09::after {
    width: 50%;
    height: 25%;
}.confidential_hearth09 h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.confidential_hearth09 h2 {
    margin: 2.5rem 0 1.25rem;
    padding-left: 1.25rem;
}.confidential_hearth09 h3 {
    padding-left: 1rem;
}.confidential_hearth09 h4 {
    padding-left: 0.75rem;
}.confidential_hearth09 p, 
    .confidential_hearth09 span {
    max-width: 100%;
}.confidential_hearth09 ul {
    padding-left: 0.75rem;
}.confidential_hearth09 li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
}

@media (max-width: 576px) {.confidential_hearth09 {
    padding: 3rem 1rem;
}.confidential_hearth09 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.confidential_hearth09 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.8);
    padding-left: 1rem;
}.confidential_hearth09 h3 {
    padding-left: 0.75rem;
    font-size: calc(38px * 0.7);
}.confidential_hearth09 h4 {
    font-size: calc(38px * 0.6);
    padding-left: 0.5rem;
}.confidential_hearth09 h1::after {
    width: 60px;
}.confidential_hearth09 ul {
    padding-left: 0.5rem;
}.confidential_hearth09 li {
    padding-left: 1.25rem;
}}.learning_process72 {
    overflow: hidden;
    background: rgb(225,233,229);
    padding: 6rem 2rem;
    position: relative;
}.learning_process72::before {
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgb(191,208,199,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(191,208,199,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: -1px -1px;
    content: "";
    position: absolute;
    right: 0;
    animation: gridMove 50s linear infinite;
    opacity: 0.2;
    bottom: 0;
}.learning_process72::after {
    animation: pulseGlow 8s ease-in-out infinite alternate;
    content: "";
    right: -150px;
    background: rgb(191,208,199,0.5);
    height: 300px;
    top: -150px;
    opacity: 0.5;
    border-radius: 50%;
    width: 300px;
    filter: blur(100px);
    position: absolute;
}.learning_process72 .learn_guide56 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 3rem;
    position: relative;
    display: grid;
    max-width: 1000px;
}.learning_process72 .learn_guide56::before,
.learning_process72 .learn_guide56::after {
    z-index: 1;
    position: absolute;
    border: 2px solid rgb(191,208,199,0.5);
    opacity: 0.6;
    width: 200px;
    content: "";
    height: 200px;
}.learning_process72 .learn_guide56::before {
    top: -50px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: -100px;
    animation: rotate 15s linear infinite, float 8s ease-in-out infinite alternate;
}.learning_process72 .learn_guide56::after {
    right: -50px;
    bottom: -100px;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    animation: rotate 10s linear infinite reverse, float 10s ease-in-out infinite alternate-reverse;
}.learning_process72 h3 {
    font-size: 37px;
    display: inline-block;
    color: #000000;
    position: relative;
    text-align: center;
    padding-bottom: 1.5rem;
    font-weight: 700;
    width: 100%;
    margin-bottom: 1rem;
}.learning_process72 h3::before,
.learning_process72 h3::after {
    content: "";
    width: 100px;
    left: 50%;
    border-radius: 10px;
    height: 4px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(191,208,199), transparent);
}.learning_process72 h3::before {
    bottom: 0;
    animation: slideWidth 3s ease-in-out infinite alternate;
}.learning_process72 h3::after {
    background: linear-gradient(to left, rgb(152,173,162), transparent);
    animation: slideWidth 3s ease-in-out infinite alternate-reverse;
    bottom: 0;
}.learning_process72 span {
    text-align: center;
    max-width: 100%;
    color: #000000;
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    font-size: 16px;
    z-index: 2;
    display: block;
    line-height: 1.8;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
}.learning_process72 span::before,
.learning_process72 span::after {
    content: "";
    transform-origin: center;
    z-index: -1;
    background: linear-gradient(135deg, rgb(191,208,199,0.5), rgb(152,173,162,0.5));
    position: absolute;
    opacity: 0.5;
    border-radius: inherit;
}.learning_process72 span::before {
    filter: blur(5px);
    left: 10px;
    top: 10px;
    bottom: 10px;
    animation: pulse 4s ease-in-out infinite alternate;
    right: 10px;
}.learning_process72 span::after {
    bottom: -5px;
    top: -5px;
    right: -5px;
    left: -5px;
    animation: pulse 4s ease-in-out 2s infinite alternate-reverse;
    filter: blur(15px);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes slideWidth {
    0% {
        width: 50px;
    }
    100% {
        width: 150px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.learning_process72 {
    padding: 5rem 1.5rem;
}.learning_process72::before {
    background-size: 30px 30px;
}.learning_process72 h3 {
    font-size: calc(37px * 0.9);
}.learning_process72 .learn_guide56::before {
    top: -30px;
    left: -70px;
    width: 150px;
    height: 150px;
}.learning_process72 .learn_guide56::after {
    bottom: -70px;
    width: 150px;
    right: -30px;
    height: 150px;
}
}

@media (max-width: 768px) {.learning_process72 {
    padding: 4rem 1rem;
}.learning_process72::before {
    background-size: 20px 20px;
}.learning_process72 h3 {
    font-size: calc(37px * 0.8);
}.learning_process72 span {
    padding: 1.5rem;
    font-size: calc(16px * 0.95);
}.learning_process72 .learn_guide56::before {
    left: -40px;
    height: 100px;
    width: 100px;
    top: -20px;
}.learning_process72 .learn_guide56::after {
    height: 100px;
    bottom: -40px;
    right: -20px;
    width: 100px;
}
}