* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.outer-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    color: #000000;
    min-height: 100%;
}.header_edu {
    flex: 1 0 auto;
}.slack_invite {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    height: 7px;
    width: 5px;
    background: rgb(243,217,208);
    padding: 3px;
}::-webkit-scrollbar-track {
    background: rgb(194,130,110);
    box-shadow: inset -2px 2px 6px 6px rgba(0, 0, 0, 0.4);
    border: 1px dotted #ffffff;
    border-radius: 15.9em;
}::-webkit-scrollbar-track:active {
    background: rgb(220,169,154,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 1.1em;
    background: rgb(194,130,110,0.5);
    min-height: 63px;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(220,169,154);
    box-shadow: 4px 3px 9px -1px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb:active {
    background: rgb(220,169,154,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(194,130,110,0.5);
    border: 1px solid #ffffff;
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(220,169,154) rgb(255, 255, 255, 0.5);
}.container {
    margin: auto;
    width: 1191px;
    max-width: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.company_info {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.company_info::before {
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(220,169,154,0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    z-index: 1;
    right: 0;
}.company_info::after {
    left: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(220,169,154,0.5) 0px,
    rgb(220,169,154,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    opacity: 0.15;
    z-index: 2;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}.company_info .container {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
}.company_info .announcement_box {
    width: 95%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.92);
    max-width: 1000px;
    margin-left: auto;
    transform: translateX(-5%);
    backdrop-filter: blur(8px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3.5rem;
}.company_info .announcement_box:hover {
    transform: translateX(0) translateY(-5px);
}.company_info h1 {
    line-height: 1.1;
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    position: relative;
    font-size: 47px;
    transform: translateX(-15px);
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    color: rgb(220,169,154);
}.company_info h1::after {
    width: 60px;
    height: 4px;
    transform: scaleX(0);
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    position: absolute;
    transform-origin: left;
    content: "";
    background: rgb(220,169,154);
    left: 0;
    bottom: -10px;
}.company_info ul {
    padding: 0;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    margin: 0;
    list-style: none;
}.company_info ul li {
    margin-bottom: 1.5rem;
}.company_info h4 {
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(24px * 1.2);
    color: #000000;
    display: inline-block;
}.company_info h4::before {
    height: 12px;
    top: 50%;
    background: rgb(194,130,110);
    left: -20px;
    content: "";
    position: absolute;
    width: 12px;
    transform: translateY(-50%) rotate(45deg);
}.company_info span {
    column-gap: 40px;
    font-size: 15px;
    display: block;
    text-align: justify;
    column-count: 2;
    line-height: 1.8;
    hyphens: auto;
    font-family: Arial, sans-serif;
    color: #000000;
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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


@media (max-width: 1200px) {.company_info {
    padding: 100px 0;
}.company_info .announcement_box {
    padding: 3rem;
    width: 90%;
}
}

@media (max-width: 992px) {.company_info {
    padding: 80px 0;
}.company_info .announcement_box {
    transform: translateX(0);
    padding: 2.5rem;
    width: 100%;
}.company_info h1 {
    font-size: calc(47px * 0.9);
}.company_info span {
    text-align: left;
    column-count: 1;
}
}

@media (max-width: 768px) {.company_info {
    padding: 60px 0;
}.company_info .announcement_box {
    padding: 2rem;
}.company_info h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.8);
}.company_info h1::after {
    width: 50px;
    height: 3px;
}.company_info h4 {
    font-size: 24px;
}
}

@media (max-width: 576px) {.company_info {
    padding: 50px 0;
}.company_info .announcement_box {
    padding: 1.5rem;
}.company_info h1 {
    margin-bottom: 1.2rem;
    font-size: calc(47px * 0.7);
}.company_info h1::after {
    width: 40px;
}.company_info h4::before {
    width: 10px;
    left: -15px;
    height: 10px;
}.company_info span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.company_info .announcement_box,
  .company_info h1,
  .company_info h1::after,
  .company_info ul {
    transition: none !important;
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
}}.course_methodology {
    position: relative;
    background: linear-gradient(170deg, rgb(243,217,208) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    padding: 160px 0;
}.course_methodology::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: 1;
    background: linear-gradient(45deg, rgb(220,169,154,0.5) 0%, transparent 40%);
    opacity: 0.2;
}.course_methodology .story_visual {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    transform: rotate(-3deg);
    margin: 0 auto;
}.course_methodology .announcement_box {
    overflow: visible;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    padding: 60px 70px 60px 50px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    width: 60%;
    transform: translateX(20px);
    margin-left: 5%;
    border-left: 4px solid rgb(220,169,154);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 0 26px 26px 0;
}.course_methodology .announcement_box:hover {
    transform: translateX(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}.course_methodology .announcement_box::before {
    border-radius: 50%;
    top: -90px;
    filter: blur(40px);
    width: 180px;
    right: -90px;
    opacity: 0.1;
    z-index: -1;
    content: '';
    position: absolute;
    background: rgb(220,169,154);
    animation: pulse-glow 8s infinite alternate;
    height: 180px;
}.course_methodology .announcement_box::after {
    z-index: 3;
    width: 150%;
    left: -25%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(220,169,154,0.5) 30%, 
        rgb(220,169,154) 50%, 
        rgb(220,169,154,0.5) 70%, 
        transparent 100%
    );
    height: 3px;
    position: absolute;
    bottom: -30px;
    content: '';
}.course_methodology .announcement_box h2 {
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 37px;
    position: relative;
    transform: translateX(-40px);
    color: #ffffff;
    padding-bottom: 15px;
}.course_methodology .announcement_box h2::before {
    content: '';
    width: 70px;
    left: -35px;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    border: 2px solid rgb(220,169,154,0.5);
    height: 70px;
    animation: spin-slow 20s linear infinite;
    opacity: 0.6;
    top: -35px;
}.course_methodology .announcement_box h2::after {
    content: '';
    left: 0;
    height: 4px;
    width: 60px;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    background: rgb(220,169,154);
}.course_methodology .announcement_box p {
    z-index: 2;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.8;
}.course_methodology::after {
    background: rgb(194,130,110);
    transform: rotate(30deg);
    height: 180px;
    right: 15%;
    border-radius: 26px;
    animation: rotate-float 25s infinite linear;
    filter: blur(30px);
    position: absolute;
    bottom: -90px;
    content: '';
    width: 180px;
    opacity: 0.1;
}.course_methodology .story_visual::before {
    position: absolute;
    height: 100px;
    top: -120px;
    animation: float-vertical 10s infinite ease-in-out;
    width: 100px;
    content: '';
    right: 10%;
    opacity: 0.4;
    border: 1px solid rgb(220,169,154,0.5);
    border-radius: 50%;
}.course_methodology .story_visual::after {
    position: absolute;
    background: rgb(220,169,154);
    width: 25px;
    left: -40px;
    border-radius: 50%;
    height: 25px;
    top: 40%;
    filter: blur(5px);
    opacity: 0.2;
    animation: pulse-subtle 5s infinite;
    content: '';
}@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes spin-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-float {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    25% {
        transform: rotate(120deg) translateY(-20px);
    }
    50% {
        transform: rotate(210deg) translateY(0);
    }
    75% {
        transform: rotate(300deg) translateY(20px);
    }
    100% {
        transform: rotate(390deg) translateY(0);
    }
}

@keyframes float-vertical {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.3);
    }
}

.course_methodology .announcement_box p::first-letter {
    font-weight: 700;
    color: rgb(220,169,154);
    font-size: 1.5em;
}.course_methodology .announcement_box p::after {
    height: 100%;
    opacity: 0.3;
    width: 200px;
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(220,169,154,0.5),
        rgb(220,169,154,0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    z-index: -1;
    right: -250px;
    top: 0;
    content: '';
    position: absolute;
}

@media screen and (max-width: 1200px) {.course_methodology .announcement_box::after {
    width: 120%;
    left: -10%;
}.course_methodology .announcement_box p::after {
    display: none;
}
}

@media screen and (max-width: 992px) {.course_methodology {
    padding: 120px 0;
}.course_methodology .story_visual {
    transform: rotate(-2deg);
}.course_methodology .announcement_box {
    padding: 50px 40px 50px 40px;
    width: 70%;
}.course_methodology .announcement_box h2 {
    transform: translateX(-30px);
}.course_methodology .announcement_box::before {
    top: -75px;
    height: 150px;
    right: -75px;
    width: 150px;
}.course_methodology::after {
    width: 150px;
    height: 150px;
    bottom: -75px;
}
}

@media screen and (max-width: 768px) {.course_methodology {
    overflow: hidden;
    padding: 90px 0;
}.course_methodology .story_visual {
    transform: none;
}.course_methodology .announcement_box {
    border-radius: 26px;
    width: 90%;
    padding: 40px 30px;
    transform: none;
    margin-left: 0;
}.course_methodology .announcement_box:hover {
    transform: none;
}.course_methodology .announcement_box h2 {
    transform: none;
    margin-bottom: 25px;
    font-size: calc(37px * 0.9);
}.course_methodology .announcement_box h2::before {
    display: none;
}.course_methodology .announcement_box::before {
    right: -60px;
    top: -60px;
    height: 120px;
    width: 120px;
}.course_methodology .announcement_box::after {
    left: 0;
    bottom: -20px;
    width: 100%;
}.course_methodology .story_visual::before,
    .course_methodology .story_visual::after,
    .course_methodology::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_methodology {
    padding: 70px 0;
}.course_methodology .announcement_box {
    width: 100%;
    padding: 30px 20px;
}.course_methodology .announcement_box h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.course_methodology .announcement_box h2::after {
    width: 50px;
    height: 3px;
}.course_methodology .announcement_box p {
    font-size: calc(12px * 0.9);
}.course_methodology .announcement_box::before {
    height: 80px;
    top: -40px;
    width: 80px;
    right: -40px;
}}.slack_invite {
    position: relative;
    z-index: 1;
    padding: 80px 0 40px;
    color: #ffffff;
}.slack_invite::before {
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    width: 100%;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
}footer {
    position: relative;
}.slack_invite .container {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.slack_invite .company_holder {
    position: relative;
    padding-right: 40px;
}.slack_invite .company_holder::after {
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(194,130,110,0.5), 
        transparent);
    top: 20%;
    content: "";
    height: 60%;
    width: 1px;
}.slack_invite .company_holder h3 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: calc(30px * 0.9);
    display: inline-block;
    position: relative;
}.slack_invite .company_holder h3::after {
    width: 40px;
    left: 0;
    bottom: -8px;
    position: absolute;
    border-radius: 10px;
    height: 3px;
    content: "";
    background: rgb(220,169,154);
}.slack_invite .program_foot {
    opacity: 0.8;
    font-size: 14px;
    max-width: 90%;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #ffffff;
}.slack_invite .study_bottom {
    display: flex;
    justify-content: flex-end;
}.slack_invite .main_head {
    gap: 60px;
    display: flex;
}.slack_invite .header_nav {
    position: relative;
}.slack_invite .header_nav h5 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 25px;
    padding-bottom: 12px;
    position: relative;
}.slack_invite .header_nav h5::after {
    height: 2px;
    background: rgb(220,169,154);
    width: 30px;
    content: "";
    position: absolute;
    border-radius: 10px;
    left: 0;
    bottom: 0;
}.slack_invite .header_nav .main_head {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.slack_invite .header_nav .main_head a {
    padding-left: 0;
    transition: all 0.3s ease;
    font-size: calc(14px * 0.95);
    text-decoration: none;
    position: relative;
    opacity: 0.7;
    color: #ffffff;
}.slack_invite .header_nav .main_head a::before {
    height: 1px;
    position: absolute;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    background: rgb(220,169,154);
    left: 0;
    width: 0;
    content: "";
    top: 50%;
    opacity: 0;
}.slack_invite .header_nav .main_head a:hover {
    padding-left: 12px;
    color: rgb(220,169,154);
    opacity: 1;
}.slack_invite .header_nav .main_head a:hover::before {
    width: 8px;
    opacity: 1;
}.milestone_cta {
    backdrop-filter: blur(5px);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}.milestone_cta .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.milestone_cta .transcript {
    font-size: 16px;
    text-align: center;
    opacity: 0.6;
    color: #ffffff;
    letter-spacing: 0.5px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(220,169,154,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(220,169,154);
    }
}

@media (max-width: 991px) {.slack_invite {
    padding: 60px 0 30px;
}.slack_invite .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.slack_invite .company_holder {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    padding-right: 0;
}.slack_invite .company_holder::after {
    display: none;
}.slack_invite .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.slack_invite .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.slack_invite .program_foot {
    max-width: 100%;
    text-align: center;
}.slack_invite .study_bottom {
    justify-content: center;
}
}

@media (max-width: 767px) {.slack_invite {
    padding: 50px 0 20px;
}.slack_invite .main_head {
    width: 100%;
    flex-direction: column;
    gap: 40px;
}.slack_invite .header_nav {
    text-align: center;
}.slack_invite .header_nav h5 {
    text-align: center;
}.slack_invite .header_nav h5::after {
    transform: translateX(-50%);
    left: 50%;
}.slack_invite .header_nav .main_head {
    align-items: center;
}.slack_invite .header_nav .main_head a {
    text-align: center;
}.slack_invite .header_nav .main_head a::before {
    display: none;
}.slack_invite .header_nav .main_head a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.slack_invite {
    padding: 40px 0 20px;
}.slack_invite .company_holder h3 {
    font-size: calc(30px * 0.8);
}.slack_invite .program_foot {
    font-size: calc(14px * 0.9);
}.milestone_cta .transcript {
    font-size: calc(16px * 0.9);
}}

.slack_invite::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.slack_invite::after {
    box-shadow: 0 0 40px rgb(220,169,154,0.5);
}.slack_invite .container::before {
    height: 150px;
    position: absolute;
    width: 150px;
    bottom: -75px;
    border-radius: 50%;
    filter: blur(30px);
    animation: pulse 10s infinite alternate-reverse;
    left: -75px;
    background: radial-gradient(
        circle, 
        rgb(194,130,110,0.5), 
        transparent 70%
    );
    content: "";
}.slack_invite .header_nav::before {
    border-radius: 50%;
    left: -15px;
    width: 5px;
    position: absolute;
    top: 10px;
    opacity: 0.7;
    background: rgb(220,169,154);
    height: 5px;
    content: "";
}.slack_invite .header_nav:hover::before {
    animation: glow 2s infinite;
}.slack_invite .company_holder::before {
    bottom: -20px;
    width: 100px;
    background: linear-gradient(90deg, 
        rgb(220,169,154,0.5), 
        transparent);
    left: 0;
    height: 1px;
    content: "";
    position: absolute;
}

@media (max-width: 991px) {.slack_invite .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(220,169,154,0.5), 
            transparent);
}}

.slack_invite .header_nav .main_head a::after {
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(220,169,154);
    transition: width 0.3s ease;
    width: 0;
    bottom: -2px;
}.slack_invite .header_nav .main_head a:hover::after {
    width: 100%;
}.slack_invite .header_nav .main_head a:nth-child(odd):hover {
    transform: translateX(2px);
}.slack_invite .header_nav .main_head a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(194,130,110,0.5), 
            transparent);
    top: 0;
    content: "";
    right: 0;
    left: 0;
    position: absolute;
    height: 1px;
}.slack_invite::before {
    background-blend-mode: overlay;
}}

.slack_invite .company_holder h3::before {
    background: rgb(220,169,154);
    opacity: 0.7;
    position: absolute;
    height: 1px;
    left: -30px;
    width: 20px;
    content: "";
    top: 50%;
}

@media (max-width: 991px) {.slack_invite .company_holder h3::before {
    display: none;
}}

.milestone_cta {
    overflow: hidden;
    position: relative;
}.milestone_cta::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(194,130,110,0.5), 
        transparent);
}.milestone_cta::after {
    height: 1px;
    left: 35%;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(194,130,110,0.5), 
        transparent);
    width: 30%;
    content: "";
    bottom: 0;
}.milestone_cta .transcript {
    position: relative;
    transition: all 0.3s ease;
}.milestone_cta .transcript:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.ty_banner {
    background: linear-gradient(135deg, rgb(243,217,208) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.ty_banner::before {
    filter: blur(25px);
    background: linear-gradient(120deg, rgb(220,169,154,0.5) 0%, rgb(194,130,110,0.5) 100%);
    right: -5%;
    animation: float 15s ease-in-out infinite;
    z-index: 0;
    position: absolute;
    top: -10%;
    content: "";
    height: 70%;
    opacity: 0.4;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
}.ty_banner::after {
    width: 30%;
    filter: blur(20px);
    left: -2%;
    bottom: -5%;
    background: linear-gradient(220deg, rgb(194,130,110,0.5) 0%, rgb(220,169,154,0.5) 100%);
    z-index: 0;
    height: 60%;
    opacity: 0.3;
    content: "";
    position: absolute;
    animation: float 18s ease-in-out infinite reverse;
    transform: rotate(10deg) skewX(-10deg);
}.ty_banner .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
}.ty_banner .story_visual {
    border-left: 5px solid rgb(220,169,154);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(1deg);
    background-color: #ffffff;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.ty_banner .story_visual:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
}.ty_banner .story_visual::before {
    animation: shimmerMask 8s infinite linear;
    left: 0;
    mask-size: 200% 200%;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    top: 0;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
}.ty_banner .story_visual > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.ty_banner .story_visual > div:first-child::after {
    left: 0;
    position: absolute;
    transform-origin: left center;
    width: 60px;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 4px;
    bottom: -1rem;
    content: "";
    background: linear-gradient(90deg, rgb(220,169,154) 0%, rgb(194,130,110) 100%);
}.ty_banner .story_visual:hover > div:first-child::after {
    width: 120px;
}.ty_banner h5 {
    line-height: 1.4;
    font-weight: 600;
    animation: fadeInUp 0.8s forwards 0.2s;
    margin: 0;
    color: #000000;
    font-size: 18px;
    position: relative;
    transform: translateZ(0);
    opacity: 0;
}.ty_banner a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    text-decoration: none;
}.ty_banner a:hover {
    transform: translateY(-3px);
}.ty_banner p {
    opacity: 0;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.5s;
    margin: 0;
    line-height: 1.7;
}

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

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

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

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

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

@media (max-width: 576px) {.ty_banner {
    padding: 3rem 0;
}.ty_banner .story_visual {
    padding: 1.5rem;
    border-left-width: 3px;
}.ty_banner .story_visual > div:first-child::after {
    height: 3px;
    width: 50px;
}.ty_banner .story_visual:hover > div:first-child::after {
    width: 80px;
}.ty_banner h5 {
    font-size: calc(18px * 0.85);
}.ty_banner p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}header .top_plank {
    background: rgb(220,169,154);
    color:  #ffffff;
}header .top_plank .plank_section div svg, header .top_plank .plank_section div svg path {
    fill: #ffffff;
}header .top_plank .plank_section div span {
    color: #ffffff;
}header .top_plank .plank_section {
    display: flex;
    width: 100%;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 21px;
    align-items: center;
}header .top_plank .plank_section div {
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
    display: flex;
}header .top_plank .plank_section div img, header .top_plank .plank_section div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.join_our_community {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,169,154,0.5), rgb(194,130,110));
    padding: 5rem 2rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.join_our_community::before {
    transform: rotate(-12deg);
    content: '';
    width: 200%;
    z-index: 1;
    opacity: 0.05;
    position: absolute;
    height: 200%;
    left: -50%;
    background: radial-gradient(circle at 30% 40%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    pointer-events: none;
    top: -50%;
}.join_our_community::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(220,169,154), rgb(194,130,110), rgb(220,169,154));
    filter: blur(3px);
    content: '';
    position: absolute;
    bottom: -5px;
    z-index: 2;
    height: 10px;
    opacity: 0.7;
    left: 0;
}.join_our_community .container {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
}.join_our_community .story_visual {
    display: grid;
    position: relative;
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center bottom;
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
}.join_our_community h4 {
    line-height: 1.4;
    margin: 0;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.join_our_community .story_visual:hover h4 {
    transform: translateY(-5px);
}.join_our_community .story_visual > div {
    position: relative;
    padding: 0.5rem 0;
}.join_our_community .story_visual > div::before {
    position: absolute;
    top: 50%;
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
    content: '';
    opacity: 0.7;
    width: 5px;
    height: 0;
    transform: translateY(-50%);
    background: #ffffff;
    left: -20px;
}.join_our_community .story_visual:hover > div::before {
    height: 80%;
}.join_our_community .input_holder {
    gap: 1rem;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr auto;
    position: relative;
}.join_our_community .input_holder span {
    position: relative;
    overflow: hidden;
    display: inline-block;
}.join_our_community .input_holder span::after {
    left: 0;
    height: 2px;
    transform: scaleX(0);
    bottom: 0;
    background: #ffffff;
    content: '';
    width: 100%;
    transform-origin: right;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
}.join_our_community .input_holder span:hover::after,
.join_our_community .input_holder span:focus-within::after {
    transform: scaleX(1);
    transform-origin: left;
}.join_our_community input[type="email"] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    font-size: 16px;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}.join_our_community input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.join_our_community input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.4);
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.join_our_community input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}.join_our_community .sub_tips {
    font-size: 14px;
    z-index: 1;
    color: rgb(220,169,154);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2rem;
    background: #ffffff;
    border: none;
}.join_our_community .sub_tips::before {
    content: '';
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    z-index: -1;
    position: absolute;
    transition: all 0.6s ease;
    height: 100%;
}.join_our_community .sub_tips:hover {
    color: rgb(194,130,110);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(-3px);
}.join_our_community .sub_tips:hover::before {
    left: 100%;
}.join_our_community .sub_tips:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

@media (min-width: 768px) {.join_our_community {
    padding: 6rem 3rem;
}.join_our_community .story_visual {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.join_our_community h4 {
    font-size: calc(24px * 1.2);
}.join_our_community .story_visual > div::before {
    left: -30px;
}.join_our_community .input_holder {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.join_our_community {
    padding: 4rem 1.5rem;
}.join_our_community .input_holder {
    grid-template-columns: 1fr;
}.join_our_community h4 {
    text-align: center;
    margin-bottom: 1rem;
}.join_our_community .story_visual {
    transform: perspective(1000px) rotateX(0);
}.join_our_community .story_visual > div::before {
    left: 0;
    top: -10px;
    width: 50px;
    height: 3px;
    transform: none;
}.join_our_community .story_visual:hover > div::before {
    width: 80px;
    height: 3px;
}.join_our_community .sub_tips {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (max-width: 480px) {.join_our_community {
    padding: 3rem 1rem;
}.join_our_community h4 {
    font-size: calc(24px * 0.9);
}.join_our_community input[type="email"] {
    padding: 0.9rem 1.2rem;
}.join_our_community .sub_tips {
    padding: 0.9rem 1.2rem;
}}

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

.join_our_community:hover .story_visual {
    animation: pulse 6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}.user_comments {
    position: relative;
    background: linear-gradient(180deg, rgb(243,217,208) 0%, #ffffff 70%);
    padding: 120px 0;
    overflow: hidden;
}.user_comments::before {
    opacity: 0.4;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 10%, rgb(220,169,154,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(194,130,110,0.5) 0%, transparent 30%);
    top: 0;
    content: "";
    height: 100%;
    left: 0;
}.user_comments .story_visual {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.user_comments h4 {
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 80px;
    font-size: 42px;
}.user_comments h4::after {
    content: "";
    bottom: -20px;
    left: 50%;
    width: 60px;
    height: 4px;
    transform: translateX(-50%);
    background: rgb(220,169,154);
    border-radius: 10px;
    position: absolute;
}.user_comments .review_voices {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1000px;
}.user_comments .review_voices::before {
    width: 4px;
    top: 0;
    z-index: 1;
    border-radius: 2px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(220,169,154,0.5), rgb(194,130,110,0.5));
    left: calc(50% - 2px);
    position: absolute;
}.user_comments .user_feedback {
    background: #ffffff;
    width: 48%;
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: relative;
    z-index: 2;
    padding: 30px;
    margin-bottom: 40px;
}.user_comments .user_feedback:nth-child(odd) {
    align-self: flex-start;
    transform: translateY(40px);
}.user_comments .user_feedback:nth-child(even) {
    align-self: flex-end;
    transform: translateY(-40px);
}.user_comments .user_feedback::before {
    border: 4px solid rgb(220,169,154);
    position: absolute;
    background: #ffffff;
    top: 50%;
    width: 20px;
    content: "";
    border-radius: 50%;
    z-index: 3;
    height: 20px;
}.user_comments .user_feedback:nth-child(odd)::before {
    right: -50px;
    transform: translateY(-50%);
}.user_comments .user_feedback:nth-child(even)::before {
    transform: translateY(-50%);
    left: -50px;
}.user_comments .user_feedback::after {
    background: rgb(220,169,154,0.5);
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
}.user_comments .user_feedback:nth-child(odd)::after {
    right: -30px;
}.user_comments .user_feedback:nth-child(even)::after {
    left: -30px;
}.user_comments .user_feedback:hover {
    transform: scale(1.05);
    z-index: 4;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.user_comments .user_feedback:nth-child(odd):hover {
    transform: translateY(40px) scale(1.05);
}.user_comments .user_feedback:nth-child(even):hover {
    transform: translateY(-40px) scale(1.05);
}.user_comments .pic_box {
    transition: all 0.5s ease;
    float: left;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    width: 80px;
    margin-right: 20px;
    margin-bottom: 15px;
    border: 3px solid #ffffff;
}.user_comments .user_feedback:nth-child(even) .pic_box {
    margin-right: 0;
    float: right;
    margin-left: 20px;
}.user_comments .user_feedback:hover .pic_box {
    border-radius: 50%;
    transform: scale(1.1);
}.user_comments .user_feedback span {
    margin-bottom: 10px;
    font-size: 24px;
    display: block;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
}.user_comments .user_feedback:hover span {
    color: rgb(220,169,154);
}.user_comments .user_feedback p {
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    line-height: 1.6;
    color: #000000;
}.user_comments .user_feedback:hover p {
    color: #000000;
}.user_comments .user_feedback:nth-child(odd) {
    animation: fadeInLeft 0.8s ease-out both;
    animation-delay: calc(0.3s * var(--i, 0));
}.user_comments .user_feedback:nth-child(even) {
    animation: fadeInRight 0.8s ease-out both;
    animation-delay: calc(0.3s * var(--i, 0));
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(40px);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px) translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(-40px);
    }
}

.user_comments .user_feedback:last-child:nth-child(odd) {
    margin-bottom: 0;
}

@media (max-width: 1024px) {.user_comments {
    padding: 90px 0;
}.user_comments h4 {
    font-size: calc(42px * 0.85);
    margin-bottom: 60px;
}.user_comments .user_feedback {
    width: 46%;
    padding: 25px;
}.user_comments .user_feedback:nth-child(odd)::before {
    right: -40px;
}.user_comments .user_feedback:nth-child(even)::before {
    left: -40px;
}.user_comments .pic_box {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 768px) {.user_comments {
    padding: 70px 0;
}.user_comments h4 {
    font-size: calc(42px * 0.7);
    margin-bottom: 50px;
}.user_comments .review_voices::before {
    left: 30px;
}.user_comments .user_feedback {
    width: calc(100% - 60px);
    margin-bottom: 30px;
    transform: translateY(0) !important;
    align-self: flex-start !important;
    margin-left: 60px;
}.user_comments .user_feedback:hover {
    transform: scale(1.03) !important;
}.user_comments .user_feedback:nth-child(n)::before {
    right: auto;
    left: -50px;
}.user_comments .user_feedback:nth-child(n)::after {
    right: auto;
    left: -30px;
}.user_comments .pic_box {
    width: 60px;
    margin-left: 0 !important;
    height: 60px;
    float: left !important;
    margin-right: 15px !important;
}.user_comments .user_feedback span {
    font-size: calc(24px * 0.9);
}.user_comments .user_feedback p {
    clear: none;
    font-size: calc(18px * 0.95);
}.user_comments .user_feedback:nth-child(n) {
    animation: fadeInUp 0.6s ease-out both;
    animation-delay: calc(0.2s * var(--i, 0));
}@keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}header {
    background: linear-gradient(135deg, rgb(220,169,154,0.5) 0%, rgb(194,130,110,0.5) 100%);
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 100;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: 0;
}header::before {
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(220,169,154,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(194,130,110,0.5) 0%, transparent 30%);
}header .nav_core {
    display: flex;
    padding: 1.2rem 2.5rem;
    position: relative;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
}header .main_core {
    -webkit-backdrop-filter: blur(5px);
    flex: 0 0 auto;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    z-index: 2;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    padding: 0.8rem 1.2rem;
}header .main_core:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}header .nav_section {
    transition: all 0.3s ease;
    display: block;
}header .nav_section img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .header_nav {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
}header .site_nav {
    margin: 0 0.3rem;
    position: relative;
}header .site_nav a {
    backdrop-filter: blur(5px);
    font-size: 12px;
    -webkit-backdrop-filter: blur(5px);
    border-radius: 12px;
    transition: all 0.3s ease;
    display: block;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    text-decoration: none;
    padding: 0.8rem 1.2rem;
}header .site_nav a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}header .site_nav a::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 12px;
    left: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    content: '';
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
}header .site_nav a:hover::before {
    opacity: 1;
}header .site_nav::after {
    border-radius: 10px;
    content: '';
    height: 3px;
    left: 50%;
    background: #ffffff;
    width: 0;
    position: absolute;
    bottom: -3px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    opacity: 0.7;
}header .site_nav:hover::after {
    width: 70%;
}header .nav_core::before {
    top: -20px;
    width: 100px;
    position: absolute;
    right: -20px;
    height: 100px;
    content: '';
    z-index: -1;
    filter: blur(40px);
    opacity: 0.5;
    background: rgb(220,169,154,0.5);
    border-radius: 50%;
}header .nav_core::after {
    bottom: -20px;
    width: 80px;
    z-index: -1;
    background: rgb(194,130,110,0.5);
    left: -20px;
    border-radius: 50%;
    height: 80px;
    filter: blur(30px);
    content: '';
    position: absolute;
    opacity: 0.5;
}header .header_edu {
    z-index: 1;
    background: rgb(243,217,208);
    position: relative;
    padding-top: 2rem;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .main_core::after {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    position: absolute;
    transition: all 0.4s ease;
    height: 20px;
    bottom: -20px;
    content: '';
    left: 0;
    opacity: 0.5;
    width: 100%;
}header .main_core:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

@media (min-width: 1400px) {header .nav_core {
    max-width: 1320px;
    margin: 0 auto;
}header .site_nav {
    margin: 0 0.5rem;
}header .site_nav a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .nav_core {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .main_core {
    margin-bottom: 0;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .header_nav {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .site_nav a {
    font-size: calc(12px - 1px);
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .nav_core::before,
    header .nav_core::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_core {
    padding: 0.8rem 1.2rem;
}header .main_core {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .nav_section img {
    max-height: 35px;
}header .header_nav {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .header_nav::-webkit-scrollbar {
    height: 3px;
}header .header_nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .site_nav {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .site_nav a {
    font-size: calc(12px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}header .site_nav::after {
    display: none;
}header .main_core::after {
    display: none;
}
}

@media (max-width: 479px) {header .nav_core {
    padding: 0.7rem 1rem;
}header .main_core {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .site_nav a {
    padding: 0.4rem 0.6rem;
    font-size: calc(12px - 3px);
}}.plan_comparison {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
    position: relative;
}.plan_comparison::before {
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    bottom: 0;
}.plan_comparison .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.learning_rates {
    position: relative;
}.plan_comparison h2 {
    margin-bottom: 1.5rem;
    font-size: 29px;
    text-align: center;
    position: relative;
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out;
    transform: translateY(0);
}.plan_comparison h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(220,169,154), rgb(194,130,110));
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 3px;
    width: 80px;
}.plan_comparison .cost_rates {
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 3rem;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    font-size: calc(17px * 1.1);
    opacity: 0.9;
}.plan_comparison .pay_plans {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.plan_comparison .pay_plans li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.plan_comparison .study_cost {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateZ(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    display: block;
    height: 100%;
    text-decoration: none;
}.plan_comparison .study_cost::before {
    inset: 0;
    position: absolute;
    transition: opacity 0.4s ease-out;
    content: "";
    z-index: 1;
    opacity: 0;
    background: linear-gradient(135deg, 
        rgb(220,169,154,0.5) 0%, 
        transparent 100%);
}.plan_comparison .study_cost:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}.plan_comparison .study_cost:hover::before {
    opacity: 0.15;
}.plan_comparison .edu_deals {
    height: 100%;
    padding: 2.5rem 2rem;
    position: relative;
    z-index: 2;
}.plan_comparison .pay_options {
    height: 100%;
    display: flex;
    flex-direction: column;
}.plan_comparison .pay_options h4 {
    font-size: calc(20px * 1.2);
    color: #ffffff;
    margin-bottom: 1.5rem;
    display: inline-block;
    transform: translateZ(20px);
    margin-top: 0;
    transition: transform 0.3s ease;
    position: relative;
}.plan_comparison .pay_options h4::after {
    background: rgb(194,130,110);
    transform-origin: left;
    content: "";
    bottom: -8px;
    left: 0;
    transform: scaleX(1);
    position: absolute;
    width: 40px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
}.plan_comparison .study_cost:hover .pay_options h4::after {
    transform: scaleX(1.5);
}.plan_comparison .pay_options p {
    max-height: 300px;
    overflow-y: auto;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    hyphens: auto;
    transform: translateZ(10px);
    flex-grow: 1;
    line-height: 1.6;
    overflow-wrap: break-word;
    padding-right: 5px;
    word-wrap: break-word;
}.plan_comparison .pay_options p::-webkit-scrollbar {
    width: 4px;
}.plan_comparison .pay_options p::-webkit-scrollbar-thumb {
    background: rgb(194,130,110,0.5);
    border-radius: 10px;
}.plan_comparison .pricing_deals {
    margin-top: auto;
    align-self: flex-start;
    color: #ffffff;
    font-size: calc(20px * 1.2);
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(220,169,154) 0%, 
        rgb(194,130,110) 100%);
    padding: 0.8rem 1.5rem;
    transform: translateZ(15px);
}.plan_comparison .study_cost:hover .pricing_deals {
    transform: translateZ(25px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

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

@media (max-width: 1200px) {.plan_comparison {
    padding: 100px 0;
}.plan_comparison .pay_plans {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.plan_comparison {
    padding: 80px 0;
}.plan_comparison .edu_deals {
    padding: 2rem 1.5rem;
}.plan_comparison .pay_options h4 {
    font-size: calc(20px * 1.1);
}.plan_comparison .pricing_deals {
    font-size: calc(20px * 1.1);
    padding: 0.7rem 1.2rem;
}
}

@media (max-width: 768px) {.plan_comparison {
    padding: 60px 0;
}.plan_comparison h2 {
    font-size: calc(29px * 0.9);
}.plan_comparison .cost_rates {
    margin-bottom: 2rem;
    font-size: 17px;
}.plan_comparison .pay_plans {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.plan_comparison .pay_options p {
    max-height: 200px;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.plan_comparison {
    padding: 50px 0;
}.plan_comparison h2 {
    font-size: calc(29px * 0.8);
}.plan_comparison .edu_deals {
    padding: 1.5rem 1.2rem;
}.plan_comparison .pay_options h4 {
    font-size: 20px;
    margin-bottom: 1.2rem;
}.plan_comparison .pricing_deals {
    font-size: 20px;
    padding: 0.6rem 1rem;
}.plan_comparison .study_cost:hover {
    transform: translateY(-5px);
}}.instructor_history {
    padding: 5rem 2rem;
    background: rgb(243,217,208);
    overflow: hidden;
    isolation: isolate;
    position: relative;
}.instructor_history::before {
    content: "";
    background: rgb(220,169,154,0.5);
    z-index: -1;
    transform: rotate(15deg);
    position: absolute;
    filter: blur(3px);
    width: 60%;
    top: -20%;
    height: 140%;
    right: -5%;
}.instructor_history::after {
    height: 30%;
    position: absolute;
    animation: morph 15s linear infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: rgb(194,130,110,0.5);
    left: -5%;
    z-index: -1;
    content: "";
    bottom: -5%;
    width: 30%;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.instructor_history .user_feedback {
    position: relative;
    max-width: 1100px;
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}.instructor_history .pic_box {
    border-radius: 0;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    position: relative;
    z-index: 2;
    width: 100%;
    grid-row: 1 / 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-5%);
    height: 450px;
}.instructor_history .pic_box::after {
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}.instructor_history .user_feedback:hover .pic_box {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.instructor_history .job_view {
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    flex-direction: column;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    grid-column: 2 / 3;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(-15%);
    padding: 3rem 3rem 3rem 5rem;
    grid-row: 1 / 2;
    display: flex;
    background: #ffffff;
    justify-content: center;
}.instructor_history .user_feedback:hover .job_view {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}.instructor_history .name {
    color: rgb(220,169,154);
    font-size: 38px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.7rem;
}.instructor_history .name::before {
    top: -10px;
    transform: rotate(45deg) scale(0);
    border-radius: 10px;
    left: -20px;
    content: "";
    transition: transform 0.4s ease 0.2s;
    width: 30px;
    height: 30px;
    background: rgb(194,130,110,0.5);
    z-index: -1;
    position: absolute;
}.instructor_history .user_feedback:hover .name::before {
    transform: rotate(45deg) scale(1);
}.instructor_history .job_view > div:nth-child(2) {
    font-weight: 600;
    color: rgb(194,130,110);
    margin-bottom: 2rem;
    font-size: 20px;
    opacity: 0.9;
    transition: all 0.5s ease 0.3s;
    opacity: 0;
    transform: translateX(-20px);
}.instructor_history .user_feedback:hover .job_view > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.instructor_history .career_box {
    padding-top: 20px;
    transition: all 0.5s ease 0.5s;
    opacity: 0;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    transform: translateY(20px);
    line-height: 1.7;
    position: relative;
    color: #000000;
}.instructor_history .user_feedback:hover .career_box {
    transform: translateY(0);
    opacity: 1;
}.instructor_history .career_box::before {
    width: 60px;
    content: "";
    background: linear-gradient(to right, rgb(220,169,154), transparent);
    left: 0;
    position: absolute;
    top: 0;
    height: 3px;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.instructor_history .job_view::after {
    bottom: 20px;
    border-radius: 50%;
    width: 40px;
    content: "";
    position: absolute;
    background: rgb(220,169,154,0.5);
    animation: float 4s ease-in-out infinite;
    height: 40px;
    right: 20px;
    z-index: -1;
}

@media (max-width: 992px) {.instructor_history .user_feedback {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 2rem;
}.instructor_history .pic_box {
    height: 300px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.instructor_history .pic_box::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.instructor_history .job_view {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    transform: none;
    clip-path: none;
    padding: 2rem;
}.instructor_history .user_feedback:hover .job_view {
    transform: translateY(-5px);
}}.cookieAlertPromptPanel {
    z-index: 1050;
    flex-direction: column;
    display: flex;
    font-family: Arial, sans-serif;
    position: fixed;
    left: 50%;
    background: rgb(243,217,208);
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    align-items: center;
    width: 90%;
    text-align: center;
    bottom: 20px;
    max-width: 600px;
    transform: translateX(-50%);
    overflow: hidden;
    border-radius: 13px;
}.cookie_lock {
    align-items: center;
    z-index: 1;
    flex-direction: column;
    display: flex;
}.cookie_protect {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cookie_protect svg, .cookie_protect svg path, .cookie_protect img {
    height: 80px;
    width: 80px;
    fill: rgb(220,169,154);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookieAlertPromptPanel h5 {
    margin-bottom: 10px;
    font-size: 19px;
    color: rgb(220,169,154);
    font-weight: 700;
}.cookieAlertPromptPanel p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 20px;
}.data_control {
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    background: rgb(220,169,154);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    border-radius: 10px;
    width: calc(50% - 10px);
    margin: 5px;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.data_control:hover {
    background: rgb(194,130,110);
    transform: translateY(-3px);
}.cookie_button.cookie_eductrl {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_eductrl:hover {
    background: rgb(194,130,110,0.5);
}.cookieAlertPromptPanel p a {
    color: rgb(220,169,154);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.cookieAlertPromptPanel p a:hover {
    color: rgb(194,130,110);
}
@media only screen and (max-width: 600px) {.cookieAlertPromptPanel {
    transform: none;
    width: 100%;
    bottom: 0;
    border-radius: 0;
    left: 0;
}.cookie_lock {
    padding: 15px;
}.cookie_protect svg {
    width: 50px;
    height: 50px;
}.cookieAlertPromptPanel h5 {
    font-size: calc(19px - 2px);
}.cookieAlertPromptPanel p {
    font-size: calc(12px - 2px);
}.data_control {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(15px - 2px);
}}
#dialogConsentForm {
    display: none;
}#dialogConsentForm:checked ~ .cookieAlertPromptPanel {
    visibility: hidden;
    opacity: 0;
}.privacy_reservoir {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,217,208) 0%, rgba(250, 250, 255, 0.95) 100%);
    padding: 5rem 2rem;
    position: relative;
}.privacy_reservoir::before {
    z-index: 0;
    left: 0;
    background: radial-gradient(circle at 10% 30%, rgb(194,130,110,0.5) 0%, transparent 60%);
    top: 0;
    content: "";
    opacity: 0.15;
    height: 100%;
    position: absolute;
    width: 100%;
}.privacy_reservoir::after {
    opacity: 0.1;
    transform: skewY(-5deg);
    position: absolute;
    z-index: 0;
    height: 40%;
    content: "";
    right: -10px;
    width: 50%;
    bottom: -10px;
    background: linear-gradient(45deg, transparent 40%, rgb(220,169,154,0.5) 100%);
}.privacy_reservoir .container {
    margin: 0 auto;
    perspective: 1000px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
}.privacy_reservoir h1 {
    transform: translateZ(10px);
    font-size: 38px;
    color: rgb(220,169,154);
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid rgb(194,130,110,0.5);
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
    display: inline-block;
    font-weight: 700;
}.privacy_reservoir h1::after {
    position: absolute;
    width: 60%;
    bottom: -3px;
    animation: lineGrow 1.5s ease-out forwards;
    content: "";
    height: 3px;
    transform-origin: left;
    left: 0;
    background: rgb(220,169,154);
}.privacy_reservoir h2 {
    font-weight: 600;
    padding-left: 1.5rem;
    position: relative;
    transform: translateZ(5px);
    margin-bottom: 1.25rem;
    font-size: 37px;
    color: #000000;
    margin-top: 3rem;
}.privacy_reservoir h2::before {
    top: 50%;
    left: 0;
    content: "";
    width: 0.75rem;
    background: rgb(194,130,110);
    height: 0.75rem;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
}.privacy_reservoir h3 {
    font-size: calc(37px * 0.85);
    font-weight: 600;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    position: relative;
    color: #000000;
}.privacy_reservoir h3::before {
    content: "";
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    height: 0.6rem;
    top: 50%;
    background: rgb(194,130,110,0.5);
    left: 0;
    width: 0.6rem;
}.privacy_reservoir h4 {
    color: #000000;
    font-size: calc(37px * 0.7);
    font-weight: 600;
    margin-top: 2rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
    position: relative;
}.privacy_reservoir h4::before {
    opacity: 0.7;
    top: 50%;
    background: rgb(194,130,110,0.5);
    width: 0.5rem;
    left: 0;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    height: 0.5rem;
    position: absolute;
}.privacy_reservoir p {
    transform: translateZ(0);
    font-size: 12px;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    line-height: 1.7;
    max-width: 90ch;
}.privacy_reservoir p strong {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
}.privacy_reservoir p strong::after {
    left: 0;
    transform: scaleX(0.9);
    height: 2px;
    width: 100%;
    bottom: -2px;
    content: "";
    background: rgb(194,130,110,0.5);
    transform-origin: left;
    position: absolute;
}.privacy_reservoir ul {
    list-style: none;
    position: relative;
    margin: 1.5rem 0 2.5rem 1.5rem;
    padding: 0;
}.privacy_reservoir ul::before {
    background: linear-gradient(to bottom, rgb(194,130,110,0.5), transparent);
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    left: -1rem;
}.privacy_reservoir li {
    font-size: 12px;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
    color: #000000;
    transition: transform 0.3s ease;
    transform: translateZ(0);
}.privacy_reservoir li::before {
    width: 0.5rem;
    left: 0;
    border: 2px solid rgb(194,130,110);
    position: absolute;
    border-radius: 10px;
    transform: rotate(45deg);
    content: "";
    top: 0.6em;
    height: 0.5rem;
}.privacy_reservoir li:hover {
    transform: translateX(5px) translateZ(0);
}.privacy_reservoir span {
    display: block;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    line-height: 1.7;
    padding: 1.25rem;
    transform: translateZ(0);
    color: #000000;
    background: rgba(255,255,255,0.7);
    border-left: 3px solid rgb(194,130,110);
    font-size: 12px;
}.privacy_reservoir span:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.9);
}

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

@media (min-width: 768px) {.privacy_reservoir {
    padding: 6rem 3rem;
}.privacy_reservoir .container {
    padding: 0 2rem;
}.privacy_reservoir h1 {
    margin-bottom: 3rem;
    font-size: calc(38px * 1.1);
}.privacy_reservoir h2 {
    margin-top: 4rem;
    font-size: calc(37px * 1.05);
}.privacy_reservoir ul {
    margin-left: 2.5rem;
}
}

@media (min-width: 992px) {.privacy_reservoir {
    padding: 7rem 4rem;
}.privacy_reservoir h1 {
    transform: translateX(2rem) translateZ(10px);
}.privacy_reservoir span {
    width: calc(100% - 4rem);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 2rem;
}.privacy_reservoir span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.privacy_reservoir p, .privacy_reservoir li {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.privacy_reservoir {
    padding: 4rem 1.5rem;
}.privacy_reservoir h1 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.privacy_reservoir h2 {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    font-size: calc(37px * 0.9);
}.privacy_reservoir h3, .privacy_reservoir h4 {
    padding-left: 1rem;
}.privacy_reservoir p, .privacy_reservoir li, .privacy_reservoir span {
    font-size: calc(12px * 0.95);
}.privacy_reservoir ul {
    margin-left: 0.5rem;
}.privacy_reservoir li {
    padding-left: 1.25rem;
}.privacy_reservoir span {
    padding: 1rem;
}}.course_features {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(243,217,208) 0%, #ffffff 100%);
    overflow: hidden;
}.course_features::before {
    top: 0;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(194,130,110,0.5) 49.5%, rgb(194,130,110,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px,
    linear-gradient(-45deg, transparent 49.5%, rgb(220,169,154,0.5) 49.5%, rgb(220,169,154,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px;
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    content: "";
    z-index: 0;
    height: 100%;
    opacity: 0.08;
}.course_features .container {
    max-width: 1280px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.course_features h2 {
    font-weight: 700;
    padding-left: 20px;
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg);
    color: #000000;
    position: relative;
    font-size: 36px;
    margin-bottom: 50px;
    max-width: 800px;
}.course_features h2::before {
    background: linear-gradient(to bottom, rgb(220,169,154), rgb(194,130,110));
    height: 70%;
    position: absolute;
    content: "";
    width: 6px;
    left: 0;
    top: 15%;
}.course_features .ready_skills {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    position: relative;
}.course_features .pic_box {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    height: 350px;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
}.course_features .pic_box::after {
    mix-blend-mode: multiply;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(194,130,110,0.5) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    top: 0;
}.course_features .pic_box:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_features .announcement_box {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-height: 500px;
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow-y: auto;
    padding: 35px;
    position: relative;
}.course_features .announcement_box:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_features .announcement_box::before {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(220,169,154), rgb(194,130,110));
    height: 6px;
    top: 0;
}.course_features .description {
    font-size: 13px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.7;
}.course_features .description:last-child {
    margin-bottom: 0;
}.course_features .announcement_box::-webkit-scrollbar {
    width: 6px;
}.course_features .announcement_box::-webkit-scrollbar-track {
    background: rgb(243,217,208);
}.course_features .announcement_box::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(220,169,154), rgb(194,130,110));
    border-radius: 10px;
}

@media (min-width: 768px) {.course_features {
    padding: 150px 0;
}.course_features h2 {
    font-size: calc(36px * 1.1);
    padding-left: 30px;
    margin-left: 40px;
}.course_features h2::before {
    width: 8px;
}.course_features .ready_skills {
    align-items: center;
    grid-template-columns: 40% 60%;
}.course_features .pic_box {
    transform: perspective(1000px) rotateY(3deg) translateX(20px);
    height: 450px;
}.course_features .announcement_box {
    max-height: 450px;
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
}
}

@media (min-width: 992px) {.course_features {
    padding: 180px 0;
}.course_features h2 {
    margin-left: 80px;
    font-size: calc(36px * 1.2);
    margin-bottom: 60px;
}.course_features .ready_skills {
    grid-template-columns: 45% 55%;
    gap: 40px;
    margin-top: 60px;
}.course_features .pic_box {
    height: 500px;
    transform: perspective(1200px) rotateY(4deg) translateX(40px);
}.course_features .announcement_box {
    padding: 50px;
    max-height: 500px;
    transform: perspective(1200px) rotateY(-4deg) translateX(-40px);
}.course_features .description {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1200px) {.course_features {
    padding: 200px 0;
}.course_features h2 {
    margin-left: 120px;
    font-size: calc(36px * 1.3);
}.course_features .ready_skills {
    gap: 60px;
}.course_features .pic_box {
    height: 550px;
    transform: perspective(1400px) rotateY(5deg) translateX(60px);
}.course_features .announcement_box {
    transform: perspective(1400px) rotateY(-5deg) translateX(-60px);
    padding: 60px;
    max-height: 550px;
}
}

@media (max-width: 767px) {.course_features {
    padding: 80px 0;
}.course_features h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.course_features .pic_box {
    height: 280px;
}.course_features .announcement_box {
    padding: 25px;
    max-height: 400px;
}.course_features .description {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.course_features {
    padding: 60px 0;
}.course_features h2 {
    font-size: calc(36px * 0.8);
    padding-left: 15px;
}.course_features h2::before {
    width: 4px;
}.course_features .pic_box {
    height: 220px;
}.course_features .announcement_box {
    padding: 20px;
    max-height: 350px;
}.course_features .description {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.contact_information {
    position: relative;
    padding: 0;
}.contact_information::before {
    content: '';
    background: rgb(243,217,208);
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.85;
    top: 0;
    left: 0;
}.contact_information .container {
    max-width: 1400px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}.contact_information .feedback_map {
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.contact_information .support_panel {
    border-radius: 10px;
    margin-top: 80px;
    z-index: 10;
    grid-column: 3 / 11;
    position: relative;
    background: #ffffff;
    grid-row: 1 / 2;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}.contact_information .support_panel h3 {
    padding: 40px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    font-size: 33px;
    background: rgb(220,169,154);
    text-align: center;
}.contact_information .support_panel div {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}.contact_information .support_panel svg {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    background: rgb(243,217,208);
    padding: 10px;
    margin-bottom: 15px;
}.contact_information .support_panel svg path {
    fill: rgb(220,169,154);
}.contact_information .support_panel span {
    font-size: 18px;
    color: #000000;
}.contact_information .support_panel a {
    color: rgb(220,169,154);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_information .support_panel a:hover {
    color: rgb(194,130,110);
}.contact_information .reach_reach {
    grid-row: 2 / 4;
    grid-column: 1 / 13;
    background: rgb(220,169,154);
    padding: 170px 0 100px;
    margin-top: -100px;
}.contact_information form {
    border-radius: 10px;
    width: 60%;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    padding: 60px;
    background: #ffffff;
}.contact_information form h3 {
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-size: 33px;
    font-weight: 700;
}.contact_information form h3::after {
    position: absolute;
    bottom: -15px;
    width: 70px;
    height: 3px;
    background: rgb(220,169,154);
    transform: translateX(-50%);
    content: '';
    left: 50%;
}.contact_information form input[type="text"],
.contact_information form input[type="email"] {
    padding: 18px 20px;
    font-size: 18px;
    margin-bottom: 25px;
    background: #ffffff;
    border: 1px solid rgb(243,217,208);
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
}.contact_information form input[type="text"]:focus,
.contact_information form input[type="email"]:focus {
    border-color: rgb(220,169,154);
    outline: none;
    box-shadow: 0 0 0 3px rgb(220,169,154,0.5);
}.contact_information form input::placeholder {
    color: #000000;
}.contact_information .help_card {
    display: flex;
    margin: 25px 0;
    align-items: flex-start;
}.contact_information .help_card input[type="checkbox"] {
    transition: all 0.3s ease;
    cursor: pointer;
    appearance: none;
    border: 2px solid rgb(243,217,208);
    height: 22px;
    -webkit-appearance: none;
    flex-shrink: 0;
    margin-right: 15px;
    border-radius: 10px;
    position: relative;
    width: 22px;
}.contact_information .help_card input[type="checkbox"]:checked {
    border-color: rgb(220,169,154);
    background-color: rgb(220,169,154);
}.contact_information .help_card input[type="checkbox"]:checked::before {
    top: 4px;
    position: absolute;
    height: 10px;
    left: 7px;
    transform: rotate(45deg);
    content: '';
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 6px;
}.contact_information .help_card label {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}.contact_information .help_card a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(220,169,154);
    font-weight: 600;
}.contact_information .help_card a:hover {
    color: rgb(194,130,110);
}.contact_information .connect_card {
    padding: 18px 20px;
    font-weight: 700;
    border: none;
    width: 100%;
    border-radius: 10px;
    background: rgb(220,169,154);
    font-size: 16px;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
}.contact_information .connect_card:hover {
    background: rgb(194,130,110);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {.contact_information .support_panel {
    grid-column: 2 / 12;
}.contact_information form {
    width: 70%;
}
}

@media (max-width: 992px) {.contact_information .support_panel {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.contact_information form {
    width: 80%;
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_information .support_panel h3 {
    font-size: calc(33px * 0.9);
    padding: 30px;
}.contact_information .reach_reach {
    padding: 150px 20px 80px;
}.contact_information form {
    padding: 40px 30px;
    width: 100%;
}.contact_information form h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.contact_information .support_panel {
    margin: 40px 15px 0;
}.contact_information .support_panel h3 {
    font-size: calc(33px * 0.85);
    padding: 25px 20px;
}.contact_information .reach_reach {
    padding: 130px 15px 60px;
}.contact_information form {
    padding: 30px 20px;
}.contact_information form input[type="text"],
    .contact_information form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}.title_welcome {
    width: 100%;
    align-items: center;
    background: linear-gradient(135deg, rgb(243,217,208), rgba(0, 0, 0, 0.5));
    position: relative;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
}.title_welcome > div {
    width: 100%;
    z-index: 2;
    max-width: 1200px;
    padding: 2rem;
    position: relative;
}.title_welcome .team_culture {
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 2.5rem;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}.title_welcome .page_open {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    margin: 0;
    font-size: 42px;
    color: #ffffff;
    font-weight: 700;
}.title_welcome .page_open:after {
    position: absolute;
    width: 60%;
    content: "";
    left: 0;
    animation: lineExpand 1s 0.4s forwards ease-out;
    bottom: -10px;
    transform: scaleX(0);
    height: 4px;
    transform-origin: left;
    background: rgb(220,169,154);
}.title_welcome .main_entry {
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s 0.3s ease-out forwards;
    border-radius: 27px;
}.title_welcome .main_entry:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    z-index: 1;
    left: 0;
}.title_welcome .main_entry > div {
    position: relative;
    z-index: 2;
    padding: 3.5rem;
    flex-direction: column;
    display: flex;
    gap: 2rem;
}.title_welcome .main_entry p {
    color: #ffffff;
    transform: translateX(-10px);
    font-size: calc(13px * 1.2);
    padding-left: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    position: relative;
    animation: fadeRight 0.8s 0.6s forwards ease-out;
    opacity: 0;
    max-width: 80%;
}.title_welcome .main_entry p:before {
    transform: scaleY(0);
    width: 4px;
    animation: heightExpand 0.8s 0.9s forwards ease-out;
    transform-origin: top;
    left: 0;
    background: rgb(220,169,154);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.title_welcome .main_entry h3 {
    transform: translateY(20px);
    background: rgba(var(--primary-color-rgb, 30, 80, 170), 0.15);
    border-left: 4px solid rgb(220,169,154);
    backdrop-filter: blur(8px);
    padding: 1.5rem;
    margin: 0;
    opacity: 0;
    color: #ffffff;
    font-size: 21px;
    animation: fadeUp 0.8s 0.9s forwards ease-out;
    font-weight: 600;
    line-height: 1.4;
}@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lineExpand {
  to {
    transform: scaleX(1);
  }
}

@keyframes heightExpand {
  to {
    transform: scaleY(1);
  }
}


.title_welcome .main_entry:hover {
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.title_welcome .page_open:hover {
    transition: all 0.3s ease;
    text-shadow: 0 0 15px rgba(var(--primary-color-rgb, 30, 80, 170), 0.5);
}


@media screen and (max-width: 1200px) {.title_welcome .main_entry > div {
    padding: 2.5rem;
}.title_welcome .page_open {
    font-size: calc(42px * 0.9);
}
}

@media screen and (max-width: 992px) {.title_welcome {
    padding: 5rem 0;
    min-height: auto;
}.title_welcome .main_entry p {
    max-width: 100%;
}.title_welcome .page_open {
    font-size: calc(42px * 0.8);
}.title_welcome .main_entry h3 {
    font-size: calc(21px * 0.95);
}
}

@media screen and (max-width: 768px) {.title_welcome .team_culture {
    margin-bottom: 1.5rem;
}.title_welcome .main_entry > div {
    gap: 1.5rem;
    padding: 2rem;
}.title_welcome .page_open {
    font-size: calc(42px * 0.7);
}.title_welcome .main_entry h3 {
    font-size: calc(21px * 0.9);
    padding: 1rem;
}
}

@media screen and (max-width: 576px) {.title_welcome {
    padding: 3rem 0;
}.title_welcome > div {
    padding: 1rem;
}.title_welcome .main_entry > div {
    padding: 1.5rem;
    gap: 1.2rem;
}.title_welcome .page_open {
    font-size: calc(42px * 0.6);
}.title_welcome .main_entry p {
    padding-left: 1rem;
    font-size: 13px;
}.title_welcome .main_entry h3 {
    font-size: calc(21px * 0.85);
}
}