:root {
    --white: white;
    --black: #0d1d2e;
    --turquoise: #00a9b4;
    --navy: #003d7b;
    --light_blue: #e0fff7;
    --white67: #ffffffab;
    --sharp_blue: #abf9ff;
    --pure_black: #000;
    --white33: #ffffff54;
    --navy33: #003d7b54;
    --turquoise67: #00a9b4ab;
    --sharp_blue67: #abf9ffab;
    --transparent: #fff0;
    --turquoise33: #00a9b454;
    --navy67: #003d7bab;
    --pure_black0: #0000;
}
#footer,
#footer + p {
    display: none !important;
}
div:has(> .home-2605) {
    width: 100% !important;
    margin: 0 !important;
}
#top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1380px;
    gap: 2px;
    padding: 0;
    width: 100%;
    height: auto;
}
#header {
    min-width: auto;
    padding: 4px 18px;
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
}
#register {
    padding: 0;
}
#login input {
    border-radius: 3px;
    border: 0;
    color: #000;
}
@media screen and (max-width: 991px) {
    #header {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 10.2px;
        line-height: 13.2px;
    }
}
@media screen and (max-width: 479px) {
    #header {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 9.6px;
        line-height: 12px;
    }
    #top {
        justify-content: center;
        text-align: center;
    }
    #login {
        width: 100%;
    }
    #login form {
        display: flex;
        align-items: center;
        gap: 4px;
        max-width: 100%;
    }
    #login form a {
        flex-shrink: 0;
    }
    #login form input {
        flex: 1;
        width: 0 !important;
    }
    #login form span {
        flex-shrink: 0;
    }
    #right_top {
        float: none;
        width: 100%;
    }
    #header * {
        box-sizing: border-box;
    }
}
.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}
.w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}
.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}
body {
    background-color: var(--white);
    color: var(--black);
    font-family: area-normal, sans-serif;
    font-size: 15.6px;
    line-height: 27.6px;
}
h1 {
    color: var(--turquoise);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 81px;
    font-weight: 800;
    line-height: 89.1px;
}
h2 {
    color: var(--navy);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 800;
    line-height: 52.8px;
}
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
p {
    margin-bottom: 0;
    padding-top: 12px;
}
a {
    color: var(--black);
    text-decoration: none;
    transition: all 0.6s;
}
label {
    margin-bottom: 0;
    font-size: 13.2px;
    font-weight: 500;
    line-height: 20.4px;
    display: block;
}
.black_header_right_form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.black_header_left {
    padding-bottom: 1.8px;
}
.black_header_right_btn {
    background-color: #9a9a9a;
    background-image: url("../../images/home-2605/black_header_arrow.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 99px;
    width: 18px;
    height: 18px;
    margin-left: -6px;
    padding: 0;
    transition: all 0.6s;
}
.black_header_right_btn:hover {
    background-color: #00a9b4;
}
.black_header_right_text {
    flex: none;
    padding-bottom: 1.8px;
}
.generic_form {
    width: 100%;
    margin-bottom: 0;
}
.black_header_right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.black_header_container_in {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
}
.black_header_right_input_field {
    color: #1a1a1a;
    background-color: #fff;
    border-radius: 3px;
    width: 96px;
    height: 18px;
    margin-bottom: 0;
    padding: 0 3.6px;
    font-size: 10.8px;
}
.black_header_link {
    color: var(--turquoise);
}
.black_header_link:hover {
    color: #fff;
    text-decoration: underline;
}
.black_header_right_block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.black_header_container {
    color: #fff;
    background-color: #000;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 10.8px;
    line-height: 14.4px;
}
.mobile_menu_trigger_btn_line2 {
    background-color: #00a9b4;
    width: 100%;
    height: 2px;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
}
.header_desktop_btn {
    opacity: 0.85;
    border-bottom: 2px solid #fff0;
    padding-top: 6px;
    padding-bottom: 4px;
    line-height: 22.2px;
}
.header_desktop_btn:hover {
    opacity: 100;
    color: var(--turquoise);
}
.header_desktop_btn.w--current {
    opacity: 100;
    color: var(--navy);
    border-bottom-color: #00a9b4;
    font-weight: 700;
}
.header_search_input_field {
    background-color: #fff0;
    border: 0 #000;
    border-bottom: 1px solid #003d7b54;
    width: 210px;
    height: 39px;
    margin-bottom: 0;
    padding: 0;
    font-size: 14.4px;
}
.header_search_input_field.for_mobile_menu {
    width: 100%;
}
.header_lang_btn {
    opacity: 0.67;
    padding-bottom: 1.8px;
    font-size: 12px;
    line-height: 16.8px;
}
.header_lang_btn:hover {
    opacity: 100;
    color: #003d7b;
}
.header_lang_btn.en {
    font-family: area-normal, sans-serif;
}
.header_lang_btn.sc {
    font-family: noto-sans-hk, sans-serif;
}
.header_left {
    margin-right: auto;
    padding-top: 18px;
    padding-bottom: 18px;
}
.header_lang_btn_row {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    font-size: 13.2px;
    line-height: 18px;
    display: flex;
}
.header_lang_btn_row.for_mobile_menu {
    display: none;
}
.header_logo_btn {
    width: 25.5vw;
    max-width: 360px;
    display: block;
}
.header_logo_img {
    width: 100%;
    display: block;
}
.header_right_down {
    padding-top: 6px;
    display: flex;
}
.header_right_up {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.mobile_menu_trigger_btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    display: none;
}
.mobile_menu_trigger_btn.for_minisite_header {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
}
.mobile_menu_trigger_btn.for_mobile_menu {
    display: flex;
}
.header_right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}
.mobile_menu_trigger_btn_line1 {
    background-color: #00a9b4;
    width: 100%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
}
.section_container {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
    position: relative;
}
.section_container.bg_lightblue {
    background-color: var(--light_blue);
}
.section_container.bg_turquoise {
    background-color: var(--turquoise);
    color: var(--white);
}
.section_container.bg_navy {
    background-color: var(--navy);
    color: var(--white);
}
.header_search_block {
    width: auto;
    margin-bottom: 0;
    display: flex;
}
.header_search_block.for_mobile_menu {
    display: flex;
}
.header_desktop_spacing {
    width: 2.25vw;
    max-width: 30px;
}
.header_search_btn {
    opacity: 0.67;
    filter: grayscale();
    background-color: #fff0;
    background-image: url("../../images/home-2605/icon_search.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 66.66%;
    width: 30px;
    margin-left: -30px;
    padding: 0;
    transition: all 0.6s;
}
.header_search_btn:hover {
    opacity: 100;
    filter: grayscale(0%);
}
.mobile_menu_trigger_btn_line3 {
    background-color: #00a9b4;
    width: 100%;
    height: 2px;
    margin: -2px auto 6px;
}
.header_lang_btn_line {
    opacity: 0.67;
    background-color: #003d7b;
    flex: none;
    width: 1px;
}
.header_container_in {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.footer_sns_btn_img {
    height: 30px;
    display: block;
}
.footer_sns_btn_row {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
}
.footer_sitemap_row {
    grid-column-gap: 30px;
    grid-row-gap: 9px;
    border-top: 1px solid #ffffff54;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 21.6px;
    display: flex;
}
.footer_sns_btn {
    display: block;
}
.footer_sns_btn:hover {
    opacity: 0.67;
}
.footer_container_in {
    width: 100%;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 72px;
}
.footer_container {
    background-color: var(--navy);
    color: #fff;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.footer_last_row_link {
    color: var(--white67);
}
.footer_last_row_link:hover {
    color: #00a9b4;
}
.footer_last_row_line {
    opacity: 0.67;
    background-color: #fff;
    flex: none;
    width: 1px;
}
.footer_last_row {
    grid-column-gap: 7.2px;
    grid-row-gap: 7.2px;
    color: var(--white67);
    text-align: center;
    border-top: 1px solid #ffffff54;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 90px;
    font-size: 13.2px;
    line-height: 20.4px;
    display: flex;
}
.footer_last_row_in {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
}
.footer_sitemap_btn {
    color: #fff;
    padding-bottom: 3px;
    font-weight: 500;
}
.footer_sitemap_btn:hover {
    color: #00a9b4;
}
.text_together {
    display: inline-block;
}
.home_title_container {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 12px;
    display: flex;
}
.home_title_text {
    z-index: 1;
    color: var(--turquoise);
    padding-bottom: 3px;
    font-size: 27px;
    font-weight: 800;
    line-height: 32.4px;
    position: relative;
}
.home_ani_block {
    width: 18px;
    height: 72px;
    margin-bottom: -36px;
    margin-left: -9px;
    position: absolute;
    inset: 0 auto auto 50%;
}
.home_ani_block_rectangle {
    z-index: -1;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), var(--sharp_blue));
    position: absolute;
    inset: 0%;
    transform: skew(0deg, -22.5deg);
}
.home_ani_img_row {
    opacity: 1;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    display: flex;
    position: absolute;
    inset: 0% 50% 0% auto;
    overflow: hidden;
}
.home_ani_img_row.back {
    z-index: -2;
    opacity: 0.67;
    left: 50%;
    right: auto;
}
.img100 {
    width: 100%;
    display: block;
}
.home_ani_img_block {
    flex: none;
    width: 720px;
}
.home_product_menu_container {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
    padding-bottom: 60px;
}
.home_product_menu_container.for_extra_opt {
    padding-bottom: 30px;
}
.home_product_menu_btn {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    display: flex;
}
.home_product_menu_btn:hover {
    color: var(--turquoise);
}
.product_menu_btn_img {
    height: 54px;
    display: block;
}
.home_product_menu_container_in {
    grid-column-gap: 30px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
}
.home_video_section_container {
    width: 100%;
    position: relative;
}
.home_img_block {
    border-radius: 30px 30px 0 0;
    width: 100%;
    max-width: 1920px;
    height: 48vw;
    margin-bottom: -48vw;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: 0;
    overflow: hidden;
}
.home_tagline_container {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 48vw;
    padding: 48px 30px;
    display: flex;
    position: relative;
}
.home_intro_text_container {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.home_intro_text {
    text-align: center;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.home_intro_text.for_chi {
    max-width: 852px;
}
.home_content_container_out {
    z-index: 1;
    background-color: var(--white);
    width: 100%;
    position: relative;
}
.header_container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.home_content_contianer {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
}
.home_content_title_row {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    display: flex;
}
.home_content_grid_container {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    flex-flow: wrap;
    width: 100%;
    display: flex;
}
.home_content_grid_container.for_service {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
}
.home_content_grid_btn {
    grid-column-gap: 6px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    width: calc(33.33% - 20px);
    display: flex;
}
.home_content_grid_btn:hover {
    color: var(--navy);
}
.home_content_grid_img_frame {
    border-radius: 18px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home_content_grid_btn_number {
    background-color: var(--sharp_blue);
    border-radius: 99px;
    flex: none;
    margin-bottom: -6px;
    padding: 3px 12px 6px;
    font-family: area-normal, sans-serif;
    font-weight: 600;
    line-height: 21.6px;
}
.home_content_grid_btn_text {
    width: 100%;
    padding-right: 18px;
    font-size: 21.6px;
    font-weight: 700;
    line-height: 30.6px;
}
.home_content_grid_btn_text.for_service {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 6px;
    padding-right: 0;
    font-size: 27px;
    line-height: 32.4px;
}
.home_content_service_btn {
    background-color: var(--navy);
    color: var(--white);
    border-radius: 18px;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% - 9px);
    padding: 72px 48px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.home_content_service_btn:hover {
    color: var(--sharp_blue);
}
.home_content_service_btn_img_block {
    z-index: 0;
    background-color: var(--navy);
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
}
.home_content_service_btn_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
}
.home_content_service_btn_content {
    z-index: 1;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative;
}
.home_content_service_btn_content.for_case_studies {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
.home_content_service_btn_img_filter {
    z-index: 1;
    background-color: var(--pure_black);
    opacity: 0.33;
    width: 100%;
    position: relative;
}
.home_content_grid_btn_arrow_circle {
    z-index: 1;
    border: 1px solid var(--white33);
    -webkit-backdrop-filter: brightness(67%) blur(3px);
    backdrop-filter: brightness(67%) blur(3px);
    border-radius: 99px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    margin-right: 12px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
}
.home_content_grid_btn_arrow_circle.for_service {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    margin: 9px 0 0 -1.8px;
    position: relative;
    bottom: auto;
    right: auto;
}
.home_content_grid_btn_arrow_circle.for_service.for_case_studies {
    margin-top: 0;
    margin-left: 0;
}
.home_content_grid_btn_arrow {
    z-index: 1;
    width: 50%;
    display: block;
    position: relative;
}
.home_content_grid_btn_arrow_circle_in {
    background-color: var(--navy);
    opacity: 0;
    border-radius: 999px;
    position: absolute;
    inset: -1px;
}
.home_content_grid_btn_arrow_circle_in.white {
    background-color: var(--white);
}
.footer_logo_row {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 72px;
    display: flex;
}
.footer_logo_img {
    width: 360px;
    display: block;
}
.home_content_service_icon {
    width: 72px;
    margin-bottom: 9px;
    display: block;
}
.home_content_service_icon.for_case_studies {
    width: 48px;
    margin-top: -72px;
    margin-bottom: -72px;
}
.home_tagline_row {
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
    position: sticky;
    bottom: 48px;
}
.home_tagline_text {
    color: var(--white);
    text-align: center;
    padding-bottom: 16.2px;
    font-size: 66px;
    font-weight: 900;
    line-height: 72.6px;
}
.home_tagline_text.for_chi {
    letter-spacing: 4.05px;
    padding-bottom: 8.1px;
    font-size: 72px;
    line-height: 86.4px;
}
.home_ani_container {
    z-index: 3;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 132px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.home_after_video_row {
    width: 100%;
}
.home_after_video_row_in {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.home_after_video_corner {
    width: 30px;
    display: block;
    position: absolute;
    inset: auto auto 0% 0%;
}
.home_after_video_corner.right {
    left: auto;
    right: 0;
}
.home_client_container {
    width: 100%;
}
.home_client_dropdown_toggle {
    z-index: 1;
    background-color: var(--navy);
    width: 100%;
    color: var(--white);
    border-radius: 18px;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 48px;
    transition: all 0.6s;
    display: flex;
    position: relative;
    overflow: hidden;
}
.home_client_dropdown_toggle:hover {
    background-color: var(--turquoise);
    color: var(--sharp_blue);
}
.home_client_dropdown_toggle.w--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.home_client_dropdown {
    width: 100%;
    display: block;
}
.home_client_dropdown_list.w--open {
    background-color: var(--white);
    box-shadow: 0 0 9px 0 var(--navy33);
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    position: relative;
    overflow: hidden;
}
.home_client_dropdown_list_in {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    width: 100%;
    display: flex;
}
.home_client_block {
    flex-flow: column;
    display: flex;
}
.generic_block {
    width: 100%;
}
.home_client_cate {
    text-align: center;
    width: 100%;
    font-size: 21.6px;
    font-weight: 700;
    line-height: 30.6px;
}
.home_client_grid {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 12px;
    display: flex;
}
.generic_dropdown_icon {
    z-index: 1;
    width: 50%;
    position: relative;
}
.generic_dropdown_icon_in {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
}
.home_client_grid_block {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: calc(12.5% - 7.875px);
    font-size: 10.8px;
    line-height: 14.4px;
    display: flex;
    overflow: hidden;
}
.body_tc {
    font-family: noto-sans-hk, sans-serif;
}
.font_en {
    font-family: area-normal, sans-serif;
}
.rental_title_container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 6px solid var(--turquoise);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 54px;
    padding-bottom: 72px;
    display: flex;
}
.rental_title_text {
    text-align: left;
    letter-spacing: 1.26px;
    font-size: 63px;
    line-height: 75.6px;
}
.rental_title_highlight_row {
    grid-column-gap: 48px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    display: flex;
}
.rental_title_highlight_block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    font-size: 21.6px;
    font-weight: 700;
    line-height: 30.6px;
    display: flex;
}
.rental_title_highlight_icon {
    width: 61.2px;
    display: block;
}
.rental_section_container {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 72px;
    padding-bottom: 90px;
}
.rental_section_title_row {
    grid-column-gap: 30px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}
.rental_section_title_text {
    text-align: left;
    max-width: none;
    line-height: 57.6px;
}
.rental_section_title_description {
    font-size: 21.6px;
    font-weight: 500;
    line-height: 30.6px;
}
.rental_highlight_grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    width: 100%;
    padding-top: 30px;
    display: flex;
}
.rental_highlight_grid_block {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--turquoise67);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--turquoise67);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--turquoise67);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--turquoise67);
    border-radius: 18px;
    width: calc(50% - 9px);
    padding: 30px 30px 36px;
    position: relative;
}
.rental_highlight_grid_block.full_width {
    width: 100%;
}
.rental_highlight_grid_block.one_third {
    width: calc(33.33% - 12px);
}
.rental_highlight_grid_block.half {
    width: calc(50% - 9px);
}
.rental_highlight_grid_block.for_dark_bg {
    border-color: var(--sharp_blue67);
}
.rental_title_left {
    margin-right: auto;
}
.rental_title_right {
    flex: none;
    width: 30%;
    max-width: 300px;
}
.rental_highlight_subtitle {
    color: var(--turquoise);
    font-size: 27px;
    font-weight: 700;
    line-height: 32.4px;
}
.rental_highlight_subtitle.for_dark_bg {
    color: var(--sharp_blue);
}
.rental_highlight_grid_paragraph {
    max-width: 1080px;
}
.rental_title_right_in {
    grid-column-gap: 4.8px;
    grid-row-gap: 4.8px;
    flex-flow: wrap;
    width: 100%;
    padding-top: 7.2px;
    display: flex;
}
.section_anchor {
    position: absolute;
    inset: 0% auto auto 0%;
}
.rental_title_right_btn {
    border: 1px solid var(--navy33);
    color: var(--navy);
    border-radius: 9px;
    padding: 6px 18px 7.8px;
    font-size: 13.2px;
    font-weight: 500;
    line-height: 20.4px;
}
.rental_title_right_btn:hover {
    border-color: var(--navy);
    background-color: var(--navy);
    color: var(--white);
}
.rental_title_right_subtitle {
    font-size: 13.2px;
    line-height: 20.4px;
}
.rental_form {
    width: 100%;
    margin-bottom: 0;
}
.rental_form_in {
    grid-column-gap: 18px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
    display: flex;
}
.rental_form_star {
    color: var(--sharp_blue);
    font-weight: 700;
}
.rental_form_block {
    width: calc(33.33% - 12px);
}
.rental_form_block.full_width {
    width: 100%;
}
.rental_form_text_field {
    border-style: none none solid;
    border-width: 0 0 1px;
    border-color: var(--transparent) var(--transparent) var(--sharp_blue);
    background-color: var(--transparent);
    height: 40.8px;
    color: var(--white);
    border-radius: 0;
    margin-bottom: 0;
    padding: 0 0 9px;
    font-size: 15.6px;
    line-height: 22.8px;
}
.rental_form_text_field::placeholder {
    color: var(--sharp_blue67);
}
.rental_form_checkbox_row {
    grid-column-gap: 30px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    width: 100%;
    padding-top: 6px;
    display: flex;
}
.rental_form_checkbox_field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 21.6px;
    line-height: 30.6px;
    display: flex;
}
.rental_form_checkbox_dot {
    border: 1px solid var(--sharp_blue67);
    background-color: var(--transparent);
    border-radius: 3px;
    width: 21.6px;
    height: 21.6px;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 9px;
}
.rental_form_checkbox_dot.w--redirected-checked {
    border-color: var(--white);
    background-color: var(--turquoise);
    background-image: url("../../images/home-2605/checkbox_tick_white.svg");
    background-position: 50%;
    background-size: 75%;
    margin-top: 0;
    margin-left: 0;
}
.rental_form_submit_btn {
    border: 1px solid var(--sharp_blue);
    background-color: var(--sharp_blue);
    color: var(--navy);
    border-radius: 99px;
    padding: 12px 30px 15px;
    font-weight: 700;
    line-height: 22.8px;
    transition: all 0.6s;
}
.rental_form_submit_btn:hover {
    border-color: var(--white);
    background-color: var(--transparent);
    color: var(--white);
}
.font_color_white {
    color: var(--white);
}
.rental_faq_dropdown {
    z-index: 1;
    border: 1px solid var(--turquoise67);
    border-radius: 18px;
    width: 100%;
    overflow: hidden;
}
.rental_faq_dropdown_toggle {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 18px 72px;
    font-size: 21.6px;
    font-weight: 500;
    line-height: 30.6px;
    transition: all 0.6s;
    display: flex;
}
.rental_faq_dropdown_toggle:hover {
    border-color: var(--navy);
    background-color: var(--sharp_blue);
    color: var(--navy);
}
.rental_faq_dropdown_toggle_text {
    text-align: center;
    padding-bottom: 3px;
}
.rental_faq_dropdown_toggle_number {
    color: var(--turquoise);
    margin-top: -16.8px;
    margin-left: 18px;
    padding-bottom: 3px;
    font-weight: 400;
    position: absolute;
    inset: 50% auto auto 0%;
}
.rental_faq_container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative;
}
.rental_faq_left {
    flex: none;
    width: 468px;
    padding-right: 48px;
    position: sticky;
    top: var(--header-height);
}
.rental_faq_right {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    width: calc(100% - 468px);
    display: flex;
}
.rental_faq_dropdown_arrow_circle {
    z-index: 1;
    border: 1px solid var(--turquoise67);
    border-radius: 99px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: -18px;
    margin-right: 18px;
    display: flex;
    position: absolute;
    inset: auto 0% 50% auto;
}
.rental_faq_dropdown_list {
    width: 100%;
    overflow: hidden;
}
.rental_faq_dropdown_list.w--open {
    background-color: var(--transparent);
    position: relative;
}
.rental_faq_dropdown_list_in {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
}
.text_link {
    color: var(--turquoise);
    text-decoration: underline;
}
.text_link:hover {
    color: var(--navy);
}
.rental_gallery_container {
    border-top: 1px solid var(--navy33);
    width: 100%;
    margin-top: 72px;
    padding-top: 72px;
}
.rental_gallery_tabs {
    width: 100%;
    margin-top: 30px;
}
.rental_gallery_tabs_menu {
    z-index: 1;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    width: 468px;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
}
.rental_gallery_tab_link {
    border: 1px solid var(--turquoise33);
    background-color: var(--turquoise33);
    color: var(--navy67);
    border-radius: 999px;
    padding: 3px 12px 6px;
    font-family: area-normal, sans-serif;
    font-weight: 600;
    line-height: 21.6px;
}
.rental_gallery_tab_link:hover {
    border-color: var(--turquoise);
    background-color: var(--turquoise);
    color: var(--white);
}
.rental_gallery_tab_link.w--current {
    border-color: var(--navy);
    background-color: var(--sharp_blue);
    color: var(--navy);
}
.rental_gallery_tabs_content {
    width: 100%;
    overflow: visible;
}
.rental_gallery_content {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}
.rental_gallery_left {
    flex: none;
    width: 468px;
    padding-top: 33px;
    position: sticky;
    top: calc(var(--header-height) - 15px);
}
.rental_gallery_left_in {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    width: 100%;
    padding-top: 30px;
    padding-right: 48px;
    display: flex;
}
.rental_gallery_left_point_form_row {
    width: 100%;
    font-size: 21.6px;
    line-height: 30.6px;
    display: flex;
}
.rental_gallery_left_point_form_left {
    flex: none;
}
.rental_gallery_left_point_form_right {
    color: var(--navy);
    font-weight: 600;
}
.rental_gallery_right {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /* flex-flow: wrap; */
    /* place-content: flex-start; */
    /* align-items: flex-start; */
    width: calc(100% - 468px);
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    gap: 4px;
}
.rental_gallery_right_lightbox_link {
    border-radius: 6px;
    /* width: 25%; */
    display: block;
    position: relative;
    overflow: hidden;
}
.rental_gallery_right_lightbox_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
}
.home_client_grid_block_text {
    margin-bottom: auto;
}
.footer_contact_row {
    grid-column-gap: 30px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 22.8px;
    font-size: 15.6px;
    line-height: 21.6px;
    display: flex;
}
.footer_contact_btn_block {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.footer_contact_btn {
    color: var(--white);
    font-family: area-normal, sans-serif;
}
.footer_contact_btn:hover {
    color: var(--light_blue);
}
.corner_btn {
    z-index: 66;
    border: 1px solid var(--navy33);
    background-color: var(--turquoise67);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 99px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
    margin-right: 18px;
    padding-bottom: 1.8px;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
}
.corner_btn:hover {
    border-color: var(--navy67);
    background-color: var(--turquoise);
}
.corner_btn.second {
    bottom: 69px;
}
.whatsapp_btn_img {
    width: 50%;
    display: block;
}
.home_tagline_second {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 9px;
    display: flex;
}
.home_tagline_second_in {
    z-index: 1;
    color: var(--white);
    padding-bottom: 3px;
    font-size: 27px;
    font-weight: 800;
    line-height: 32.4px;
    position: relative;
}
.home_tagline_second_line {
    background-color: var(--light_blue);
    opacity: 0.5;
    width: 2px;
}
.max_width_none {
    max-width: none;
}
.home_img_block_in {
    object-fit: cover;
    object-position: 50% 75%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
}
.home_tagline_chi_dot {
    font-weight: 400;
}
.home_img_shadow {
    z-index: -1;
    background-image: linear-gradient(180deg, var(--pure_black0), var(--pure_black));
    opacity: 0.5;
    position: absolute;
    inset: -144px -30px -48px;
}
.rental_gallery_right_lightbox_frame {
    z-index: 1;
    border: 6px solid var(--sharp_blue);
    opacity: 0;
    position: absolute;
    inset: 0%;
}
.minisite_header_container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.minisite_header_container_in {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.minisite_header_right {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    display: none;
    overflow: hidden;
}
.minisite_header_shadow {
    background-image: linear-gradient(180deg, var(--pure_black), var(--pure_black0));
    opacity: 0.33;
    width: 100%;
    height: 12px;
    position: absolute;
    inset: 100% 0% auto;
}
.minisite_header_right_btn {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    color: var(--navy);
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    display: flex;
    position: relative;
}
.minisite_header_right_btn:hover {
    color: var(--turquoise);
}
.minisite_header_right_btn.for_mobile_menu {
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: var(--turquoise33);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: calc(33.33% - 20px);
    padding-left: 18px;
}
.minisite_header_right_btn.for_mobile_menu.w--current {
    border-left-color: var(--turquoise);
}
.minisite_header_right_btn_img {
    height: 48px;
    display: block;
}
.minisite_header_right_btn_img.for_mobile_menu {
    object-fit: contain;
    width: 48px;
    margin-left: -9px;
    margin-right: -9px;
}
.minisite_header_right_btn_text {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 12px;
    line-height: 14.4px;
}
.minisite_header_right_line {
    background-color: var(--black);
    opacity: 0.33;
    flex: none;
    width: 1px;
    height: 48px;
    margin-top: auto;
    margin-bottom: auto;
}
.font_color_turquoise {
    color: var(--turquoise);
}
.minisite_header_right_btn_arrow {
    border-style: solid;
    border-width: 6px;
    border-color: var(--turquoise) var(--transparent) var(--transparent) var(--turquoise);
    width: 12px;
    height: 12px;
    margin-bottom: -6px;
    margin-left: -6px;
    position: absolute;
    inset: auto auto 100% 50%;
    transform: rotate(225deg);
}
.body_sc {
    font-family: noto-sans-sc, sans-serif;
}
.mobile_menu_container {
    z-index: 99;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #fffffff2;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
}
.mobile_menu_container_in {
    flex-flow: column;
    width: 100%;
    min-height: 100dvh;
    display: flex;
}
.mobile_menu_content_out {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 48px 96px 96px;
    display: flex;
}
.mobile_menu_content {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 96px;
}
.header_search_mobile_block {
    width: 100%;
    display: block;
}
.mobile_menu_content_in {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
}
.mobile_menu_btn {
    border-bottom: 2px solid var(--transparent);
    opacity: 0.85;
    padding-top: 1.8px;
    padding-bottom: 3px;
    font-size: 21.6px;
    line-height: 30.6px;
}
.mobile_menu_btn:hover {
    opacity: 100;
    color: var(--turquoise);
}
.mobile_menu_btn.w--current {
    border-bottom-color: var(--turquoise);
    opacity: 100;
    color: var(--navy);
    font-weight: 700;
}
.mobile_menu_minisite_content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
    display: flex;
}
@media screen and (min-width: 1440px) {
    h1 {
        font-size: 90px;
        line-height: 99px;
    }
    .mobile_menu_trigger_btn.for_minisite_header {
        display: none;
    }
    .home_title_text {
        font-size: 30px;
        line-height: 36px;
    }
    .product_menu_btn_img {
        height: 60px;
    }
    .home_product_menu_container_in {
        grid-column-gap: 9px;
        justify-content: space-between;
        max-width: 1200px;
    }
    .home_img_block {
        width: calc(100% - 36px);
        height: 810px;
        margin-bottom: -810px;
    }
    .home_tagline_container {
        max-width: 1956px;
        height: 810px;
        margin-left: auto;
        margin-right: auto;
    }
    .home_content_grid_btn_text.for_service {
        font-size: 30px;
        line-height: 36px;
    }
    .home_tagline_text {
        padding-bottom: 18px;
        font-size: 90px;
        line-height: 99px;
    }
    .home_tagline_text.for_chi {
        letter-spacing: 4.5px;
        padding-bottom: 9px;
        line-height: 108px;
    }
    .home_after_video_row {
        padding-left: 18px;
        padding-right: 18px;
    }
    .home_client_grid_block {
        text-align: center;
        width: calc(11.11% - 8px);
    }
    .rental_highlight_grid_block {
        width: calc(25% - 13.5px);
    }
    .rental_highlight_subtitle {
        font-size: 30px;
        line-height: 36px;
    }
    .rental_form_checkbox_text {
        font-weight: 400;
    }
    .rental_gallery_right {
        grid-template-columns: repeat(5, 1fr);
    }
    /* .rental_gallery_right_lightbox_link {
        width: 20%;
    } */
    .corner_btn {
        margin-bottom: 50px;
        margin-right: 30px;
    }
    .home_tagline_second_in {
        font-size: 30px;
        line-height: 36px;
    }
    .home_img_shadow {
        left: -12px;
        right: -12px;
    }
    .minisite_header_right {
        display: flex;
    }
}
@media screen and (max-width: 991px) {
    body {
        font-size: 13.8px;
        line-height: 24.3px;
    }
    h1 {
        font-size: 72px;
        line-height: 79.2px;
    }
    h2 {
        max-width: 720px;
        font-size: 42px;
        line-height: 46.2px;
    }
    p {
        padding-top: 10.5px;
    }
    label {
        font-size: 12px;
        line-height: 18px;
    }
    .black_header_right_form {
        grid-column-gap: 10.5px;
        grid-row-gap: 10.5px;
    }
    .black_header_left {
        padding-bottom: 1.5px;
    }
    .black_header_right_btn {
        width: 16.5px;
        height: 16.5px;
        margin-left: -5.25px;
    }
    .black_header_right_text {
        padding-bottom: 1.5px;
    }
    .black_header_container_in {
        grid-column-gap: 7.5px;
        grid-row-gap: 7.5px;
        padding-top: 5.4px;
        padding-bottom: 5.4px;
    }
    .black_header_right_input_field {
        width: 84px;
        height: 16.5px;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 10.2px;
    }
    .black_header_container {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 10.2px;
        line-height: 13.2px;
    }
    .mobile_menu_trigger_btn_line2 {
        margin-top: 5px;
    }
    .header_search_input_field {
        width: auto;
        height: 36px;
        font-size: 13.2px;
    }
    .header_lang_btn {
        padding-bottom: 1.5px;
        font-size: 10.8px;
        line-height: 15px;
    }
    .header_left {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header_lang_btn_row {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        font-size: 12px;
        line-height: 16.2px;
    }
    .header_logo_btn {
        width: 300px;
    }
    .header_right_down {
        display: none;
    }
    .header_right_up {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .mobile_menu_trigger_btn {
        width: 60px;
        height: 60px;
        display: flex;
    }
    .section_container {
        padding-left: 36px;
        padding-right: 36px;
    }
    .header_search_desktop_block {
        display: none;
    }
    .header_search_btn {
        width: 27px;
        margin-left: -27px;
    }
    .mobile_menu_trigger_btn_line3 {
        margin-bottom: 5px;
    }
    .footer_sns_btn_img {
        height: 25.5px;
    }
    .footer_sns_btn_row {
        grid-column-gap: 31.5px;
        grid-row-gap: 31.5px;
        padding-bottom: 25.5px;
    }
    .footer_sitemap_row {
        grid-column-gap: 25.5px;
        grid-row-gap: 7.5px;
        padding-top: 25.5px;
        padding-bottom: 25.5px;
        line-height: 18.6px;
    }
    .footer_container_in {
        max-width: 666px;
        padding-top: 60px;
    }
    .footer_container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .footer_last_row {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        padding-top: 25.5px;
        padding-bottom: 75px;
        font-size: 12px;
        line-height: 18px;
    }
    .footer_last_row_in {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .footer_sitemap_btn {
        padding-bottom: 2.4px;
    }
    .home_title_container {
        padding-top: 25.5px;
        padding-bottom: 10.5px;
    }
    .home_title_text {
        padding-bottom: 2.4px;
        font-size: 24px;
        line-height: 28.8px;
    }
    .home_ani_block {
        width: 15px;
        height: 60px;
        margin-bottom: -30px;
        margin-left: -7.5px;
    }
    .home_ani_img_block {
        width: 600px;
    }
    .home_product_menu_container {
        padding-top: 7.5px;
        padding-bottom: 48px;
    }
    .home_product_menu_container.for_extra_opt {
        padding-bottom: 25.5px;
    }
    .home_product_menu_btn {
        grid-column-gap: 7.5px;
        grid-row-gap: 7.5px;
        font-size: 10.8px;
        line-height: 15px;
    }
    .home_product_menu_container_in {
        grid-column-gap: 25.5px;
        grid-row-gap: 10.5px;
        max-width: 750px;
        padding-left: 4.8px;
        padding-right: 0;
    }
    .home_img_block {
        border-top-left-radius: 25.5px;
        border-top-right-radius: 25.5px;
        height: 72vw;
        margin-bottom: -72vw;
    }
    .home_tagline_container {
        height: 72vw;
        padding: 36px 21px;
    }
    .home_intro_text_container {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .home_intro_text {
        max-width: 450px;
    }
    .home_intro_text.for_chi {
        max-width: 753px;
    }
    .header_container {
        padding-left: 25.5px;
        padding-right: 25.5px;
    }
    .home_content_contianer {
        padding-bottom: 96px;
    }
    .home_content_title_row {
        padding-bottom: 25.5px;
    }
    .home_content_grid_container {
        grid-column-gap: 25.5px;
        grid-row-gap: 51px;
    }
    .home_content_grid_container.for_service {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .home_content_grid_btn {
        grid-column-gap: 4.8px;
        grid-row-gap: 10.5px;
        width: calc(33.33% - 17px);
    }
    .home_content_grid_img_frame {
        border-radius: 15px;
    }
    .home_content_grid_btn_number {
        margin-bottom: -5.4px;
        padding: 2.7px 10.5px 5.4px;
        line-height: 18.6px;
    }
    .home_content_grid_btn_text {
        padding-right: 10.5px;
        font-size: 18px;
        line-height: 25.5px;
    }
    .home_content_grid_btn_text.for_service {
        padding-bottom: 5.4px;
        font-size: 24px;
        line-height: 28.8px;
    }
    .home_content_service_btn {
        border-radius: 15px;
        width: calc(50% - 7.5px);
        padding: 54px 36px;
    }
    .home_content_service_btn_content {
        grid-column-gap: 7.5px;
        grid-row-gap: 7.5px;
    }
    .home_content_grid_btn_arrow_circle {
        width: 42px;
        height: 42px;
        margin-bottom: 9px;
        margin-right: 9px;
    }
    .home_content_grid_btn_arrow_circle.for_service {
        margin-top: 7.5px;
        margin-left: -1.5px;
    }
    .footer_logo_row {
        padding-bottom: 60px;
    }
    .footer_logo_img {
        width: 300px;
    }
    .home_content_service_icon {
        width: 60px;
        margin-bottom: 7.5px;
    }
    .home_content_service_icon.for_case_studies {
        width: 42px;
    }
    .home_tagline_row {
        padding-left: 15px;
        padding-right: 15px;
        bottom: 36px;
    }
    .home_tagline_text {
        padding-bottom: 14.4px;
        font-size: 54px;
        line-height: 59.4px;
    }
    .home_tagline_text.for_chi {
        letter-spacing: 3.6px;
        padding-bottom: 7.2px;
        font-size: 63px;
        line-height: 75.6px;
    }
    .home_ani_container {
        padding-bottom: 108px;
    }
    .home_after_video_corner {
        width: 25.5px;
    }
    .home_client_dropdown_toggle {
        border-radius: 15px;
        padding: 25.5px 36px;
    }
    .home_client_dropdown_list.w--open {
        box-shadow: 0 0 7.5px 0 var(--navy33);
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .home_client_dropdown_list_in {
        grid-column-gap: 36px;
        grid-row-gap: 36px;
    }
    .home_client_cate {
        font-size: 18px;
        line-height: 25.5px;
    }
    .home_client_grid {
        grid-column-gap: 7.5px;
        grid-row-gap: 7.5px;
        padding-top: 10.5px;
    }
    .home_client_grid_block {
        width: calc(16.66% - 6.25px);
        font-size: 10.2px;
        line-height: 13.2px;
    }
    .rental_title_container {
        grid-column-gap: 25.5px;
        grid-row-gap: 25.5px;
        border-bottom-width: 4.8px;
        flex-flow: column;
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .rental_title_text {
        letter-spacing: 1.08px;
        font-size: 54px;
        line-height: 64.8px;
    }
    .rental_title_highlight_row {
        grid-column-gap: 36px;
        grid-row-gap: 15px;
        padding-top: 25.5px;
    }
    .rental_title_highlight_block {
        grid-column-gap: 10.5px;
        grid-row-gap: 10.5px;
        font-size: 18px;
        line-height: 25.5px;
    }
    .rental_title_highlight_icon {
        width: 51px;
    }
    .rental_section_container {
        padding-top: 60px;
        padding-bottom: 75px;
    }
    .rental_section_title_row {
        grid-column-gap: 25.5px;
        grid-row-gap: 15px;
    }
    .rental_section_title_text {
        line-height: 50.4px;
    }
    .rental_highlight_grid {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        padding-top: 25.5px;
    }
    .rental_highlight_grid_block {
        border-radius: 15px;
        width: calc(50% - 7.5px);
        padding: 25.5px 25.5px 30.4px;
    }
    .rental_highlight_grid_block.one_third {
        width: calc(33.33% - 10px);
    }
    .rental_title_right {
        width: 100%;
        max-width: none;
    }
    .rental_highlight_subtitle {
        font-size: 24px;
        line-height: 28.8px;
    }
    .rental_title_right_in {
        grid-column-gap: 4.2px;
        grid-row-gap: 4.2px;
        padding-top: 6px;
    }
    .rental_title_right_btn {
        border-radius: 7.5px;
        padding: 4.8px 15px 6.3px;
        font-size: 12px;
        line-height: 18px;
    }
    .rental_title_right_subtitle {
        font-size: 12px;
        line-height: 18px;
    }
    .rental_form_in {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .rental_form_block {
        width: calc(33.33% - 10px);
    }
    .rental_form_text_field {
        height: 34.8px;
        padding-bottom: 7.5px;
        font-size: 13.8px;
        line-height: 19.8px;
    }
    .rental_form_checkbox_row {
        grid-column-gap: 25.5px;
        grid-row-gap: 7.5px;
        padding-top: 4.8px;
    }
    .rental_form_checkbox_field {
        font-size: 18px;
        line-height: 25.5px;
    }
    .rental_form_checkbox_dot {
        border-radius: 2.4px;
        width: 18px;
        height: 18px;
        margin-right: 5.4px;
    }
    .rental_form_submit_btn {
        padding: 10.5px 25.5px 12.9px;
        line-height: 19.8px;
    }
    .rental_faq_dropdown {
        border-radius: 15px;
    }
    .rental_faq_dropdown_toggle {
        padding: 15px 61.5px;
        font-size: 18px;
        line-height: 25.5px;
    }
    .rental_faq_dropdown_toggle_text {
        padding-bottom: 2.4px;
    }
    .rental_faq_dropdown_toggle_number {
        margin-top: -13.95px;
        margin-left: 15px;
        padding-bottom: 2.4px;
    }
    .rental_faq_container {
        flex-flow: column;
    }
    .rental_faq_left {
        width: 100%;
        padding-right: 0;
        position: relative;
        top: auto;
    }
    .rental_faq_right {
        grid-column-gap: 7.5px;
        grid-row-gap: 7.5px;
        width: 100%;
        padding-top: 25.5px;
    }
    .rental_faq_dropdown_arrow_circle {
        width: 31.5px;
        height: 31.5px;
        margin-bottom: -15.75px;
        margin-right: 15px;
    }
    .rental_faq_dropdown_list_in {
        padding-bottom: 25.5px;
        padding-left: 25.5px;
        padding-right: 25.5px;
    }
    .rental_gallery_tabs {
        margin-top: 25.5px;
    }
    .rental_gallery_tabs_menu {
        grid-column-gap: 7.5px;
        grid-row-gap: 7.5px;
        width: 100%;
        position: relative;
    }
    .rental_gallery_tab_link {
        padding: 2.7px 10.5px 5.4px;
        line-height: 18.6px;
    }
    .rental_gallery_content {
        display: block;
    }
    .rental_gallery_left {
        width: 100%;
        padding-top: 0;
        position: relative;
        top: auto;
    }
    .rental_gallery_left_in {
        grid-column-gap: 5.4px;
        grid-row-gap: 5.4px;
        padding-top: 25.5px;
        padding-right: 0;
    }
    .rental_gallery_left_point_form_row {
        font-size: 18px;
        line-height: 25.5px;
    }
    .rental_gallery_right {
        width: 100%;
        padding-top: 25.5px;
        padding-left: 0;
    }
    .rental_gallery_right {
        grid-template-columns: repeat(5, 1fr);
    }
    /* .rental_gallery_right_lightbox_link {
        width: 20%;
    } */
    .footer_contact_row {
        grid-column-gap: 25.5px;
        grid-row-gap: 7.5px;
        padding-bottom: 19.5px;
        font-size: 13.8px;
        line-height: 18.6px;
    }
    .corner_btn {
        width: 54px;
        height: 54px;
        margin-bottom: 15px;
        margin-right: 15px;
        padding-bottom: 1.5px;
    }
    .corner_btn.second {
        bottom: 61.5px;
    }
    .home_tagline_second {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        padding-top: 15px;
        padding-bottom: 7.5px;
    }
    .home_tagline_second_in {
        padding-bottom: 2.4px;
        font-size: 24px;
        line-height: 28.8px;
    }
    .home_img_shadow {
        inset: -108px -21px -36px;
    }
    .minisite_header_container {
        padding-left: 25.5px;
        padding-right: 25.5px;
    }
    .minisite_header_shadow {
        height: 10.5px;
    }
    .minisite_header_right_btn.for_mobile_menu {
        width: calc(33.33% - 17px);
        padding-left: 15px;
    }
    .minisite_header_right_btn_img.for_mobile_menu {
        width: 45px;
        height: 45px;
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .mobile_menu_content_out {
        padding: 36px 72px 72px;
    }
    .mobile_menu_content {
        max-width: 600px;
        padding-bottom: 72px;
    }
    .mobile_menu_content_in {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .mobile_menu_btn {
        padding-top: 1.5px;
        padding-bottom: 2.55px;
        font-size: 18px;
        line-height: 25.5px;
    }
    .mobile_menu_minisite_content {
        grid-column-gap: 25.5px;
        grid-row-gap: 25.5px;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 63px;
        line-height: 69.3px;
    }
    .header_lang_btn_row_desktop {
        display: none;
    }
    .header_lang_btn_row.for_mobile_menu {
        display: flex;
    }
    .home_title_text {
        font-size: 21px;
        line-height: 25.2px;
    }
    .product_menu_btn_img {
        height: 48px;
    }
    .home_img_block {
        height: 84vw;
        margin-bottom: -84vw;
    }
    .home_tagline_container {
        height: 84vw;
    }
    .home_content_grid_btn {
        width: calc(50% - 12.75px);
    }
    .home_content_grid_btn_text.for_service {
        font-size: 21px;
        line-height: 25.2px;
    }
    .home_content_service_btn {
        width: 100%;
    }
    .home_tagline_text {
        padding-bottom: 2.16vw;
        font-size: 10.8vw;
        line-height: 11.88vw;
    }
    .home_tagline_text.for_chi {
        letter-spacing: 0.54vw;
        padding-bottom: 1.08vw;
        font-size: 10.8vw;
        line-height: 12.96vw;
    }
    .home_client_grid_block {
        width: calc(20% - 6px);
    }
    .rental_highlight_grid_block.one_third {
        width: 100%;
    }
    .rental_highlight_subtitle {
        font-size: 21px;
        line-height: 25.2px;
    }
    .rental_gallery_right {
        grid-template-columns: repeat(4, 1fr);
    }
    /* .rental_gallery_right_lightbox_link {
        width: 25%;
    } */
    .home_tagline_second_in {
        font-size: 21px;
        line-height: 25.2px;
    }
    .home_tagline_chi_dot {
        display: none;
    }
    .minisite_header_right_btn.for_mobile_menu {
        width: calc(50% - 12.75px);
    }
}
@media screen and (max-width: 479px) {
    body {
        font-size: 12px;
        line-height: 21px;
    }
    h1 {
        font-size: 54px;
        line-height: 59.4px;
    }
    h2 {
        max-width: 390px;
        font-size: 36px;
        line-height: 39.6px;
    }
    p {
        padding-top: 9px;
    }
    label {
        font-size: 10.8px;
        line-height: 14.4px;
    }
    .black_header_right_form {
        grid-column-gap: 9px;
        grid-row-gap: 9px;
    }
    .black_header_left {
        padding-bottom: 1.2px;
    }
    .black_header_right_btn {
        width: 15px;
        height: 15px;
        margin-left: -4.5px;
    }
    .black_header_right_text {
        padding-bottom: 1.2px;
    }
    .black_header_right {
        width: 100%;
    }
    .black_header_container_in {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        justify-content: center;
        padding-top: 4.8px;
        padding-bottom: 4.8px;
    }
    .black_header_right_input_field {
        flex: 1;
        height: 15px;
        padding-left: 2.4px;
        padding-right: 2.4px;
        font-size: 9.6px;
    }
    .black_header_right_block {
        flex: 1;
    }
    .black_header_container {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 9.6px;
        line-height: 12px;
    }
    .mobile_menu_trigger_btn_line2 {
        height: 1px;
        margin-top: 4px;
    }
    .header_search_input_field {
        height: 33px;
        font-size: 12px;
    }
    .header_lang_btn {
        padding-bottom: 1.2px;
        font-size: 9.6px;
        line-height: 13.2px;
    }
    .header_left {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .header_lang_btn_row {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        font-size: 10.8px;
        line-height: 14.4px;
    }
    .header_logo_btn {
        width: 240px;
    }
    .header_right_up {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
    }
    .mobile_menu_trigger_btn {
        width: 48px;
        height: 48px;
    }
    .mobile_menu_trigger_btn_line1 {
        height: 1px;
    }
    .section_container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .header_search_btn {
        width: 24px;
        margin-left: -24px;
    }
    .mobile_menu_trigger_btn_line3 {
        height: 1px;
        margin-top: -1px;
        margin-bottom: 4px;
    }
    .footer_sns_btn_img {
        height: 21px;
    }
    .footer_sns_btn_row {
        grid-column-gap: 27px;
        grid-row-gap: 27px;
        padding-bottom: 21px;
    }
    .footer_sitemap_row {
        grid-column-gap: 21px;
        grid-row-gap: 6px;
        padding-top: 21px;
        padding-bottom: 21px;
        line-height: 15.6px;
    }
    .footer_container_in {
        max-width: 390px;
        padding-top: 48px;
    }
    .footer_container {
        padding-left: 18px;
        padding-right: 18px;
    }
    .footer_last_row {
        grid-column-gap: 4.8px;
        grid-row-gap: 4.8px;
        padding-top: 21px;
        padding-bottom: 60px;
        font-size: 10.8px;
        line-height: 15.6px;
    }
    .footer_last_row_in {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }
    .footer_sitemap_btn {
        padding-bottom: 1.8px;
    }
    .home_title_container {
        padding-top: 21px;
        padding-bottom: 9px;
    }
    .home_title_text {
        max-width: 255px;
        padding-bottom: 1.8px;
        font-size: 18px;
        line-height: 21.6px;
    }
    .home_title_text.for_chi {
        max-width: none;
    }
    .home_ani_block {
        width: 12px;
        height: 48px;
        margin-bottom: -24px;
        margin-left: -6px;
    }
    .home_ani_img_block {
        width: 480px;
    }
    .home_product_menu_container {
        padding-top: 6px;
        padding-bottom: 36px;
    }
    .home_product_menu_container.for_extra_opt {
        padding-bottom: 21px;
    }
    .home_product_menu_btn {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        font-size: 9.6px;
        line-height: 13.2px;
    }
    .product_menu_btn_img {
        height: 36px;
    }
    .home_product_menu_container_in {
        grid-column-gap: 21px;
        grid-row-gap: 9px;
        max-width: 360px;
        padding-left: 3.6px;
    }
    .home_img_block {
        border-top-left-radius: 21px;
        border-top-right-radius: 21px;
        height: 96vw;
        margin-bottom: -96vw;
    }
    .home_tagline_container {
        height: 96vw;
        padding: 24px 12px;
    }
    .home_intro_text_container {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .home_intro_text {
        max-width: 390px;
    }
    .header_container {
        padding-left: 21px;
        padding-right: 21px;
    }
    .home_content_contianer {
        padding-bottom: 72px;
    }
    .home_content_title_row {
        padding-bottom: 21px;
    }
    .home_content_grid_container {
        grid-column-gap: 21px;
        grid-row-gap: 42px;
    }
    .home_content_grid_container.for_service {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }
    .home_content_grid_btn {
        grid-column-gap: 3.6px;
        grid-row-gap: 9px;
        width: calc(50% - 10.5px);
    }
    .home_content_grid_img_frame {
        border-radius: 12px;
    }
    .home_content_grid_btn_number {
        margin-bottom: -4.8px;
        padding: 2.4px 9px 4.8px;
        line-height: 15.6px;
    }
    .home_content_grid_btn_text {
        padding-right: 3px;
        font-size: 14.4px;
        line-height: 20.4px;
    }
    .home_content_grid_btn_text.for_service {
        padding-bottom: 4.8px;
        font-size: 18px;
        line-height: 21.6px;
    }
    .home_content_service_btn {
        border-radius: 12px;
        padding: 36px 24px;
    }
    .home_content_service_btn_content {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }
    .home_content_service_btn_content.for_case_studies {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .home_content_grid_btn_arrow_circle {
        width: 36px;
        height: 36px;
        margin-bottom: 6px;
        margin-right: 6px;
    }
    .home_content_grid_btn_arrow_circle.for_service {
        margin-top: 6px;
        margin-left: -1.2px;
    }
    .footer_logo_row {
        padding-bottom: 48px;
    }
    .footer_logo_img {
        width: 240px;
    }
    .home_content_service_icon {
        width: 48px;
        margin-bottom: 6px;
    }
    .home_content_service_icon.for_case_studies {
        width: 36px;
    }
    .home_tagline_row {
        padding-left: 12px;
        padding-right: 12px;
        bottom: 24px;
    }
    .home_tagline_text {
        padding-bottom: 2.4vw;
    }
    .home_tagline_text.for_chi {
        letter-spacing: 0.6vw;
        padding-bottom: 1.2vw;
    }
    .home_ani_container {
        padding-bottom: 84px;
    }
    .home_after_video_corner {
        width: 21px;
    }
    .home_client_dropdown_toggle {
        border-radius: 12px;
        padding: 21px 24px;
    }
    .home_client_dropdown_list.w--open {
        box-shadow: 0 0 6px 0 var(--navy33);
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .home_client_dropdown_list_in {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .home_client_cate {
        font-size: 14.4px;
        line-height: 20.4px;
    }
    .home_client_grid {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        padding-top: 9px;
    }
    .home_client_grid_block {
        width: calc(25% - 4.5px);
        font-size: 9.6px;
        line-height: 12px;
    }
    .rental_title_container {
        grid-column-gap: 21px;
        grid-row-gap: 21px;
        border-bottom-width: 3.6px;
        padding-top: 36px;
        padding-bottom: 48px;
    }
    .rental_title_text {
        letter-spacing: 0.9px;
        font-size: 45px;
        line-height: 54px;
    }
    .rental_title_highlight_row {
        grid-column-gap: 24px;
        grid-row-gap: 12px;
        padding-top: 21px;
    }
    .rental_title_highlight_block {
        grid-column-gap: 9px;
        grid-row-gap: 9px;
        font-size: 14.4px;
        line-height: 20.4px;
    }
    .rental_title_highlight_icon {
        width: 40.8px;
    }
    .rental_section_container {
        padding-top: 48px;
        padding-bottom: 60px;
    }
    .rental_section_title_row {
        grid-column-gap: 21px;
        grid-row-gap: 12px;
    }
    .rental_section_title_text {
        line-height: 43.2px;
    }
    .rental_section_title_description {
        font-size: 14.4px;
        line-height: 20.4px;
    }
    .rental_highlight_grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding-top: 21px;
    }
    .rental_highlight_grid_block {
        border-radius: 12px;
        width: 100%;
        padding: 21px 21px 25.8px;
    }
    .rental_highlight_grid_block.half {
        width: 100%;
    }
    .rental_highlight_subtitle {
        font-size: 18px;
        line-height: 21.6px;
    }
    .rental_title_right_in {
        grid-column-gap: 3.6px;
        grid-row-gap: 3.6px;
        padding-top: 4.8px;
    }
    .rental_title_right_btn {
        border-radius: 6px;
        padding: 3.6px 12px 4.8px;
        font-size: 10.8px;
        line-height: 15.6px;
    }
    .rental_title_right_subtitle {
        font-size: 10.8px;
        line-height: 16.2px;
    }
    .rental_form_in {
        grid-column-gap: 12px;
        grid-row-gap: 21px;
    }
    .rental_form_text_field {
        height: 28.8px;
        padding-bottom: 6px;
        font-size: 12px;
        line-height: 16.8px;
    }
    .rental_form_checkbox_row {
        grid-column-gap: 21px;
        grid-row-gap: 6px;
        padding-top: 3.6px;
    }
    .rental_form_checkbox_field {
        font-size: 14.4px;
        line-height: 20.4px;
    }
    .rental_form_checkbox_dot {
        border-radius: 1.8px;
        width: 14.4px;
        height: 14.4px;
        margin-right: 4.8px;
    }
    .rental_form_submit_btn {
        padding: 9px 21px 10.8px;
        line-height: 16.8px;
    }
    .rental_faq_dropdown {
        border-radius: 12px;
    }
    .rental_faq_dropdown_toggle {
        padding: 12px 51px;
        font-size: 14.4px;
        line-height: 20.4px;
    }
    .rental_faq_dropdown_toggle_text {
        padding-bottom: 1.8px;
    }
    .rental_faq_dropdown_toggle_number {
        margin-top: -11.1px;
        margin-left: 12px;
        padding-bottom: 1.8px;
    }
    .rental_faq_right {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        padding-top: 21px;
    }
    .rental_faq_dropdown_arrow_circle {
        width: 27px;
        height: 27px;
        margin-bottom: -13.5px;
        margin-right: 12px;
    }
    .rental_faq_dropdown_list_in {
        padding-bottom: 21px;
        padding-left: 21px;
        padding-right: 21px;
    }
    .rental_gallery_tabs {
        margin-top: 21px;
    }
    .rental_gallery_tabs_menu {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }
    .rental_gallery_tab_link {
        padding: 2.4px 9px 4.8px;
        line-height: 15.6px;
    }
    .rental_gallery_left_in {
        grid-column-gap: 4.8px;
        grid-row-gap: 4.8px;
        padding-top: 21px;
    }
    .rental_gallery_left_point_form_row {
        font-size: 14.4px;
        line-height: 20.4px;
    }
    .rental_gallery_right {
        padding-top: 21px;
    }
    .rental_gallery_right {
        grid-template-columns: repeat(3, 1fr);
    }
    /* .rental_gallery_right_lightbox_link {
        width: 33.33%;
    } */
    .footer_contact_row {
        grid-column-gap: 21px;
        grid-row-gap: 6px;
        padding-bottom: 16.2px;
        font-size: 12px;
        line-height: 15.6px;
    }
    .corner_btn {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
        margin-right: 12px;
        padding-bottom: 1.2px;
    }
    .corner_btn.second {
        bottom: 54px;
    }
    .home_tagline_second {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding-top: 12px;
        padding-bottom: 6px;
    }
    .home_tagline_second_in {
        padding-bottom: 1.8px;
        font-size: 18px;
        line-height: 21.6px;
    }
    .home_tagline_second_in.for_chi {
        max-width: none;
    }
    .home_img_shadow {
        inset: -72px -12px -24px;
    }
    .minisite_header_container {
        padding-left: 21px;
        padding-right: 21px;
    }
    .minisite_header_shadow {
        height: 9px;
    }
    .minisite_header_right_btn.for_mobile_menu {
        width: calc(50% - 10.5px);
        padding-left: 12px;
    }
    .minisite_header_right_btn_img.for_mobile_menu {
        width: 42px;
        height: 42px;
        margin-left: -6px;
        margin-right: -6px;
    }
    .mobile_menu_content_out {
        padding: 24px 48px 48px;
    }
    .mobile_menu_content {
        padding-bottom: 48px;
    }
    .mobile_menu_content_in {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .mobile_menu_btn {
        padding-top: 1.2px;
        padding-bottom: 2.1px;
        font-size: 14.4px;
        line-height: 20.4px;
    }
    .mobile_menu_minisite_content {
        grid-column-gap: 21px;
        grid-row-gap: 21px;
    }
}
