/* Copyright (C) Kaamel, Inc - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Dong Han <donghan@kaamel.com>, May 2023
 */
.cookie_consent_dialog_78c4eb88,.cookie_consent_dialog_78c4eb88 *{box-sizing:border-box;font-style:normal;pointer-events:all}.cookie_consent_dialog_78c4eb88{z-index:999;position:fixed}.cookie_consent_dialog_78c4eb88 .cookie_consent_expand{padding:20px;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f}.cookie_consent_dialog_78c4eb88 .cookie_consent_shrink{cursor:pointer}.cookie_consent_dialog_78c4eb88 .cookie_consent_shrink:hover svg{width:72px;height:72px}.cookie_consent_dialog_78c4eb88.visibility_collapsed{width:480px;height:312px}.cookie_consent_dialog_78c4eb88.visibility_full{width:480px;height:592px}.cookie_consent_dialog_78c4eb88 .header{display:flex;position:relative;align-items:center;justify-content:center}.cookie_consent_dialog_78c4eb88 .header .cookie_icon{width:60px;height:60px;border-radius:12px;background:rgba(228,230,234,.4)}.cookie_consent_dialog_78c4eb88 .header .cookie_icon svg{margin:10px 8px}.cookie_consent_dialog_78c4eb88 .header .close_btn{position:absolute;top:0;right:0;width:15px;height:15px;cursor:pointer}.cookie_consent_dialog_78c4eb88 .header .close_btn svg{width:15px;height:15px}.cookie_consent_dialog_78c4eb88 .header .close_btn svg>path{fill:#b8b8b8}.cookie_consent_dialog_78c4eb88 .header .close_btn:hover svg>path{fill:#162238}.cookie_consent_dialog_78c4eb88 .middle .describe{margin:20px 0;color:var(--text-color);font-size:14px;line-height:20px;text-align:left}.cookie_consent_dialog_78c4eb88 .middle .describe a{color:var(--theme-color)}.cookie_consent_dialog_78c4eb88 .middle .action_button{display:flex;justify-content:center}.cookie_consent_dialog_78c4eb88 .middle .action_button .button{display:inline-block;width:110px;height:40px;margin:0 10px;border-radius:8px;background:#fff;background:#E4E6EA;font-size:14px;line-height:40px;text-align:center;white-space:nowrap;cursor:pointer}.cookie_consent_dialog_78c4eb88 .middle .action_button .button:hover{background:#CCCED1}.cookie_consent_dialog_78c4eb88 .middle .action_button .button:active{background:#B3B4B8}.cookie_consent_dialog_78c4eb88 .middle .action_button .setting_button{border:1px solid #E4E6EA;background:#fff}.cookie_consent_dialog_78c4eb88 .middle .action_button .setting_button:hover{border-color:#9a9b9e;background:#fff}.cookie_consent_dialog_78c4eb88 .middle .action_button .setting_button:active{border-color:#68696b;background:#fff}.cookie_consent_dialog_78c4eb88 .middle .customize{height:244px;margin-top:20px;padding-bottom:20px;border-radius:8px;border:1px var(--border-color) solid;overflow-y:scroll}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header{display:flex;align-items:center;justify-content:space-between;width:100%;height:35px;padding:6px 16px;margin-top:20px}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .header_left{display:flex;align-items:center;height:100%;width:calc(100% - 50px);cursor:pointer}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .header_left.tag{width:calc(100% - 110px)}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .header_left .expanded{position:relative;top:3px;cursor:pointer}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .header_left .expanded:hover svg>path{fill:#162238}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .header_left .title{width:calc(100% - 24px);margin-left:12px;line-height:22px;text-align:left;font-size:14px;font-weight:500}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .label{height:24px;width:110px;text-align:center;line-height:24px;border-radius:8px;background:rgba(68,129,235,.08);font-size:12px;font-weight:400;color:var(--theme-color)}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .switch{position:relative;width:40px;height:20px;border-radius:10px;vertical-align:middle;transition:all .2s;cursor:pointer}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .switch:after{content:"";position:absolute;top:3px;width:14px;height:14px;border-radius:14px;background:#fff;transition:all .2s}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .switch.on{background:linear-gradient(272deg,#4481EB 0%,#2FA0EB 104.37%)}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .switch.on:after{right:3px}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .switch.off{background:#b8b8b8}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .switch.off:after{left:4px}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .content{width:calc(100% - 66px);margin:2px 0 0 50px;padding-top:8px;text-align:left;border-top:1px var(--border-color) solid;font-size:14px;line-height:20px}.cookie_consent_dialog_78c4eb88 .middle .customize_ccpa{height:36px;padding:0 16px}.cookie_consent_dialog_78c4eb88 .middle .customize_ccpa .customize_line .line_header{margin:0;padding:0}.cookie_consent_dialog_78c4eb88 .middle .customize_ccpa .customize_line .line_header .header_left .title{width:100%;margin:0}.cookie_consent_dialog_78c4eb88 .middle .cookie_notice_link{text-decoration:none}.cookie_consent_dialog_78c4eb88 .middle .cookie_notice_link:hover{text-decoration:underline}.cookie_consent_dialog_78c4eb88 .footer{display:flex;margin-top:15px}.cookie_consent_dialog_78c4eb88 .footer .powered_by{display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--theme-color);text-decoration:none;cursor:pointer}.cookie_consent_dialog_78c4eb88 .footer .powered_by svg{width:50px;height:12px;margin-left:4px}.cookie_consent_dialog_78c4eb88 .footer .powered_by svg>path{fill:var(--theme-color)}.cookie_consent_dialog_78c4eb88 .footer .confirm_button{width:190px;height:36px;border-radius:8px;font-size:14px;line-height:36px;text-align:center;background:#E4E6EA;cursor:pointer}.cookie_consent_dialog_78c4eb88 .footer .confirm_button:hover{background:#CCCED1}.cookie_consent_dialog_78c4eb88 .footer .confirm_button:active{background:#B3B4B8}@media screen and (max-width: 988px){.cookie_consent_dialog_78c4eb88.visibility_collapsed{width:400px;height:332px}.cookie_consent_dialog_78c4eb88.visibility_full{width:400px;height:656px}.cookie_consent_dialog_78c4eb88 .middle .customize_ccpa .customize_line .line_header .header_left .title{font-size:12px}.cookie_consent_dialog_78c4eb88 .footer{flex-direction:column-reverse;align-items:center}.cookie_consent_dialog_78c4eb88 .footer .confirm_button{margin:7px 0 18px}}@media screen and (max-width: 480px){.cookie_consent_dialog_78c4eb88.visibility_collapsed{width:320px;height:372px}.cookie_consent_dialog_78c4eb88.visibility_full{width:320px;height:696px}.cookie_consent_dialog_78c4eb88 .middle .action_button .button{width:86px;margin:0 10px 0 0}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header{padding:6px 10px}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .label{font-size:12px;transform:scale(.83);transform-origin:top right;white-space:nowrap;margin-top:2px}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .header_left .title{margin-left:0;line-height:28px;font-size:12px}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .label{width:80px}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .line_header .header_left.tag{width:calc(100% - 70px);font-size:12px}.cookie_consent_dialog_78c4eb88 .middle .customize .customize_line .content{width:calc(100% - 50px);margin:2px 0 0 35px}.cookie_consent_dialog_78c4eb88 .middle .customize_ccpa{height:55px;padding:0}.cookie_consent_dialog_78c4eb88 .middle .customize_ccpa .customize_line,.cookie_consent_dialog_78c4eb88 .middle .customize_ccpa .customize_line .line_header{height:100%}.cookie_consent_dialog_78c4eb88 .middle .customize_ccpa .customize_line .line_header .header_left .title{line-height:24px;font-size:12px}}.notion_block{margin:32px 0 20px;font-weight:400;font-size:14px;line-height:24px;color:var(--text-color)}.notion_block strong{font-weight:600}.notion_block_module{border-radius:12px;background:#fff;margin:32px 0}.notion_block_module .notion_block{margin:0}.notion_block_module .notion_title{position:relative;padding:20px 24px;margin:0!important;cursor:pointer}.notion_block_module .notion_title .notion_richtext_content{display:inline-block;width:calc(100% - 80px);line-height:24px}.notion_block_module .notion_title .notion_richtext_icon{top:0;width:40px;height:40px;margin:0 12px 0 0}.notion_block_module .notion_title .fold_icon{position:absolute;top:18px;right:24px}.notion_block_module .notion_title .fold_icon svg{width:32px;height:32px}.notion_block_module .notion_title .fold_icon svg>rect{fill:#fff}.notion_block_module .notion_title .fold_icon .pack_up{display:none}.notion_block_module .notion_title_icon .fold_icon{top:24px}.notion_block_module .fold_content{display:none;padding:0 20px}.notion_block_module .fold_content .notion_title{padding:20px 0}.notion_block_module .fold_content .notion_paragraph{padding-bottom:24px;margin:0}.notion_block_module .fold_content:first-of-type{border-top:1px solid #E9E9E9;padding-top:20px}.notion_block_module .fold_content:last-of-type{padding-bottom:8px}.notion_block_module .notion_list{margin-top:0}.notion_richtext_icon{position:relative;top:6px;width:24px;height:24px;margin:0 12px 0 24px}.notion_richtext{font-size:16px;line-height:24px}.notion_richtext.highlighted,.notion_richtext.knowledge_source{background:rgba(242,109,109,.1)}.notion_richtext.knowledge_source:hover{cursor:pointer}.notion_richtext.underlined{text-decoration:underline}.notion_title{display:flex;align-items:center;white-space:pre-wrap;margin:0 0 8px}.notion_title.notion_title_header-1 .notion_richtext{font-size:32px;font-weight:700;line-height:36px}.notion_title.notion_title_header-2 .notion_richtext,.notion_title.notion_title_header-3 .notion_richtext{font-size:20px;font-weight:600;line-height:24px}.notion_title .notion_richtext_icon{top:0;width:40px;height:40px}.notion_paragraph{margin:32px 0}.notion_table{font-size:9px;line-height:16px;border-collapse:collapse;width:100%;background:#fff;margin-bottom:32px}.notion_table .highlight td{font-weight:700}.notion_table td{font-size:12px;border:1px solid #1f2e4d;padding:8px}.notion_table td .notion_paragraph{margin:0}.notion_table td .notion_list{margin-top:0}.notion_table td .notion_list_item{margin-bottom:0}.notion_table td .notion_paragraph{padding:24px 0!important}.notion_table td .notion_title .notion_richtext{font-size:16px;font-weight:700;line-height:20px}.notion_list{padding-inline-start:0;margin:32px 0}.notion_list .notion_list_item{margin:0 0 24px 18px;list-style-type:disc}.notion_list .notion_list_item .notion_richtext_icon{margin-left:0}.notion_list .notion_list_item .notion_list_item_content{width:calc(100% - 40px)}.notion_list.notion_list_lower-latin{counter-reset:my-counter}.notion_list.notion_list_lower-latin .notion_list_item{display:flex;list-style:none;margin-left:10px}.notion_list.notion_list_lower-latin .notion_list_item:before{content:counter(my-counter) ".";display:inline-block;position:relative;top:4px;margin-right:10px;counter-increment:my-counter}.notion_list.notion_list_circle .notion_list_item{list-style-type:circle}.notion_list.notion_list_square .notion_list_item{display:flex;list-style:none;margin-left:10px}.notion_list.notion_list_square .notion_list_item:before{content:"";position:relative;top:8px;display:inline-block;width:8px;height:8px;margin-right:10px;background:#1F2E4D;border-radius:1px}.notion_list.notion_list_img .notion_list_item{list-style:none;margin-left:10px}.notion_list.notion_list_img .notion_list_item .notion_list_item_content{width:100%;display:flex;align-items:center}.notion_list.notion_list_img .notion_richtext_icon{top:0;width:24px;height:24px}.notion_code_block{background:#F3F3F3;padding:12px 16px;font-family:monospace}.notion_checked_list{padding-inline-start:12px;margin:4px 0;list-style-type:none}.notion_checked_list>.notion_checked_list_item{position:relative;padding-left:8px}.notion_checked_list>.notion_checked_list_item:before{position:absolute;left:-18px;top:2px;content:"";height:18px;width:18px;border:2px solid #DADEF2;box-sizing:border-box;border-radius:2px}.notion_checked_list>.notion_checked_list_item.checked:before{position:absolute;left:-18px;top:2px;content:"";height:18px;width:18px;border:none;background:url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7 14.5L2 9.5L3.41 8.08L7 11.67L14.59 4.08L16 5.5M16 0.5H2C0.89 0.5 0 1.39 0 2.5V16.5C0 17.0304 0.210714 17.5391 0.585786 17.9142C0.960859 18.2893 1.46957 18.5 2 18.5H16C16.5304 18.5 17.0391 18.2893 17.4142 17.9142C17.7893 17.5391 18 17.0304 18 16.5V2.5C18 1.96957 17.7893 1.46086 17.4142 1.08579C17.0391 0.710714 16.5304 0.5 16 0.5Z' fill='%23DADEF2'/></svg>")}.notion_page a{color:var(--theme-color);text-decoration:none}.notion_page a:hover{text-decoration:underline}@media screen and (max-width: 740px){.notion_table td{max-width:80px}}.privacy_center_page,.privacy_center_page *{box-sizing:border-box;font-style:normal}.privacy_center_page{width:100%;min-height:100%;background:var(--bg-color)}.privacy_center_page .main{position:relative;display:flex;flex:1;flex-direction:row;justify-content:center;max-width:1120px;min-height:100%;padding:0;margin:0 auto}.privacy_center_page .main.no_scrolling{height:100vh;overflow:hidden}.privacy_center_page .main_left .header_title,.privacy_center_page .main_menu .title{padding:24px 0;font-size:38px;font-weight:700;line-height:38px;color:var(--text-color)}.privacy_center_page .main_left .nav,.privacy_center_page .main_menu .nav{width:296px}.privacy_center_page .main_left .nav .nav_title,.privacy_center_page .main_menu .nav .nav_title{display:flex;align-items:center;width:256px;height:46px;padding-left:8px;cursor:pointer}.privacy_center_page .main_left .nav .nav_title .nav_title_cont,.privacy_center_page .main_menu .nav .nav_title .nav_title_cont{width:196px;padding-left:12px;font-size:16px;font-weight:600}.privacy_center_page .main_left .nav .nav_title .nav_title_icon,.privacy_center_page .main_menu .nav .nav_title .nav_title_icon{position:relative;top:3px}.privacy_center_page .main_left .nav .nav_sub_title,.privacy_center_page .main_menu .nav .nav_sub_title{display:flex;width:296px;padding:12px 42px;align-items:center;border-radius:12px;cursor:pointer}.privacy_center_page .main_left .nav .nav_sub_title:hover,.privacy_center_page .main_menu .nav .nav_sub_title:hover{background:var(--theme-color);color:var(--theme-contrast-color)}.privacy_center_page .main_left{position:sticky;top:0;width:320px;height:100vh;padding:64px 0}.privacy_center_page .main_left .main_left_top{position:sticky;top:0}.privacy_center_page .main_left .main_left_top .header_logo .logo_img{height:48px}.privacy_center_page .main_left .main_left_content{height:480px;overflow-y:scroll}.privacy_center_page .main_left .main_left_footer{display:flex;flex-direction:row;align-items:center;height:56px;margin-top:20px;padding-left:45px;border-top:1px solid #EBF0F7;cursor:pointer}.privacy_center_page .main_left .main_left_footer .powered_by{margin-right:8px;color:var(--theme-color);cursor:pointer}.privacy_center_page .main_left .main_left_footer>svg>path{fill:var(--theme-color)}.privacy_center_page .main_right{width:776px;min-height:100%;border-left:1px var(--border-color) solid}.privacy_center_page .main_right .header_title{padding:64px 0 0 24px;font-size:48px;font-weight:800;line-height:48px;color:var(--text-color)}.privacy_center_page .main_right .header_date{margin:0;padding:14px 0 0 24px;color:#a3aacc;font-size:14px;font-weight:400}.privacy_center_page .main_right .main_right_content{padding:0 24px 24px;border-radius:20px;overflow-y:auto;box-sizing:content-box}.privacy_center_page .main_header{display:none;width:100%}.privacy_center_page .main_header .header_content{display:flex;justify-content:space-between;align-items:center;width:100%;height:48px;padding:0 24px;border-bottom:1px solid var(--border-color)}.privacy_center_page .main_header .header_content .logo_img{height:28px}.privacy_center_page .main_header .header_content .menu{display:block;cursor:pointer}.privacy_center_page .main_menu{z-index:20;position:absolute;top:0;right:0;width:332px;height:100vh;overflow-y:scroll;padding-left:12px;border-radius:12px 0 0 12px;background:#fff;box-shadow:0 8px 24px #0000001f}.privacy_center_page .main_menu .title{position:sticky;top:0}.privacy_center_page .main_menu .nav{height:600px;overflow-y:scroll}.privacy_center_page .main_menu .nav_close{z-index:30;position:absolute;top:16px;right:16px;cursor:pointer}.privacy_center_page .main_menu .nav_close svg{width:15px;height:15px}.privacy_center_page .main_menu .nav_close svg>path{fill:#b8b8b8}.privacy_center_page .main_cover{z-index:10;position:absolute;width:100%;height:100%;background:rgba(0,0,0,.2)}@media screen and (max-width: 740px){.privacy_center_page .main{flex-direction:column;justify-content:flex-start}.privacy_center_page .main_left{display:none}.privacy_center_page .main_right{width:100%;border:none}.privacy_center_page .main_header{display:block}}
