* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.contest_info {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1233px;
    margin: auto;
}.top_train {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
}.wrapper-viewport {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning_outcomes {
    position: relative;
    background: linear-gradient(135deg, rgb(237,239,234) 0%, rgba(245, 247, 250, 0.95) 100%);
    font-family: Arial, sans-serif;
    padding: 100px 0;
    overflow: hidden;
}.learning_outcomes::before {
    content: "";
    left: -25%;
    z-index: 0;
    width: 150%;
    pointer-events: none;
    height: 200%;
    top: -50%;
    position: absolute;
    background: radial-gradient(ellipse at center, rgba(rgb(203,212,198,0.5), 0.03) 0%, rgba(rgb(203,212,198,0.5), 0) 70%);
    transform: rotate(-15deg);
}.learning_outcomes::after {
    content: "";
    bottom: 0;
    right: 0;
    width: 35%;
    position: absolute;
    z-index: 0;
    height: 35%;
    background: radial-gradient(circle at bottom right, rgba(rgb(168,179,161,0.5), 0.08) 0%, rgba(rgb(168,179,161,0.5), 0) 70%);
}.learning_outcomes h5 {
    text-align: center;
    font-size: 24px;
    position: relative;
    transition: transform 0.6s ease-out;
    transform: translateY(-5px);
    font-weight: 700;
    margin-bottom: 50px;
    z-index: 1;
    color: #000000;
}.learning_outcomes h5::after {
    height: 3px;
    left: 50%;
    bottom: -12px;
    width: 60px;
    background: rgb(203,212,198);
    transform: translateX(-50%) scaleX(0.8);
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.learning_outcomes h5:hover {
    transform: translateY(-8px);
}.learning_outcomes h5:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.learning_outcomes .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.learning_outcomes .learning_space {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 23px;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
}.learning_outcomes .learning_space:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.learning_outcomes .img_display_box {
    object-fit: cover;
    width: 100%;
    filter: brightness(1.02) contrast(1.05);
    height: 250px;
    vertical-align: middle;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    object-position: center;
}.learning_outcomes .learning_space:hover .img_display_box {
    transform: scale(1.03);
}.learning_outcomes .note_holder {
    padding: 40px 30px;
    position: relative;
}.learning_outcomes .note_holder::before {
    left: 0;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(90deg, rgb(203,212,198) 0%, rgb(168,179,161) 100%);
    transition: transform 0.6s ease-out;
    position: absolute;
    height: 6px;
    transform: scaleX(0.97);
    opacity: 0.8;
}.learning_outcomes .learning_space:hover .note_holder::before {
    transform: scaleX(1);
}.learning_outcomes ul {
    padding: 0;
    gap: 18px;
    list-style: none;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}.learning_outcomes li {
    padding-left: 38px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.learning_outcomes li:hover {
    transform: translateX(5px);
}.learning_outcomes li div {
    position: relative;
}.learning_outcomes li p {
    font-size: 14px;
    margin: 0;
    position: relative;
    line-height: 1.6;
    color: #000000;
}.learning_outcomes li svg {
    left: -38px;
    top: 2px;
    height: 24px;
    width: 24px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.learning_outcomes li:hover svg {
    transform: scale(1.15) rotate(8deg);
}.learning_outcomes li svg path {
    transition: fill 0.3s ease;
    fill: rgb(203,212,198);
}.learning_outcomes li:hover svg path {
    fill: rgb(168,179,161);
}.learning_outcomes li:nth-child(even) svg path:first-child {
    fill-opacity: 0.9;
}.learning_outcomes li:nth-child(odd) svg path:last-child {
    fill-opacity: 0.85;
}

@media (min-width: 768px) {.learning_outcomes .learning_space {
    align-items: stretch;
    flex-direction: row;
}.learning_outcomes .learning_space > div:first-child {
    flex: 0 0 40%;
    overflow: hidden;
}.learning_outcomes .img_display_box {
    height: 100%;
}.learning_outcomes .note_holder {
    flex: 0 0 60%;
    padding: 50px 40px;
}.learning_outcomes .note_holder::before {
    transform: scaleY(0.97);
    top: 15px;
    bottom: 15px;
    width: 6px;
    right: auto;
    height: auto;
}.learning_outcomes .learning_space:hover .note_holder::before {
    transform: scaleY(1);
}.learning_outcomes h5 {
    margin-bottom: 60px;
    font-size: calc(24px * 1.1);
}.learning_outcomes ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
}
}

@media (min-width: 992px) {.learning_outcomes {
    padding: 120px 0;
}.learning_outcomes .learning_space {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.learning_outcomes .learning_space:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-7px);
}.learning_outcomes .note_holder {
    padding: 60px 50px;
}.learning_outcomes ul {
    gap: 30px 40px;
}.learning_outcomes li {
    padding-left: 42px;
}.learning_outcomes li svg {
    top: 3px;
    height: 26px;
    left: -42px;
    width: 26px;
}
}

@media (max-width: 767px) {.learning_outcomes {
    padding: 70px 0;
}.learning_outcomes h5 {
    font-size: calc(24px * 0.9);
    margin-bottom: 40px;
    padding: 0 15px;
}.learning_outcomes .learning_space > div:first-child {
    overflow: hidden;
    height: 200px;
}.learning_outcomes .note_holder {
    padding: 30px 20px;
}.learning_outcomes ul {
    display: block;
}.learning_outcomes li {
    margin-bottom: 15px;
}.learning_outcomes li:last-child {
    margin-bottom: 0;
}
}

@media (max-width: 480px) {.learning_outcomes {
    padding: 50px 0;
}.learning_outcomes h5 {
    font-size: calc(24px * 0.8);
    margin-bottom: 30px;
}.learning_outcomes .learning_space > div:first-child {
    height: 180px;
}.learning_outcomes .note_holder {
    padding: 25px 18px;
}.learning_outcomes li {
    padding-left: 34px;
}.learning_outcomes li svg {
    left: -34px;
    height: 22px;
    width: 22px;
}.learning_outcomes li p {
    font-size: calc(14px * 0.95);
}}header {
    padding: 1.2rem 0;
    z-index: 100;
    background: linear-gradient(to bottom, rgb(237,239,234), #ffffff);
    width: 100%;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}header::before {
    content: '';
    width: 100%;
    opacity: 0.5;
    z-index: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(203,212,198,0.5) 65%, 
        rgb(203,212,198,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(168,179,161,0.5) 75%, 
        rgb(168,179,161,0.5) 80%, 
        transparent 80%);
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}header .container {
    max-width: 100%;
    padding: 0 3%;
    position: relative;
    margin: 0;
    width: 100%;
    z-index: 1;
}header .head_teach {
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}header .top_master {
    transition: all 0.3s ease;
    align-items: center;
    overflow: hidden;
    display: flex;
    padding: 0.5rem 1.5rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgb(203,212,198,0.5), rgb(168,179,161,0.5));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    text-decoration: none;
}header .top_master::before {
    width: 200%;
    content: '';
    position: absolute;
    opacity: 0;
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    top: -50%;
    height: 200%;
}header .top_master:hover::before {
    opacity: 1;
}header .top_master svg {
    height: auto;
    transition: all 0.3s ease;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .top_master:hover svg {
    transform: scale(1.03);
}header .main_info {
    margin-top: 0.5rem;
    max-width: 800px;
    flex-wrap: wrap;
    gap: 0.6rem;
    display: flex;
    width: 100%;
    justify-content: center;
}header .header_base {
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-size: 15px;
    z-index: 1;
    position: relative;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}header .header_base::before {
    position: absolute;
    height: 3px;
    content: '';
    top: 0;
    background: linear-gradient(to right, rgb(203,212,198), rgb(168,179,161));
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    width: 100%;
}header .header_base:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(203,212,198);
}header .header_base:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top_master {
    padding: 0.5rem 1.2rem;
}header .top_master svg {
    width: 140px;
}header .main_info {
    gap: 0.5rem;
}header .header_base {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .head_teach {
    gap: 1.5rem;
}header .top_master {
    padding: 0.4rem 1rem;
}header .top_master svg {
    width: 130px;
}header .main_info {
    gap: 0.5rem;
}header .header_base {
    padding: 0.5rem 0.9rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .head_teach {
    gap: 1rem;
}header .top_master svg {
    width: 120px;
}header .main_info {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    gap: 0.4rem;
}header .main_info::-webkit-scrollbar {
    height: 3px;
}header .main_info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(203,212,198);
}header .header_base {
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
}}.privacy_fort {
    height: auto;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 40px;
}.privacy_fort h1 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 38px;
    padding-bottom: 10px;
    color: rgb(203,212,198);
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(203,212,198);
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-top: 40px;
}.privacy_fort h2 {
    padding-bottom: 8px;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    font-size: 37px;
    margin-top: 30px;
}.privacy_fort ul, .privacy_fort ol {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}.privacy_fort ul li, .privacy_fort ol li {
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    background: rgb(203,212,198,0.5);
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
}.privacy_fort ul li::before, .privacy_fort ol li::before {
    margin-left: -1em;
    width: 1em;
    font-weight: 700;
    display: inline-block;
    color: rgb(203,212,198);
    content: '\2022';
}.privacy_fort p, .privacy_fort span, .privacy_fort div {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
}.privacy_fort p:hover, .privacy_fort span:hover, .privacy_fort div:hover {
    color: rgb(203,212,198);
}

@media only screen and (max-width: 800px) {.privacy_fort {
    padding: 20px;
}.privacy_fort h1, .privacy_fort h2 {
    font-size: 23px;
    text-align: center;
}.privacy_fort ul li, .privacy_fort ol li {
    font-size: 13px;
    padding: 8px;
}}

.privacy_fort ul li:hover, .privacy_fort ol li:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: rgb(203,212,198);
    transform: translateY(-3px);
    color: #ffffff;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy_fort h1, .privacy_fort h2 {
    animation: fadeInUp 0.6s ease-in-out;
}footer {
    z-index: 1;
    position: relative;
}footer::before {
    left: 0;
    top: 0;
    background-size: 300% 300%;
    z-index: -1;
    animation: gradientFlow 20s ease infinite;
    bottom: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(203,212,198,0.5) 35%, rgb(168,179,161,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    right: 0;
    opacity: 0.75;
    content: "";
}footer::after {
    opacity: 0.15;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    content: "";
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(203,212,198,0.5) 25%, rgb(203,212,198,0.5) 26%, transparent 27%, transparent 74%, rgb(168,179,161,0.5) 75%, rgb(168,179,161,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(203,212,198,0.5) 25%, rgb(203,212,198,0.5) 26%, transparent 27%, transparent 74%, rgb(168,179,161,0.5) 75%, rgb(168,179,161,0.5) 76%, transparent 77%, transparent);
    z-index: -1;
    right: 0;
}.contest_info {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.contest_info::before {
    width: 100%;
    content: "";
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(203,212,198), rgb(168,179,161), transparent);
    top: 0;
    box-shadow: 0 0 20px rgb(203,212,198,0.5);
    left: 0;
    height: 2px;
}.contest_info .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
}.contest_info .company_holder {
    padding: 2rem;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: all 0.4s ease;
    position: relative;
    border-radius: 16px;
    flex: 1 1 350px;
    backdrop-filter: blur(8px);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.contest_info .company_holder::before {
    background: linear-gradient(90deg, transparent, rgb(203,212,198), transparent);
    position: absolute;
    transform: translateY(-1px);
    top: 0;
    height: 1px;
    left: -50%;
    content: "";
    width: 200%;
}.contest_info .company_holder::after {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(168,179,161), transparent);
    content: "";
    transform: translateY(1px);
    height: 1px;
    left: 0;
}.contest_info .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(203,212,198,0.5);
    transform: translateY(-5px);
}.contest_info .company_holder h3 {
    color: #ffffff;
    display: inline-block;
    text-shadow: 0 0 15px rgb(203,212,198,0.5);
    font-size: 30px;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
}.contest_info .company_holder h3::after {
    box-shadow: 0 0 10px rgb(203,212,198);
    border-radius: 10px;
    height: 3px;
    width: 50px;
    bottom: -8px;
    content: "";
    left: 0;
    transition: width 0.3s ease-out;
    position: absolute;
    background: linear-gradient(90deg, rgb(203,212,198), rgb(168,179,161));
}.contest_info .company_holder:hover h3::after {
    width: 100%;
}.contest_info .footer_workshops {
    text-shadow: 0 0 10px #000000;
    max-width: 100%;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.85;
    font-size: 13px;
}.contest_info .youtube_chan {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.contest_info .head_sitebar {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.contest_info .main_info {
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 2rem;
    min-width: 250px;
    border-radius: 16px;
    backdrop-filter: blur(8px);
    flex: 1 1 calc(50% - 1.25rem);
    transition: all 0.4s ease;
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}.contest_info .main_info::before {
    height: 1px;
    top: 0;
    transform: translateY(-1px);
    background: linear-gradient(90deg, transparent, rgb(168,179,161), transparent);
    content: "";
    left: -50%;
    position: absolute;
    width: 200%;
}.contest_info .main_info::after {
    bottom: 0;
    height: 1px;
    left: 0;
    transform: translateY(1px);
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(203,212,198), transparent);
    position: absolute;
    content: "";
}.contest_info .main_info:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(168,179,161,0.5);
    transform: translateY(-5px);
}.contest_info .main_info h5 {
    position: relative;
    margin: 0 0 1.5rem;
    font-size: 22px;
    letter-spacing: 0.5px;
    display: inline-block;
    font-weight: 600;
    text-shadow: 0 0 15px rgb(168,179,161,0.5);
    color: #ffffff;
}.contest_info .main_info h5::after {
    width: 40px;
    transition: width 0.3s ease-out;
    position: absolute;
    content: "";
    box-shadow: 0 0 10px rgb(168,179,161);
    left: 0;
    background: linear-gradient(90deg, rgb(168,179,161), rgb(203,212,198));
    border-radius: 10px;
    height: 3px;
    bottom: -8px;
}.contest_info .main_info:hover h5::after {
    width: 100%;
}.contest_info .main_info .head_sitebar {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.contest_info .main_info .head_sitebar a {
    display: block;
    opacity: 0.8;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    text-shadow: 0 0 5px #000000;
    color: #ffffff;
    font-size: 13px;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
}.contest_info .main_info .head_sitebar a::before {
    width: 3px;
    opacity: 0.5;
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgb(203,212,198), rgb(168,179,161));
    height: 100%;
    left: 0;
    content: "";
}.contest_info .main_info .head_sitebar a::after {
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    width: 0;
    z-index: -1;
}.contest_info .main_info .head_sitebar a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
    text-shadow: 0 0 10px rgb(168,179,161,0.5);
}.contest_info .main_info .head_sitebar a:hover::before {
    width: 5px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(203,212,198);
}.contest_info .main_info .head_sitebar a:hover::after {
    opacity: 0.2;
    width: 100%;
}.mod_tools {
    background: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 2rem 0;
}.mod_tools::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    opacity: 0.5;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(203,212,198), rgb(168,179,161), transparent);
}.mod_tools .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.mod_tools .site_map {
    position: relative;
    opacity: 0.7;
    text-align: center;
    text-shadow: 0 0 5px #000000;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
    letter-spacing: 0.5px;
}.mod_tools .site_map:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(168,179,161,0.5);
}

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

@media (max-width: 1200px) {.contest_info .container {
    gap: 2rem;
}.contest_info .company_holder {
    flex: 1 1 320px;
}.contest_info .youtube_chan {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.contest_info {
    padding: 3.5rem 0 2rem;
}.contest_info .container {
    gap: 2rem;
    flex-direction: column;
}.contest_info .company_holder,
    .contest_info .youtube_chan {
    flex: 1 1 100%;
    min-width: 100%;
}.contest_info .main_info {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.contest_info {
    padding: 3rem 0 1.5rem;
}.contest_info .company_holder,
    .contest_info .main_info {
    padding: 1.5rem;
}.contest_info .head_sitebar {
    gap: 1.5rem;
}.contest_info .company_holder h3 {
    font-size: calc(30px - 2px);
}.contest_info .main_info h5 {
    font-size: calc(22px - 1px);
}.contest_info .company_holder:hover,
    .contest_info .main_info:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.contest_info {
    padding: 2.5rem 0 1rem;
}.contest_info .head_sitebar {
    gap: 1rem;
}.contest_info .main_info {
    min-width: 100%;
    flex: 1 1 100%;
}.contest_info .main_info .head_sitebar a {
    padding: 0.4rem 0.8rem;
}.contest_info .main_info .head_sitebar a:hover {
    padding-left: 1.2rem;
}.mod_tools {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.contest_info .company_holder:hover,
    .contest_info .main_info:hover {
    transform: translateY(-2px);
}}.pricing_feature {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.pricing_feature::before {
    position: absolute;
    top: 0;
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    left: 0;
    z-index: 1;
    bottom: 0;
    content: "";
    right: 0;
}.pricing_feature .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.pricing_feature .pro_rates {
    position: relative;
}.pricing_feature h2 {
    font-weight: 700;
    position: relative;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    transform: translateY(20px);
    opacity: 0;
}.pricing_feature .learn_rates {
    max-width: 700px;
    transform: translateY(20px);
    opacity: 0;
    word-break: break-word;
    margin: 0 auto 50px;
    font-size: 18px;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    text-align: center;
    line-height: 1.6;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
}.pricing_feature .value_fees {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    display: grid;
    padding: 0;
}.pricing_feature .value_fees li {
    perspective: 1000px;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    opacity: 0;
    transform: translateY(30px);
    transform-style: preserve-3d;
}.pricing_feature .value_fees li:nth-child(1) {
    --i: 0;
}.pricing_feature .value_fees li:nth-child(2) {
    --i: 1;
}.pricing_feature .value_fees li:nth-child(3) {
    --i: 2;
}.pricing_feature .value_fees li:nth-child(4) {
    --i: 3;
}.pricing_feature .learning_packages {
    transform-style: preserve-3d;
    position: relative;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    height: 100%;
    display: block;
}.pricing_feature .learning_packages:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.pricing_feature .payment_plan {
    position: relative;
    padding: 30px;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    border-radius: 10px;
}.pricing_feature .learning_packages:hover .payment_plan {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(203,212,198,0.5), 0.15);
    border-color: rgba(rgb(203,212,198,0.5), 0.3);
}.pricing_feature .payment_plan::before {
    top: -50%;
    z-index: -1;
    height: 200%;
    content: "";
    left: -50%;
    opacity: 0;
    transform: rotate(45deg);
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(168,179,161,0.5), 0.1) 100%);
    transition: opacity 0.8s ease;
    position: absolute;
    width: 200%;
}.pricing_feature .learning_packages:hover .payment_plan::before {
    opacity: 1;
}.pricing_feature .price_grid {
    z-index: 1;
    display: flex;
    position: relative;
    flex-direction: column;
    height: 100%;
}.pricing_feature .price_grid h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: calc(18px * 1.1);
}.pricing_feature .price_grid h4::after {
    content: "";
    transition: transform 0.4s ease;
    height: 3px;
    width: 50px;
    display: block;
    margin-top: 10px;
    transform-origin: left;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(203,212,198), rgba(rgb(203,212,198,0.5), 0.5));
}.pricing_feature .learning_packages:hover .price_grid h4::after {
    transform: scaleX(1);
}.pricing_feature .price_grid p {
    word-break: break-word;
    font-size: calc(18px * 0.95);
    scrollbar-color: rgba(rgb(203,212,198,0.5), 0.5) rgba(255, 255, 255, 0.05);
    overflow-y: auto;
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.75);
    max-height: 250px;
    line-height: 1.6;
    scrollbar-width: thin;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    flex-grow: 1;
}.pricing_feature .price_grid p::-webkit-scrollbar {
    width: 4px;
}.pricing_feature .price_grid p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.pricing_feature .price_grid p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(rgb(203,212,198,0.5), 0.5);
}.pricing_feature .access_cost {
    background: linear-gradient(135deg, rgb(203,212,198), rgb(168,179,161));
    font-size: calc(18px * 1.3);
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: #ffffff;
    padding: 5px 0;
    align-self: flex-start;
}.pricing_feature .access_cost::before {
    width: 100%;
    height: 1px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(203,212,198), transparent);
    position: absolute;
    left: 0;
    content: "";
}

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

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

@media (max-width: 992px) {.pricing_feature h2 {
    font-size: calc(32px * 0.9);
}.pricing_feature .learn_rates {
    margin-bottom: 40px;
    font-size: calc(18px * 0.95);
}.pricing_feature .payment_plan {
    padding: 25px;
}.pricing_feature .price_grid h4 {
    font-size: calc(18px * 1);
}.pricing_feature .access_cost {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 768px) {.pricing_feature {
    padding: 60px 0;
}.pricing_feature .value_fees {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_feature .price_grid p {
    font-size: calc(18px * 0.9);
    max-height: 150px;
}
}

@media (max-width: 480px) {.pricing_feature {
    padding: 50px 0;
}.pricing_feature h2 {
    font-size: calc(32px * 0.8);
}.pricing_feature .learn_rates {
    margin-bottom: 30px;
    font-size: calc(18px * 0.9);
}.pricing_feature .payment_plan {
    padding: 20px;
}.pricing_feature .price_grid h4 {
    font-size: calc(18px * 0.95);
    margin-bottom: 10px;
}.pricing_feature .access_cost {
    font-size: calc(18px * 1.1);
}}.welcome_page {
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
    background: linear-gradient(135deg, rgb(237,239,234), rgba(0, 0, 0, 0.5));
    position: relative;
    display: flex;
    align-items: center;
}.welcome_page::before {
    top: 0;
    z-index: 1;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(168,179,161,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 70%, rgb(203,212,198,0.5) 0%, transparent 40%);
    content: "";
    pointer-events: none;
    height: 100%;
    left: 0;
}.welcome_page::after {
    content: "";
    width: 40%;
    position: absolute;
    height: 40%;
    opacity: 0.07;
    background: rgb(203,212,198);
    right: -5%;
    animation: floatEffect 12s infinite alternate ease-in-out;
    filter: blur(60px);
    transform: rotate(-15deg) skew(20deg);
    z-index: 0;
    bottom: -5%;
}.welcome_page .learning_main {
    max-width: 1200px;
    display: grid;
    width: 90%;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 2;
    transform: translateY(-2%);
}.welcome_page .learning_main > div:first-child {
    backdrop-filter: blur(8px);
    padding: 2rem;
    animation: slideIn 0.8s ease-out forwards;
    transform: translateX(-10px);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    border-left: 3px solid rgb(203,212,198);
}.welcome_page .learning_main > div:first-child::before {
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(203,212,198,0.5), transparent);
    top: 0;
    z-index: -1;
    content: "";
    opacity: 0.1;
    height: 100%;
}.welcome_page p {
    color: #ffffff;
    max-width: 600px;
    margin: 0;
    line-height: 1.6;
    font-size: calc(12px * 1.2);
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 600;
}.welcome_page .learning_lab {
    clip-path: polygon(
    0 0, 
    100% 0, 
    100% 85%, 
    95% 100%, 
    0 100%
  );
    opacity: 0;
    overflow: hidden;
    animation: fadeUpIn 1s 0.3s ease-out forwards;
    position: relative;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
}.welcome_page .learning_lab > div {
    justify-content: space-between;
    padding: 3.5rem 2.5rem;
    z-index: 1;
    position: relative;
    flex-direction: column;
    display: flex;
    min-height: 350px;
}.welcome_page .learning_lab > div::before {
    left: 0;
    top: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
}.welcome_page .learning_lab > div::after {
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    left: 0;
    background: linear-gradient(
    90deg,
    rgb(203,212,198) 0%,
    transparent 100%
  );
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
}.welcome_page h3 {
    max-width: 90%;
    margin: 0 0 2rem 0;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    line-height: 1.5;
    font-size: calc(24px * 1.1);
}.welcome_page h3::before {
    transform-origin: left;
    content: "";
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.4, 1);
    transform: scaleX(0);
    left: 0;
    top: -15px;
    position: absolute;
    height: 3px;
    background: rgb(203,212,198);
    width: 60px;
}.welcome_page .title_style_header {
    position: relative;
    animation: fadeUpIn 1s 0.6s ease-out forwards;
    color: #ffffff;
    opacity: 0;
    transform: translateY(15px);
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 
              0 4px 20px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    font-size: 42px;
    margin: 0;
}.welcome_page .title_style_header::after {
    background: linear-gradient(to right, rgb(203,212,198), transparent);
    transform-origin: left;
    height: 10px;
    bottom: -20px;
    left: 0;
    width: 100%;
    opacity: 0.7;
    content: "";
    position: absolute;
    transform: scaleX(0.3);
    animation: lineExtend 1.5s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

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

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

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

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

@keyframes floatEffect {
  0% {
    transform: rotate(-15deg) skew(20deg) translate(0, 0);
  }
  100% {
    transform: rotate(-12deg) skew(18deg) translate(-20px, -20px);
  }
}

@media (min-width: 768px) {.welcome_page .learning_main {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.welcome_page .learning_main > div:first-child {
    display: flex;
    padding: 3rem;
    align-items: center;
}.welcome_page p {
    font-size: calc(12px * 1.4);
}.welcome_page .learning_lab {
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% 90%, 
      85% 100%, 
      0 100%
    );
}.welcome_page .learning_lab > div {
    padding: 4rem 3rem;
    min-height: 400px;
}.welcome_page h3 {
    font-size: 24px;
    max-width: 80%;
}.welcome_page .title_style_header {
    font-size: calc(42px * 1.2);
}
}

@media (min-width: 992px) {.welcome_page {
    height: 100vh;
}.welcome_page .learning_main {
    width: 85%;
    gap: 4rem;
}.welcome_page .learning_main > div:first-child {
    padding: 3.5rem;
    transform: translateY(2rem);
}.welcome_page p {
    font-size: calc(12px * 1.5);
}.welcome_page .learning_lab > div {
    min-height: 450px;
    padding: 5rem 4rem;
}.welcome_page h3 {
    font-size: calc(24px * 1.1);
    max-width: 70%;
}.welcome_page .title_style_header {
    font-size: calc(42px * 1.4);
}.welcome_page .title_style_header::after {
    height: 12px;
    bottom: -24px;
}
}

@media (min-width: 1200px) {.welcome_page .learning_main {
    max-width: 1400px;
    width: 80%;
}.welcome_page .learning_lab > div {
    min-height: 500px;
}.welcome_page h3 {
    max-width: 60%;
}.welcome_page .title_style_header {
    font-size: calc(42px * 1.5);
}
}

@media (max-width: 767px) {.welcome_page {
    padding: 4rem 0;
}.welcome_page .learning_lab > div {
    padding: 2.5rem 1.5rem;
}.welcome_page h3 {
    font-size: 16px;
    margin-bottom: 1.5rem;
}.welcome_page .title_style_header {
    font-size: calc(34px * 0.9);
}.welcome_page .title_style_header::after {
    height: 6px;
    bottom: -12px;
}}.client_feedback {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(237,239,234) 100%);
    overflow: hidden;
}.client_feedback::before {
    background: radial-gradient(circle at 20% 30%, rgb(203,212,198,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(168,179,161,0.5) 0%, transparent 30%);
    top: 0;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
}.client_feedback .container {
    position: relative;
    z-index: 2;
}.client_feedback h2 {
    position: relative;
    text-align: center;
    color: #000000;
    transform: translateX(-50%);
    left: 50%;
    font-weight: 700;
    margin-bottom: 4rem;
    font-size: 28px;
    display: inline-block;
    padding: 0 2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}.client_feedback h2::after {
    position: absolute;
    content: "";
    animation: glow 2s infinite;
    width: 100%;
    bottom: -15px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(203,212,198), transparent);
    left: 0;
}.client_feedback .rating_showcase {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    perspective: 1000px;
}.client_feedback .rating_spot {
    flex: 0 0 calc(33.333% - 2rem);
    background: #ffffff;
    margin: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    border-radius: 10px;
    overflow: hidden;
}.client_feedback .rating_spot::before {
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    opacity: 0.7;
    z-index: 1;
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    background: linear-gradient(45deg, rgb(203,212,198), rgb(168,179,161)) border-box;
    position: absolute;
    border-radius: 10px;
    inset: 0;
    border: 2px solid transparent;
    content: "";
}.client_feedback .rating_spot:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 20px rgb(203,212,198,0.5), 
                0 0 30px rgb(168,179,161,0.5);
    transform: translateY(-15px) rotateX(5deg);
}.client_feedback .rating_spot:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}.client_feedback .rating_spot img {
    height: 180px;
    object-fit: cover;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
    width: 100%;
    border-bottom: 1px solid rgb(237,239,234);
}.client_feedback .rating_spot:hover img {
    filter: grayscale(0%);
}.client_feedback .rating_spot p {
    font-size: calc(16px + 0.1rem);
    font-weight: 600;
    margin: 0;
    position: relative;
    color: #000000;
    padding: 1rem 1.5rem 0;
}.client_feedback .rating_spot p::after {
    left: 1.5rem;
    background: rgb(203,212,198);
    position: absolute;
    width: 40px;
    bottom: -5px;
    content: "";
    height: 2px;
}.client_feedback .rating_spot .description {
    padding: 1rem 1.5rem 1.5rem;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
}.client_feedback .rating_spot:nth-child(3n+1) {
    transform: translateZ(20px);
}.client_feedback .rating_spot:nth-child(3n+2) {
    transform: translateZ(10px);
}.client_feedback .rating_spot:nth-child(3n+3) {
    transform: translateZ(30px);
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(203,212,198), 0 0 10px rgb(203,212,198,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(203,212,198), 0 0 20px rgb(203,212,198);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.client_feedback .rating_spot {
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.client_feedback {
    padding: 4rem 0;
}.client_feedback h2 {
    font-size: calc(28px - 0.3rem);
    margin-bottom: 2.5rem;
}.client_feedback .rating_spot {
    transform: none !important;
    margin: 1rem 0;
    flex: 0 0 100%;
}.client_feedback .rating_spot:hover {
    transform: translateY(-10px) !important;
}}.contact_box {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(237,239,234) 0%, rgba(0, 0, 0, 0.03) 100%);
}.contact_box::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(203,212,198), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(168,179,161), 0.05) 0%, transparent 30%);
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
    right: 0;
    z-index: 0;
    position: absolute;
}.contact_box::after {
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(203,212,198), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(203,212,198), 0.03) 1px, transparent 1px);
    opacity: 0.6;
    background-size: 20px 20px;
    animation: gridMove 20s linear infinite;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact_box .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.contact_box h2 {
    display: inline-block;
    left: 50%;
    font-size: 37px;
    font-weight: 700;
    transform: translateX(-50%);
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}.contact_box h2::after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -15px;
    width: 70%;
    background: linear-gradient(90deg, transparent, rgb(203,212,198), transparent);
    left: 15%;
}.contact_box .feedback_section {
    border-radius: 21px;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    transform: translateY(0);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(203,212,198), 0.05);
    position: relative;
}.contact_box .feedback_section:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(203,212,198), 0.1);
}.contact_box .feedback_section::before {
    top: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(203,212,198), rgb(168,179,161));
    left: 0;
    content: "";
}.contact_box .img_display_box {
    position: relative;
    width: 45%;
    overflow: hidden;
}.contact_box .img_display_box::after {
    top: 0;
    background: linear-gradient(135deg, 
                rgba(rgb(203,212,198), 0.3) 0%, 
                rgba(rgb(168,179,161), 0.3) 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    mix-blend-mode: overlay;
}.contact_box .img_display_box::before {
    content: "";
    animation: shine 6s infinite;
    position: absolute;
    left: -100px;
    z-index: 2;
    width: 150%;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.2);
    top: -100px;
    height: 150px;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact_box .inquiry_request {
    width: 55%;
    position: relative;
    padding: 50px 40px;
}.contact_box .inquiry_request::before {
    right: -50px;
    content: "";
    border-radius: 50%;
    height: 200px;
    background: radial-gradient(circle, rgba(rgb(203,212,198), 0.05) 0%, transparent 70%);
    top: -50px;
    z-index: 0;
    position: absolute;
    width: 200px;
}.contact_box form {
    position: relative;
    z-index: 2;
}.contact_box form h3 {
    position: relative;
    font-size: 23px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
}.contact_box form h3::after {
    background: rgb(203,212,198);
    content: "";
    height: 2px;
    bottom: -10px;
    width: 40px;
    position: absolute;
    left: 0;
}.contact_box form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(#000000, 0.1);
    transition: all 0.3s ease;
    padding: 15px 20px;
    position: relative;
    border-radius: 10px;
    font-size: 12px;
    color: #000000;
    background: rgba(#ffffff, 0.8);
}.contact_box form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(rgb(203,212,198), 0.1);
    background: #ffffff;
    border-color: rgb(203,212,198);
}.contact_box form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_box form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.contact_box .query_query {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.contact_box .query_query input[type="checkbox"] {
    height: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 0;
}.contact_box .query_query label {
    color: #000000;
    user-select: none;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
    padding-left: 35px;
    font-size: 13px;
}.contact_box .query_query label::before {
    position: absolute;
    transition: all 0.3s ease;
    border: 1px solid rgba(#000000, 0.2);
    content: "";
    width: 22px;
    border-radius: 10px;
    height: 22px;
    left: 0;
    top: 0;
    background: rgba(#ffffff, 0.8);
}.contact_box .query_query input[type="checkbox"]:checked + label::before {
    background: rgb(203,212,198);
    border-color: rgb(203,212,198);
}.contact_box .query_query input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    height: 12px;
    content: "";
    border: solid #ffffff;
    left: 8px;
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
    top: 4px;
}.contact_box .query_query label a {
    color: rgb(203,212,198);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.contact_box .query_query label a::after {
    content: "";
    bottom: -2px;
    left: 0;
    transform-origin: left;
    width: 100%;
    background: rgb(203,212,198);
    transform: scaleX(0);
    position: absolute;
    height: 1px;
    transition: transform 0.3s ease;
}.contact_box .query_query label a:hover {
    color: rgb(168,179,161);
}.contact_box .query_query label a:hover::after {
    background: rgb(168,179,161);
    transform: scaleX(1);
}.contact_box .connect_reach {
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 1;
    background: linear-gradient(90deg, rgb(203,212,198), rgb(168,179,161));
    border-radius: 10px;
    border: none;
    padding: 15px 20px;
    position: relative;
}.contact_box .connect_reach::before {
    opacity: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    content: "";
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(168,179,161), rgb(203,212,198));
    position: absolute;
    height: 100%;
}.contact_box .connect_reach:hover::before {
    opacity: 1;
}.contact_box .connect_reach:active {
    transform: translateY(2px);
}.contact_box svg {
    height: 20px;
    transition: fill 0.3s ease;
    fill: rgb(203,212,198);
    margin-right: 10px;
    width: 20px;
}.contact_box svg path {
    transition: fill 0.3s ease;
    fill: rgb(203,212,198);
}.contact_box svg:hover,
.contact_box svg:hover path {
    fill: rgb(168,179,161);
}.contact_box form input {
    background: rgb(237,239,234);
}
@media (max-width: 1024px) {.contact_box {
    padding: 60px 0;
}.contact_box .container {
    padding: 0 15px;
}.contact_box h2 {
    margin-bottom: 40px;
}.contact_box .inquiry_request {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact_box {
    padding: 50px 0;
}.contact_box h2 {
    margin-bottom: 30px;
}.contact_box .feedback_section {
    flex-direction: column;
}.contact_box .img_display_box {
    height: 250px;
    width: 100%;
}.contact_box .inquiry_request {
    width: 100%;
    padding: 30px 25px;
}.contact_box form h3 {
    margin-bottom: 25px;
}.contact_box form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_box .query_query {
    margin-bottom: 25px;
}.contact_box .connect_reach {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact_box {
    padding: 40px 0;
}.contact_box h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.85);
}.contact_box .img_display_box {
    height: 200px;
}.contact_box .inquiry_request {
    padding: 25px 20px;
}.contact_box form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.contact_box form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.contact_box .query_query {
    margin-bottom: 20px;
}.contact_box .query_query label {
    font-size: calc(13px * 0.9);
    padding-left: 30px;
}.contact_box .query_query label::before {
    width: 18px;
    height: 18px;
}.contact_box .query_query input[type="checkbox"]:checked + label::after {
    width: 5px;
    left: 6px;
    height: 10px;
    top: 3px;
}.contact_box .connect_reach {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact_box::after,
    .contact_box .img_display_box::before {
    animation: none;
}.contact_box .feedback_section:hover {
    transform: none;
}}.ty_success {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,212,198,0.5), rgb(168,179,161,0.5) 70%);
    z-index: 1;
}.ty_success::before {
    position: absolute;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
}.ty_success::after {
    position: absolute;
    z-index: -1;
    top: -50%;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(168,179,161,0.5) 0%, transparent 70%);
    height: 100%;
    transform: scale(1.5);
    content: '';
    right: -50%;
    width: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
}.ty_success .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.ty_success .learning_space {
    display: flex;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 3.5rem;
    max-width: 900px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
}.ty_success .learning_space:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}.ty_success .learning_space > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.ty_success .learning_space > div:first-child::before {
    transform: translateY(-50%);
    background: rgb(203,212,198);
    height: 60px;
    top: 50%;
    content: '';
    left: -3.5rem;
    width: 1.5rem;
    position: absolute;
}.ty_success h5 {
    font-size: 20px;
    margin: 0;
    border-left: 3px solid rgb(168,179,161);
    line-height: 1.4;
    font-weight: 700;
    padding-left: 1rem;
    position: relative;
    color: #000000;
}.ty_success a {
    display: block;
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transform-origin: left center;
}.ty_success a::before {
    position: absolute;
    z-index: -1;
    content: '';
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    background: linear-gradient(90deg, rgb(203,212,198,0.5) 0%, transparent 100%);
    height: 100%;
}.ty_success a:hover::before {
    opacity: 0.1;
}.ty_success p {
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    transition: transform 0.3s ease, color 0.3s ease;
    margin: 0;
}.ty_success a:hover p {
    transform: translateX(5px);
    color: rgb(203,212,198);
}.ty_success .learning_space > div:last-child {
    position: relative;
    padding-top: 2rem;
}.ty_success .learning_space > div:last-child::before {
    content: '';
    background: linear-gradient(90deg, rgb(203,212,198,0.5), transparent 80%);
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.ty_success {
    padding: 4rem 0;
}.ty_success .learning_space {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.ty_success .learning_space > div:first-child::before {
    left: -2.5rem;
    width: 1rem;
    height: 50px;
}.ty_success h5 {
    font-size: calc(20px - 0.1rem);
}
}

@media (max-width: 768px) {.ty_success {
    padding: 3rem 0;
}.ty_success .learning_space {
    padding: 2rem;
    transform: none;
}.ty_success .learning_space:hover {
    transform: translateY(-5px);
}.ty_success .learning_space > div:first-child::before {
    left: -2rem;
    height: 40px;
    width: 0.7rem;
}.ty_success h5 {
    font-size: calc(20px - 0.2rem);
    padding-left: 0.7rem;
}
}

@media (max-width: 576px) {.ty_success {
    padding: 2.5rem 0;
}.ty_success .container {
    padding: 0 1.5rem;
}.ty_success .learning_space {
    padding: 1.5rem;
}.ty_success .learning_space > div:first-child {
    margin-bottom: 1.5rem;
}.ty_success .learning_space > div:first-child::before {
    width: 0.5rem;
    height: 30px;
    left: -1.5rem;
}.ty_success h5 {
    font-size: calc(20px - 0.3rem);
    padding-left: 0.5rem;
}.ty_success p {
    line-height: 1.6;
    font-size: calc(18px - 0.1rem);
}.ty_success .learning_space > div:last-child {
    padding-top: 1.5rem;
}}.course_program_info {
    display: flex;
    min-height: 100vh;
    background-color: rgb(237,239,234);
    position: relative;
    overflow: hidden;
    align-items: center;
}.course_program_info .learn_skills {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
}.course_program_info .study_route {
    width: 500%;
    display: flex;
    height: 100%;
    animation: slide-show 35s ease-in-out infinite;
}.course_program_info .learn_skills:hover .study_route {
    animation-play-state: paused;
}.course_program_info .learn_path {
    height: 100%;
    width: 20%;
    position: relative;
    overflow: hidden;
}.course_program_info .learn_path img {
    width: 100%;
    transform-origin: center;
    object-fit: cover;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    height: 100%;
    filter: brightness(0.8) saturate(1.3);
}.course_program_info .learn_path::before {
    content: '';
    opacity: 0.7;
    z-index: 2;
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(0deg, 
            rgb(203,212,198,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(168,179,161,0.5) 100%),
        linear-gradient(90deg, 
            rgb(203,212,198,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(168,179,161,0.5) 100%);
}.course_program_info .learn_path::after {
    position: absolute;
    animation: slide-pattern 15s linear infinite;
    inset: 0;
    content: '';
    mix-blend-mode: overlay;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(203,212,198,0.5) 0px,
            rgb(203,212,198,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    opacity: 0.3;
    z-index: 3;
}.course_program_info .container {
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 4;
}.course_program_info .learning_space {
    padding: 0.5rem;
    max-width: 600px;
    margin-left: 0;
    position: relative;
    width: 100%;
    border-radius: 13px;
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        135deg,
        rgb(203,212,198,0.5) 0%,
        rgb(168,179,161,0.5) 100%
    );
}.course_program_info .learn_network {
    background: rgb(237,239,234);
    padding: 3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: relative;
}.course_program_info .learn_network::before {
    inset: 0;
    z-index: -1;
    position: absolute;
    content: '';
    opacity: 0.15;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(203,212,198,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(168,179,161,0.5) 0%,
            transparent 70%
        );
}.course_program_info .learn_network h3 {
    display: inline-block;
    font-size: 30px;
    color: rgb(203,212,198);
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.course_program_info .learn_network h3::after {
    position: absolute;
    content: '';
    left: 0;
    transition: width 0.3s ease, transform 0.3s ease;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(to right, 
        rgb(203,212,198), 
        rgb(168,179,161));
    bottom: -10px;
    width: 60px;
}.course_program_info .learn_network:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}.course_program_info .learn_network p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 14px;
}.course_program_info .learn_network .connect_reach {
    padding: 0.9rem 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    font-size: 19px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgb(203,212,198,0.5);
    color: #ffffff;
    background: linear-gradient(to right, 
        rgb(203,212,198), 
        rgb(168,179,161));
    overflow: hidden;
    position: relative;
    text-decoration: none;
}.course_program_info .learn_network .connect_reach::before {
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(to right, 
        rgb(168,179,161), 
        rgb(203,212,198));
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
}.course_program_info .learn_network .connect_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(168,179,161,0.5);
}.course_program_info .learn_network .connect_reach:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course_program_info .learn_network {
    padding: 2.5rem;
}.course_program_info .learning_space {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course_program_info .learning_space {
    max-width: 650px;
}.course_program_info .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course_program_info {
    padding: 0;
    flex-direction: column;
    min-height: auto;
}.course_program_info .learn_skills {
    position: relative;
    height: 350px;
}.course_program_info .container {
    width: 100%;
    padding: 3rem 1.5rem;
}.course_program_info .learning_space {
    max-width: 100%;
    margin: 0 auto;
}.course_program_info .learn_network {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course_program_info .learn_skills {
    height: 300px;
}.course_program_info .study_route {
    animation-duration: 25s;
}.course_program_info .container {
    padding: 2.5rem 1rem;
}.course_program_info .learn_network {
    padding: 1.8rem;
}.course_program_info .learn_network h3 {
    font-size: calc(30px * 0.9);
}.course_program_info .learn_network p {
    font-size: calc(14px * 0.95);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.course_program_info .learn_skills {
    height: 250px;
}.course_program_info .study_route {
    animation-duration: 20s;
}.course_program_info .container {
    padding: 2rem 0.8rem;
}.course_program_info .learn_network {
    padding: 1.5rem;
}.course_program_info .learn_network h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1rem;
}.course_program_info .learn_network p {
    margin-bottom: 1.2rem;
    font-size: calc(14px * 0.85);
    line-height: 1.5;
}.course_program_info .learn_network .connect_reach {
    width: 100%;
    padding: 0.8rem 1.5rem;
    text-align: center;
}
}

@media (prefers-reduced-motion) {.course_program_info .study_route,
    .course_program_info .learn_path img,
    .course_program_info .learn_path::after {
    animation: none;
}}.privacyAgreementDialog {
    font-family: Arial, sans-serif;
    bottom: 0;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    z-index: 90;
    background: rgb(168,179,161);
    border-top: 3px solid rgb(168,179,161);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    animation: slideUp 0.5s forwards;
    transform: translateY(100%);
    padding: 20px 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.privacy_ctrl {
    justify-content: space-between;
    gap: 20px;
    display: flex;
    align-items: center;
    padding: 20px 5%;
}.privacyAgreementDialog h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 21px;
}.privacyAgreementDialog p {
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}.gdpr_banner {
    align-items: center;
    margin-right: 15px;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(203,212,198));
    flex-shrink: 0;
    justify-content: center;
}.gdpr_banner svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
    fill: rgb(203,212,198);
}.gdpr_banner:hover svg {
    transform: scale(1.1);
}.cookie_verify {
    line-height: 40px;
    color: #000000;
    min-width: 140px;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 20px;
    flex-shrink: 0;
    font-size: 18px;
    box-shadow: 0 0 15px rgb(203,212,198);
    text-align: center;
    margin-left: 10px;
    border-radius: 27px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(90deg, rgb(203,212,198), rgb(168,179,161));
    cursor: pointer;
}.cookie_verify:hover {
    box-shadow: 0 0 20px rgb(168,179,161);
}.cookie_button.data_notice:hover {
    box-shadow: 0 0 15px rgb(168,179,161);
}.privacyAgreementDialog p a {
    color: rgb(203,212,198);
    transition: color 0.3s ease;
    text-decoration: none;
}.privacyAgreementDialog p a:hover {
    color: rgb(168,179,161);
}#cookie_banneralert {
    display: none;
}#cookie_banneralert:checked ~ .privacyAgreementDialog {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.privacyAgreementDialog {
    padding: 15px 0;
}.privacy_ctrl {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.gdpr_banner {
    display: none;
}.privacy_ctrl {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.privacyAgreementDialog h5 {
    font-size: 22px;
    margin-bottom: 5px;
}.consent_panel {
    margin-bottom: 15px;
}.cookie_verify {
    min-width: 100%;
    margin: 10px 0;
}}
.our_mission {
    padding: 5rem 0;
    min-height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}.our_mission::before {
    z-index: 1;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    background: #000000;
    top: 0;
    opacity: 0.75;
    right: 0;
}.our_mission::after {
    width: 100%;
    animation: rotateBackground 30s infinite linear;
    top: -50%;
    z-index: 2;
    right: -50%;
    position: absolute;
    height: 100%;
    opacity: 0.15;
    background: rgb(203,212,198);
    content: "";
    transform: rotate(25deg);
}.our_mission .container {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 2rem;
    max-width: 1200px;
    transform-origin: center center;
    margin: 0 auto;
    z-index: 10;
}.our_mission h2 {
    font-size: calc(37px * 1.5);
    margin-bottom: 3rem;
    color: #ffffff;
    transform: translateZ(50px);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}.our_mission h2::after {
    transform: skewX(-20deg);
    height: 4px;
    position: absolute;
    background: rgb(168,179,161);
    left: 0;
    content: "";
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    width: 80px;
    bottom: -10px;
}.our_mission .note_holder {
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 3rem;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
}.our_mission .note_holder::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 5px;
    background: linear-gradient(to bottom, rgb(203,212,198), rgb(168,179,161));
    transform: translateZ(20px);
    left: 0;
    top: 0;
}.our_mission .note_holder::after {
    background: rgb(168,179,161);
    width: 200px;
    border-radius: 50%;
    right: -10%;
    opacity: 0.05;
    content: "";
    top: -10%;
    z-index: -1;
    position: absolute;
    height: 200px;
}.our_mission .note_holder:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.our_mission .note_holder > div {
    position: relative;
    z-index: 5;
}.our_mission .note_holder p {
    display: inline-block;
    padding-bottom: 0.5rem;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateZ(10px);
    position: relative;
    font-size: calc(16px * 1.5);
    font-weight: 600;
}.our_mission .note_holder p::after {
    background: linear-gradient(to right, rgb(203,212,198), transparent);
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    position: absolute;
}.our_mission .note_holder div div {
    column-count: 2;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    text-align: justify;
    column-gap: 2.5rem;
    transform: translateZ(5px);
}

@keyframes rotateBackground {
    0% {
        transform: rotate(25deg);
    }
    100% {
        transform: rotate(385deg);
    }
}

@media (max-width: 992px) {.our_mission {
    padding: 4rem 0;
}.our_mission h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 1.3);
}.our_mission .note_holder {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.our_mission .note_holder div div {
    column-count: 2;
}
}

@media (max-width: 768px) {.our_mission {
    padding: 3rem 0;
}.our_mission h2 {
    margin-bottom: 2rem;
    font-size: 37px;
}.our_mission .note_holder {
    transform: none;
    padding: 2rem;
}.our_mission .container {
    transform: none;
}.our_mission .note_holder div div {
    column-count: 1;
}.our_mission .note_holder p {
    font-size: calc(16px * 1.2);
}
}

@media (max-width: 576px) {.our_mission {
    padding: 2.5rem 0;
}.our_mission h2 {
    margin-bottom: 1.5rem;
}.our_mission .note_holder {
    padding: 1.5rem;
}.our_mission h2::after {
    height: 3px;
    width: 60px;
}.our_mission .container {
    padding: 0 1.5rem;
}
}

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

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

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

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

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

@media (max-width: 480px) {.info_hub {
    padding: 3rem 1rem;
}.info_hub h1 {
    font-size: calc(47px * 0.8);
}.info_hub .message_request {
    padding: 1.5rem;
}.info_hub .message_request > div {
    padding: 0.75rem;
}.info_hub .message_request > div:first-child {
    padding: 1.25rem;
    font-size: 18px;
}}.education_experience {
    position: relative;
    overflow: hidden;
    background-color: rgb(237,239,234);
    padding: 6rem 2rem;
}.education_experience::before {
    position: absolute;
    content: "";
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(203,212,198,0.5));
    width: 40%;
    z-index: 1;
    top: 0;
    height: 100%;
}.education_experience .rating_spot {
    max-width: 1200px;
    display: flex;
    z-index: 2;
    margin: 0 auto;
    background: transparent;
    position: relative;
    box-shadow: none;
    border-radius: 0;
}.education_experience .img_display_box {
    box-shadow: 15px 15px 0 rgb(203,212,198,0.5);
    border-radius: 0;
    height: 480px;
    width: 45%;
    transition: all 0.5s ease;
    transform: rotate(-2deg);
    position: relative;
}.education_experience .exp_achievements {
    width: 55%;
    padding: 3rem 0 3rem 4rem;
    flex-direction: column;
    position: relative;
    justify-content: center;
    display: flex;
}.education_experience .exp_achievements::before {
    position: absolute;
    width: 1px;
    left: 2.5rem;
    content: "";
    background: linear-gradient(to bottom, rgb(168,179,161,0.5), transparent);
    top: 0;
    height: 100%;
}.education_experience .name {
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(43px * 1.2);
    color: #000000;
    line-height: 1.1;
}.education_experience .exp_achievements > div:nth-child(2) {
    font-size: 14px;
    transform: translateX(-10px);
    margin-bottom: 2.5rem;
    border-radius: 10px;
    letter-spacing: 1px;
    background-color: rgb(168,179,161);
    display: inline-block;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    color: #ffffff;
}.education_experience .employee_content {
    padding-left: 0;
    line-height: 1.8;
    color: #000000;
    max-width: 90%;
    font-size: 12px;
    position: relative;
}.education_experience .employee_content::before {
    left: 0;
    background-color: rgb(203,212,198);
    width: 60px;
    top: -1.5rem;
    content: "";
    position: absolute;
    height: 3px;
}.education_experience .rating_spot:hover .img_display_box {
    box-shadow: 10px 10px 0 rgb(168,179,161);
    transform: rotate(0deg);
}

@media (max-width: 992px) {.education_experience::before {
    width: 100%;
    top: 0;
    background: linear-gradient(180deg, rgb(203,212,198,0.5), transparent);
    right: 0;
    height: 40%;
}.education_experience .rating_spot {
    align-items: center;
    max-width: 90%;
    flex-direction: column;
}.education_experience .img_display_box {
    height: 400px;
    width: 90%;
}.education_experience .exp_achievements {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.education_experience .exp_achievements::before {
    display: none;
}.education_experience .employee_content {
    max-width: 100%;
}
}

@media (max-width: 576px) {.education_experience {
    padding: 4rem 1rem;
}.education_experience .img_display_box {
    height: 320px;
}.education_experience .name {
    font-size: 30px;
}.education_experience .exp_achievements > div:nth-child(2) {
    font-size: 13px;
}.education_experience .employee_content {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
