@charset "UTF-8";:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}html,body{margin:0;padding:0;font-family:Noto Sans TC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#e9e0f4;overflow-x:hidden}.page-bg{background:#e9e0f4 repeat-y center top;background-size:1920px auto}.section-container{max-width:1120px;margin:0 auto;padding:0 40px;width:100%;box-sizing:border-box}@media(max-width:768px){.section-container{padding:0 20px}}.section-title{text-align:center;margin-top:60px;margin-bottom:60px}.section-title img{max-width:100%;height:auto;display:block;margin:0 auto}@media(max-width:768px){.section-title{margin-bottom:40px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ps-shadow{position:relative;display:inline-block;isolation:isolate}.ps-shadow:after{content:"";position:absolute;inset:6px;border-radius:28px;background:#5a6eff73;transform:translate(-4px,12px) scale(.75);filter:blur(28px);z-index:-1}h1.split{opacity:0;text-align:center;font-size:clamp(2rem,6rem,4vw);color:#0e100f;letter-spacing:.05rem;margin:0}.sidebar{position:fixed;top:-100%;left:0;width:100%;height:auto;max-height:80vh;background:#fff;z-index:10000;transition:top .4s cubic-bezier(.4,0,.2,1);box-shadow:0 5px 25px #00000026;display:flex;flex-direction:column}.sidebar.active{top:0}.sidebar__header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #e0e0e0;background:#fff}.sidebar__logo{display:flex;align-items:center}.sidebar__logo img{height:66px;width:auto;object-fit:contain}.sidebar__close{background:none;border:none;color:#666;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:50%;line-height:1}.sidebar__close:hover{background:#6d3eb31a;color:#ce42cb;transform:rotate(90deg)}.sidebar__close:active{transform:rotate(90deg) scale(.9)}.sidebar__nav{flex:1;display:flex;flex-direction:column;align-items:center}.sidebar__link{display:flex;align-items:center;justify-content:center;padding:18px 32px;color:#333;text-decoration:none;font-size:1.1rem;font-weight:500;transition:all .3s ease;border-bottom:1px #dcdcdc solid;position:relative;width:100%;text-align:center}.sidebar__link:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#6d3eb30d;transition:width .3s ease;z-index:-1}.sidebar__link:hover{color:#ce42cb;background:#6d3eb30d}.sidebar__link:hover:before{width:100%}.sidebar__link:active{background:#6d3eb31a}.sidebar__social{padding:24px;background:#f8f8f8;margin-top:auto;text-align:center}.sidebar__social h4{color:#666;font-size:.875rem;margin-bottom:16px;font-weight:600;letter-spacing:.5px}.sidebar__social-links{display:flex;gap:20px;justify-content:center}.sidebar__social a{display:flex;align-items:center;justify-content:center;border-radius:12px;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.sidebar__social a:hover{transform:translateY(-3px);box-shadow:0 4px 12px #6d3eb333}.sidebar__social a:active{transform:translateY(-1px)}.sidebar__social a img{width:30px;height:30px;object-fit:contain}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease}.sidebar-overlay.active{opacity:1;visibility:visible}.menu-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:10px;z-index:100;border-radius:8px;transition:all .3s ease}.menu-toggle:hover{transform:scale(1.05)}.menu-toggle:active{transform:scale(.95)}.menu-toggle__icon{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.menu-toggle__icon span{display:block;height:3px;background:#000;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.menu-toggle__icon span:nth-child(1){width:100%}.menu-toggle__icon span:nth-child(2){width:100%;align-self:flex-end}.menu-toggle__icon span:nth-child(3){width:100%}.menu-toggle.active{background:#ce42cb}.menu-toggle.active .menu-toggle__icon span:nth-child(1){transform:rotate(45deg) translate(5px,5px);width:100%}.menu-toggle.active .menu-toggle__icon span:nth-child(2){opacity:0;transform:translate(20px)}.menu-toggle.active .menu-toggle__icon span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px);width:100%}@media(max-width:968px){.menu-toggle{display:block}.sidebar__logo{display:flex;align-items:center}.sidebar__logo img{width:130px;height:46px}}@media(max-width:768px){.sidebar{max-height:85vh}}@media(max-width:480px){.sidebar{max-height:90vh}}.header{background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:8px 40px;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 8px #00000026;max-width:100vw;box-sizing:border-box;height:92px}.header .logo img{width:182px;height:66px;background-size:100%}.header .header-nav{display:flex;align-items:center;gap:40px;margin-left:auto;margin-right:40px}.header .header-nav__link{color:#000;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .3s ease;white-space:nowrap}.header .header-nav__link:hover{color:#ce42cb}.header .nav{display:none}.header .social{display:flex;align-items:center;gap:6px}.header .social img{width:48px;height:48px;transition:transform .3s ease}.header .social img:hover{transform:scale(1.1)}@media(max-width:968px){.header{height:65px;padding:8px 15px}.header .header-nav,.header .social{display:none}.header .logo img{width:130px;height:46px;background-size:auto 100%}}.kv{width:100%;height:56.25vw;max-height:100vh;position:relative;overflow:visible}.kv__image{position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:cover;z-index:1}.kv__light-bloom{position:absolute;left:18%;top:44%;transform:translate(-20%,-50%);z-index:1;pointer-events:none;aspect-ratio:1300/847;width:68%;height:auto}.kv__girl{display:none;position:absolute;left:50%;bottom:0;transform:translate(-50%);z-index:1;width:72%;height:auto;pointer-events:none}.kv__overlay{position:absolute;left:8%;top:55%;transform:translateY(-50%);z-index:2;display:flex;flex-direction:column;align-items:flex-start;width:60%}.kv__overlay picture{width:100%}.kv__title{width:100%;height:auto}.kv__middle{width:84%;height:auto;margin-top:1rem}.kv__btn{display:block;width:72%;position:relative;transition:transform .3s ease}.kv__btn:hover{transform:scale(1.05)}.kv__btn:hover .kv__btn-default{opacity:0}.kv__btn:hover .kv__btn-hover{opacity:1}.kv__btn:active{transform:scale(.95)}.kv__btn img{width:100%;height:auto}.kv__btn-hover{position:absolute;top:0;left:0;opacity:0}.kv__btn--desktop{display:block}.kv__btn--mobile,.kv__activity-time--mobile{display:none}.kv__handsome-boy{position:absolute;right:0;bottom:-15%;z-index:2;height:95%;width:auto;pointer-events:none}@media(max-width:768px){.kv{margin-top:60px;height:auto;max-height:none;aspect-ratio:3/5;overflow:hidden}.kv__light-bloom{display:none}.kv__overlay{left:62%;top:10%;bottom:auto;transform:translate(-50%);align-items:center;gap:0;width:100%}.kv__title{width:75%}.kv__middle{width:80%}.kv__btn--desktop{display:none}.kv__btn--mobile{display:block;position:absolute;bottom:5%;left:52%;transform:translate(-50%);width:90%;z-index:3}.kv__btn--mobile:hover{transform:translate(-50%) scale(1.05)}.kv__btn--mobile:active{transform:translate(-50%) scale(.95)}.kv__handsome-boy{position:absolute;left:50%;transform:translate(-50%);right:auto;bottom:0;height:auto;width:100%;z-index:2}.kv__girl,.kv__activity-time--desktop,.kv__activity-time--mobile{display:none}}.open-account-bonus{padding:20px}.open-account-bonus .bonus-items{display:flex;justify-content:center;align-items:flex-start;max-width:1120px;margin:0 auto}@media(max-width:768px){.open-account-bonus .bonus-items{flex-direction:column;align-items:center}}.open-account-bonus .bonus-item{display:flex;flex-direction:column;align-items:center;text-align:left;flex:1}.open-account-bonus .bonus-item img{max-width:100%;height:auto;border-radius:30px}.open-account-bonus .bonus-item__text{margin-top:28px;margin-left:24px;margin-right:24px;font-size:18px;color:#181818;font-weight:500;list-style:none;padding:0}.open-account-bonus .bonus-item__text li{position:relative;padding-left:20px;margin-bottom:4px;line-height:1.6}.open-account-bonus .bonus-item__text li:before{content:"◼";position:absolute;left:0;color:#2c3e50;font-size:10px;top:8px}.open-account-bonus .diagonal-bar{width:200px;height:200px;border-radius:24px;background:linear-gradient(135deg,#5a3d7a 0% 25%,#7b4a8e 25% 50%,#a65db3 50% 75%,#d4a5e0 75% 100%);box-shadow:8px 8px 20px #b496c866;margin:20px auto}.investment-strategy{padding:20px;margin-bottom:60px}.investment-strategy .section-title{margin-top:0}@media(max-width:768px){.investment-strategy .section-title img{max-width:200px;transform:none}}.investment-strategy .strategy-items{display:flex;justify-content:center;align-items:center;max-width:1120px;margin:0 auto}@media(max-width:768px){.investment-strategy .strategy-items{flex-direction:column;align-items:center}}.investment-strategy .strategy-arrow{width:40px;height:auto;flex-shrink:0}@media(max-width:768px){.investment-strategy .strategy-arrow{transform:rotate(90deg);width:30px;margin:0}}.investment-strategy .strategy-item{display:flex;flex-direction:column;align-items:center;text-align:left;flex:1}.investment-strategy .strategy-item img{max-width:100%;height:auto;border-radius:30px}.digital-center{background-color:#eae9f0;padding:60px 20px;text-align:center}@media(max-width:768px){.digital-center{padding:40px 20px}}.digital-center__content{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:50px}@media(max-width:768px){.digital-center__content{gap:16px}}.digital-center__title,.digital-center__subtitle{max-width:100%;height:auto}@media(max-width:768px){.digital-center__title{max-width:200px}}@media(max-width:768px){.digital-center__subtitle{max-width:250px}}.digital-center__btn{display:inline-block;position:relative;transition:transform .3s ease}.digital-center__btn img{max-width:100%;height:auto}.digital-center__btn-hover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease}.digital-center__btn:hover{transform:scale(1.03)}.digital-center__btn:hover .digital-center__btn-hover{opacity:1}.qa{padding:60px 20px;margin:0 auto}.qa .section-title{text-align:center;margin-bottom:40px}.qa .section-title img{max-width:100%;height:auto}.qa__container{max-width:1120px;margin:0 auto;counter-reset:qa-counter}.qa__item{counter-increment:qa-counter;border-radius:30px;margin-bottom:16px;overflow:hidden;backface-visibility:hidden;background:#fff;transition:all .3s ease}.qa__item:hover .qa__question:before{transform:translateY(-50%) scale(1.1)}.qa__item.active .qa__question:after{content:"−"}.qa__item.active .qa__answer{max-height:4000px;padding:24px 50px;opacity:1}.qa__item.active .qa__answer:before{transform:scale(1.1)}.qa__question{width:100%;background:linear-gradient(180deg,#4c26aa,#6648c6);border:none;border-radius:30px;text-align:center;font-size:2rem;font-weight:700;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s ease;font-family:Noto Sans TC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;padding:24px;letter-spacing:1em}.qa__question:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #4c26aa4d}.qa__question:after{content:"+";width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;background:#c151ce;border-radius:50%;transition:all .3s linear;flex-shrink:0;margin-left:16px;line-height:1;padding-bottom:2px;position:absolute;right:24px;letter-spacing:normal}.qa__answer{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1),padding .5s cubic-bezier(.4,0,.2,1),opacity .3s ease-out,border-color .3s ease;opacity:0;will-change:max-height,opacity;position:relative;padding:0 24px 0 80px}.qa__answer p{color:#000;line-height:1.8;font-size:1rem;margin:0}.qa__answer p:last-child{margin-bottom:0}.qa__answer ul{margin:0 0 8px;padding:0;list-style:none;counter-reset:list-counter}.qa__answer ul li{color:#000;line-height:1.8;padding-left:24px;position:relative;counter-increment:list-counter}.qa__answer ul li:before{content:"(" counter(list-counter) ")";position:absolute;left:0;color:#000;font-weight:500}.qa__answer ul li:last-child{margin-bottom:0}@media(max-width:768px){.qa{padding:40px 16px}.qa .section-title{margin-bottom:32px}.qa__question{padding:16px 50px 16px 16px;font-size:1.4rem}.qa__question:after{width:40px;height:40px;font-size:1.5rem;right:16px}.qa__answer:before{left:20px;font-size:1.4rem}.qa__answer p,.qa__answer li{font-size:.95rem}.qa__item.active .qa__answer{padding:24px 20px}}.social-media{padding:60px 20px;text-align:center;background-color:#fff}.social-media__title{font-size:2rem;font-weight:700;color:#16233b;margin-top:0;margin-bottom:40px;font-family:Noto Sans TC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media(max-width:768px){.social-media__title{font-size:1.6rem;margin-bottom:30px}}.social-media__icons{display:flex;justify-content:center;align-items:center;gap:16px;max-width:600px;margin:0 auto}@media(max-width:768px){.social-media__icons{gap:25px}}.social-media__link{display:block;transition:transform .3s ease,opacity .3s ease}.social-media__link:hover{transform:scale(1.05)}.social-media__link:active{transform:scale(.95)}.social-media__link img{width:80px;height:80px;display:block}@media(max-width:768px){.social-media__link img{width:60px;height:60px}}.side-buttons{position:fixed;z-index:100;opacity:0;visibility:hidden}.side-buttons.visible{opacity:1;visibility:visible}.side-buttons--desktop{right:0;top:55%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-end}.side-buttons--desktop .side-buttons__btn{width:140px}.side-buttons--desktop .side-buttons__btn img{width:100%;height:auto}.side-buttons--mobile{bottom:-1px;left:0;right:0;width:100%;display:none;flex-direction:row;gap:0}.side-buttons--mobile .side-buttons__btn{flex:1;width:50%}.side-buttons--mobile .side-buttons__btn img{width:100%;height:100%;object-fit:cover}.side-buttons__btn{display:block;position:relative;width:100%;transition:transform .12s ease}.side-buttons__btn:hover .side-buttons__btn-default,.side-buttons__btn:active .side-buttons__btn-default{opacity:0}.side-buttons__btn:hover .side-buttons__btn-hover,.side-buttons__btn:active .side-buttons__btn-hover{opacity:1}.side-buttons__btn:active{transform:scale(.98)}.side-buttons__btn img{width:100%;height:auto;display:block}.side-buttons__btn-hover{position:absolute;top:0;left:0;opacity:0}@media(max-width:768px){.side-buttons--desktop{display:none!important}.side-buttons--mobile{display:flex;opacity:1;visibility:visible}.side-buttons__btn .side-buttons__btn-hover{display:none!important}.side-buttons__btn:hover .side-buttons__btn-default,.side-buttons__btn:active .side-buttons__btn-default{opacity:1!important}}body.popup-open{overflow:hidden}.popup-overlay{position:fixed;inset:0;background:#130c052e;z-index:200;opacity:0;visibility:hidden;pointer-events:none;will-change:opacity}.popup-overlay.active{visibility:visible;pointer-events:auto}.popup-chat{--popup-width: 373px;--popup-height: calc(var(--popup-width) * 550 / 373);--popup-top-min-height: 120px;position:fixed;z-index:201;display:grid;grid-template-rows:minmax(var(--popup-top-min-height),auto) minmax(0,1fr) auto;width:var(--popup-width);height:auto;aspect-ratio:373/550;border-radius:20px 20px 5px 5px;overflow:hidden;background:url(../images/0313new/popup/whole_bg.png) center top/100% 100% no-repeat,#f6ecd8;box-shadow:0 22px 50px #25190933,0 8px 18px #3e29082e;opacity:0;visibility:hidden;pointer-events:none;transform-origin:right center;will-change:transform,opacity;right:150px;top:50%;margin-top:calc(var(--popup-height) / -2)}.popup-chat.active{visibility:visible;pointer-events:auto}.popup-chat__top{position:relative;min-height:var(--popup-top-min-height);padding:18px 22px 0 20px}.popup-chat__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid rgba(255,248,228,.56)}.popup-chat__logo{width:173px;height:auto;flex-shrink:0;display:block}.popup-chat__close{background:none;border:none;color:#fff9ebf5;font-size:17px;font-weight:500;cursor:pointer;padding:6px 8px;margin:-6px -8px;border-radius:8px;display:flex;align-items:center;gap:10px;white-space:nowrap;transition:background .25s ease,color .25s ease}.popup-chat__close:hover{background:#ffffff1f}.popup-chat__close:hover .popup-chat__close-icon{transform:rotate(90deg)}.popup-chat__close:active{background:#fff3;transform:scale(.95)}.popup-chat__close:focus-visible{outline:2px solid rgba(255,255,255,.75);outline-offset:4px}.popup-chat__close-icon{position:relative;width:17px;height:17px;flex-shrink:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.popup-chat__close-icon:before,.popup-chat__close-icon:after{content:"";position:absolute;top:50%;left:50%;width:17px;height:1.5px;background:currentColor;border-radius:999px;transform-origin:center}.popup-chat__close-icon:before{transform:translate(-50%,-50%) rotate(45deg)}.popup-chat__close-icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.popup-chat__notice{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding-bottom:18px;color:#fff7e6;line-height:1.54}.popup-chat__notice-icon{width:17px;height:17px;flex-shrink:0;margin-top:2px;opacity:1}.popup-chat__notice-icon img{display:block;width:100%;height:100%}.popup-chat__notice-text{margin:0;font-size:14px;font-weight:400;letter-spacing:.03em}.popup-chat__body{position:relative;background:transparent;min-height:0;padding:0}.popup-chat__body-inner{display:flex;flex-direction:column;min-height:100%;gap:22px;padding:24px 18px 22px}.popup-chat__msg-user{display:flex;justify-content:flex-end;padding-right:4px}.popup-chat__bubble{color:#383838;box-shadow:.5px .9px 8px #00000080}.popup-chat__msg-bot{display:flex;align-items:flex-start;gap:10px}.popup-chat__reply{display:grid;grid-template-columns:1fr;flex:1 1 auto;min-width:0;justify-items:start}.popup-chat__avatar-shell{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;margin-top:4px;background:#fff8e7f2;box-shadow:inset 0 1px #ffffffb3,0 7px 14px #4c38121a}.popup-chat__avatar{width:41px;height:41px;border-radius:50%;display:block}.popup-chat__bubble--user{background:#fdf3ee;width:fit-content;max-width:184px;padding:15px 20px;border-radius:10px 0 10px 10px;font-size:16px;font-weight:700;letter-spacing:.02em}.popup-chat__bubble--bot{background:#fff;max-width:252px;padding:15px 20px 16px;border-radius:0 10px 10px;font-size:16px;font-weight:500;line-height:1.48;letter-spacing:.01em;grid-area:1/1;justify-self:start}.popup-chat__typing{display:flex;align-items:center;gap:6px;width:fit-content;padding:13px 16px;background:#fff;border-radius:0 10px 10px;box-shadow:.5px .9px 8px #00000080;opacity:0;visibility:hidden;transform-origin:left center;grid-area:1/1;align-self:start;justify-self:start}.popup-chat__typing-dot{width:6px;height:6px;border-radius:50%;background:#c4b8af;opacity:.35}.popup-chat__footer{padding:10px 14px 14px;background:#fff;-webkit-user-select:none;user-select:none;pointer-events:none}.popup-chat__footer-bar{display:flex;align-items:center;background:#f4f4f4;border-radius:5px;overflow:hidden}.popup-chat__footer-menu{display:grid;place-items:center;width:42px;height:40px;flex-shrink:0;border-right:1px solid #dadada}.popup-chat__footer-input{flex:1;font-size:14px;color:#b5a48a;letter-spacing:.02em;padding:8px 12px}.popup-chat__footer-send{display:grid;place-items:center;width:60px;height:40px;flex-shrink:0;background:linear-gradient(135deg,#ceb67b,#9e7a2f);border-radius:5px}.popup-chat__footer-send img{display:block;width:20px;height:20px}@media(max-width:968px){.popup-chat{right:50%;top:50%;margin-right:-185px;margin-top:-275px}}@media(max-width:768px){.popup-chat{--popup-mobile-max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env( safe-area-inset-bottom, 0px ) - 24px) ;--popup-width: min( 373px, calc(100vw - 32px) , calc(var(--popup-mobile-max-height) * 373 / 550) );--popup-height: calc(var(--popup-width) * 550 / 373);--popup-top-min-height: clamp( 116px, calc(var(--popup-width) * 124 / 373), 132px );width:var(--popup-width);right:unset;left:50%;margin-left:calc(var(--popup-width) / -2);margin-right:0;top:50%;margin-top:calc(var(--popup-height) / -2)}.popup-chat__top{padding:16px 18px 0 16px}.popup-chat__header{padding-bottom:12px}.popup-chat__logo{width:min(140px,52vw)}.popup-chat__close{font-size:15px;gap:8px}.popup-chat__notice{gap:8px;margin-top:11px;padding-bottom:16px}.popup-chat__notice-icon{width:20px;height:20px;margin-top:2px}.popup-chat__notice-text{font-size:13px}.popup-chat__body{padding:0}.popup-chat__body-inner{gap:22px;padding:20px 14px 18px 12px}.popup-chat__avatar-shell{width:44px;height:44px}.popup-chat__avatar{width:37px;height:37px}.popup-chat__bubble--user{max-width:170px;padding:13px 18px;font-size:14px}.popup-chat__bubble--bot{padding:14px 18px 15px;font-size:15px;line-height:1.5}.popup-chat__typing{gap:5px;margin-bottom:-6px;padding:12px 14px}.popup-chat__typing-dot{width:5px;height:5px}.popup-chat__footer{padding:8px 12px 12px}.popup-chat__footer-menu{width:38px;height:36px}.popup-chat__footer-input{font-size:13px;padding:7px 10px}.popup-chat__footer-send{width:48px;height:36px}.popup-chat__footer-send img{width:18px;height:18px}}.site-footer{color:#fff;font-size:14px;line-height:1.6}.site-footer .footer-top{background:#a8a8a8;padding:30px 16px;text-align:center;font-size:1rem;opacity:.98;display:flex;flex-direction:column;align-items:center}.site-footer .footer-top .footer-top__content{max-width:1120px;width:100%;text-align:left;padding:0 20px}.site-footer .footer-top .footer-top__content>p:first-child{font-size:15px;margin:0 0 4px}.site-footer .footer-top .footer-top__content ol{margin:0;padding-left:1em;font-size:15px}.site-footer .footer-top .footer-top__content ol li{margin:4px 0;padding-left:.5em}.site-footer .footer-top .footer-disclaimer{text-align:center;font-weight:600;font-size:1rem;max-width:1120px;width:100%}.site-footer .footer-main{background:#2b201e;padding:36px 16px;text-align:center}.site-footer .footer-main .company{font-weight:600}.site-footer .footer-main .address{opacity:.95}.site-footer .footer-main .copyright{opacity:.9;font-size:.9rem}@media(max-width:768px){.site-footer .footer-top{font-size:.85rem;padding:8px 12px}.site-footer .footer-top .footer-disclaimer{margin-top:12px;padding-top:8px}.site-footer .footer-main{padding:20px 12px 28px}}
