* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1266px;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.head_main907 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.wrap-structure453 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.youtube_chan683 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksPanel182 {
    padding: 7rem 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,229,201) 0%, rgb(231,200,155,0.5) 100%);
}.thanksPanel182::before {
    filter: blur(25px);
    position: absolute;
    top: -10%;
    height: 70%;
    right: -10%;
    transform: rotate(-15deg) translateZ(0);
    content: "";
    z-index: -1;
    animation: floatGlow 12s ease-in-out infinite alternate;
    width: 50%;
    background: rgb(217,168,109,0.5);
}.thanksPanel182::after {
    z-index: -1;
    background: rgb(231,200,155,0.5);
    height: 60%;
    bottom: -5%;
    left: -5%;
    transform: rotate(10deg) translateZ(0);
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
    content: "";
    width: 40%;
    position: absolute;
    filter: blur(20px);
}.thanksPanel182 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    transform: translateZ(0);
    z-index: 2;
}.thanksPanel182 h2 {
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    max-width: 800px;
    line-height: 1.3;
    font-size: 37px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
}.thanksPanel182 h2::after {
    bottom: -15px;
    position: absolute;
    width: 120px;
    transform: scaleX(1);
    height: 4px;
    background: linear-gradient(90deg, rgb(231,200,155) 0%, rgb(217,168,109) 100%);
    left: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left center;
}.thanksPanel182 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.thanksPanel182 h2:hover::after {
    transform: scaleX(1.2);
}.thanksPanel182 .quick_mastery467 {
    border-left: 5px solid rgb(217,168,109);
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    transform: translateY(0);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
}.thanksPanel182 .quick_mastery467:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}.thanksPanel182 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanksPanel182 li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}.thanksPanel182 li::before {
    left: 0;
    top: 0.5rem;
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: absolute;
    height: 6px;
    content: "";
    background: rgb(231,200,155);
    width: 6px;
    transform: scale(0);
    border-radius: 50%;
}.thanksPanel182 li span {
    animation: fadeIn 0.5s 0.6s ease forwards;
    opacity: 0;
    line-height: 1.8;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateY(20px);
    display: block;
}

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.thanksPanel182 {
    padding: 5rem 0;
}.thanksPanel182 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.thanksPanel182 .quick_mastery467 {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.thanksPanel182 {
    padding: 4rem 0;
}.thanksPanel182 h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.thanksPanel182 h2::after {
    height: 3px;
    width: 100px;
}.thanksPanel182 .quick_mastery467 {
    padding: 2rem;
}.thanksPanel182 li span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.thanksPanel182 {
    padding: 3.5rem 0;
}.thanksPanel182 .container {
    padding: 0 1.5rem;
}.thanksPanel182 h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.8rem;
}.thanksPanel182 h2::after {
    bottom: -12px;
    width: 80px;
}.thanksPanel182 .quick_mastery467 {
    padding: 1.8rem 1.5rem;
    border-left-width: 4px;
}.thanksPanel182 li span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.thanksPanel182 li::before {
    top: 0.4rem;
    width: 5px;
    height: 5px;
}
}

@media (max-width: 375px) {.thanksPanel182 {
    padding: 3rem 0;
}.thanksPanel182 .container {
    padding: 0 1.2rem;
}.thanksPanel182 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.65);
}.thanksPanel182 .quick_mastery467 {
    padding: 1.5rem 1.2rem;
}.thanksPanel182 li span {
    font-size: calc(12px * 0.85);
    line-height: 1.5;
}}.privacy_widget281 {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    background: rgb(244,229,201);
    padding: 4rem 0;
}.privacy_widget281::before {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(217,168,109,0.5), 0.04) 0%,
        rgba(rgb(217,168,109,0.5), 0.01) 100%);
    position: absolute;
    content: '';
}.privacy_widget281::after {
    position: absolute;
    right: -20%;
    top: -50%;
    transform: rotate(-15deg);
    height: 200%;
    z-index: 0;
    width: 80%;
    content: '';
    background: linear-gradient(160deg, 
        rgba(rgb(231,200,155,0.5), 0.03) 0%,
        rgba(rgb(217,168,109,0.5), 0.05) 50%,
        rgba(rgb(231,200,155,0.5), 0.02) 100%);
}.privacy_widget281 .container {
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    position: relative;
    border-left: 3px solid rgb(217,168,109);
    padding: 3rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.98);
    backdrop-filter: blur(10px);
    max-width: 1140px;
    transform: translateZ(0);
    padding: 0 2rem;
}.privacy_widget281 h1 {
    font-size: 48px;
    font-weight: 700;
    transform: translateX(-0.5rem);
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}.privacy_widget281 h1::after {
    left: 0;
    width: 6rem;
    height: 3px;
    content: '';
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(217,168,109) 0%,
        rgb(231,200,155) 100%);
}.privacy_widget281 h2 {
    font-weight: 600;
    color: #000000;
    position: relative;
    margin: 2.5rem 0 1rem;
    font-size: 29px;
    display: inline-block;
}.privacy_widget281 h2::before {
    position: absolute;
    content: '';
    transition: transform 0.4s ease-out;
    bottom: -5px;
    width: 100%;
    left: 0;
    height: 1px;
    transform: scaleX(0.3);
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgb(217,168,109) 0%,
        transparent 100%);
}.privacy_widget281 h2:hover::before {
    transform: scaleX(1);
}.privacy_widget281 h3 {
    font-weight: 600;
    position: relative;
    font-size: calc(29px * 0.85);
    margin: 2rem 0 1rem;
    color: #000000;
    padding-left: 1rem;
}.privacy_widget281 h3::before {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    background: rgb(217,168,109);
    width: 3px;
}.privacy_widget281 h4 {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: calc(29px * 0.7);
    margin: 1.5rem 0 0.8rem;
}.privacy_widget281 h4::after {
    background: rgb(217,168,109);
    content: '';
    width: 2rem;
    bottom: -4px;
    position: absolute;
    left: 0;
    height: 2px;
    opacity: 0.5;
}.privacy_widget281 p {
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    color: #000000;
    margin-bottom: 1.5rem;
}.privacy_widget281 p strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    padding-right: 0.5rem;
    color: #000000;
}.privacy_widget281 span {
    color: #000000;
    border-left: 1px dashed rgba(rgb(217,168,109,0.5), 0.3);
    margin-bottom: 1.5rem;
    font-size: 18px;
    padding-left: 1rem;
    position: relative;
    display: block;
    line-height: 1.7;
}.privacy_widget281 ul {
    margin: 1rem 0 2rem;
    padding: 0.5rem 0 1rem 1.2rem;
    position: relative;
    list-style: none;
}.privacy_widget281 ul::before {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom,
        rgba(rgb(217,168,109,0.5), 0.1),
        rgba(rgb(217,168,109,0.5), 0.4),
        rgba(rgb(217,168,109,0.5), 0.1));
    position: absolute;
    height: 100%;
    content: '';
    width: 1px;
}.privacy_widget281 li {
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
    padding: 0.7rem 0 0.7rem 1.5rem;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}.privacy_widget281 li:hover {
    transform: translateX(5px);
}.privacy_widget281 li::before {
    height: 8px;
    transform: rotate(45deg);
    opacity: 0.7;
    left: 0;
    width: 8px;
    background: rgb(217,168,109);
    position: absolute;
    content: '';
    top: 1.2rem;
}

@media (max-width: 992px) {.privacy_widget281 {
    padding: 3rem 0;
}.privacy_widget281 .container {
    padding: 2rem;
}.privacy_widget281 h1 {
    font-size: calc(48px * 0.9);
}.privacy_widget281 h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.privacy_widget281 {
    padding: 2rem 0;
}.privacy_widget281 .container {
    margin: 0 1rem;
    padding: 1.5rem;
}.privacy_widget281 h1 {
    padding-bottom: 0.8rem;
    font-size: calc(48px * 0.8);
}.privacy_widget281 h1::after {
    width: 5rem;
}.privacy_widget281 h2 {
    margin: 2rem 0 0.8rem;
    font-size: calc(29px * 0.8);
}.privacy_widget281 h3 {
    font-size: calc(29px * 0.7);
}.privacy_widget281 h4 {
    font-size: calc(29px * 0.6);
}.privacy_widget281 p, 
    .privacy_widget281 span, 
    .privacy_widget281 li {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.privacy_widget281 {
    padding: 1.5rem 0;
}.privacy_widget281 .container {
    padding: 1.2rem;
    margin: 0 0.8rem;
    border-left-width: 2px;
}.privacy_widget281 h1 {
    font-size: calc(48px * 0.7);
}.privacy_widget281 h2 {
    font-size: calc(29px * 0.7);
    margin: 1.8rem 0 0.7rem;
}.privacy_widget281 h3 {
    padding-left: 0.8rem;
    font-size: calc(29px * 0.6);
}.privacy_widget281 h4 {
    font-size: calc(29px * 0.5);
}.privacy_widget281 p, 
    .privacy_widget281 span, 
    .privacy_widget281 li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.privacy_widget281 ul {
    padding-left: 0.8rem;
}.privacy_widget281 li {
    padding: 0.6rem 0 0.6rem 1.2rem;
}.privacy_widget281 li::before {
    width: 6px;
    height: 6px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(231,200,155);
}header .top_plank .edu_header804 div svg, header .top_plank .edu_header804 div svg path {
    fill: #ffffff;
}header .top_plank .edu_header804 div span {
    color: #ffffff;
}header .top_plank .edu_header804 {
    width: 100%;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    display: flex;
    justify-content: flex-start;
    line-height: 21px;
    align-items: center;
    font-size: 13px;
}header .top_plank .edu_header804 div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}header .top_plank .edu_header804 div img, header .top_plank .edu_header804 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}footer {
    width: 100%;
    position: relative;
}footer .youtube_chan683 {
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(231,200,155) 100%);
    z-index: 1;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}footer .youtube_chan683::before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.05;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
}footer .youtube_chan683::after {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(231,200,155) 0%, 
        rgb(217,168,109) 50%, 
        rgb(231,200,155) 100%);
    animation: glowBorder 3s infinite linear;
    position: absolute;
    height: 3px;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .youtube_chan683 .container {
    z-index: 2;
    position: relative;
}footer .netiquette894 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .edu_askedu736 {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}footer .edu_askedu736::after {
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(217,168,109,0.5) 50%, 
        transparent 100%);
    width: 100%;
    position: absolute;
}footer .info_item {
    flex: 1;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    padding: 15px;
    transform: translateY(0);
    margin-bottom: 15px;
    min-width: 200px;
    backdrop-filter: blur(5px);
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    font-weight: 400;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    display: flex;
}footer .info_item svg {
    fill: rgb(217,168,109);
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(217,168,109);
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    display: grid;
    gap: 40px;
}footer .main_pagebar274 {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    flex-direction: column;
}footer .main_pagebar274 svg {
    filter: drop-shadow(0 0 5px rgb(231,200,155,0.5));
    max-width: 160px;
    height: auto;
}footer .vr_labs958 {
    opacity: 0.7;
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    max-width: 300px;
}footer .head_expert982 {
    gap: 20px;
    display: flex;
    flex-direction: column;
}footer .head_expert982 h5 {
    font-size: 21px;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    color: #ffffff;
}footer .head_expert982 h5::after {
    height: 3px;
    width: 50px;
    bottom: 0;
    position: absolute;
    left: 0;
    content: '';
    border-radius: 10px;
    background: rgb(217,168,109);
}footer .main_learning385 {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
    display: flex;
}footer .main_learning385 a {
    color: #ffffff;
    font-size: 17px;
    opacity: 0.8;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}footer .main_learning385 a::before {
    transition: all 0.3s ease;
    content: '';
    height: 6px;
    left: 0;
    opacity: 0.7;
    top: 50%;
    width: 6px;
    transform: translateY(-50%);
    background: rgb(217,168,109);
    position: absolute;
    border-radius: 50%;
}footer .main_learning385 a:hover {
    opacity: 1;
    color: rgb(217,168,109);
    transform: translateX(5px);
}footer .main_learning385 a:hover::before {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 10px rgb(217,168,109);
    opacity: 1;
}footer .subscribe_holder {
    border-radius: 30px;
    padding: 25px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 15px;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
}footer .subscribe_holder p {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 17px;
    opacity: 0.8;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    color: #ffffff;
    width: 100%;
    padding: 14px 15px;
    font-size: 17px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(217,168,109);
    box-shadow: 0 0 15px rgb(217,168,109,0.5);
}footer .instant_access105 {
    overflow: hidden;
    border: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 12px 24px;
    position: relative;
    text-transform: uppercase;
    font-size: 19px;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(217,168,109) 0%, rgb(231,200,155) 100%);
}footer .instant_access105::before {
    top: 0;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    position: absolute;
    transition: 0.6s;
    height: 100%;
    content: '';
}footer .instant_access105:hover::before {
    left: 100%;
}footer .instant_access105:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .footer_disclaimer968 {
    position: relative;
    text-align: center;
    padding-top: 30px;
}footer .footer_disclaimer968::before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(217,168,109,0.5) 50%, 
        transparent 100%);
}footer .cert_block906 {
    font-weight: 300;
    opacity: 0.7;
    font-size: 16px;
    color: #ffffff;
}

@media (max-width: 992px) {footer .youtube_chan683 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .edu_askedu736 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .youtube_chan683 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .head_expert982 {
    gap: 15px;
}footer .edu_askedu736 {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .instant_access105 {
    width: 100%;
}
}

@media (max-width: 576px) {footer .youtube_chan683 {
    padding: 40px 0 30px;
}footer .main_pagebar274 {
    margin: 0 auto;
    text-align: center;
    align-items: center;
}footer .vr_labs958 {
    text-align: center;
    margin: 0 auto;
}footer .head_expert982 h5 {
    text-align: center;
}footer .head_expert982 h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .main_learning385 {
    align-items: center;
}footer .main_learning385 a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.data_summary430 {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}.data_summary430::before {
    position: absolute;
    opacity: 0.15;
    height: 100%;
    content: "";
    width: 100%;
    background-color: rgb(231,200,155);
    z-index: 1;
    top: 0;
    left: 0;
}.data_summary430::after {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(231,200,155) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(217,168,109) 0%, transparent 50%);
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    opacity: 0.1;
    content: "";
    height: 100%;
    left: 0;
}.data_summary430 .container {
    padding: 0;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 5;
}.data_summary430 .class_statistics265 {
    height: 600px;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    grid-template-columns: 350px 1fr;
}.data_summary430 .statistics_wins750 {
    grid-column: 1;
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, rgb(231,200,155), rgb(217,168,109));
}.data_summary430 .statistics_wins750::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 200%;
    position: absolute;
    width: 200%;
    animation: movePattern 20s linear infinite;
    content: "";
    left: -50%;
    top: -50%;
}@keyframes movePattern {
    0% { transform: rotate(0) scale(1); }
    100% { transform: rotate(360deg) scale(1.2); }
}

.data_summary430 .statistics_wins750 svg {
    width: 120px;
    z-index: 1;
    height: 120px;
    position: relative;
    fill: #ffffff;
}.data_summary430 .statistics_wins750 svg path {
    fill: #ffffff;
}.data_summary430 .edu_wins896 {
    margin: 0;
    text-transform: uppercase;
    max-width: 250px;
    left: 40px;
    font-weight: 700;
    position: absolute;
    letter-spacing: 2px;
    top: 40px;
    z-index: 1;
    font-size: 29px;
}.data_summary430 .growth_track296 {
    font-size: 12px;
    left: 40px;
    line-height: 1.6;
    position: absolute;
    z-index: 1;
    max-width: 270px;
    bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}.data_summary430 .study_elevation462 {
    display: flex;
    flex-direction: column;
    grid-column: 2;
    background: linear-gradient(135deg, rgb(231,200,155,0.5) 0%, rgb(217,168,109,0.5) 100%);
    position: relative;
    overflow: hidden;
}.data_summary430 .study_elevation462::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    background: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px,
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px;
    position: absolute;
}.data_summary430 .study_edge903 {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    height: 20%;
    padding: 0 40px 0 40px;
}.data_summary430 .study_edge903:hover {
    background: rgba(255, 255, 255, 0.15);
}.data_summary430 .study_edge903::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    bottom: 0;
    height: 1px;
    right: 40px;
    content: "";
    left: 40px;
}.data_summary430 .study_edge903:last-child::after {
    display: none;
}.data_summary430 .statistics_classes681 {
    justify-content: center;
    flex: 0 0 80px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 30px;
    height: 80px;
}.data_summary430 .study_edge903:hover .statistics_classes681 {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}.data_summary430 .statistics_classes681 svg {
    width: 40px;
    height: 40px;
    fill: rgb(231,200,155);
}.data_summary430 .statistics_classes681 svg path {
    fill: rgb(231,200,155);
}.data_summary430 .study_edge903:nth-child(even) .statistics_classes681 svg,
.data_summary430 .study_edge903:nth-child(even) .statistics_classes681 svg path {
    fill: rgb(217,168,109);
}.data_summary430 .study_edge903 span {
    min-width: 100px;
    font-weight: 700;
    margin-right: 20px;
    font-size: calc(29px * 1.3);
}.data_summary430 .study_edge903 p {
    font-size: 12px;
    margin: 0;
    line-height: 1.4;
    flex: 1;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1200px) {.data_summary430 .class_statistics265 {
    height: 550px;
    grid-template-columns: 300px 1fr;
}.data_summary430 .edu_wins896 {
    max-width: 240px;
    top: 30px;
    left: 30px;
    font-size: 29px;
}.data_summary430 .growth_track296 {
    bottom: 30px;
    max-width: 240px;
    left: 30px;
}.data_summary430 .statistics_wins750 svg {
    width: 100px;
    height: 100px;
}.data_summary430 .study_edge903 {
    padding: 0 30px;
}.data_summary430 .study_edge903::after {
    left: 30px;
    right: 30px;
}.data_summary430 .statistics_classes681 {
    height: 70px;
    margin-right: 25px;
    flex: 0 0 70px;
}.data_summary430 .statistics_classes681 svg {
    height: 35px;
    width: 35px;
}.data_summary430 .study_edge903 span {
    font-size: calc(29px * 1.2);
    min-width: 90px;
}
}

@media screen and (max-width: 992px) {.data_summary430 {
    padding: 80px 0;
}.data_summary430 .class_statistics265 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    height: auto;
}.data_summary430 .statistics_wins750 {
    grid-row: 1;
    padding: 30px;
    height: 200px;
}.data_summary430 .edu_wins896 {
    max-width: 100%;
    margin-bottom: 15px;
    left: auto;
    text-align: center;
    position: relative;
    top: auto;
    font-size: 29px;
}.data_summary430 .growth_track296 {
    max-width: 500px;
    text-align: center;
    left: auto;
    position: relative;
    margin: 0 auto;
    bottom: auto;
}.data_summary430 .statistics_wins750 svg {
    right: 30px;
    transform: translateY(-50%);
    position: absolute;
    height: 150px;
    opacity: 0.2;
    top: 50%;
    width: 150px;
}.data_summary430 .study_elevation462 {
    grid-row: 2;
}.data_summary430 .study_edge903 {
    padding: 20px 30px;
    height: auto;
}
}

@media screen and (max-width: 768px) {.data_summary430 {
    padding: 60px 0;
}.data_summary430 .statistics_wins750 {
    padding: 20px;
    height: 180px;
}.data_summary430 .edu_wins896 {
    font-size: calc(29px * 0.9);
}.data_summary430 .growth_track296 {
    max-width: 400px;
    font-size: calc(12px * 0.95);
}.data_summary430 .statistics_wins750 svg {
    width: 120px;
    right: 20px;
    height: 120px;
}.data_summary430 .study_edge903 {
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}.data_summary430 .statistics_classes681 {
    margin: 0 0 15px 0;
    height: 60px;
    flex: 0 0 60px;
}.data_summary430 .statistics_classes681 svg {
    height: 30px;
    width: 30px;
}.data_summary430 .study_edge903 span {
    font-size: calc(29px * 1.1);
    margin: 0 0 10px 0;
}.data_summary430 .study_edge903 p {
    font-size: calc(12px * 0.9);
}.data_summary430 .study_edge903::after {
    left: 20px;
    right: 20px;
}
}

@media screen and (max-width: 576px) {.data_summary430 .statistics_wins750 {
    height: 160px;
}.data_summary430 .edu_wins896 {
    font-size: calc(29px * 0.8);
}.data_summary430 .growth_track296 {
    font-size: calc(12px * 0.9);
}.data_summary430 .statistics_wins750 svg {
    width: 100px;
    height: 100px;
}.data_summary430 .statistics_classes681 {
    height: 50px;
    flex: 0 0 50px;
}.data_summary430 .statistics_classes681 svg {
    height: 25px;
    width: 25px;
}}.contact679 {
    background: rgb(244,229,201);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.contact679::before {
    height: 100%;
    content: "";
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(231,200,155), 0.05) 49%, rgba(rgb(231,200,155), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(217,168,109), 0.05) 49%, rgba(rgb(217,168,109), 0.05) 51%, transparent 52%);
    position: absolute;
    width: 100%;
    z-index: 0;
    background-size: 40px 40px;
    top: 0;
    left: 0;
}.contact679 .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contact679 h2 {
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    color: #000000;
    border-bottom: 3px solid rgb(231,200,155);
}.contact679 .reach_support368 {
    display: flex;
    overflow: hidden;
    background: #ffffff;
    border-radius: 19px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
}.contact679 .post_image_grid275 {
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
    min-height: 550px;
}.contact679 .connect_request703 {
    flex: 0 0 55%;
    background: #ffffff;
    padding: 60px;
    position: relative;
}.contact679 .connect_request703::before {
    top: 0;
    position: absolute;
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    background-position: 0 0, 15px 15px;
    content: "";
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    z-index: -1;
}.contact679 #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.contact679 h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(231,200,155);
    position: relative;
}.contact679 input[type="text"] {
    border: none;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 0 10px 10px 0;
    background: rgb(244,229,201);
    border-left: 3px solid rgb(231,200,155);
    font-size: 16px;
    color: #000000;
    padding: 15px 20px;
}.contact679 input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-left-color: rgb(217,168,109);
    outline: none;
}.contact679 input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact679 .help_inquiry031 {
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    gap: 12px;
}.contact679 .help_inquiry031 input[type="checkbox"] {
    margin-top: 3px;
    width: 22px;
    border-radius: 4px;
    position: relative;
    border: 2px solid rgb(244,229,201);
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(244,229,201);
    height: 22px;
    appearance: none;
}.contact679 .help_inquiry031 input[type="checkbox"]:checked {
    background: rgb(231,200,155);
    border-color: rgb(231,200,155);
}.contact679 .help_inquiry031 input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    height: 10px;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: 2px solid #ffffff;
    left: 50%;
    content: "";
    top: 40%;
    width: 5px;
}.contact679 .help_inquiry031 label {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}.contact679 .help_inquiry031 a {
    color: rgb(231,200,155);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.contact679 .help_inquiry031 a:hover {
    color: rgb(217,168,109);
}.contact679 .help_inquiry031 a::after {
    width: 100%;
    bottom: -2px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(231,200,155);
    transition: all 0.3s ease;
    height: 1px;
}.contact679 .help_inquiry031 a:hover::after {
    height: 2px;
    background: rgb(217,168,109);
}.contact679 .inquiry_info205 {
    position: relative;
    align-self: flex-start;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 35px;
    border: none;
    background: rgb(231,200,155);
    overflow: hidden;
    cursor: pointer;
}.contact679 .inquiry_info205::after {
    left: 50%;
    content: "";
    position: absolute;
    transition: all 0.6s ease;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}.contact679 .inquiry_info205:hover {
    background: rgb(217,168,109);
}.contact679 .inquiry_info205:hover::after {
    width: 300%;
    height: 300%;
}.contact679 svg {
    width: 20px;
    height: 20px;
    fill: rgb(231,200,155);
    transition: all 0.3s ease;
}.contact679 svg path {
    fill: rgb(231,200,155);
    transition: all 0.3s ease;
}.contact679 svg:hover {
    fill: rgb(217,168,109);
}.contact679 svg:hover path {
    fill: rgb(217,168,109);
}

@media (max-width: 992px) {.contact679 {
    padding: 70px 0;
}.contact679 .reach_support368 {
    flex-direction: column;
}.contact679 .post_image_grid275 {
    min-height: 300px;
    flex: 0 0 auto;
}.contact679 .connect_request703 {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.contact679 {
    padding: 60px 0;
}.contact679 h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 40px;
}.contact679 .connect_request703 {
    padding: 35px 25px 45px;
}.contact679 #contact {
    gap: 20px;
}.contact679 .post_image_grid275 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact679 {
    padding: 50px 0;
}.contact679 .container {
    padding: 0 15px;
}.contact679 h2 {
    font-size: calc(33px - 6px);
    margin-bottom: 30px;
}.contact679 .connect_request703 {
    padding: 30px 20px 40px;
}.contact679 .inquiry_info205 {
    width: 100%;
}.contact679 .post_image_grid275 {
    min-height: 200px;
}}.education_history437 {
    position: relative;
    background: rgb(244,229,201);
    padding: 6rem 2rem;
    overflow: hidden;
}.education_history437::before {
    animation: lineExpand 5s ease-in-out infinite alternate;
    content: "";
    background: linear-gradient(to right, transparent, rgb(231,200,155,0.5), transparent);
    transform-origin: left center;
    position: absolute;
    left: 0;
    width: 40%;
    height: 1px;
    top: 40%;
}.education_history437::after {
    height: 1px;
    right: 0;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    background: linear-gradient(to left, transparent, rgb(217,168,109,0.5), transparent);
    transform-origin: right center;
    bottom: 40%;
    width: 40%;
    content: "";
    position: absolute;
}.education_history437 .review_testimonials391 {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 2fr;
    z-index: 1;
    max-width: 1100px;
    gap: 4rem;
    position: relative;
}.education_history437 .post_image_grid275 {
    overflow: hidden;
    transform: scale(1);
    filter: grayscale(100%);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 400px;
    position: relative;
    width: 100%;
    border-radius: 0;
}.education_history437 .post_image_grid275::after {
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(231,200,155,0.5) 0%, transparent 50%);
    height: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    left: 0;
    transition: all 0.7s ease;
    opacity: 0.5;
    width: 100%;
}.education_history437 .professional_exp450 {
    justify-content: center;
    transition: all 0.7s ease;
    flex-direction: column;
    display: flex;
    position: relative;
    opacity: 0.9;
}.education_history437 .professional_exp450::before {
    width: 1px;
    top: 15%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: -2rem;
    height: 70%;
}.education_history437 .name {
    transform: translateX(0);
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: calc(48px * 1.2);
    transition: all 0.5s ease;
}.education_history437 .name::after {
    width: 50px;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    transition: transform 0.5s ease 0.2s;
    position: absolute;
    background: rgb(231,200,155);
    bottom: -0.5rem;
    height: 2px;
    left: 0;
}.education_history437 .professional_exp450 div:nth-child(2) {
    color: rgb(217,168,109);
    margin-bottom: 3rem;
    transition: all 0.5s ease 0.1s;
    transform: translateX(0);
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}.education_history437 .experiencep_wrap538 {
    transform: translateX(0);
    font-size: 23px;
    padding-left: 2rem;
    color: #000000;
    font-weight: 300;
    line-height: 1.8;
    transition: all 0.5s ease 0.2s;
    position: relative;
}.education_history437 .experiencep_wrap538::before {
    color: rgb(231,200,155,0.5);
    position: absolute;
    font-family: serif;
    content: "";
    left: 0;
    line-height: 1;
    font-size: 4rem;
    top: -1rem;
}.education_history437 .review_testimonials391:hover .post_image_grid275 {
    filter: grayscale(0%);
    transform: scale(1.05);
}.education_history437 .review_testimonials391:hover .post_image_grid275::after {
    opacity: 0.3;
}.education_history437 .review_testimonials391:hover .name {
    transform: translateX(10px);
}.education_history437 .review_testimonials391:hover .name::after {
    transform: scaleX(1);
}.education_history437 .review_testimonials391:hover .professional_exp450 div:nth-child(2) {
    transform: translateX(20px);
}.education_history437 .review_testimonials391:hover .experiencep_wrap538 {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.education_history437 .review_testimonials391 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.education_history437 .post_image_grid275 {
    height: 350px;
    margin: 0 auto;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    width: 80%;
}.education_history437 .professional_exp450::before {
    height: 1px;
    left: 20%;
    top: -1.5rem;
    width: 60%;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
}.education_history437 .review_testimonials391:hover .name,
    .education_history437 .review_testimonials391:hover .professional_exp450 div:nth-child(2),
    .education_history437 .review_testimonials391:hover .experiencep_wrap538 {
    transform: translateX(0);
}}.about_this540 {
    background: rgb(244,229,201);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.about_this540::before {
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(231,200,155,0.5) 0,
        rgb(231,200,155,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    top: 0;
    content: "";
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}.about_this540 .container {
    position: relative;
    z-index: 2;
}.about_this540 .quick_mastery467 {
    gap: 50px;
    flex-wrap: wrap;
    display: flex;
}.about_this540 h3 {
    position: relative;
    border-left: 5px solid rgb(231,200,155);
    width: 100%;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    padding-left: 20px;
    font-size: 28px;
}.about_this540 .why_mission865 {
    overflow: hidden;
    min-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 27px;
    background: #ffffff;
    position: relative;
    flex: 1;
}.about_this540 .why_mission865 span {
    font-size: 23px;
    font-weight: 600;
    display: block;
    background: rgb(231,200,155);
    padding: 15px 25px;
    color: #ffffff;
}.about_this540 .why_mission865 p {
    font-size: 16px;
    padding: 25px;
    color: #000000;
    line-height: 1.7;
}.about_this540 .post_image_grid275 {
    position: relative;
    transition: transform 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 25px 25px;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}.about_this540 .post_image_grid275:hover {
    transform: scale(1.02);
}.about_this540 .learning_dna519 {
    background: #ffffff;
    flex-direction: column;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 27px;
    flex: 1;
    min-width: 300px;
    position: relative;
}.about_this540 .learning_dna519 p {
    color: #000000;
    order: 2;
    line-height: 1.7;
    font-size: 16px;
    padding: 25px;
}.about_this540 .mastery_zone721 {
    transition: transform 0.4s ease;
    border-radius: 10px;
    height: 300px;
    overflow: hidden;
    margin: 0 25px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    order: 1;
}.about_this540 .mastery_zone721:hover {
    transform: scale(1.02);
}.about_this540 .mastery_zone721::after {
    top: 0;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
}.about_this540 .post_image_grid275::after {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
}.about_this540 .why_mission865::before,
.about_this540 .learning_dna519::before {
    position: absolute;
    top: 0;
    content: "";
    background: rgb(217,168,109);
    left: 0;
    height: 5px;
    width: 100%;
}.about_this540 .learning_dna519::before {
    background: rgb(231,200,155);
}

@media (min-width: 1200px) {.about_this540 .why_mission865,
    .about_this540 .learning_dna519 {
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 1199px) and (min-width: 768px) {.about_this540 .quick_mastery467 {
    justify-content: center;
}.about_this540 .why_mission865,
    .about_this540 .learning_dna519 {
    max-width: 500px;
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 767px) {.about_this540 {
    padding: 70px 0;
}.about_this540 .quick_mastery467 {
    gap: 40px;
    flex-direction: column;
}.about_this540 h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 25px;
}.about_this540 .why_mission865 span {
    font-size: calc(23px * 0.95);
    padding: 12px 20px;
}.about_this540 .why_mission865 p,
    .about_this540 .learning_dna519 p {
    padding: 20px;
}.about_this540 .post_image_grid275,
    .about_this540 .mastery_zone721 {
    height: 250px;
    margin: 0 20px 20px;
}
}

@media (max-width: 576px) {.about_this540 {
    padding: 50px 0;
}.about_this540 h3 {
    padding-left: 15px;
    font-size: calc(28px * 0.8);
    margin-bottom: 20px;
}.about_this540 .why_mission865 span {
    font-size: calc(23px * 0.9);
    padding: 10px 15px;
}.about_this540 .why_mission865 p,
    .about_this540 .learning_dna519 p {
    font-size: calc(16px * 0.95);
    padding: 15px;
}.about_this540 .post_image_grid275,
    .about_this540 .mastery_zone721 {
    margin: 0 15px 15px;
    height: 200px;
}
}

@media (max-width: 1600px) and (min-width: 1200px) {.about_this540 .container {
    max-width: 1140px;
    margin: 0 auto;
}
}

@media (hover: hover) {.about_this540 .why_mission865,
    .about_this540 .learning_dna519 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.about_this540 .why_mission865:hover,
    .about_this540 .learning_dna519:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}}

.about_this540 .why_mission865,
.about_this540 .learning_dna519 {
    display: flex;
    flex-direction: column;
}.about_this540 .mastery_zone721 {
    margin-top: 25px;
}.about_this540 .mastery_zone721,
.about_this540 .post_image_grid275 {
    flex: 1;
    min-height: 250px;
}header {
    margin-top: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 100;
    position: relative;
    padding: 0;
    overflow: visible;
}header::before {
    content: '';
    background-size: 20px 20px;
    height: 100%;
    z-index: 0;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    left: 0;
    position: absolute;
}header::after {
    background: linear-gradient(90deg, 
        rgb(231,200,155) 0%,
        rgb(217,168,109) 50%,
        rgb(231,200,155) 100%
    );
    bottom: 0;
    background-size: 200% auto;
    position: absolute;
    height: 4px;
    content: '';
    left: 0;
    width: 100%;
    animation: gradientSlide 5s linear infinite;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .top_pro374 {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 1.3rem 2rem;
    justify-content: space-between;
}header .main_pagebar274 {
    flex: 0 0 auto;
    z-index: 5;
    position: relative;
}header .main_mainwrap129 {
    align-items: center;
    padding: 0.5rem;
    z-index: 2;
    text-decoration: none;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
}header .main_mainwrap129:hover {
    transform: translateY(-3px) scale(1.02);
}header .main_mainwrap129 img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .main_pagebar274::before {
    content: '';
    transition: all 0.3s ease;
    left: -8px;
    border: 1px solid rgb(231,200,155);
    transform: skew(-3deg);
    border-radius: 10px;
    position: absolute;
    opacity: 0.3;
    top: -8px;
    bottom: -8px;
    right: -8px;
}header .main_pagebar274:hover::before {
    opacity: 0.7;
    transform: skew(-5deg) scale(1.05);
    box-shadow: 0 0 15px rgb(231,200,155,0.5);
}header .head_expert982 {
    position: relative;
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    z-index: 5;
}header .header_sitebar163 {
    margin: 0 0.3rem;
    position: relative;
    perspective: 800px;
}header .header_sitebar163 a {
    font-size: 16px;
    border: 1px solid transparent;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 1;
    transition: all 0.4s ease;
    position: relative;
    padding: 0.8rem 1.2rem;
}header .header_sitebar163 a::before {
    position: absolute;
    height: 1px;
    transform: scaleX(0);
    background: rgb(231,200,155);
    transition: transform 0.3s ease;
    opacity: 0.7;
    left: 10%;
    content: '';
    bottom: 5px;
    width: 80%;
}header .header_sitebar163 a:hover {
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(231,200,155);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}header .header_sitebar163 a:hover::before {
    transform: scaleX(1);
}header .header_sitebar163::after {
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    opacity: 0;
    background: radial-gradient(circle at center, rgb(231,200,155,0.5) 0%, transparent 70%);
    z-index: -1;
}header .header_sitebar163:hover::after {
    opacity: 0.4;
}header .top_pro374::before {
    width: 30%;
    content: '';
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(231,200,155), transparent);
    height: 1px;
    position: absolute;
    top: 0;
}header .top_pro374::after {
    height: 1px;
    left: 20%;
    opacity: 0.1;
    content: '';
    position: absolute;
    width: 60%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.head_main907 {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: rgb(244,229,201);
    margin-top: 0;
}

@media (min-width: 1400px) {header .top_pro374 {
    margin: 0 auto;
    max-width: 1300px;
}header .header_sitebar163 {
    margin: 0 0.5rem;
}header .header_sitebar163 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .top_pro374 {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    flex-direction: row;
}header .main_pagebar274 {
    margin-bottom: 0;
}header .head_expert982 {
    margin-top: 1rem;
    justify-content: center;
    flex: 1 0 100%;
}header .header_sitebar163 {
    margin: 0 0.2rem;
}header .header_sitebar163 a {
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 1px);
}header .main_pagebar274::before {
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_pro374 {
    padding: 0.8rem 1.2rem;
}header .main_pagebar274 {
    max-width: 130px;
}header .main_pagebar274::before {
    display: none;
}header .head_expert982 {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
}header .head_expert982::-webkit-scrollbar {
    height: 2px;
}header .head_expert982::-webkit-scrollbar-thumb {
    background: rgb(231,200,155);
    border-radius: 10px;
}header .header_sitebar163 {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .header_sitebar163 a {
    padding: 0.5rem 0.7rem;
    letter-spacing: 0;
    white-space: nowrap;
    font-size: calc(16px - 2px);
}header .header_sitebar163 a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .top_pro374 {
    padding: 0.7rem 1rem;
}header .main_pagebar274 {
    max-width: 110px;
}header .header_sitebar163 a {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.6rem;
}}.price_plan302 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.price_plan302::before {
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}.price_plan302 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.price_plan302 .skill_offers203 {
    position: relative;
}.price_plan302 h2 {
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 37px;
    transform: translateY(20px);
    opacity: 0;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}.price_plan302 .price_view815 {
    margin: 0 auto 50px;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    font-size: 12px;
}.price_plan302 .plan_rates283 {
    perspective: 1000px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    list-style: none;
}.price_plan302 .plan_rates283 li {
    opacity: 0;
    animation: fadeInStagger 0.8s ease-out forwards;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
}.price_plan302 .plan_rates283 li:nth-child(1) {
    animation-delay: 0.3s;
}.price_plan302 .plan_rates283 li:nth-child(2) {
    animation-delay: 0.5s;
}.price_plan302 .plan_rates283 li:nth-child(3) {
    animation-delay: 0.7s;
}.price_plan302 .plan_rates283 li:nth-child(4) {
    animation-delay: 0.9s;
}.price_plan302 .cost_rates428 {
    display: block;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}.price_plan302 .price_choices268 {
    height: 100%;
    transform: translateZ(0);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}.price_plan302 .price_choices268::before {
    z-index: -1;
    width: 100%;
    transition: opacity 0.6s ease;
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgb(231,200,155,0.5), rgb(217,168,109,0.5));
    content: "";
}.price_plan302 .monthly_rate734 {
    padding: 35px 30px;
    color: #ffffff;
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 400px;
}.price_plan302 .monthly_rate734 h4 {
    transition: transform 0.3s ease-out;
    font-weight: 700;
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: calc(21px * 1.1);
}.price_plan302 .monthly_rate734 h4::after {
    transition: width 0.4s ease;
    content: "";
    bottom: 0;
    width: 60px;
    background: rgb(231,200,155);
    position: absolute;
    left: 0;
    height: 3px;
}.price_plan302 .monthly_rate734 p {
    hyphens: auto;
    line-height: 1.7;
    margin: 0 0 auto;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    flex-grow: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}.price_plan302 .pricing_options340 {
    background: linear-gradient(135deg, rgb(231,200,155) 0%, rgb(217,168,109) 100%);
    border-radius: 6px;
    color: #ffffff;
    font-size: calc(21px * 1.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    align-self: flex-start;
    padding: 10px 20px;
    margin-top: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: inline-block;
}.price_plan302 .cost_rates428:hover {
    transform: translateY(-10px) scale(1.02);
}.price_plan302 .cost_rates428:hover .price_choices268 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
}.price_plan302 .cost_rates428:hover .price_choices268::before {
    opacity: 0.05;
}.price_plan302 .cost_rates428:hover .monthly_rate734 h4 {
    transform: translateY(-5px);
}.price_plan302 .cost_rates428:hover .monthly_rate734 h4::after {
    width: 100px;
}.price_plan302 .cost_rates428:hover .pricing_options340 {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transform: scale(1.05) translateY(-5px);
}

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

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

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

@media (max-width: 768px) {.price_plan302 {
    padding: 60px 0;
}.price_plan302 h2 {
    font-size: calc(37px * 0.9);
}.price_plan302 .price_view815 {
    font-size: calc(12px * 0.95);
    margin-bottom: 40px;
}.price_plan302 .plan_rates283 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.price_plan302 .monthly_rate734 {
    padding: 25px 20px;
    min-height: 350px;
}.price_plan302 .monthly_rate734 h4 {
    font-size: 21px;
}.price_plan302 .pricing_options340 {
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 576px) {.price_plan302 {
    padding: 50px 0;
}.price_plan302 .container {
    padding: 0 15px;
}.price_plan302 h2 {
    font-size: calc(37px * 0.8);
}.price_plan302 .price_view815 {
    font-size: calc(12px * 0.9);
    margin-bottom: 30px;
}.price_plan302 .plan_rates283 {
    grid-template-columns: 1fr;
    gap: 25px;
}.price_plan302 .monthly_rate734 {
    min-height: auto;
}.price_plan302 .monthly_rate734 p {
    font-size: calc(12px * 0.9);
}.price_plan302 .pricing_options340 {
    margin-top: 20px;
    align-self: center;
}}.client_comments327 {
    background: rgb(244,229,201);
    position: relative;
    padding: 7rem 1rem;
    overflow: hidden;
}.client_comments327::before {
    top: 0;
    content: "";
    background: linear-gradient(0deg, transparent 40%, rgb(231,200,155,0.5) 100%);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
    height: 100%;
    width: 100%;
    left: 0;
}.client_comments327::after {
    position: absolute;
    width: 100%;
    right: 0;
    background: linear-gradient(180deg, transparent 50%, rgb(217,168,109,0.5) 100%);
    content: "";
    height: 100%;
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
    bottom: 0;
}.client_comments327 .container {
    z-index: 2;
    position: relative;
}.client_comments327 h2 {
    color: #000000;
    margin-bottom: 4rem;
    font-size: 37px;
    width: fit-content;
    position: relative;
    text-align: left;
    font-weight: 700;
    padding: 1rem 0;
}.client_comments327 h2::before {
    height: 100%;
    transform: skewY(45deg);
    position: absolute;
    background: rgb(231,200,155);
    content: "";
    width: 5px;
    top: 0;
    left: -20px;
}.client_comments327 h2::after {
    height: 3px;
    background: rgb(217,168,109);
    left: 0;
    bottom: 0;
    width: 80%;
    position: absolute;
    content: "";
}.client_comments327 .review_voices643 {
    gap: 5rem;
    flex-direction: column;
    margin: 0 auto;
    max-width: 800px;
    display: flex;
}.client_comments327 .review_testimonials391 {
    padding: 2.5rem 2rem 2rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: #ffffff;
    flex-direction: column;
    display: flex;
    transform: translateY(0);
}.client_comments327 .review_testimonials391:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}.client_comments327 .review_testimonials391:nth-child(even) {
    transform: translateX(30px);
    align-self: flex-end;
}.client_comments327 .review_testimonials391:hover {
    transform: translateY(-10px) translateX(0);
}.client_comments327 .review_testimonials391::before {
    height: 100%;
    left: 15px;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 15px;
    z-index: -1;
    content: "";
    background: rgb(231,200,155,0.5);
    top: 15px;
    position: absolute;
}.client_comments327 .review_testimonials391:hover::before {
    background: rgb(217,168,109,0.5);
    top: 10px;
    left: 10px;
}.client_comments327 .review_testimonials391 img {
    width: 70px;
    border-radius: 50%;
    top: -25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    left: 25px;
    position: absolute;
    border: 4px solid #ffffff;
    height: 70px;
}.client_comments327 .review_testimonials391 p {
    color: #000000;
    margin: 0.5rem 0;
    font-weight: 600;
    font-size: calc(18px + 0.1rem);
    padding-left: 60px;
}.client_comments327 .review_testimonials391 .description {
    margin-top: 1rem;
    padding: 1.5rem 0 0.5rem;
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
    font-size: 18px;
    border-top: 1px solid rgb(244,229,201);
}.client_comments327 .review_testimonials391 .description::before {
    line-height: 1;
    left: 0;
    position: absolute;
    top: 0.5rem;
    content: "";
    font-size: 3rem;
    color: rgb(231,200,155,0.5);
}.client_comments327 .review_testimonials391 .description::after {
    font-size: 3rem;
    color: rgb(231,200,155,0.5);
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: -1.5rem;
    content: "";
}

@media (max-width: 991px) {.client_comments327 {
    padding: 5rem 1rem;
}.client_comments327 .review_voices643 {
    gap: 4rem;
}
}

@media (max-width: 767px) {.client_comments327 h2 {
    font-size: calc(37px - 0.3rem);
    margin-bottom: 3rem;
}.client_comments327 .review_voices643 {
    gap: 3.5rem;
}.client_comments327 .review_testimonials391:nth-child(odd),
    .client_comments327 .review_testimonials391:nth-child(even) {
    transform: none;
    align-self: center;
    width: 100%;
}.client_comments327 .review_testimonials391:hover {
    transform: translateY(-5px);
}.client_comments327 .review_testimonials391 p {
    padding-left: 50px;
}}.course_program_info178 {
    background: linear-gradient(135deg, rgb(244,229,201) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.course_program_info178::before {
    filter: blur(80px);
    animation: float 15s ease-in-out infinite;
    position: absolute;
    height: 300px;
    right: -50px;
    background: rgb(231,200,155,0.5);
    content: "";
    width: 300px;
    z-index: 0;
    top: -50px;
}.course_program_info178::after {
    position: absolute;
    width: 250px;
    animation: float 18s ease-in-out infinite alternate;
    left: -80px;
    content: "";
    background: rgb(217,168,109,0.5);
    z-index: 0;
    bottom: -80px;
    filter: blur(60px);
    height: 250px;
}.course_program_info178 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.course_program_info178 h2 {
    transform: translateX(-5%);
    font-size: calc(35px * 1.1);
    line-height: 1.3;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    opacity: 0;
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.course_program_info178 h2::after {
    background: linear-gradient(90deg, rgb(231,200,155) 0%, rgb(217,168,109) 100%);
    left: 0;
    bottom: -10px;
    content: "";
    transform-origin: left;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: scaleX(0);
    height: 4px;
    width: 80px;
    position: absolute;
}.course_program_info178 .training_flow365 {
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    display: grid;
}.course_program_info178 .post_image_grid275 {
    position: relative;
    opacity: 0;
    overflow: hidden;
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    border-radius: 4px;
    height: 380px;
}.course_program_info178 .post_image_grid275::before {
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
}.course_program_info178 .post_image_grid275::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: rgb(231,200,155);
    transition: opacity 0.5s ease;
    opacity: 0.2;
    content: "";
    mix-blend-mode: hue;
}.course_program_info178 .post_image_grid275:hover::after {
    opacity: 0;
}.course_program_info178 .paragraph_holder346 {
    gap: 30px;
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    display: flex;
    opacity: 0;
    transform: translateY(20px);
    flex-direction: column;
}.course_program_info178 .description {
    position: relative;
    padding-left: 15px;
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
    border-left: 2px solid rgb(217,168,109,0.5);
    transition: border-left 0.3s ease;
    margin: 0;
}.course_program_info178 .description:first-of-type {
    z-index: 2;
    position: relative;
}.course_program_info178 .description:nth-of-type(2) {
    position: relative;
    margin-top: 20px;
    z-index: 1;
}.course_program_info178 .description:hover {
    border-left: 2px solid rgb(217,168,109);
}.course_program_info178 .description::first-letter {
    color: rgb(231,200,155);
    font-size: 1.5em;
    font-weight: 700;
}

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

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

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

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

@media (min-width: 768px) {.course_program_info178 .training_flow365 {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: flex-start;
    gap: 60px;
}.course_program_info178 .post_image_grid275 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transition: clip-path 0.5s ease;
    height: 500px;
}.course_program_info178 .post_image_grid275:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.course_program_info178 h2 {
    font-size: calc(35px * 1.2);
    max-width: 80%;
}.course_program_info178 .paragraph_holder346 {
    padding-top: 20px;
}
}

@media (min-width: 992px) {.course_program_info178 {
    padding: 150px 0;
}.course_program_info178 .container {
    padding: 0 40px;
}.course_program_info178 h2 {
    font-size: calc(35px * 1.3);
    margin-bottom: 60px;
    max-width: 70%;
}.course_program_info178 .post_image_grid275 {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    height: 550px;
}.course_program_info178 .description {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}.course_program_info178 .paragraph_holder346 {
    padding-top: 30px;
}
}

@media (min-width: 1200px) {.course_program_info178 .training_flow365 {
    gap: 80px;
}.course_program_info178 h2 {
    max-width: 60%;
}.course_program_info178 .post_image_grid275 {
    transition: transform 0.5s ease;
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg);
}.course_program_info178 .post_image_grid275:hover {
    transform: perspective(1000px) rotateY(0);
}.course_program_info178 .paragraph_holder346 {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s ease;
}.course_program_info178 .paragraph_holder346:hover {
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 767px) {.course_program_info178 {
    padding: 80px 0;
}.course_program_info178 h2 {
    margin-bottom: 30px;
    font-size: 35px;
}.course_program_info178 .post_image_grid275 {
    height: 280px;
}.course_program_info178 .description {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}}.landing_page697 {
    background: linear-gradient(135deg, rgb(244,229,201), #ffffff 90%);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}.landing_page697::before {
    width: 100%;
    z-index: 0;
    top: 0;
    height: 100%;
    position: absolute;
    animation: backgroundShift 30s infinite alternate ease-in-out;
    left: 0;
    background-size: 40px 40px;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 5px, transparent 60px),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.1) 10px, transparent 80px),
        linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%) 20px 20px;
}.landing_page697 .quick_mastery467 {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    padding: 2rem;
    position: relative;
    perspective: 1000px;
    gap: 2rem;
}.landing_page697 .paragraph_holder346 {
    transform: translateZ(0);
    backdrop-filter: blur(5px);
    box-shadow: 
        0 20px 30px -15px rgba(0,0,0,0.15),
        0 10px 15px -10px rgba(0,0,0,0.05);
    justify-content: center;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.8),
        rgba(255,255,255,0.95)
    );
    position: relative;
    border-left: 3px solid rgb(231,200,155);
    align-items: flex-start;
    padding: 2rem;
    z-index: 2;
    animation: slideInLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-direction: column;
    display: flex;
}.landing_page697 h1 {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0);
    color: #000000;
}.landing_page697 h1::after {
    width: 80px;
    bottom: -10px;
    transform: scaleX(0.7);
    content: "";
    transition: transform 0.5s ease;
    background: rgb(231,200,155);
    height: 3px;
    transform-origin: left;
    left: 0;
    position: absolute;
}.landing_page697 .paragraph_holder346:hover h1 {
    transform: translateX(5px);
}.landing_page697 .paragraph_holder346:hover h1::after {
    transform: scaleX(1);
}.landing_page697 .page_base785 {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    margin-bottom: 2rem;
    display: flex;
}.landing_page697 .page_base785 p {
    margin-top: 1.5rem;
    position: relative;
    font-size: calc(12px * 1.1);
    max-width: 600px;
    z-index: 2;
    line-height: 1.6;
    color: #000000;
}.landing_page697 svg {
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    height: 100px;
    width: 100px;
    transform: translateY(0);
}.landing_page697 .paragraph_holder346:hover svg {
    transform: translateY(-5px) rotate(3deg);
}.landing_page697 svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.landing_page697 svg text {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
    font-weight: 700;
}.landing_page697 .paragraph_holder346:hover svg path,
.landing_page697 .paragraph_holder346:hover svg text {
    fill: rgb(231,200,155);
}.landing_page697 ul {
    margin-top: 1rem;
    list-style: none;
    padding: 0;
    display: flex;
}.landing_page697 ul li {
    margin-right: 1rem;
}.landing_page697 .inquiry_info205 {
    transform: translateY(0) scale(1);
    border: none;
    transition: 
        transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.3s ease;
    padding: 0.8rem 2rem;
    text-decoration: none;
    position: relative;
    font-size: 19px;
    z-index: 1;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 
        0 5px 15px -5px rgba(94,170,168,0.5),
        0 3px 8px -3px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(231,200,155), rgba(94,170,168,1));
    font-weight: 600;
    display: inline-block;
}.landing_page697 .inquiry_info205::before {
    transition: left 0.5s ease;
    width: 100%;
    position: absolute;
    content: "";
    transform: skewX(-25deg);
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
    left: -100%;
    height: 100%;
}.landing_page697 .inquiry_info205:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
        0 8px 20px -5px rgba(94,170,168,0.6),
        0 4px 10px -2px rgba(0,0,0,0.2);
}.landing_page697 .inquiry_info205:hover::before {
    left: 100%;
}.landing_page697 .post_image_grid275 {
    position: relative;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    animation: slideInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
    transition: transform 0.5s ease;
    box-shadow: 
        0 20px 40px -20px rgba(0,0,0,0.5),
        0 10px 20px -10px rgba(0,0,0,0.3);
    height: 320px;
}.landing_page697 .post_image_grid275::before {
    transition: opacity 0.3s ease;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(94,170,168,0.3),
        rgba(0,0,0,0.1)
    );
}.landing_page697 .post_image_grid275:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.landing_page697 .post_image_grid275:hover::before {
    opacity: 0.8;
}

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

@keyframes slideInRight {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (min-width: 768px) {.landing_page697 .quick_mastery467 {
    align-items: center;
    height: 100vh;
    padding: 3rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.landing_page697 .paragraph_holder346 {
    padding: 3rem;
}.landing_page697 h1 {
    font-size: calc(42px * 1.2);
}.landing_page697 .post_image_grid275 {
    clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
    height: 450px;
}.landing_page697 svg {
    height: 120px;
    width: 120px;
}
}

@media (min-width: 992px) {.landing_page697 .quick_mastery467 {
    gap: 4rem;
    grid-template-columns: 55% 45%;
}.landing_page697 .paragraph_holder346 {
    padding: 4rem;
}.landing_page697 h1 {
    font-size: calc(42px * 1.4);
}.landing_page697 .page_base785 p {
    font-size: calc(12px * 1.2);
}.landing_page697 .post_image_grid275 {
    box-shadow: 
            30px 30px 60px -20px rgba(0,0,0,0.3),
            15px 15px 30px -10px rgba(0,0,0,0.2);
    transform: perspective(1200px) rotateY(-5deg);
    clip-path: polygon(10% 0%, 100% 5%, 90% 100%, 0% 95%);
    height: 550px;
}.landing_page697 .post_image_grid275:hover {
    transform: perspective(1200px) rotateY(-2deg);
}.landing_page697 svg {
    height: 140px;
    width: 140px;
}
}

@media (min-width: 1200px) {.landing_page697 .quick_mastery467 {
    padding: 5rem;
}.landing_page697 .paragraph_holder346 {
    transform: translateZ(20px);
}.landing_page697 h1 {
    font-size: calc(42px * 1.5);
}.landing_page697 .post_image_grid275 {
    height: 600px;
}
}

@media (max-width: 767px) {.landing_page697 {
    padding: 3rem 0;
}.landing_page697 .paragraph_holder346 {
    padding: 2rem 1.5rem;
    align-items: center;
    text-align: center;
}.landing_page697 h1 {
    font-size: calc(42px * 0.9);
}.landing_page697 h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.landing_page697 .paragraph_holder346:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}.landing_page697 .page_base785 {
    align-items: center;
}.landing_page697 ul {
    justify-content: center;
}
}