html.dark{color-scheme:dark;--el-color-primary: #409eff;--el-color-primary-light-3: rgb(51, 117, 185);--el-color-primary-light-5: rgb(42, 89, 138);--el-color-primary-light-7: rgb(33, 61, 91);--el-color-primary-light-8: rgb(29, 48, 67);--el-color-primary-light-9: rgb(24, 34, 43);--el-color-primary-dark-2: rgb(102, 177, 255);--el-color-success: #67c23a;--el-color-success-light-3: rgb(78, 142, 47);--el-color-success-light-5: rgb(62, 107, 39);--el-color-success-light-7: rgb(45, 72, 31);--el-color-success-light-8: rgb(37, 55, 28);--el-color-success-light-9: rgb(28, 37, 24);--el-color-success-dark-2: rgb(133, 206, 97);--el-color-warning: #e6a23c;--el-color-warning-light-3: rgb(167, 119, 48);--el-color-warning-light-5: rgb(125, 91, 40);--el-color-warning-light-7: rgb(83, 63, 32);--el-color-warning-light-8: rgb(62, 48, 28);--el-color-warning-light-9: rgb(41, 34, 24);--el-color-warning-dark-2: rgb(235, 181, 99);--el-color-danger: #f56c6c;--el-color-danger-light-3: rgb(178, 82, 82);--el-color-danger-light-5: rgb(133, 64, 64);--el-color-danger-light-7: rgb(88, 46, 46);--el-color-danger-light-8: rgb(65, 38, 38);--el-color-danger-light-9: rgb(42, 29, 29);--el-color-danger-dark-2: rgb(247, 137, 137);--el-color-error: #f56c6c;--el-color-error-light-3: rgb(178, 82, 82);--el-color-error-light-5: rgb(133, 64, 64);--el-color-error-light-7: rgb(88, 46, 46);--el-color-error-light-8: rgb(65, 38, 38);--el-color-error-light-9: rgb(42, 29, 29);--el-color-error-dark-2: rgb(247, 137, 137);--el-color-info: #909399;--el-color-info-light-3: rgb(107, 109, 113);--el-color-info-light-5: rgb(82, 84, 87);--el-color-info-light-7: rgb(57, 58, 60);--el-color-info-light-8: rgb(45, 45, 47);--el-color-info-light-9: rgb(32, 33, 33);--el-color-info-dark-2: rgb(166, 169, 173);--el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .36), 0px 8px 20px rgba(0, 0, 0, .72);--el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, .72);--el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, .72);--el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, .72), 0px 12px 32px #000000, 0px 8px 16px -8px #000000;--el-bg-color-page: #0a0a0a;--el-bg-color: #141414;--el-bg-color-overlay: #1d1e1f;--el-text-color-primary: #E5EAF3;--el-text-color-regular: #CFD3DC;--el-text-color-secondary: #A3A6AD;--el-text-color-placeholder: #8D9095;--el-text-color-disabled: #6C6E72;--el-border-color-darker: #636466;--el-border-color-dark: #58585B;--el-border-color: #4C4D4F;--el-border-color-light: #414243;--el-border-color-lighter: #363637;--el-border-color-extra-light: #2B2B2C;--el-fill-color-darker: #424243;--el-fill-color-dark: #39393A;--el-fill-color: #303030;--el-fill-color-light: #262727;--el-fill-color-lighter: #1D1D1D;--el-fill-color-extra-light: #191919;--el-fill-color-blank: #141414;--el-mask-color: rgba(0, 0, 0, .8);--el-mask-color-extra-light: rgba(0, 0, 0, .3)}html.dark .el-button{--el-button-disabled-text-color: rgba(255, 255, 255, .5)}html.dark .el-card{--el-card-bg-color: var(--el-bg-color-overlay);--el-fill-color-blank: var(--el-card-bg-color)}html.dark .el-empty{--el-empty-fill-color-0: var(--el-color-black);--el-empty-fill-color-1: #4b4b52;--el-empty-fill-color-2: #36383d;--el-empty-fill-color-3: #1e1e20;--el-empty-fill-color-4: #262629;--el-empty-fill-color-5: #202124;--el-empty-fill-color-6: #212224;--el-empty-fill-color-7: #1b1c1f;--el-empty-fill-color-8: #1c1d1f;--el-empty-fill-color-9: #18181a}:root{--text-color: #333940;--text-color-gray: #666;--text-color-gray-light: #999;--theme-color: #4f6bff;--success-color: #5cb85c;--red-color: #ff303d;--border-color: #e5e7eb;--main-border: 1px solid #e5e7eb}.ex-contact-us__form{max-width:600px;width:95%;margin:0 auto}.ex-form{padding:40px;border-radius:16px;background-color:#fff;box-shadow:0 4px 20px #0000000f}.ex-form__group{margin-bottom:20px}.ex-form__label{display:block;margin-bottom:8px;font-family:var(--public-html-font-family);font-weight:500;font-size:14px;line-height:20px;color:#333}.ex-form__label.required:after{content:" *";color:#ff303d}.ex-form__input{display:block;width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-family:var(--public-html-font-family);font-size:14px;line-height:20px;color:#333;background-color:#fff;outline:none;box-sizing:border-box;transition:border-color .2s ease}.ex-form__input::placeholder{color:#999}.ex-form__input:focus{border-color:#6840ff}.ex-form__input[disabled]{background-color:#f5f5f7;color:#999;cursor:not-allowed}textarea.ex-form__input{min-height:120px;resize:vertical}.ex-select{width:100%}.ex-select__control{display:block;width:100%;padding:12px 40px 12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-family:var(--public-html-font-family);font-size:14px;line-height:20px;color:#333;background-color:#fff;outline:none;box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer;transition:border-color .2s ease}.ex-select__control:focus{border-color:#6840ff}.ex-form__error-message{margin-top:4px;font-family:var(--public-html-font-family);font-size:12px;line-height:16px;color:#ff303d}.ex-form__global-error{margin-bottom:20px;padding:12px 16px;border-radius:8px;background-color:#fff2f0;border:1px solid #ffccc7;font-family:var(--public-html-font-family);font-size:14px;line-height:20px;color:#ff303d}.ex-form__submit{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 16px;box-sizing:border-box;border:none;border-radius:66px;background-color:#6840ff;font-family:var(--public-html-font-family);font-weight:600;font-size:16px;line-height:20px;color:#fff;cursor:pointer;transition:background-color .2s ease}.ex-form__submit:hover{background-color:#5a33e6}.ex-form__submit.disabled{pointer-events:none;opacity:.5}.ex-hidden{display:none!important}.ex-form__file-container{display:flex;flex-direction:column;gap:10px;width:100%}.ex-form__upload-files-button{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.ex-form__upload-files-button img{width:16px;height:16px;object-fit:contain}.ex-form__upload-files-button span{font-size:14px;color:#333}.ex-form__upload-files-button span:last-child{color:#999}.ex-form__upload-files-button.disabled{pointer-events:none;opacity:.5}.ex-hidden-input{display:none!important}.ex-form__file-cell{display:flex;flex-direction:column;gap:10px;width:100%}.ex-each-file{padding:12px;border-radius:8px;background-color:#f3f3f3}.ex-each-file.is-done{padding:10px}.ex-each-file__row{display:flex;align-items:center}.ex-each-file__info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.ex-each-file__icon{flex-shrink:0;display:flex;align-items:center}.ex-each-file__name{font-family:var(--public-html-font-family);font-size:14px;line-height:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ex-each-file__size{flex-shrink:0;font-family:var(--public-html-font-family);font-size:12px;line-height:14px;color:#999}.ex-each-file__delete{flex-shrink:0;display:flex;align-items:center;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .15s ease}.ex-each-file__delete:hover{background-color:#0000000f}.ex-each-file__bar{margin-top:14px;width:100%;height:4px;border-radius:66px;background-color:#d9d9d9}.ex-each-file__progress{height:100%;width:0;border-radius:66px;background-color:#333;transition:width .2s ease}.ex-each-file__error{margin-top:4px;font-family:var(--public-html-font-family);font-size:12px;line-height:16px;color:#ff303d}.ex-each-file__error:empty{display:none}.ex-form__error-mess,.ex-form__file-error{margin-top:4px;font-family:var(--public-html-font-family);font-size:12px;line-height:16px;color:#ff303d}.ex-contact-us__success{margin:58px auto;width:min(95%,651px);padding:52px 48px 44px;border:1px solid #e5e7eb;border-radius:20px;background-color:#fff;display:flex;flex-direction:column;align-items:center;box-shadow:0 8px 40px #6840ff14}.ex-contact-us__success-icon-wrap{position:relative;width:80px;height:80px;border-radius:50%;background-color:#f0ecff;display:flex;align-items:center;justify-content:center}.ex-contact-us__success-icon-wrap:after{content:"";position:absolute;left:50%;top:50%;width:92px;height:92px;border-radius:50%;border:2px solid rgba(104,64,255,.1803921569);transform:translate(-50%,-50%)}.ex-contact-us__success-icon{width:36px;height:36px}.ex-contact-us__success-title{margin-top:30px;font-family:var(--public-html-font-family);font-weight:700;font-size:22px;line-height:36px;color:#111827;text-align:center}.ex-contact-us__success-desc{margin-top:12px;max-width:421px;font-family:var(--public-html-font-family);font-weight:400;font-size:14.5px;line-height:25px;color:#6b7280;text-align:center}.ex-contact-us__success-divider{margin-top:13px;width:100%;height:1px;background-color:#f3f4f6}.ex-contact-us__success-action{margin-top:32px;width:min(100%,367px);display:flex;flex-direction:column;gap:11px}.ex-contact-us__success-link{display:block;width:100%;text-decoration:none}.ex-contact-us__success-btn{width:100%;border-radius:66px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--public-html-font-family);font-weight:500;text-align:center}.ex-contact-us__success-btn-icon{width:16px;height:16px;object-fit:contain}.ex-contact-us__success-btn--primary.ex-form__submit{padding:13px 16px;background-color:#6840ff;border-radius:66px;font-size:14.5px;line-height:17px;color:#fff}.ex-contact-us__success-btn--primary.ex-form__submit:hover{background-color:#5a33e6}.ex-contact-us__success-btn--secondary{padding:12px 16px;min-height:48px;border:1px solid #e5e7eb;background-color:#fff;font-size:14px;line-height:23px;color:#374151}.ex-contact-us__success-btn--secondary .ex-contact-us__success-btn-icon{width:15px;height:15px}@media screen and (max-width:767px){.ex-contact-us__success{padding:36px 20px 28px;width:100%}.ex-contact-us__success-title{margin-top:24px;font-size:20px;line-height:30px}.ex-contact-us__success-desc{margin-top:10px;font-size:14px;line-height:22px}.ex-contact-us__success-action{margin-top:24px;width:100%}}.ex-contact-us__other{margin-top:40px;display:flex;flex-direction:column;align-items:flex-start;gap:30px;max-width:600px;width:95%;margin-left:auto;margin-right:auto}.ex-contact-us__other-item-title{font-weight:500;font-size:18px;line-height:18px;color:#333}.ex-contact-us__other-item-desc{font-weight:400;font-size:16px;line-height:16px;color:#333}.ex-contact-us__other-item-note{font-weight:400;font-size:16px;line-height:16px;color:#999}.ex-flex{display:flex}.ex-items-center{align-items:center}.gap-6{gap:6px}.mrb-12{margin-bottom:12px}.contact-us-page{margin:0;font-family:var(--public-html-font-family);color:#333;background-color:#fff}.ex-contact-us{position:relative}.ex-bg-gradient{position:absolute;top:0;left:0;width:100%;background:url(/contact-us/img/top-background.jpg) no-repeat center top;background-size:cover;pointer-events:none;z-index:-1;aspect-ratio:1920/980}.ex-contact-us__inner{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin:0 auto;padding:64px 0 131px;max-width:1290px;min-height:100vh;width:85%}.ex-contact-us__content{width:100%}.ex-contact-us__title{margin-bottom:20px;font-weight:700;font-size:clamp(32px,6.8rem,68px);line-height:clamp(32px,8rem,80px);color:#000;text-align:center}.ex-contact-us__desc{margin-bottom:40px;font-weight:500;font-size:clamp(14px,1.8rem,18px);line-height:clamp(16px,2.9rem,29px);color:#777;text-align:center}@media screen and (max-width:767px){.ex-contact-us__inner{padding:40px 0 80px;width:92%}.ex-form{padding:24px 16px}}
