﻿.nav_learning {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.outer-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}

.user_feedback::before {
    left: -25%;
    height: 100%;
    top: -30%;
    transform: rotate(-15deg);
    content: "";
    z-index: 1;
    width: 150%;
    position: absolute;
    background: rgb(123,168,154,0.5);
}

.user_feedback h4::after {
    bottom: -10px;
    height: 4px;
    content: "";
    left: 0;
    width: 70%;
    transform: skewX(15deg);
    position: absolute;
    background: rgb(168,199,187);
}

.user_feedback .feedback_views:nth-child(odd) {
    transform: translateY(20px) rotate(-1deg);
}

.user_feedback .feedback_views:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) rotate(0);
}

.user_feedback .img_float {
    transition: all 0.4s ease;
    border-radius: 20% 40% 30% 50%;
    width: 80px;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 3px solid #ffffff;
    transform: rotate(-5deg);
    margin-bottom: 15px;
}

.company_overview {
    justify-content: center;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    align-items: center;
    display: flex;
}

.company_overview::before {
    bottom: 0;
    background: linear-gradient(135deg, rgb(168,199,187,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    right: 0;
}

.company_overview .text_field:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.company_overview .text_field > div:first-child {
    position: relative;
    margin-bottom: 1rem;
}

.company_overview .text_field h5 {
    color: rgb(168,199,187);
    margin: 0;
    position: relative;
    font-size: 24px;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

.company_overview .text_field p b {
    color: rgb(123,168,154);
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.company_overview .text_field li {
    column-count: 1;
    margin-bottom: 1rem;
    font-size: 13px;
    color: #000000;
    column-gap: 2rem;
    text-align: justify;
    line-height: 1.8;
    text-indent: 0;
    position: relative;
    list-style: none;
}

.leadership_profile .img_float {
    transition: filter 0.6s ease;
    filter: grayscale(60%);
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
    min-height: 400px;
}

.leadership_profile .feedback_views:hover .img_float {
    filter: grayscale(0%);
}

.leadership_profile .exp_container {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    padding: 2rem 2rem 2rem 4rem;
    position: relative;
    justify-content: center;
    flex-direction: column;
    margin-left: -10%;
    display: flex;
    background: #ffffff;
    z-index: 3;
}

.leadership_profile .exp_container > div:nth-child(2) {
    letter-spacing: 2px;
    font-size: 17px;
    opacity: 0.7;
    margin-bottom: 2rem;
    font-weight: 600;
    transform: translateX(15px);
    text-transform: uppercase;
    color: rgb(123,168,154);
    transition: all 0.4s ease 0.1s;
}

.leadership_profile .feedback_views:hover .employee_info {
    opacity: 1;
    transform: translateX(0);
}

.privacy_hideout h2 {
    color: rgb(123,168,154);
    margin-bottom: 25px;
    font-size: 34px;
    padding-bottom: 5px;
    text-align: left;
    border-bottom: 2px solid rgb(168,199,187);
    margin-top: 35px;
    font-weight: 600;
}

.privacy_hideout li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}

.privacy_hideout p, .privacy_hideout span, .privacy_hideout div {
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.cookie_apply {
    margin-bottom: 20px;
}

.cookie_apply svg, .cookie_apply svg path, .cookie_apply img {
    height: 60px;
    width: 60px;
    fill: rgb(168,199,187);
}

.cookieNotificationAlert p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.cookie_button.cookie_tab {
    background: rgb(123,168,154);
}

.cookieNotificationAlert p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(168,199,187);
}

#cookieWarningModal:checked ~ .cookieNotificationAlert {
    opacity: 0;
    visibility: hidden;
}

.opening_page::before {
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgb(123,168,154,0.5) 0%, transparent 60%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    height: 100%;
    width: 100%;
}

.opening_page .virtual_school > div:first-child {
    z-index: 3;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(2rem);
    opacity: 0;
}

.opening_page .virtual_study {
    opacity: 0;
    z-index: 3;
    position: relative;
    transform: translateY(3rem);
    animation: slideUpFade 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.opening_page .virtual_study > div:hover {
    transform: translateY(-10px);
}

.opening_page .virtual_study > div::after {
    content: "";
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
    background: rgb(123,168,154);
    z-index: 2;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    height: 100%;
}

.opening_page .virtual_study h1.title_style_header {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    padding: 0 2rem 2.5rem;
    font-size: 45px;
}

.opening_page .virtual_study > div > div > div {
    position: relative;
    display: inline-block;
}

.thxPanel::before {
    background: radial-gradient(circle at 70% 30%, rgb(123,168,154,0.5) 0%, transparent 60%);
    opacity: 0.7;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 1;
    width: 100%;
    position: absolute;
}

.thxPanel .community_ed {
    display: flex;
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 60px 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.thxPanel h5 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.thxPanel a {
    display: block;
    padding: 5px 0;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}

.thxPanel a::before {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 1px;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(168,199,187,0.5), transparent);
    left: 0;
}

.data_exploration h4 {
    text-align: center;
    font-size: 20px;
    transform: perspective(1000px) translateZ(0);
    margin-top: 3rem;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease-out;
    font-weight: 600;
    position: relative;
}

.data_exploration .statistics_support {
    overflow: hidden;
    position: relative;
    display: flex;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    backdrop-filter: blur(5px);
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.6) inset;
    z-index: 1;
    transform: translateY(0);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    align-items: center;
    height: 220px;
}

.data_exploration .statistics_support p::after {
    background: linear-gradient(90deg, rgb(168,199,187), transparent);
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    height: 3px;
    width: 40px;
}

.data_exploration .statistics_support:nth-child(odd) div {
    background-image: 
        linear-gradient(135deg, transparent 0%, rgba(rgb(168,199,187,0.5), 0.03) 100%);
}

.data_exploration .statistics_support:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s both;
}

.data_exploration .statistics_support:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s both;
}

.newsletter_subscription {
    position: relative;
    margin: 5rem 0;
    background: linear-gradient(170deg, rgb(212,227,220) 0%, rgb(168,199,187,0.5) 100%);
    overflow: hidden;
    padding: 5rem 3rem 7rem;
}

.newsletter_subscription .community_ed {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletter_subscription p {
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
    opacity: 0.9;
    color: #000000;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    max-width: 80%;
    font-size: 31px;
}

.newsletter_subscription .sub_cta::placeholder {
    color: #000000;
    opacity: 0.6;
}

.newsletter_subscription .sub_codes {
    border-radius: 25px;
    padding: 1.2rem 3rem;
    align-self: flex-end;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    font-size: 15px;
    overflow: hidden;
    z-index: 2;
    color: #ffffff;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    transform: rotate(2deg) translateY(0);
    font-family: Arial, sans-serif;
    cursor: pointer;
}

.course_rewards::after {
    z-index: 0;
    width: 80%;
    top: -30%;
    position: absolute;
    transform: rotate(-30deg);
    background: radial-gradient(ellipse at center, rgb(123,168,154,0.5) 0%, transparent 70%);
    right: -20%;
    content: '';
    opacity: 0.3;
    height: 160%;
}

.course_rewards .nav_learning {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(4, auto);
    margin-top: 50px;
}

.course_rewards .img_float::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    content: '';
    z-index: 2;
    bottom: 0;
    height: 30%;
    width: 100%;
    left: 0;
    position: absolute;
}

.course_rewards .text_main_holder > div:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 7 / 13;
}

.course_rewards .text_main_holder > div:nth-child(4) {
    grid-column: 7 / 13;
    grid-row: 4 / 5;
}

.course_rewards .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
}

.course_rewards .text_main_holder > div:hover::before {
    opacity: 0.1;
}

.course_rewards .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(168,199,187,0.5);
}

.course_rewards .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(123,168,154);
}

.hackathon::before {
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(168,199,187,0.5) 0%, transparent 50%);
    bottom: 0;
    content: '';
    left: 0;
    z-index: -1;
    top: 0;
    right: 0;
}

.hackathon .get_helpdesk {
    border: 1px solid rgb(123,168,154,0.5);
    background: rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    position: relative;
    gap: 2rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    border-radius: 25px;
}

.hackathon .info_item svg {
    transition: fill 0.3s ease;
    fill: rgb(123,168,154);
    width: 1.25rem;
    height: 1.25rem;
}

.hackathon .info_item a:hover svg {
    fill: rgb(168,199,187);
}

.hackathon .main_pagebar {
    gap: 1rem;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.hackathon .main_pagebar svg:hover {
    filter: drop-shadow(0 0 10px rgb(168,199,187));
}

.hackathon .nav_guide {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}

.hackathon .nav_guide h5::after {
    background: rgb(123,168,154);
    content: '';
    position: absolute;
    height: 2px;
    width: 40px;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
}

.hackathon .top_lesson a:hover {
    color: rgb(168,199,187);
    opacity: 1;
    transform: translateX(5px);
}

.hackathon .subscribe_holder {
    border-radius: 25px;
    padding: 1.5rem;
    border: 1px solid rgb(123,168,154,0.5);
    gap: 1.25rem;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}

.hackathon .input_holder {
    gap: 0.75rem;
    flex-direction: column;
    position: relative;
    display: flex;
}

.hackathon .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}

.hackathon .sub_codes {
    font-weight: 600;
    background: rgb(168,199,187);
    color: #ffffff;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    border: none;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 0.875rem 1.5rem;
    position: relative;
}

.hackathon .peer_help::before {
    background: linear-gradient(90deg, transparent, rgb(123,168,154,0.5), transparent);
    height: 1px;
    content: '';
    top: -1px;
    position: absolute;
    width: 100%;
    left: 0;
}

header .main_top {
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

header .top_head::after {
    transition: width 0.3s ease, opacity 0.3s ease;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #ffffff;
    width: 50%;
    position: absolute;
    height: 2px;
    content: '';
    opacity: 0.6;
}

header .header_start {
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 10px;
    font-size: 12px;
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
}

header .header_start:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.course_program_description::before {
    content: "";
    animation: patternShift 20s linear infinite;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.1;
    left: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(168,199,187,0.5) 0,
        rgb(168,199,187,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}

.course_program_description .img_float::before {
    left: 0;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(168,199,187,0.5) 100%
    );
    width: 100%;
    z-index: 2;
    content: "";
    top: 0;
    position: absolute;
}

.course_program_description .knowledge::before {
    width: 100%;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    top: 0;
    border-radius: 27px 0 0 27px;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
}

.course_program_description .main_pagebar {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    z-index: 5;
}

.course_program_description .main_pagebar svg:hover {
    transform: scale(1.05) translateY(-5px);
}

.course_program_description .main_pagebar:hover::after {
    width: 100%;
}

.course_program_description h3::after {
    left: 0;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(168,199,187) 0%,
        rgb(123,168,154) 100%
    );
    width: 70px;
    bottom: 0;
    height: 2px;
    position: absolute;
    border-radius: 10px;
}

.contact_panel .request_box {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto auto;
    display: grid;
}

.contact_panel .inquiry_support div {
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact_panel .inquiry_support svg {
    background: rgb(212,227,220);
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
}

.contact_panel .support_widget {
    grid-column: 1 / 13;
    background: rgb(168,199,187);
    grid-row: 2 / 4;
    margin-top: -100px;
    padding: 170px 0 100px;
}

.contact_panel form h3::after {
    bottom: -15px;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: rgb(168,199,187);
    left: 50%;
}

.contact_panel form input::placeholder {
    color: #000000;
}

.contact_panel .inquiry_block input[type="checkbox"] {
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-right: 15px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 10px;
    height: 22px;
    border: 2px solid rgb(212,227,220);
    cursor: pointer;
    position: relative;
    width: 22px;
}

.contact_panel .inquiry_block a {
    transition: color 0.3s ease;
    color: rgb(168,199,187);
    text-decoration: none;
    font-weight: 600;
}

::-webkit-scrollbar {
    scroll-behavior: auto;
    width: 1.2vw;
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-button {
    height: 8px;
    border-radius: 7px;
    background: rgb(168,199,187);
}

::-webkit-scrollbar-track {
    background: linear-gradient(40deg, rgb(123,168,154,0.5) 57%, rgb(212,227,220) 67%);
    box-shadow: inset 2px -5px 13px 3px rgba(0, 0, 0, 0.6);
    margin: 5px 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background: linear-gradient(164deg, rgb(123,168,154) 93%, rgb(123,168,154,0.5) 61%, rgb(168,199,187) 74%);
    border: 1px ridge rgb(123,168,154,0.5);
    min-height: 58px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(168,199,187,0.5);
    border-color: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(212,227,220);
    box-shadow: inset 4px 2px 15px -1px rgba(0, 0, 0, 0.4);
}



@media only screen and (max-width: 800px) {.privacy_hideout {
    border-radius: 10px;
    padding: 20px 10px;
}.privacy_hideout h1 {
    margin-bottom: 20px;
    font-size: calc(19px - 10px);
    margin-top: 20px;
}.privacy_hideout h2 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(19px - 8px);
}.privacy_hideout ul, .privacy_hideout ol {
    padding-left: 10px;
}.privacy_hideout li {
    padding-left: 15px;
}}



@media (min-width: 768px) {.thxPanel {
    padding: 140px 0 100px;
}.thxPanel .community_ed {
    margin: 0 auto;
    padding: 80px 60px;
    max-width: 900px;
}.thxPanel h5 {
    margin-bottom: 40px;
    padding-bottom: 25px;
    font-size: calc(24px * 1.2);
}.thxPanel p {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}.thxPanel .community_ed::after {
    width: 100px;
    height: 100px;
    right: 60px;
}
}



@media (min-width: 992px) {.thxPanel {
    padding: 160px 0 120px;
}.thxPanel .community_ed {
    max-width: 1000px;
    transform: perspective(1200px) rotateY(-3deg);
    margin: 0 auto;
    padding: 100px 80px;
}.thxPanel .community_ed::before {
    width: 8px;
}.thxPanel h5 {
    font-size: calc(24px * 1.3);
    max-width: 80%;
}.thxPanel p {
    max-width: 90%;
}.thxPanel .community_ed::after {
    width: 120px;
    right: 80px;
    top: -20px;
    height: 120px;
}
}



@media screen and (min-width: 992px) {.data_exploration ul {
    grid-template-columns: repeat(4, 1fr);
}.data_exploration h4 {
    margin-top: 4rem;
    font-size: calc(20px * 1.1);
}.data_exploration .statistics_support p {
    font-size: calc(28px * 1.4);
}.data_exploration .statistics_support:nth-child(1) {
    transform: rotate(-1deg) translateY(0);
}.data_exploration .statistics_support:nth-child(3) {
    transform: rotate(1deg) translateY(0);
}.data_exploration .statistics_support:nth-child(1):hover {
    transform: rotate(-1deg) translateY(-8px);
}.data_exploration .statistics_support:nth-child(3):hover {
    transform: rotate(1deg) translateY(-8px);
}
}



@media (max-width: 992px) {.course_rewards .nav_learning {
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}.course_rewards .img_float {
    grid-column: 1;
    min-height: 400px;
    grid-row: 1;
}.course_rewards .text_main_holder > div:nth-child(1),
    .course_rewards .text_main_holder > div:nth-child(2),
    .course_rewards .text_main_holder > div:nth-child(3),
    .course_rewards .text_main_holder > div:nth-child(4) {
    grid-row: auto;
    grid-column: 1;
}.course_rewards .text_main_holder > div:nth-child(2n) {
    transform: translateX(0);
}.course_rewards .text_main_holder > div:nth-child(2n):hover {
    transform: translateY(-10px);
}
}



@media (max-width: 480px) {.hackathon {
    padding: 2.5rem 0 1rem;
}.hackathon .info_item p, 
    .hackathon .info_item a {
    font-size: calc(13px - 3px);
}.hackathon .nav_guide h5, 
    .hackathon .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}.hackathon .top_lesson a, 
    .hackathon .subscribe_holder p {
    font-size: calc(13px - 2px);
}.hackathon .facebook_cta {
    font-size: calc(15px - 2px);
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main_top {
    gap: 0.8rem;
}header .top_head svg {
    width: 140px;
}header .nav_guide {
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav_guide::-webkit-scrollbar {
    height: 3px;
}header .nav_guide::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .header_start {
    font-size: calc(12px - 3px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}



@media (max-width: 1200px) {.contact_panel .inquiry_support {
    grid-column: 2 / 12;
}.contact_panel form {
    width: 70%;
}
}



@media (max-width: 992px) {.contact_panel .inquiry_support {
    margin: 60px 20px 0;
    grid-column: 1 / 13;
}.contact_panel form {
    padding: 50px 40px;
    width: 80%;
}
}



@media (max-width: 576px) {.contact_panel .inquiry_support {
    margin: 40px 15px 0;
}.contact_panel .inquiry_support h3 {
    font-size: calc(37px * 0.85);
    padding: 25px 20px;
}.contact_panel .support_widget {
    padding: 130px 15px 60px;
}.contact_panel form {
    padding: 30px 20px;
}.contact_panel form input[type="text"],
    .contact_panel form input[type="email"] {
    padding: 15px;
    margin-bottom: 20px;
}
}



@keyframes slideUpFade {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



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



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



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

