* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.top_mainwrap {
    flex: 1 0 auto;
}.class_guide {
    flex: 0 0 auto;
}.wrapper-section {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1219px;
    margin: auto;
}html,body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    width: 1rem;
}::-webkit-scrollbar-track {
    background: repeating-linear-gradient(45deg, rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5) 12px, rgb(177,200,218) 12px, rgb(177,200,218) 15px);
    margin: 1px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(177,200,218,0.5);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -5px 1px 10px 5px rgba(0, 0, 0, 0.1);
    background: rgb(215,227,238);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}html {
    scrollbar-color: rgb(138,168,195,0.5) rgb(177,200,218,0.5);
    scrollbar-width: auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.connect_form {
    z-index: 1;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(215,227,238) 0%, rgb(138,168,195,0.5) 100%);
    overflow: hidden;
}.connect_form::before {
    height: 100%;
    top: 0;
    animation: scanlines 10s linear infinite;
    background: linear-gradient(0deg, transparent 40%, rgba(0,0,0,0.05) 60%, transparent 80%);
    content: '';
    left: 0;
    z-index: 0;
    pointer-events: none;
    position: absolute;
    background-size: 100% 15px;
    width: 100%;
}.connect_form::after {
    pointer-events: none;
    content: '';
    opacity: 0.4;
    height: 100%;
    left: 0;
    width: 100%;
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    top: 0;
    background: 
        radial-gradient(1px at 30% 20%, rgb(177,200,218,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(138,168,195,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(177,200,218,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(138,168,195,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: 0;
}.connect_form .pic_list {
    position: absolute;
    opacity: 0.08;
    left: 0;
    filter: grayscale(100%) contrast(150%);
    width: 100%;
    top: 0;
    mix-blend-mode: overlay;
    z-index: 0;
    height: 100%;
}.connect_form .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.connect_form h3 {
    perspective: 800px;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    font-size: 36px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
}.connect_form h3::before {
    transform: translateX(-50%);
    color: rgb(138,168,195,0.5);
    top: -10px;
    left: 50%;
    content: attr(id);
    font-size: calc(36px - 10px);
    opacity: 0.4;
    letter-spacing: 5px;
    position: absolute;
}.connect_form h3::after {
    background: linear-gradient(90deg, transparent, rgb(177,200,218), transparent);
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 1px;
    width: 100px;
    bottom: -15px;
}.connect_form .request_help {
    display: grid;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 28px;
    transition: transform 0.5s ease;
    grid-template-columns: 1.5fr 1fr;
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(177,200,218,0.5) inset;
    transform: perspective(1000px) rotateX(0deg);
}.connect_form .request_help:hover {
    transform: perspective(1000px) rotateX(2deg);
}.connect_form .request_help::before {
    animation: border-flow 6s linear infinite;
    right: -2px;
    top: -2px;
    border-radius: calc(28px + 2px);
    background: linear-gradient(45deg, 
        rgb(177,200,218,0.5), 
        transparent, 
        rgb(138,168,195,0.5), 
        transparent);
    content: '';
    position: absolute;
    bottom: -2px;
    z-index: -1;
    left: -2px;
}.connect_form .request_help::after {
    width: 100%;
    content: '';
    background-size: 20px 20px;
    pointer-events: none;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    left: 0;
    position: absolute;
}.connect_form .connect_reach {
    padding: 60px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.connect_form .connect_reach::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(177,200,218), 
        rgb(138,168,195));
    height: 3px;
}.connect_form .connect_reach::after {
    pointer-events: none;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 50%;
}.connect_form .connect_reach #contact {
    z-index: 2;
    position: relative;
}.connect_form .connect_reach h3 {
    color: #000000;
    font-size: 23px;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 600;
}.connect_form .connect_reach h3::before {
    display: none;
}.connect_form .connect_reach h3::after {
    height: 2px;
    background: rgb(177,200,218);
    width: 50px;
    transform: none;
    left: 0;
}.connect_form .connect_reach input[type="text"],
.connect_form .connect_reach textarea {
    transition: all 0.3s ease;
    border: none;
    font-size: 14px;
    color: #000000;
    margin-bottom: 25px;
    background-color: transparent;
    box-shadow: none;
    font-family: Arial, sans-serif;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    position: relative;
}.connect_form .connect_reach input[type="text"]::placeholder,
.connect_form .connect_reach textarea::placeholder {
    transition: opacity 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.connect_form .connect_reach input[type="text"]:focus::placeholder,
.connect_form .connect_reach textarea:focus::placeholder {
    opacity: 0.3;
}.connect_form .connect_reach input[type="text"]:focus,
.connect_form .connect_reach textarea:focus {
    background-color: rgba(0, 0, 0, 0.01);
    outline: none;
    border-bottom-color: rgb(177,200,218);
}.connect_form .connect_reach textarea {
    resize: vertical;
    transition: height 0.3s ease;
    overflow: hidden;
    min-height: 150px;
}.connect_form .connect_reach .help_form1z2d {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.connect_form .connect_reach .help_form1z2d input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form .connect_reach .help_form1z2d label {
    color: #000000;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    font-size: calc(14px - 2px);
}.connect_form .connect_reach .help_form1z2d label::before {
    content: '';
    background-color: transparent;
    top: 0;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    height: 25px;
    width: 25px;
}.connect_form .connect_reach .help_form1z2d label::after {
    top: 5px;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    opacity: 0;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) scale(0);
    width: 7px;
    height: 12px;
    left: 9px;
    border-right: 2px solid #ffffff;
}.connect_form .connect_reach .help_form1z2d input[type="checkbox"]:checked + label::before {
    border-color: rgb(177,200,218);
    background-color: rgb(177,200,218);
}.connect_form .connect_reach .help_form1z2d input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}.connect_form .connect_reach .help_form1z2d a {
    color: rgb(177,200,218);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}.connect_form .connect_reach .help_form1z2d a:hover {
    color: rgb(138,168,195);
    border-bottom-color: rgb(138,168,195);
}.connect_form .connect_reach .inquiry_map {
    font-weight: 600;
    padding: 18px 40px;
    background-color: transparent;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 16px;
    color: #000000;
    z-index: 1;
    border: 1px solid rgb(177,200,218);
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    position: relative;
}.connect_form .connect_reach .inquiry_map::before {
    top: 0;
    z-index: -1;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    background: rgb(177,200,218);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    transform-origin: right;
    content: '';
    height: 100%;
}.connect_form .connect_reach .inquiry_map:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.connect_form .reach_list {
    padding: 60px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(177,200,218) 0%, rgb(138,168,195) 100%);
    position: relative;
}.connect_form .reach_list::before {
    height: 100%;
    content: '';
    left: 0;
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
    top: 0;
    width: 100%;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    background-size: 20px 20px;
}.connect_form .reach_list::after {
    left: -50%;
    content: '';
    top: -50%;
    z-index: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    position: absolute;
    animation: pulse-light 10s infinite;
    height: 200%;
    width: 200%;
}.connect_form .reach_list h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 600;
    font-size: 23px;
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
}.connect_form .reach_list h4::after {
    left: 0;
    height: 2px;
    width: 50px;
    position: absolute;
    content: '';
    background: #ffffff;
    bottom: -10px;
}.connect_form .reach_list .inquiry_inquiry {
    list-style: none;
    padding: 0;
    z-index: 1;
    margin: 0;
    position: relative;
}.connect_form .reach_list .inquiry_inquiry li {
    align-items: flex-start;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 30px;
    padding: 15px 0;
    display: flex;
}.connect_form .reach_list .inquiry_inquiry li:hover {
    transform: translateX(10px);
}.connect_form .reach_list .inquiry_inquiry li::before {
    content: '';
    width: 0;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    height: 1px;
    transition: width 0.3s ease;
    position: absolute;
}.connect_form .reach_list .inquiry_inquiry li:hover::before {
    width: 100%;
}.connect_form .reach_list .inquiry_inquiry li::after {
    bottom: 0;
    right: 0;
    transition: width 0.3s ease;
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    width: 0;
    position: absolute;
}.connect_form .reach_list .inquiry_inquiry li:hover::after {
    width: 100%;
}.connect_form .reach_list .inquiry_inquiry li svg {
    margin-right: 20px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}.connect_form .reach_list .inquiry_inquiry li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.connect_form .reach_list .inquiry_inquiry li span {
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
}.connect_form .reach_list .inquiry_inquiry li a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.connect_form .reach_list .inquiry_inquiry li a::before {
    width: 100%;
    transform-origin: right;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    background: #ffffff;
    bottom: -2px;
    height: 1px;
    content: '';
}.connect_form .reach_list .inquiry_inquiry li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}.connect_form .reach_list .inquiry_inquiry li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse-light {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    25% {
        transform: translate(10%, 10%);
        opacity: 0.3;
    }
    50% {
        transform: translate(0%, 20%);
        opacity: 0.5;
    }
    75% {
        transform: translate(-10%, 10%);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.connect_form {
    padding: 80px 0;
}.connect_form .container {
    padding: 0 20px;
}.connect_form .request_help {
    grid-template-columns: 1fr;
}.connect_form .connect_reach,
    .connect_form .reach_list {
    padding: 40px;
}
}

@media (max-width: 768px) {.connect_form {
    padding: 60px 0;
}.connect_form h3 {
    font-size: calc(36px - 4px);
    margin-bottom: 40px;
}.connect_form .connect_reach h3,
    .connect_form .reach_list h4 {
    font-size: calc(23px - 2px);
    margin-bottom: 30px;
}.connect_form .connect_reach input[type="text"],
    .connect_form .connect_reach textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_form .connect_reach .inquiry_map {
    padding: 15px 30px;
}
}

@media (max-width: 576px) {.connect_form {
    padding: 40px 0;
}.connect_form .connect_reach,
    .connect_form .reach_list {
    padding: 30px 20px;
}.connect_form h3 {
    font-size: calc(36px - 6px);
    letter-spacing: 2px;
}.connect_form .connect_reach .help_form1z2d label {
    font-size: calc(14px - 3px);
}}.statistical_details {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(215,227,238) 0%, rgb(138,168,195,0.5) 100%);
}.statistical_details::before {
    z-index: 0;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.6;
    pointer-events: none;
    top: 0;
    background: radial-gradient(circle at 20% 30%, rgb(177,200,218,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
}.statistical_details::after {
    opacity: 0.4;
    height: 70%;
    width: 50%;
    right: 0;
    bottom: 0;
    transform: translateY(20%) translateX(10%);
    content: "";
    z-index: 0;
    background: radial-gradient(ellipse at bottom right, rgb(138,168,195,0.5) 0%, transparent 70%);
    position: absolute;
    pointer-events: none;
}.statistical_details h3 {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: calc(30px * 0.9);
    transform: translateY(0);
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards 0.2s;
    margin-bottom: 3rem;
}.statistical_details .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.statistical_details ul {
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}.statistical_details .extra_gain {
    align-items: center;
    animation: statReveal 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    height: 100%;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
    min-height: 180px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    flex-direction: column;
    animation-delay: calc(0.15s * var(--i, 0));
    justify-content: center;
    padding: 1.8rem;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 85%);
}.statistical_details .extra_gain:nth-child(1) {
    --i: 1;
}.statistical_details .extra_gain:nth-child(2) {
    --i: 2;
}.statistical_details .extra_gain:nth-child(3) {
    --i: 3;
}.statistical_details .extra_gain:nth-child(4) {
    --i: 4;
}.statistical_details .extra_gain:nth-child(5) {
    --i: 5;
}.statistical_details .extra_gain:nth-child(6) {
    --i: 6;
}.statistical_details .extra_gain:nth-child(7) {
    --i: 7;
}.statistical_details .extra_gain::before {
    content: "";
    opacity: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
    top: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(45deg, transparent 0%, rgb(177,200,218,0.5) 100%);
}.statistical_details .extra_gain:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(177,200,218,0.5);
    transform: translateY(-5px) scale(1.02);
}.statistical_details .extra_gain:hover::before {
    opacity: 0.1;
}.statistical_details .extra_gain span {
    position: relative;
    margin-bottom: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    color: #000000;
    font-size: calc(16px * 1.05);
    transition: all 0.4s ease;
    transform: translateY(0);
}.statistical_details .extra_gain:hover span {
    color: rgb(177,200,218);
    transform: translateY(-2px);
}.statistical_details .extra_gain p {
    font-weight: 700;
    color: rgb(177,200,218);
    display: inline-block;
    margin: 0.5rem 0 0;
    font-size: calc(47px * 1.1);
    position: relative;
}.statistical_details .extra_gain p::after {
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -5px;
    background: rgb(138,168,195);
    width: 0;
    content: "";
}.statistical_details .extra_gain:hover p::after {
    width: 70%;
}

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

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


@media (max-width: 1200px) {.statistical_details ul {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.statistical_details .extra_gain {
    min-height: 160px;
    padding: 1.6rem;
}
}

@media (max-width: 992px) {.statistical_details {
    padding: 3rem 1.5rem;
}.statistical_details h3 {
    font-size: calc(30px * 0.85);
    margin-bottom: 2.5rem;
}.statistical_details ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
}

@media (max-width: 768px) {.statistical_details {
    padding: 2.5rem 1rem;
}.statistical_details h3 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.statistical_details ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_details .extra_gain {
    min-height: 150px;
    padding: 1.4rem;
}.statistical_details .extra_gain span {
    font-size: 16px;
}.statistical_details .extra_gain p {
    font-size: 47px;
}
}

@media (max-width: 576px) {.statistical_details {
    padding: 2rem 0.8rem;
}.statistical_details h3 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.75);
}.statistical_details ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.statistical_details .extra_gain {
    padding: 1.2rem;
    min-height: auto;
}.statistical_details .extra_gain p {
    font-size: calc(47px * 0.9);
}.statistical_details::before,
    .statistical_details::after {
    opacity: 0.3;
}}.confidential_lockup {
    position: relative;
    background: linear-gradient(135deg, rgb(215,227,238) 0%, rgba(246, 246, 250, 0.95) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}.confidential_lockup::before {
    content: "";
    background-size: 50px 50px;
    z-index: 1;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(177,200,218,0.5) 49%, rgb(177,200,218,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(138,168,195,0.5) 49%, rgb(138,168,195,0.5) 51%, transparent 52%);
    top: 0;
    height: 100%;
    opacity: 0.07;
    width: 100%;
    left: 0;
    position: absolute;
}.confidential_lockup .container {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    transform: perspective(1200px) rotateX(1deg);
    padding: 3rem;
    position: relative;
}.confidential_lockup h1 {
    color: rgb(177,200,218);
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    font-size: 38px;
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
}.confidential_lockup h1::after {
    left: 0;
    animation: widthPulse 3s infinite alternate ease-in-out;
    bottom: 0;
    background: linear-gradient(90deg, rgb(177,200,218) 0%, rgb(138,168,195) 100%);
    transform-origin: left center;
    position: absolute;
    width: 80px;
    height: 4px;
    content: "";
}.confidential_lockup h2 {
    border-left: 3px solid rgb(138,168,195);
    color: #000000;
    font-size: 38px;
    padding-left: 1rem;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
}.confidential_lockup h3 {
    color: #000000;
    position: relative;
    margin: 2rem 0 1.2rem;
    font-weight: 600;
    padding-left: 1rem;
    border-left: 2px solid rgb(138,168,195,0.5);
    font-size: calc(38px * 0.85);
}.confidential_lockup h4 {
    font-weight: 600;
    color: #000000;
    font-size: calc(38px * 0.7);
    border-left: 1px solid rgb(138,168,195,0.5);
    padding-left: 1rem;
    position: relative;
    margin: 1.8rem 0 1rem;
}.confidential_lockup p {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    font-size: 12px;
    color: #000000;
}.confidential_lockup p strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}.confidential_lockup p strong::after {
    width: 100%;
    position: absolute;
    content: "";
    height: 8px;
    left: 0;
    background-color: rgb(138,168,195,0.5);
    opacity: 0.3;
    z-index: -1;
    bottom: 0;
}.confidential_lockup ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
    padding: 0;
}.confidential_lockup li {
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-left: 1.5rem;
}.confidential_lockup li::before {
    background-color: rgb(177,200,218);
    left: 0;
    content: "";
    height: 8px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    top: 0.65rem;
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
}.confidential_lockup li:hover::before {
    transform: rotate(135deg);
}.confidential_lockup span {
    color: #000000;
    padding: 0.5rem 0 1.5rem;
    position: relative;
    display: block;
    font-size: 12px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}.confidential_lockup span::before {
    background: linear-gradient(to bottom, transparent, rgb(177,200,218,0.5), transparent);
    content: "";
    height: 100%;
    width: 3px;
    left: -1rem;
    top: 0;
    position: absolute;
    opacity: 0.5;
}

@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@media (max-width: 992px) {.confidential_lockup {
    padding: 3rem 1.5rem;
}.confidential_lockup .container {
    transform: perspective(1000px) rotateX(0.5deg);
    padding: 2rem;
}.confidential_lockup h1 {
    font-size: calc(38px * 0.9);
}.confidential_lockup h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.confidential_lockup {
    padding: 2rem 1rem;
}.confidential_lockup .container {
    transform: none;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.confidential_lockup h1 {
    transform: translateX(0);
    font-size: calc(38px * 0.8);
}.confidential_lockup h2 {
    font-size: calc(38px * 0.8);
    margin: 2rem 0 1rem;
}.confidential_lockup h3 {
    font-size: calc(38px * 0.7);
}.confidential_lockup h4 {
    font-size: calc(38px * 0.6);
}.confidential_lockup p, 
    .confidential_lockup li,
    .confidential_lockup span {
    font-size: calc(12px * 0.95);
}.confidential_lockup ul {
    margin-left: 0.5rem;
}
}

@media (max-width: 576px) {.confidential_lockup {
    padding: 1.5rem 0.5rem;
}.confidential_lockup .container {
    padding: 1.25rem;
}.confidential_lockup h1 {
    font-size: calc(38px * 0.7);
}.confidential_lockup h2 {
    font-size: calc(38px * 0.7);
}.confidential_lockup h3 {
    font-size: calc(38px * 0.6);
}.confidential_lockup h4 {
    font-size: calc(38px * 0.5);
}.confidential_lockup p, 
    .confidential_lockup li,
    .confidential_lockup span {
    font-size: calc(12px * 0.9);
}.confidential_lockup span::before {
    left: -0.75rem;
}}.sign_up_for_updates {
    position: relative;
    background: linear-gradient(135deg, rgb(138,168,195,0.5), rgb(177,200,218,0.5));
    overflow: hidden;
    padding: 4rem 0;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.12);
}.sign_up_for_updates::before {
    position: absolute;
    opacity: 0.6;
    width: 150%;
    top: -25%;
    content: "";
    height: 150%;
    pointer-events: none;
    animation: pulse 12s ease-in-out infinite;
    background: radial-gradient(ellipse at center, transparent 60%, rgb(138,168,195,0.5) 100%);
    left: -25%;
}.sign_up_for_updates::after {
    content: "";
    top: 0;
    height: 100%;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    left: 0;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.05) 20%, transparent 80%);
    width: 100%;
}.sign_up_for_updates .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}.sign_up_for_updates .knowledge_guides {
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 
        20px 20px 40px -12px rgba(0, 0, 0, 0.15),
        -10px -10px 20px -8px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 12px;
    padding: 3.5rem 3rem;
    position: relative;
}.sign_up_for_updates .knowledge_guides:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 50px -15px rgba(0, 0, 0, 0.18),
        -12px -12px 25px -10px rgba(255, 255, 255, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}.sign_up_for_updates .knowledge_guides::before {
    width: calc(100% - 30px);
    position: absolute;
    border-radius: 8px;
    height: calc(100% - 30px);
    left: 15px;
    transform: scale(0.98);
    transition: all 0.4s ease;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    pointer-events: none;
    content: "";
    top: 15px;
    opacity: 0;
}.sign_up_for_updates .knowledge_guides:hover::before {
    transform: scale(1);
    opacity: 1;
}.sign_up_for_updates h3 {
    position: relative;
    font-size: calc(22px * 1.05);
    margin-bottom: 2rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    font-weight: 600;
    line-height: 1.4;
    max-width: 90%;
}.sign_up_for_updates h3::after {
    left: 0;
    height: 3px;
    border-radius: 1.5px;
    background: linear-gradient(90deg, rgb(177,200,218), transparent);
    content: "";
    width: 80px;
    bottom: -10px;
    position: absolute;
}.sign_up_for_updates .input_holder {
    position: relative;
    margin-top: 1.5rem;
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}.sign_up_for_updates .input_holder div {
    position: relative;
    flex: 1;
}.sign_up_for_updates input[type="email"] {
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.1),
        inset -2px -2px 5px rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 1.2rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.07);
    width: 100%;
}.sign_up_for_updates input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.sign_up_for_updates input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 5px 15px -5px rgba(0, 0, 0, 0.1),
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.08);
}.sign_up_for_updates input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.sign_up_for_updates .sub_signup {
    background: linear-gradient(135deg, rgb(138,168,195), rgb(177,200,218));
    align-self: flex-start;
    font-size: 18px;
    padding: 1.2rem 2rem;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    border: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    box-shadow: 
        0 10px 20px -8px rgb(138,168,195,0.5),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.sign_up_for_updates .sub_signup::before {
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: opacity 0.4s ease;
}.sign_up_for_updates .sub_signup::after {
    height: 150%;
    background: rgba(255, 255, 255, 0.2);
    left: -100px;
    content: "";
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: -25%;
    transform: rotate(20deg);
    width: 20px;
}.sign_up_for_updates .sub_signup:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 25px -10px rgb(138,168,195,0.5),
        0 5px 15px -5px rgba(0, 0, 0, 0.3);
}.sign_up_for_updates .sub_signup:hover::before {
    opacity: 1;
}.sign_up_for_updates .sub_signup:hover::after {
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    left: 120%;
}.sign_up_for_updates .sub_signup:active {
    transform: translateY(0);
    box-shadow: 
        0 5px 10px -5px rgb(138,168,195,0.5),
        0 2px 5px -2px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@media (min-width: 768px) {.sign_up_for_updates .input_holder {
    align-items: center;
    flex-direction: row;
}.sign_up_for_updates .sub_signup {
    min-width: 180px;
    white-space: nowrap;
}.sign_up_for_updates h3 {
    font-size: calc(22px * 1.2);
    max-width: 80%;
}.sign_up_for_updates .knowledge_guides {
    padding: 4rem 4.5rem;
}
}

@media (max-width: 767px) {.sign_up_for_updates {
    padding: 3rem 0;
}.sign_up_for_updates .knowledge_guides {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.sign_up_for_updates h3 {
    max-width: 100%;
    font-size: 22px;
    margin-bottom: 1.5rem;
}.sign_up_for_updates .sub_signup {
    text-align: center;
    width: 100%;
}.sign_up_for_updates input[type="email"] {
    padding: 1rem 1.2rem;
}
}

@media (max-width: 480px) {.sign_up_for_updates {
    padding: 2.5rem 0;
}.sign_up_for_updates .knowledge_guides {
    padding: 2rem 1.5rem;
}.sign_up_for_updates h3 {
    font-size: calc(22px * 0.9);
}.sign_up_for_updates h3::after {
    width: 60px;
}.sign_up_for_updates .input_holder {
    gap: 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.sign_up_for_updates::before,
    .sign_up_for_updates .knowledge_guides,
    .sign_up_for_updates .knowledge_guides:hover,
    .sign_up_for_updates .knowledge_guides::before,
    .sign_up_for_updates .knowledge_guides:hover::before,
    .sign_up_for_updates input[type="email"]::placeholder,
    .sign_up_for_updates input[type="email"]:focus::placeholder,
    .sign_up_for_updates .sub_signup,
    .sign_up_for_updates .sub_signup:hover,
    .sign_up_for_updates .sub_signup::after,
    .sign_up_for_updates .sub_signup:hover::after {
    animation: none;
    transform: none;
    transition: none;
}}.mentorship_experience {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: rgb(215,227,238);
}.mentorship_experience::before {
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(120deg, transparent 30%, rgb(177,200,218,0.5) 100%);
    left: 0;
    height: 100%;
}.mentorship_experience::after {
    position: absolute;
    opacity: 0.5;
    content: "";
    height: 70%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    bottom: 0;
    width: 40%;
    right: 0;
    z-index: 1;
    background: rgb(138,168,195,0.5);
}.mentorship_experience .learner_views {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    max-width: 1200px;
    z-index: 2;
    gap: 3rem;
    margin: 0 auto;
}.mentorship_experience .pic_list {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
    aspect-ratio: 3/4;
    filter: grayscale(100%);
    width: 100%;
    overflow: hidden;
    position: relative;
}.mentorship_experience .pic_list::before {
    z-index: 1;
    width: 100%;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(177,200,218,0.5) 100%);
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
}.mentorship_experience .pic_list:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.mentorship_experience .career_progress {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
    position: relative;
}.mentorship_experience .career_progress::before {
    width: 2px;
    content: "";
    background: rgb(177,200,218);
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: height 0.8s ease-out;
}.mentorship_experience .learner_views:hover .career_progress::before {
    height: 100%;
}.mentorship_experience .name {
    position: relative;
    overflow: hidden;
    font-size: 42px;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
}.mentorship_experience .name::after {
    transition: transform 0.6s ease-out 0.2s;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgb(138,168,195);
    transform: translateX(-101%);
    left: 0;
    content: "";
    position: absolute;
}.mentorship_experience .learner_views:hover .name::after {
    transform: translateX(0);
}.mentorship_experience .career_progress > div:nth-child(2) {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.4s;
    color: rgb(138,168,195);
    font-size: 22px;
    letter-spacing: 3px;
    opacity: 0;
}.mentorship_experience .learner_views:hover .career_progress > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}.mentorship_experience .career_card {
    color: #000000;
    padding: 0 0 0 20px;
    opacity: 0;
    font-size: 18px;
    transition: all 0.5s ease-out 0.6s;
    transform: translateY(20px);
    font-weight: 300;
    position: relative;
    line-height: 1.8;
}.mentorship_experience .learner_views:hover .career_card {
    opacity: 1;
    transform: translateY(0);
}.mentorship_experience .career_card::first-letter {
    font-weight: 700;
    color: rgb(177,200,218);
    font-size: 1.5em;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.mentorship_experience:hover .name {
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    white-space: nowrap;
}

@media (max-width: 992px) {.mentorship_experience .learner_views {
    gap: 2rem;
    grid-template-columns: 1fr;
}.mentorship_experience .pic_list {
    aspect-ratio: 16/9;
    max-height: 300px;
}.mentorship_experience .career_progress {
    padding: 1rem 0;
}.mentorship_experience .career_progress::before {
    transition: width 0.8s ease-out;
    width: 0;
    height: 2px;
}.mentorship_experience .learner_views:hover .career_progress::before {
    height: 2px;
    width: 100%;
}}footer {
    width: 100%;
    position: relative;
}.class_guide {
    background-color: #ffffff;
    padding: 80px 0 30px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.class_guide::before {
    bottom: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    background-image: repeating-linear-gradient(
        to right,
        rgb(177,200,218),
        rgb(177,200,218) 10px,
        transparent 10px,
        transparent 20px
    );
}footer .law_res {
    z-index: 1;
    position: relative;
}footer .connect_today {
    margin-bottom: 70px;
    display: flex;
    position: relative;
    height: 100px;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
}footer .info_item {
    transition: all 0.5s ease;
    position: relative;
    display: flex;
    padding: 0 25px;
    cursor: pointer;
    background-color: rgb(138,168,195);
    margin-right: 1px;
    overflow: hidden;
    height: 100px;
    min-width: 250px;
    flex: 1;
    align-items: center;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(177,200,218);
}footer .info_item::after {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    right: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    height: 24px;
    fill: #ffffff;
    flex-shrink: 0;
    z-index: 2;
    position: relative;
    margin-right: 15px;
    width: 24px;
}footer .info_item p,
footer .info_item a {
    z-index: 2;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}footer .info_item::before {
    top: 0;
    content: "";
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    left: 0;
    height: 100%;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    gap: 0;
    padding: 0 20px;
    margin: 0 -20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    display: flex;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .head_class, footer .head_site, footer .subscribe_holder {
    transition: all 0.4s ease;
    flex: 0 0 100%;
    padding: 30px;
    height: 450px;
    min-width: 280px;
    scroll-snap-align: start;
    max-width: 500px;
    position: relative;
    margin-right: 30px;
    border-radius: 13px;
}footer .head_class {
    background-color: rgb(215,227,238);
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}footer .head_class svg {
    margin-bottom: 30px;
    height: 50px;
    width: auto;
}footer .teach_supp {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    max-width: 300px;
}footer .head_site {
    overflow: hidden;
    display: flex;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(138,168,195,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(177,200,218,0.5) 0%, transparent 40%);
    background-color: rgb(138,168,195);
    position: relative;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}footer .head_site::after {
    pointer-events: none;
    background-size: 30px 30px;
    top: 0;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.3;
    right: 0;
    bottom: 0;
}footer .head_site h5 {
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 24px;
    margin-bottom: 30px;
}footer .head_site h5::after {
    position: absolute;
    left: 0;
    content: "";
    bottom: -10px;
    background-color: rgb(177,200,218);
    height: 2px;
    width: 30px;
}footer .nav_start {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    max-height: 280px;
}footer .nav_start a {
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    display: block;
    color: rgba(255, 255, 255, 0.7);
}footer .nav_start a:hover {
    border-bottom-color: rgb(177,200,218);
    padding-left: 10px;
    color: #ffffff;
}footer .subscribe_holder {
    color: #ffffff;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(177,200,218);
    display: flex;
}footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 30px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: none;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_signup {
    text-align: center;
    padding: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    background-color: rgb(138,168,195);
    border: none;
    font-size: 19px;
}footer .sub_signup:hover {
    background-color: rgb(138,168,195,0.5);
}footer .site_map {
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
}footer .site_map::before {
    right: 20%;
    content: "";
    height: 1px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
}footer .data_viz {
    color: #000000;
    text-align: center;
    font-size: 12px;
}

@media (min-width: 992px) {footer .text_main_holder {
    overflow-x: visible;
    padding: 0;
    margin: 0;
    scroll-snap-type: none;
    gap: 30px;
    flex-wrap: wrap;
}footer .head_class, footer .head_site, footer .subscribe_holder {
    margin-right: 0;
    min-width: 0;
    flex: 1;
    height: 500px;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .head_class::before,
    footer .head_site::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .class_guide {
    padding: 60px 0 30px;
}footer .connect_today {
    margin-bottom: 40px;
    flex-direction: column;
    height: auto;
}footer .info_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1px;
}footer .info_item:hover {
    flex: 1;
    padding-left: 35px;
}footer .head_class, footer .head_site, footer .subscribe_holder {
    padding: 25px 20px;
    height: auto;
    min-height: 350px;
}
}

@media (max-width: 576px) {footer .class_guide {
    padding: 50px 0 20px;
}footer .head_class::before,
    footer .head_site::before,
    footer .subscribe_holder::before {
    top: 15px;
    left: 15px;
    font-size: 2rem;
}footer .nav_start {
    height: auto;
    max-height: 220px;
}footer .head_class, footer .head_site, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .head_site h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(24px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .sub_signup {
    padding: 12px;
}}.thanks_id {
    min-height: 100vh;
    justify-content: center;
    background: linear-gradient(135deg, rgb(215,227,238) 0%, #ffffff 100%);
    perspective: 1000px;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}.thanks_id::before {
    left: -5%;
    position: absolute;
    background: 
        linear-gradient(120deg, rgb(177,200,218,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(138,168,195,0.5) 0%, transparent 40%);
    pointer-events: none;
    width: 120%;
    content: "";
    transform: rotate(-5deg) skewX(5deg);
    z-index: 0;
    top: -10%;
    height: 120%;
}.thanks_id::after {
    height: 60%;
    content: "";
    filter: blur(80px);
    transform: rotate(15deg);
    width: 60%;
    opacity: 0.2;
    bottom: -20%;
    z-index: 0;
    right: -20%;
    background: linear-gradient(135deg, rgb(177,200,218,0.5) 0%, rgb(138,168,195,0.5) 100%);
    position: absolute;
}.thanks_id .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    width: 90%;
    max-width: 1200px;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
}.thanks_id .knowledge_guides {
    padding: calc(2rem + 3vw);
    transform: translateZ(0) rotateX(2deg);
    transform-style: preserve-3d;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    background-color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s ease;
}.thanks_id .knowledge_guides::before {
    content: "";
    opacity: 0.4;
    pointer-events: none;
    border: 1px solid rgb(177,200,218,0.5);
    left: 20px;
    position: absolute;
    bottom: 20px;
    top: 20px;
    right: 20px;
    transform: translateZ(-10px);
}.thanks_id .knowledge_guides:hover {
    transform: translateZ(10px) rotateX(0deg);
}.thanks_id .knowledge_guides > div:first-child {
    transform: translateZ(20px);
    position: relative;
    margin-bottom: 2rem;
}.thanks_id .knowledge_guides > div:first-child::after {
    background: linear-gradient(90deg, rgb(177,200,218) 0%, rgb(138,168,195) 100%);
    height: 4px;
    left: 0;
    content: "";
    width: 80px;
    position: absolute;
    transform-origin: left center;
    bottom: -10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(1);
}.thanks_id .knowledge_guides:hover > div:first-child::after {
    transform: scaleX(1.5);
}.thanks_id h5 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.4;
    position: relative;
    font-size: 22px;
    transition: transform 0.5s ease;
    margin: 0;
    font-weight: 700;
    transform: translateZ(30px);
    color: #000000;
}.thanks_id .knowledge_guides:hover h5 {
    transform: translateZ(40px);
}.thanks_id .knowledge_guides > div:last-child {
    transition: transform 0.5s ease;
    transform: translateZ(10px);
    position: relative;
}.thanks_id .knowledge_guides:hover > div:last-child {
    transform: translateZ(20px);
}.thanks_id p {
    margin: 0;
    transition: color 0.3s ease, transform 0.5s ease;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    position: relative;
    transform: translateZ(0);
    line-height: 1.8;
}.thanks_id a {
    text-decoration: none;
    transition: transform 0.3s ease;
    display: block;
    overflow: hidden;
    position: relative;
}.thanks_id a::before {
    width: 100%;
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(177,200,218,0.5) 95%, 
        rgb(177,200,218,0.5) 100%
    );
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
    z-index: -1;
    height: 100%;
    bottom: 0;
    content: "";
    position: absolute;
}.thanks_id a:hover::before {
    transform: translateY(0);
    opacity: 0.2;
}.thanks_id a:hover p {
    color: rgb(177,200,218);
    transform: translateZ(5px);
}

@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

@media (max-width: 991px) {.thanks_id {
    padding: 4rem 0;
}.thanks_id .knowledge_guides {
    transform: translateZ(0) rotateX(1deg);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
    padding: calc(1.5rem + 2vw);
}.thanks_id h5 {
    font-size: calc(22px * 0.9);
    line-height: 1.5;
}.thanks_id p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.thanks_id {
    min-height: auto;
}.thanks_id .container {
    width: 95%;
}.thanks_id .knowledge_guides {
    transform: none;
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.thanks_id .knowledge_guides::before {
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
}.thanks_id .knowledge_guides > div:first-child::after {
    height: 3px;
    width: 60px;
}.thanks_id h5 {
    transform: none;
    font-size: calc(22px * 0.85);
}.thanks_id p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.thanks_id .knowledge_guides:hover h5,
    .thanks_id .knowledge_guides:hover > div:last-child,
    .thanks_id .knowledge_guides:hover {
    transform: none;
}
}

@media (max-width: 480px) {.thanks_id {
    padding: 3rem 0;
}.thanks_id .knowledge_guides {
    padding: 1.25rem;
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.thanks_id h5 {
    line-height: 1.4;
    font-size: calc(22px * 0.8);
}.thanks_id p {
    line-height: 1.5;
    font-size: calc(12px * 0.85);
}.thanks_id .knowledge_guides > div:first-child {
    margin-bottom: 1.5rem;
}.thanks_id .knowledge_guides > div:first-child::after {
    height: 3px;
    width: 50px;
    bottom: -8px;
}}.client_testimonials {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(215,227,238) 0%, rgb(177,200,218,0.5) 30%, rgb(215,227,238) 100%);
    perspective: 1000px;
    padding: 8rem 2rem;
}.client_testimonials::before {
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(177,200,218), transparent);
    box-shadow: 0 0 20px 5px rgb(177,200,218,0.5);
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    left: 10%;
}.client_testimonials::after {
    width: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(138,168,195,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.4;
    content: "";
    top: 0;
    z-index: 0;
}.client_testimonials .container {
    position: relative;
    z-index: 2;
}.client_testimonials h2 {
    position: relative;
    font-size: calc(28px * 1.4);
    color: #000000;
    font-weight: 700;
    margin-bottom: 4rem;
    text-align: center;
    perspective: 1000px;
}.client_testimonials h2::before {
    position: absolute;
    left: 0;
    width: 100%;
    filter: blur(10px);
    height: 20px;
    bottom: -20px;
    content: "";
    background: linear-gradient(to right, transparent, rgb(177,200,218,0.5), transparent);
}.client_testimonials .student_ratings {
    transform-style: preserve-3d;
    overflow-x: auto;
    display: flex;
    scrollbar-width: thin;
    flex-wrap: nowrap;
    gap: 3rem;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgb(177,200,218) rgb(215,227,238);
    padding: 3rem 0;
}.client_testimonials .student_ratings::-webkit-scrollbar {
    height: 8px;
}.client_testimonials .student_ratings::-webkit-scrollbar-track {
    background: rgb(215,227,238);
    border-radius: 10px;
}.client_testimonials .student_ratings::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(177,200,218);
}.client_testimonials .learner_views {
    align-items: center;
    position: relative;
    overflow: hidden;
    scroll-snap-align: center;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex: 0 0 300px;
    border-radius: 21px;
    transform-origin: left center;
    transform: rotateY(10deg) translateZ(0);
    padding: 2rem;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.client_testimonials .learner_views:hover {
    z-index: 3;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}.client_testimonials .learner_views::before {
    z-index: -1;
    position: absolute;
    opacity: 0.4;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(177,200,218,0.5) 0%, transparent 70%);
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
}.client_testimonials .learner_views:hover::before {
    opacity: 0.7;
}.client_testimonials .learner_views img {
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    transform: translateY(-30px);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    height: 120px;
    width: 120px;
}.client_testimonials .learner_views:hover img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-40px) scale(1.1);
}.client_testimonials .learner_views p {
    font-size: 19px;
    color: #000000;
    text-align: center;
    margin: 0;
    font-weight: 600;
    transform: translateY(-10px);
}.client_testimonials .learner_views .description {
    text-align: center;
    position: relative;
    margin-top: 1rem;
    line-height: 1.6;
    color: #000000;
    z-index: 1;
    opacity: 0.9;
    transition: all 0.3s ease;
    transform: translateY(0);
    font-size: 18px;
    font-weight: 400;
}.client_testimonials .learner_views:hover .description {
    transform: translateY(-5px);
    opacity: 1;
}.client_testimonials .learner_views:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}.client_testimonials .learner_views:nth-child(odd):hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}.client_testimonials .learner_views:nth-child(3n+1)::after {
    transition: all 0.3s ease;
    background: rgb(138,168,195,0.5);
    content: "";
    border-radius: 50%;
    filter: blur(15px);
    width: 50px;
    opacity: 0.5;
    right: -20px;
    height: 50px;
    bottom: -20px;
    position: absolute;
}.client_testimonials .learner_views:nth-child(3n+1):hover::after {
    opacity: 0.7;
    width: 70px;
    height: 70px;
}.client_testimonials .learner_views:nth-child(3n+2)::after {
    position: absolute;
    border-radius: 50%;
    height: 40px;
    content: "";
    background: rgb(177,200,218,0.5);
    filter: blur(10px);
    width: 40px;
    right: -15px;
    top: -15px;
    opacity: 0.4;
    transition: all 0.3s ease;
}.client_testimonials .learner_views:nth-child(3n+2):hover::after {
    height: 60px;
    width: 60px;
    opacity: 0.6;
}

@media (max-width: 992px) {.client_testimonials {
    padding: 6rem 1rem;
}.client_testimonials h2 {
    margin-bottom: 3rem;
    font-size: calc(28px * 1.2);
}.client_testimonials .student_ratings {
    padding: 2.5rem 0;
    gap: 2.5rem;
}.client_testimonials .learner_views {
    padding: 1.8rem;
    flex: 0 0 270px;
}.client_testimonials .learner_views img {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.client_testimonials {
    padding: 5rem 1rem;
}.client_testimonials::before {
    display: none;
}.client_testimonials h2 {
    margin-bottom: 2.5rem;
    font-size: 28px;
}.client_testimonials .student_ratings {
    gap: 2rem;
    padding: 2rem 0;
}.client_testimonials .learner_views {
    padding: 1.5rem;
    flex: 0 0 240px;
    transform: rotateY(5deg) translateZ(0) !important;
}.client_testimonials .learner_views:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.client_testimonials .learner_views img {
    transform: translateY(-25px);
    height: 90px;
    width: 90px;
}.client_testimonials .learner_views:hover img {
    transform: translateY(-30px) scale(1.05);
}.client_testimonials .learner_views p {
    font-size: calc(18px * 1.1);
}.client_testimonials .learner_views .description {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 480px) {.client_testimonials {
    padding: 4rem 0.5rem;
}.client_testimonials .student_ratings {
    gap: 1.5rem;
    padding: 1.5rem 0;
}.client_testimonials .learner_views {
    transform: rotateY(0) translateZ(0) !important;
    flex: 0 0 85%;
}.client_testimonials .learner_views:hover {
    transform: rotateY(0) translateZ(0) scale(1.02) !important;
}}.enroll_instantly {
    padding: 4rem 0;
    position: relative;
    margin: 5rem 0;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(138,168,195,0.5), rgb(177,200,218,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}.enroll_instantly::before {
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    right: 0;
    content: "";
    top: 0;
    z-index: -1;
    bottom: 0;
}.enroll_instantly::after {
    opacity: 0.4;
    content: "";
    height: 100%;
    width: 50%;
    z-index: -1;
    filter: blur(50px);
    top: 0;
    background: radial-gradient(
        circle at center,
        rgb(177,200,218,0.5) 0%,
        transparent 70%
    );
    right: -10%;
    position: absolute;
    transform: translateY(-10%) scale(1.5);
}.enroll_instantly .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.enroll_instantly h2 {
    max-width: 85%;
    position: relative;
    text-align: center;
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    margin-left: auto;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-right: auto;
    margin-bottom: 2.5rem;
    color: #000000;
    padding: 0.5rem 0;
    font-size: 38px;
}.enroll_instantly h2::after {
    content: "";
    height: 3px;
    width: 80px;
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
    background: rgb(177,200,218);
    transform-origin: center;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    bottom: -0.75rem;
}.enroll_instantly .knowledge_guides {
    backdrop-filter: blur(10px);
    transform: translateY(0) scale(1);
    gap: 2.5rem;
    max-width: 80%;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    justify-content: center;
    position: relative;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    display: flex;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
}.enroll_instantly .knowledge_guides:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}.enroll_instantly svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 56px;
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 56px;
    transform: rotate(-5deg);
}.enroll_instantly .knowledge_guides:hover svg {
    transform: rotate(5deg) scale(1.1);
}.enroll_instantly svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,200,218);
}.enroll_instantly .knowledge_guides:hover svg path {
    fill: rgb(138,168,195);
}.enroll_instantly .inquiry_map {
    background: linear-gradient(135deg, rgb(177,200,218), rgb(138,168,195));
    font-weight: 600;
    position: relative;
    font-size: 14px;
    padding: 1rem 2.5rem;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: inline-block;
    color: #ffffff;
    transform: translateZ(0);
}.enroll_instantly .inquiry_map::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    left: 0;
    transform: translateX(-100%);
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.enroll_instantly .inquiry_map:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) translateZ(0);
}.enroll_instantly .inquiry_map:hover::before {
    transform: translateX(100%);
}.enroll_instantly .inquiry_map:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 992px) {.enroll_instantly {
    padding: 3.5rem 0;
}.enroll_instantly h2 {
    font-size: calc(38px * 0.9);
    max-width: 95%;
}.enroll_instantly .knowledge_guides {
    padding: 1.25rem;
    max-width: 90%;
}
}

@media (max-width: 768px) {.enroll_instantly {
    padding: 3rem 0;
}.enroll_instantly h2 {
    font-size: calc(38px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
}.enroll_instantly .knowledge_guides {
    flex-direction: column;
    max-width: 100%;
    gap: 1.5rem;
}.enroll_instantly svg {
    width: 48px;
    height: 48px;
}.enroll_instantly .inquiry_map {
    width: 100%;
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.enroll_instantly {
    margin: 3rem 0;
    padding: 2.5rem 0;
}.enroll_instantly h2 {
    margin-bottom: 2rem;
    transform: none;
    font-size: calc(38px * 0.7);
}.enroll_instantly .knowledge_guides {
    padding: 1rem;
}.enroll_instantly svg {
    height: 40px;
    width: 40px;
}.enroll_instantly .inquiry_map {
    font-size: calc(14px * 0.9);
    min-width: auto;
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.enroll_instantly h2 {
    font-size: calc(38px * 0.6);
}
}

@media (hover: none) {.enroll_instantly .knowledge_guides {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
    transform: none !important;
}.enroll_instantly svg {
    transform: none !important;
}.enroll_instantly .inquiry_map:hover {
    transform: none;
}
}

@container (max-width: 500px) {.enroll_instantly .container {
    padding: 0 1rem;
}}.course_structure {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(215,227,238) 0%, rgba(245, 247, 250, 0.92) 100%);
}.course_structure::before {
    content: "";
    position: absolute;
    width: 35%;
    height: 70%;
    opacity: 0.5;
    transform: rotate(-15deg) translateZ(0);
    z-index: 1;
    right: -5%;
    top: -10%;
    filter: blur(20px);
    background: linear-gradient(225deg, rgb(177,200,218,0.5) 0%, rgb(138,168,195,0.5) 100%);
}.course_structure::after {
    background: linear-gradient(45deg, rgb(138,168,195,0.5) 0%, rgb(177,200,218,0.5) 100%);
    width: 25%;
    bottom: -5%;
    content: "";
    transform: rotate(10deg) translateZ(0);
    position: absolute;
    height: 50%;
    left: -2%;
    opacity: 0.4;
    z-index: 1;
    filter: blur(15px);
}.course_structure .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.course_structure .learn_skills {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    position: relative;
    display: grid;
}.course_structure .pic_list {
    height: 300px;
    position: relative;
    transform-origin: top center;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.course_structure .pic_list::before {
    position: absolute;
    bottom: 0;
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    top: 0;
    right: 0;
}.course_structure .pic_list::after {
    top: 0;
    position: absolute;
    mix-blend-mode: overlay;
    opacity: 0.2;
    content: "";
    height: 100%;
    background: rgb(177,200,218);
    width: 100%;
    left: 0;
}.course_structure .text_pod {
    position: relative;
    background: #ffffff;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    padding: 2.5rem 2rem;
    transform: translateY(-40px);
}.course_structure .text_pod h3 {
    opacity: 0;
    animation-delay: 0.3s;
    font-size: calc(19px * 1.1);
    color: #000000;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.4;
    transform: translateY(0);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
}.course_structure .text_pod h3::after {
    transform-origin: left;
    margin-top: 1rem;
    background: rgb(177,200,218);
    height: 3px;
    width: 60px;
    animation-delay: 0.6s;
    display: block;
    transform: scaleX(0);
    content: "";
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.course_structure .text_pod p.description {
    line-height: 1.7;
    color: #000000;
    animation-delay: 0.5s;
    font-size: 13px;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.course_structure .text_pod span.description {
    display: none;
}.course_structure .text_pod div {
    max-height: 300px;
    padding-right: 10px;
    position: relative;
    overflow-y: auto;
}.course_structure .text_pod div::-webkit-scrollbar {
    width: 6px;
}.course_structure .text_pod div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.course_structure .text_pod div::-webkit-scrollbar-thumb {
    background: rgb(177,200,218,0.5);
    transition: background 0.3s ease;
}.course_structure .text_pod div::-webkit-scrollbar-thumb:hover {
    background: rgb(177,200,218);
}

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

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

@media (min-width: 768px) {.course_structure {
    padding: 7rem 0;
}.course_structure .learn_skills {
    gap: 0;
    grid-template-columns: 45% 55%;
    transition: transform 0.5s ease;
    transform: perspective(1200px) rotateY(-2deg);
}.course_structure .learn_skills:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_structure .pic_list {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_structure .text_pod {
    padding: 3.5rem 3rem 3.5rem 4rem;
    transform: translateY(0) translateX(-50px);
    clip-path: none;
}.course_structure .text_pod h3 {
    margin-bottom: 2rem;
    font-size: 34px;
}.course_structure .text_pod div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_structure {
    padding: 8rem 0;
}.course_structure .learn_skills {
    grid-template-columns: 40% 60%;
}.course_structure .pic_list {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course_structure .pic_list:hover {
    transform: scale(1.03);
}.course_structure .text_pod {
    padding: 4rem 5rem 4rem 5rem;
    transform: translateX(-70px);
}.course_structure .text_pod h3 {
    margin-bottom: 2.5rem;
}.course_structure .text_pod div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_structure .learn_skills {
    grid-template-columns: 45% 55%;
}.course_structure .text_pod {
    transform: translateX(-100px);
    padding: 5rem 6rem 5rem 7rem;
}
}

@media (max-width: 767px) {.course_structure .learn_skills:hover .pic_list {
    transform: scale(1.05);
}}.pricing_offer {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
}.pricing_offer::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(22, 28, 36, 0.9) 0%, rgba(22, 28, 36, 0.7) 50%, rgba(22, 28, 36, 0.85) 100%);
    top: 0;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
}.pricing_offer .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.skill_offers {
    position: relative;
}.pricing_offer h2 {
    -webkit-background-clip: text !important;
    position: relative;
    left: 50%;
    background-clip: text !important;
    font-weight: 700;
    display: inline-block;
    transform: translateX(-50%);
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(138,168,195) 0%, rgb(177,200,218) 100%);
    color: transparent;
}.pricing_offer h2::after {
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(138,168,195), rgb(177,200,218));
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
}.pricing_offer .trial_pricing {
    margin: 0 auto 50px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    text-align: center;
    font-size: calc(15px + 2px);
    max-width: 700px;
}.pricing_offer .price_panel {
    gap: 30px;
    list-style: none;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
}.pricing_offer .price_panel li {
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
}.pricing_offer .price_panel li:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_offer .study_costs {
    height: 100%;
    text-decoration: none;
    display: block;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    color: #ffffff;
}.pricing_offer .study_costs::before {
    top: 0;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(138,168,195,0.5), rgb(177,200,218,0.5));
    height: 100%;
    transition: opacity 0.4s ease;
    opacity: 0;
    content: "";
    width: 100%;
    position: absolute;
}.pricing_offer .study_costs:hover::before {
    opacity: 0.15;
}.pricing_offer .study_costs::after {
    pointer-events: none;
    transform: scale(0.5);
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    height: 200%;
    top: -50%;
    content: "";
    left: -50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    position: absolute;
}.pricing_offer .study_costs:hover::after {
    opacity: 1;
    transform: scale(1);
}.pricing_offer .fee_struct {
    min-height: 500px;
    padding: 40px 30px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}.pricing_offer .skill_pricing {
    z-index: 2;
    position: relative;
}.pricing_offer .skill_pricing h4 {
    transform-origin: left center;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    font-size: calc(20px + 2px);
}.pricing_offer .study_costs:hover .skill_pricing h4 {
    color: rgb(138,168,195);
    transform: translateX(5px);
}.pricing_offer .skill_pricing h4::after {
    width: 0;
    height: 2px;
    bottom: -8px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(138,168,195);
}.pricing_offer .study_costs:hover .skill_pricing h4::after {
    width: 50px;
}.pricing_offer .skill_pricing p {
    hyphens: auto;
    color: rgba(255, 255, 255, 0.8);
    max-height: 250px;
    overflow: auto;
    overflow-wrap: break-word;
    line-height: 1.7;
    margin-bottom: 25px;
    word-wrap: break-word;
    font-size: 15px;
    scrollbar-width: thin;
    scrollbar-color: rgb(138,168,195) rgba(255, 255, 255, 0.1);
}.pricing_offer .skill_pricing p::-webkit-scrollbar {
    width: 4px;
}.pricing_offer .skill_pricing p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}.pricing_offer .skill_pricing p::-webkit-scrollbar-thumb {
    background-color: rgb(138,168,195);
    border-radius: 4px;
}.pricing_offer .fee_plans {
    font-size: calc(20px + 6px);
    position: relative;
    font-weight: 700;
    color: transparent;
    transition: transform 0.3s ease;
    -webkit-background-clip: text !important;
    display: inline-block;
    background-clip: text !important;
    color: #ffffff;
    margin-top: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(138,168,195) 0%, rgb(177,200,218) 100%);
}.pricing_offer .study_costs:hover .fee_plans {
    transform: scale(1.05);
}.pricing_offer .fee_plans::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(138,168,195), transparent);
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    height: 2px;
}

@media (max-width: 1200px) {.pricing_offer {
    padding: 100px 0;
}.pricing_offer .price_panel {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.pricing_offer .fee_struct {
    padding: 30px 25px;
    min-height: 450px;
}.pricing_offer .fee_plans {
    font-size: calc(20px + 4px);
}
}

@media (max-width: 991px) {.pricing_offer {
    padding: 80px 0;
}.pricing_offer h2 {
    font-size: calc(28px - 4px);
}.pricing_offer .trial_pricing {
    margin-bottom: 40px;
    font-size: 15px;
}.pricing_offer .price_panel {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 767px) {.pricing_offer {
    padding: 60px 0;
}.pricing_offer h2 {
    font-size: calc(28px - 6px);
}.pricing_offer .price_panel {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.pricing_offer .fee_struct {
    min-height: auto;
    padding: 25px 20px;
}.pricing_offer .skill_pricing p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.pricing_offer {
    padding: 50px 0;
}.pricing_offer h2 {
    font-size: calc(28px - 8px);
}.pricing_offer .trial_pricing {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.pricing_offer .skill_pricing h4 {
    font-size: 20px;
}.pricing_offer .skill_pricing p {
    font-size: calc(15px - 1px);
}.pricing_offer .fee_plans {
    font-size: calc(20px + 2px);
}}header {
    z-index: 100;
    background: linear-gradient(135deg, rgb(177,200,218,0.5) 0%, rgb(215,227,238) 100%);
    padding: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    position: relative;
    overflow: visible;
}header::before {
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    width: 100%;
    content: '';
    z-index: 0;
    left: 0;
    opacity: 0.4;
    top: 0;
}header::after {
    content: '';
    bottom: 0;
    width: 100%;
    opacity: 0.6;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(177,200,218,0.5), 
        transparent
    );
    position: absolute;
    height: 10px;
}header .main_tutor {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    padding: 1.3rem 3rem;
    align-items: center;
}header .head_class {
    margin-right: 2rem;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    padding: 1rem;
    flex: 0 0 auto;
    overflow: hidden;
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
}header .head_class:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}header .header_master {
    display: block;
    transition: all 0.4s ease;
    position: relative;
}header .header_master img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}header .head_site {
    list-style: none;
    z-index: 2;
    position: relative;
    padding: 0;
    display: flex;
    margin: 0;
}header .head_site::before {
    position: absolute;
    transition: all 0.6s ease;
    width: 110%;
    background: linear-gradient(135deg, rgb(177,200,218,0.5) 0%, transparent 100%);
    left: -5%;
    z-index: -1;
    top: -5%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    height: 110%;
    content: '';
    opacity: 0.1;
}header .head_site:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}header .main_know {
    margin: 0 0.5rem;
    position: relative;
}header .main_know a {
    align-items: center;
    font-size: 12px;
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 0.8rem 1.3rem;
    color: #000000;
    transition: all 0.4s ease;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    text-decoration: none;
    z-index: 1;
}header .main_know a::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    border-radius: inherit;
    left: 0;
    transform: scale(1.1);
    content: '';
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(177,200,218,0.5) 0%, rgb(138,168,195,0.5) 100%);
}header .main_know a:hover {
    color: #ffffff;
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .main_know a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .main_know::after {
    height: 6px;
    position: absolute;
    border-radius: 50%;
    content: '';
    width: 6px;
    transition: transform 0.4s ease;
    left: 50%;
    opacity: 0.7;
    transform: translateX(-50%) scale(0);
    bottom: -8px;
    background: rgb(177,200,218);
}header .main_know:hover::after {
    transform: translateX(-50%) scale(1);
}header .main_tutor::before {
    opacity: 0.1;
    top: -100px;
    filter: blur(30px);
    position: absolute;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    background: radial-gradient(circle, rgb(177,200,218,0.5) 0%, transparent 70%);
    right: -100px;
    content: '';
}header .main_tutor::after {
    bottom: -75px;
    opacity: 0.1;
    height: 150px;
    content: '';
    left: -75px;
    width: 150px;
    filter: blur(30px);
    position: absolute;
    background: radial-gradient(circle, rgb(138,168,195,0.5) 0%, transparent 70%);
    border-radius: 50%;
}.top_mainwrap {
    z-index: 1;
    padding-top: 2rem;
    background: rgb(215,227,238);
    position: relative;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .main_tutor {
    margin: 0 auto;
    max-width: 1320px;
}header .main_know {
    margin: 0 0.7rem;
}header .main_know a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .main_tutor {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_class {
    padding: 0.7rem;
    margin-bottom: 0;
    margin-right: 0;
}header .head_site {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .main_know a {
    font-size: calc(12px - 1px);
    padding: 0.6rem 1rem;
}header .head_site::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_tutor {
    padding: 0.8rem 1.5rem;
}header .head_class {
    max-width: 140px;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    padding: 0.6rem;
}header .header_master img {
    max-height: 35px;
}header .head_site {
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
}header .head_site::-webkit-scrollbar {
    height: 3px;
}header .head_site::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(177,200,218,0.5);
}header .main_know {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .main_know a {
    white-space: nowrap;
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.8rem;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
}header .main_know::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .main_tutor {
    padding: 0.7rem 1.2rem;
}header .head_class {
    max-width: 120px;
    padding: 0.5rem;
}header .main_know a {
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.6rem;
}}.title_section {
    width: 100%;
    overflow: hidden;
    min-height: 600px;
    position: relative;
    background-color: #000000;
    height: 100vh;
}.title_section::before {
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    left: 0;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(177,200,218,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(138,168,195,0.5) 0%, transparent 25%),
        linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
}.title_section .knowledge_guides {
    justify-content: flex-start;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
}.title_section .page_hero {
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}.title_section .main_first {
    width: fit-content;
    display: flex;
    height: 100%;
    animation: carouselSlide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}.title_section .edu_front {
    height: 100%;
    width: 100vw;
    overflow: hidden;
    position: relative;
}.title_section .edu_front::before {
    z-index: 2;
    left: 0;
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.6) 60%,
        #000000 100%
    );
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}.title_section .edu_front img {
    transition: transform 8s ease-in-out;
    transform: scale(1.05);
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
    animation: zoomEffect 10s infinite alternate;
    width: 100%;
}.title_section .text_pod {
    border-left: 4px solid rgb(177,200,218);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.05),
                0 0 20px rgba(rgb(177,200,218), 0.2);
    transform: translateY(0);
    opacity: 1;
    padding: 3rem;
    border-radius: 23px;
    animation: textAppear 1s ease-out forwards;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    margin-left: 10%;
    max-width: 600px;
    position: relative;
    backdrop-filter: blur(8px);
    z-index: 3;
}.title_section .text_pod::before {
    left: -2px;
    background: linear-gradient(45deg, rgb(177,200,218), rgb(138,168,195));
    top: -2px;
    opacity: 0.3;
    right: -2px;
    z-index: -1;
    content: "";
    border-radius: calc(23px + 2px);
    position: absolute;
    animation: borderGlow 4s infinite alternate;
    bottom: -2px;
}.title_section .text_pod h1 {
    font-size: 41px;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.title_section .text_pod h1::after {
    height: 3px;
    left: 0;
    background: linear-gradient(to right, rgb(177,200,218), transparent);
    width: 60px;
    position: absolute;
    bottom: -0.5rem;
    content: "";
}.title_section .text_pod p {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 0.3px;
}.title_section .text_pod .inquiry_map {
    overflow: hidden;
    letter-spacing: 0.5px;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative;
    background: linear-gradient(
        90deg,
        rgb(177,200,218) 0%,
        rgb(138,168,195) 100%
    );
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}.title_section .text_pod .inquiry_map::before {
    animation: buttonShine 3s infinite;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    height: 100%;
    top: 0;
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
    content: "";
    left: -100%;
}.title_section .text_pod .inquiry_map:hover {
    background: linear-gradient(
        90deg,
        rgb(138,168,195) 0%,
        rgb(177,200,218) 100%
    );
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomEffect {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes textAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes buttonShine {
    0% {
        left: -100%;
    }
    40% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.title_section .text_pod {
    max-width: 500px;
    padding: 2.5rem;
    margin-left: 8%;
}
}

@media screen and (max-width: 992px) {.title_section {
    height: 90vh;
}.title_section .text_pod {
    max-width: 450px;
    margin-left: 5%;
    padding: 2rem;
}.title_section .text_pod h1 {
    font-size: calc(41px * 0.9);
}
}

@media screen and (max-width: 768px) {.title_section {
    height: auto;
    min-height: unset;
}.title_section .knowledge_guides {
    justify-content: center;
    padding: 4rem 0;
    flex-direction: column;
}.title_section .edu_front {
    height: 100vh;
}.title_section .text_pod {
    max-width: 90%;
    backdrop-filter: blur(10px);
    padding: 2rem;
    margin: 0 auto;
}.title_section .text_pod h1 {
    font-size: calc(41px * 0.8);
}.title_section .text_pod p {
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 576px) {.title_section .text_pod {
    padding: 1.5rem;
}.title_section .text_pod h1 {
    margin-bottom: 1rem;
    font-size: calc(41px * 0.7);
}.title_section .text_pod p {
    margin-bottom: 1.5rem;
    font-size: calc(17px * 0.9);
}.title_section .text_pod .inquiry_map {
    padding: 0.8rem 2rem;
    font-size: calc(14px * 0.9);
}}.cookie_modal_message {
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
    position: fixed;
    animation: slideUp 0.5s forwards;
    background: rgb(138,168,195);
    font-family: Arial, sans-serif;
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(138,168,195);
    width: 100%;
    padding: 20px 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie_reset {
    align-items: center;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}.cookie_modal_message h5 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}.cookie_modal_message p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
}.cookie_review {
    filter: drop-shadow(0 0 10px rgb(177,200,218));
    flex-shrink: 0;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    display: flex;
}.cookie_review svg {
    fill: rgb(177,200,218);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.cookie_review:hover svg {
    transform: scale(1.1);
}.cookie_screen {
    min-width: 140px;
    padding: 10px 20px;
    line-height: 40px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(177,200,218);
    background: linear-gradient(90deg, rgb(177,200,218), rgb(138,168,195));
    color: #000000;
    border-radius: 15px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 19px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-left: 10px;
}.cookie_screen:hover {
    box-shadow: 0 0 20px rgb(138,168,195);
}.cookie_button.data_consent:hover {
    box-shadow: 0 0 15px rgb(138,168,195);
}.cookie_modal_message p a {
    color: rgb(177,200,218);
    transition: color 0.3s ease;
    text-decoration: none;
}.cookie_modal_message p a:hover {
    color: rgb(138,168,195);
}#dialogConsentForm {
    display: none;
}#dialogConsentForm:checked ~ .cookie_modal_message {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_modal_message {
    padding: 15px 0;
}.cookie_reset {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_review {
    display: none;
}.cookie_reset {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookie_modal_message h5 {
    font-size: 17px;
    margin-bottom: 5px;
}.cookie_all {
    margin-bottom: 15px;
}.cookie_screen {
    margin: 10px 0;
    min-width: 100%;
}}
.our_mission {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(215,227,238) 40%, rgba(rgb(177,200,218,0.5), 0.05) 100%);
    overflow: hidden;
}.our_mission::before {
    opacity: 0.07;
    height: 70%;
    z-index: 1;
    content: "";
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    pointer-events: none;
    width: 40%;
    right: -5%;
    background: linear-gradient(210deg, rgb(177,200,218) 10%, rgb(138,168,195) 90%);
}.our_mission::after {
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
    transform: rotate(15deg) skewY(-5deg);
    position: absolute;
    width: 30%;
    background: linear-gradient(30deg, rgb(138,168,195) 20%, rgb(177,200,218) 80%);
    height: 60%;
    bottom: -5%;
    left: -5%;
    content: "";
}.our_mission .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.our_mission h1 {
    transform: translateZ(0);
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: left;
    font-size: 45px;
    position: relative;
}.our_mission h1::after {
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(177,200,218), rgb(138,168,195));
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    transform-origin: left center;
    left: 0;
    height: 4px;
    width: 80px;
}.our_mission h1:hover::after {
    transform: scaleX(1.5);
}.our_mission .learning_creators {
    position: relative;
}.our_mission .learning_creators ul {
    display: grid;
    padding: 0;
    gap: 40px;
    list-style: none;
    grid-template-columns: 1fr;
}.our_mission .training_space {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 40px;
    overflow: hidden;
    z-index: 2;
}.our_mission .training_space::before {
    content: "";
    background: linear-gradient(to bottom, rgb(177,200,218), rgb(138,168,195));
    top: 0;
    transition: transform 0.3s ease-out;
    position: absolute;
    width: 4px;
    transform-origin: top center;
    left: 0;
    height: 100%;
}.our_mission .training_space:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.our_mission .training_space:hover::before {
    transform: scaleY(1.05);
}.our_mission .training_space h4 {
    font-size: 24px;
    margin-top: 0;
    position: relative;
    transform: translateZ(0);
    transition: transform 0.3s ease, color 0.3s ease;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(177,200,218);
}.our_mission .training_space:hover h4 {
    transform: translateX(5px);
    color: rgb(138,168,195);
}.our_mission .training_space h4::before {
    content: "";
    width: 6px;
    top: 50%;
    position: absolute;
    background-color: rgb(177,200,218);
    transition: background-color 0.3s ease;
    transform: translateY(-50%);
    height: 6px;
    left: 0;
}.our_mission .training_space:hover h4::before {
    background-color: rgb(138,168,195);
}.our_mission .training_space div {
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    opacity: 0.9;
    padding-right: 15px;
    color: #000000;
    max-height: 300px;
    overflow-y: auto;
}.our_mission .training_space div::-webkit-scrollbar {
    width: 4px;
}.our_mission .training_space div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(177,200,218), rgb(138,168,195));
    border-radius: 2px;
}.our_mission .training_space div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {.our_mission .learning_creators ul {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}.our_mission h1 {
    font-size: calc(45px * 1.1);
    margin-bottom: 70px;
}.our_mission .training_space {
    padding: 45px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.our_mission .training_space div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.our_mission {
    padding: 150px 0;
}.our_mission::before {
    width: 35%;
    height: 60%;
}.our_mission::after {
    width: 25%;
    height: 50%;
}.our_mission h1 {
    margin-bottom: 80px;
    font-size: calc(45px * 1.2);
}.our_mission h1::after {
    width: 100px;
    height: 5px;
}.our_mission .training_space {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 50px;
}.our_mission .training_space::before {
    width: 5px;
}.our_mission .training_space h4 {
    margin-bottom: 25px;
    font-size: calc(24px * 1.1);
}.our_mission .training_space div {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.our_mission {
    padding: 180px 0;
}.our_mission .container {
    padding: 0 30px;
}.our_mission h1 {
    font-size: calc(45px * 1.3);
}.our_mission .learning_creators ul {
    gap: 40px;
}.our_mission .training_space {
    padding: 60px;
}.our_mission .training_space div {
    max-height: 450px;
}
}

@media (max-width: 767px) {.our_mission {
    padding: 80px 0;
}.our_mission h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 40px;
    text-align: center;
}.our_mission h1::after {
    left: 50%;
    transform: translateX(-50%);
}.our_mission h1:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.our_mission .training_space {
    padding: 30px 25px;
    margin-bottom: 25px;
}.our_mission .training_space h4 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.95);
}.our_mission .training_space div {
    max-height: 250px;
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.course_rewards {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(215,227,238) 0%, rgba(255,255,255,0.97) 100%);
}.course_rewards::before {
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(rgb(177,200,218,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(138,168,195,0.5), 0.07) 0%, transparent 50%);
    left: 0;
    position: absolute;
    z-index: 0;
}.course_rewards::after {
    transform: scaleX(0.97);
    position: absolute;
    z-index: 1;
    height: 6px;
    left: 0;
    width: 100%;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(177,200,218) 0%, rgb(138,168,195) 100%);
    bottom: -2px;
}.course_rewards h5 {
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    position: relative;
    text-align: center;
    z-index: 2;
    transform: translateZ(0);
}.course_rewards h5::after {
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    bottom: -12px;
    background: rgb(177,200,218);
    position: absolute;
}.course_rewards .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.course_rewards .knowledge_guides {
    flex-direction: column;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateY(0);
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    border-radius: 4px;
    display: flex;
}.course_rewards .knowledge_guides:hover {
    transform: translateY(-5px);
}.course_rewards .pic_list {
    transition: transform 1.2s ease-out;
    object-fit: cover;
    transform: scale(1);
    height: 300px;
    object-position: center;
    width: 100%;
    display: block;
}.course_rewards .knowledge_guides:hover .pic_list {
    transform: scale(1.05);
}.course_rewards .text_pod {
    padding: 2.5rem 2rem;
    position: relative;
}.course_rewards .text_pod::before {
    width: 3px;
    left: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(177,200,218), rgb(138,168,195));
    transition: height 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    position: absolute;
    content: "";
}.course_rewards .knowledge_guides:hover .text_pod::before {
    height: 100%;
}.course_rewards ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.course_rewards li {
    transition: transform 0.3s ease;
    position: relative;
    transform: translateX(0);
    margin-bottom: 1.2rem;
    padding-left: 38px;
}.course_rewards li:hover {
    transform: translateX(5px);
}.course_rewards li p {
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
    align-items: flex-start;
    display: flex;
}.course_rewards li svg {
    height: 26px;
    left: 0;
    width: 26px;
    transition: transform 0.3s ease;
    position: absolute;
    margin-right: 12px;
    top: 2px;
}.course_rewards li:hover svg {
    transform: rotate(10deg);
}.course_rewards svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,200,218);
}.course_rewards li:hover svg path {
    fill: rgb(138,168,195);
}

@media (min-width: 768px) {.course_rewards .knowledge_guides {
    flex-direction: row;
    align-items: stretch;
}.course_rewards .knowledge_guides > div:first-child {
    flex: 0 0 45%;
    overflow: hidden;
}.course_rewards .pic_list {
    height: 100%;
}.course_rewards .text_pod {
    flex: 0 0 55%;
    padding: 3rem;
}.course_rewards ul {
    columns: 1;
}
}

@media (min-width: 992px) {.course_rewards {
    padding: 8rem 0;
}.course_rewards h5 {
    font-size: calc(24px * 1.1);
    margin-bottom: 4rem;
}.course_rewards .text_pod {
    padding: 3.5rem;
}.course_rewards ul {
    column-gap: 2rem;
    columns: 2;
}.course_rewards li {
    break-inside: avoid;
}
}

@media (max-width: 767px) {.course_rewards {
    padding: 4rem 0;
}.course_rewards h5 {
    padding: 0 15px;
    line-height: 1.4;
    font-size: calc(24px * 0.9);
}.course_rewards .pic_list {
    height: 220px;
}.course_rewards .text_pod {
    padding: 1.8rem 1.5rem;
}.course_rewards li {
    margin-bottom: 1rem;
}
}

@media (max-width: 480px) {.course_rewards h5 {
    font-size: calc(24px * 0.8);
}.course_rewards .pic_list {
    height: 180px;
}.course_rewards .text_pod {
    padding: 1.5rem 1.2rem;
}.course_rewards li {
    padding-left: 34px;
}.course_rewards li svg {
    width: 22px;
    height: 22px;
}
}

@media (hover: none) {.course_rewards .knowledge_guides,
  .course_rewards .knowledge_guides:hover {
    transform: translateY(0);
}.course_rewards .pic_list,
  .course_rewards .knowledge_guides:hover .pic_list {
    transform: scale(1);
}.course_rewards li:hover {
    transform: translateX(0);
}
}