@import"https://fonts.googleapis.com/css2?family=Aoboshi+One&family=Archivo+Black&family=Bebas+Neue&family=Bitcount+Prop+Single:wght@100..900&family=Cal+Sans&family=Chocolate+Classical+Sans&family=Fugaz+One&family=Galada&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Oi&family=Oswald:wght@200..700&family=Passion+One:wght@400;700;900&family=Press+Start+2P&family=Rowdies:wght@300;400;700&family=Rubik+Mono+One&family=Six+Caps&family=Spicy+Rice&family=Staatliches&family=Stack+Sans+Notch:wght@200..700&family=UnifrakturCook:wght@700&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.header{position:relative;transition:all .3s ease}.header.is-fixed{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#fff;box-shadow:0 2px 10px #0000001a}.header.is-fixed .header__container{width:95%;padding:15px 0;justify-content:space-between}.header__container{max-width:1320px;margin:0 auto;padding:15px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.header__left{position:relative;width:20%}.header__right{position:relative;width:80%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end}.header__menu{position:relative}.header__menu ul{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:30px}.header__menu ul li a{position:relative;display:block;padding:10px;font-size:16px;font-weight:400;font-family:Poppins,sans-serif;color:#000;text-decoration:none;transition:all .15s ease}.header__menu ul li a:before{content:"";position:absolute;top:-21px;left:0;width:0%;height:3px;height:4px;background:linear-gradient(35deg,#00a6ff,#7a30ff);transition:all .15s ease}.header__menu ul li a:hover{color:transparent;background:linear-gradient(35deg,#00a6ff,#7a30ff);-webkit-background-clip:text;background-clip:text}.header__menu ul li a:hover:before{width:100%}.header__download{position:relative}.header__download a{display:block;font-size:14px;padding:16px 60px;color:#fff;background:linear-gradient(35deg,#00a6ff,#7a30ff);box-shadow:0 4px 15px #0003;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:999px;margin-left:20px;transform:translateY(0)}.header__download a:hover{color:#fff;background:linear-gradient(35deg,#00a6ff,#7a30ff);box-shadow:0 8px 25px #00a6ff66,0 4px 15px #7a30ff4d;transform:translateY(-2px);text-decoration:none}.header__download a:active{transform:translateY(0);box-shadow:0 2px 8px #0003}.header__translate{position:relative;margin-left:12px}.header__translate-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;padding:6px;border-radius:999px;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .15s ease,border-color .15s ease}.header__translate-trigger:hover{background:#ffffff24;border-color:#ffffff59}.header__translate__img{position:relative;border-radius:50%;padding:2px;display:flex;align-items:center;justify-content:center}.header__translate-icon{width:30px;height:30px;object-fit:contain;flex-shrink:0;border-radius:50%;background:#0003;display:block}.header__current-lang{white-space:nowrap}.header__translate-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:4px;min-width:120px;box-shadow:0 4px 12px #0000004d;z-index:1000;display:flex;flex-direction:column;gap:2px}.header__lang-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#fff;padding:8px 12px;border-radius:6px;font-size:14px;line-height:1;cursor:pointer;text-align:left;transition:background .15s ease;display:flex;align-items:center;gap:8px}.header__lang-option:hover{background:#ffffff1a}.header__lang-option.is-active{background:#ffffff26;font-weight:500}.header__lang-option-icon{width:18px;height:18px;object-fit:contain;flex-shrink:0}.header__mobile-toggle{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;width:30px;height:16px;position:relative;cursor:pointer;flex-direction:column;justify-content:space-between;padding:0;z-index:1001}.header__mobile-toggle-line{display:block;width:100%;height:3px;background:#000;border-radius:2px;transition:all .3s ease}.header__mobile-toggle-line:nth-child(2){width:60%;align-self:flex-end}.header__desktop-menu{display:flex;align-items:center;gap:40px}.header__mobile-menu{position:relative;width:260px;max-width:80vw;background:#000000f5;border-radius:16px;padding:20px 20px 24px;display:flex;flex-direction:column;align-items:stretch;gap:24px;box-shadow:0 18px 45px #000000a6}.header__mobile-menu .header__menu{width:100%}.header__mobile-menu .header__menu ul{flex-direction:column;gap:16px;align-items:stretch}.header__mobile-menu .header__menu ul li{width:100%}.header__mobile-menu .header__menu ul li a{color:#fff;font-size:16px;padding:10px 12px;border-radius:8px;display:block;text-align:left}.header__mobile-menu .header__menu ul li a:hover{background:#ffffff14}.header__mobile-menu .header__download{width:100%}.header__mobile-menu .header__download a{display:block;text-align:center;margin-left:0;padding:14px;font-size:15px;border-radius:999px;transition:all .15s ease}.header__mobile-menu .header__download a:hover{background:#ffffff29;color:#fff}.header__mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;justify-content:flex-end;align-items:flex-start;padding:72px 16px 16px}@media (max-width: 747px){.header__right{width:auto}.header__desktop-menu{display:none}.header__mobile-toggle,.header__mobile-overlay{display:flex}.header__mobile-toggle[aria-expanded=true]{width:30px;height:30px}.header__mobile-toggle[aria-expanded=true] .header__mobile-toggle-line:nth-child(1){transform:rotate(45deg) translate(10px,10px)}.header__mobile-toggle[aria-expanded=true] .header__mobile-toggle-line:nth-child(2){width:100%;transform:rotate(-45deg) translate(10px,-10px)}}.banner{position:relative;overflow:hidden}.banner:after{content:"";position:fixed;top:-600px;right:-50px;width:800px;height:1800px;background:linear-gradient(35deg,#00a6ff,#7a30ff);border-bottom-left-radius:1000px;border-bottom-right-radius:1000px;transform:rotate(46deg);z-index:-1}.banner__container{position:relative;max-width:1320px;margin:0 auto;padding:100px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;z-index:2}.banner__min_img{position:relative;width:100%;text-align:center}.banner__text{position:relative;width:100%;text-align:center;margin:10px 0}.banner__text p{font-size:18px;font-weight:400;font-family:Poppins,sans-serif;color:#000;width:700px;margin:0 auto;line-height:1.4}.banner__scroll-button{position:relative;width:300px;text-align:center;margin:20px auto}.banner__scroll-button a{width:100%;height:55px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:#000;background-color:#fff;box-shadow:0 4px 15px #00000080;border-radius:100px;transition:all .3s ease;cursor:pointer}.banner__scroll-button a:hover{transform:translateY(4px);opacity:.8}.banner__scroll-button a p{color:#000;font-size:16px;font-weight:400;font-family:Poppins,sans-serif;margin:0}.banner__scroll-button a svg{color:#000;font-size:24px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.banner__scroll-button a{width:100%;text-decoration:none}.banner__scroll-button a p{display:inline-block}.banner__max_img{position:relative;width:100%;min-height:800px;overflow:hidden;overscroll-behavior:contain}.banner__max_img__area{position:relative;width:100%;min-height:800px}.banner__max_img__area img:first-child{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:404px;object-fit:contain;object-position:center;z-index:2;border-radius:40px}.banner__max_img_0{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;contain:paint}.banner__max_img-item{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateY(18px);width:90%;max-width:90%;height:91%;max-height:91%;border-radius:40px;object-fit:contain;object-position:center;opacity:0;visibility:hidden;transition:transform .35s ease-out;pointer-events:none;z-index:var(--stack, 1);will-change:opacity,transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d}.banner__max_img-item.is-active{opacity:1;visibility:visible;transform:translate(-50%,-50%) translateY(0) translateZ(0);z-index:calc(var(--stack, 1) + 20);pointer-events:auto;transition:transform .35s ease-out}.banner__hold{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.banner__hold-left{position:absolute;left:-1%;top:0;opacity:1;width:300px;height:100%}.banner__hold-right{position:absolute;right:-1%;top:0;opacity:1;width:300px;height:100%}@media (max-width: 1190px){.banner__container{width:90%;margin:0 auto}.banner__container .banner__text p{width:90%}.banner__hold-left,.banner__hold-right{opacity:.6}}@media (max-width: 700px){.banner:after{right:-800px}.banner__container{padding:60px 0}.banner__container .banner__text{margin:40px 0}.banner__container .banner__text p{width:90%;margin:0 auto;font-size:16px}.banner__container .download__left__button ul li{width:90%;margin:0 auto}.banner__hold-left,.banner__hold-right{width:200px;opacity:.4}}@media (max-width: 480px){.banner__container .banner__max_img,.banner__container .banner__max_img__area{min-height:500px}.banner__container .banner__max_img__area img:first-child{width:260px;min-height:260px}.banner__container .banner__max_img__area .banner__max_img_0 .banner__max_img-item{height:92%;max-height:100%}}@media (max-width: 294px){.banner__container .banner__max_img{display:none}}.privacy{position:relative;background-color:#f6f6f6}.privacy:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(35deg,#00a6ff,#7a30ff)}.privacy:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(35deg,#00a6ff,#7a30ff)}.privacy__container{position:relative;max-width:1320px;margin:0 auto;padding:100px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:40px}.privacy__left{position:relative;width:50%}.privacy__left img{width:100%;max-height:400px;margin:0 auto}.privacy__right{position:relative;width:45%}.privacy__right__title{position:relative;width:100%;text-align:left;margin:60px 0}.privacy__right__title h2{font-size:40px;font-weight:400;font-family:Poppins,sans-serif;color:transparent;background:linear-gradient(35deg,#00a6ff,#7a30ff);-webkit-background-clip:text;background-clip:text;background-position:0 0}.privacy__right__text{position:relative;width:100%;text-align:left;margin:60px 0}.privacy__right__text p{font-size:16px;font-weight:400;font-family:Poppins,sans-serif;color:#000;line-height:1.4}@media (max-width: 888px){.privacy__container{width:90%;margin:0 auto;padding:40px 0}.privacy__left,.privacy__right{width:100%}.privacy__right__title{margin:30px 0}.privacy__right__text{margin:10px 0}}@media (max-width: 640px){.privacy__left{width:100%}.privacy__left img{width:100%;margin:0 auto}.privacy__right{width:100%}}.function{position:relative;background-color:#fff}.function__container{position:relative;max-width:1320px;margin:0 auto;padding:60px 0;z-index:2}.function__title{position:relative;width:100%;text-align:left;margin:20px 0}.function__title h2{font-size:50px;font-weight:400;font-family:Lobster Two,sans-serif;color:transparent;background:linear-gradient(35deg,#00a6ff,#7a30ff);-webkit-background-clip:text;background-clip:text;background-position:0 0}.function__text{position:relative}.function__text__label{position:relative;width:100%;text-align:left;margin:30px 0;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(0,166,255,.4) rgba(0,0,0,.05)}.function__text__label::-webkit-scrollbar{height:8px}.function__text__label::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.function__text__label::-webkit-scrollbar-thumb{background:#00a6ff66;border-radius:4px}.function__text__label::-webkit-scrollbar-thumb:hover{background:#00a6ff99}.function__text__label ul{display:grid;grid-template-rows:repeat(2,40px);grid-auto-flow:column;grid-auto-columns:max-content;gap:10px;width:max-content;min-width:100%;height:90px;overflow:visible;padding-bottom:8px}.function__text__label ul li{position:relative;font-size:14px;font-weight:400;font-family:Poppins,sans-serif;padding:10px 20px;color:#000;line-height:1.4;border-radius:30px;background:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;height:40px;min-height:40px;max-height:40px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.function__text__label ul li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:100px;padding:2px;background:linear-gradient(35deg,#00a6ff,#7a30ff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.function__text__label ul li:hover{color:transparent;background:linear-gradient(35deg,#00a6ff,#7a30ff);-webkit-background-clip:text;background-clip:text;transform:translate(6px);transition:all .3s cubic-bezier(.4,0,.2,1)}.function__text__label ul li:active{transform:translateY(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.function__text__label ul li.is-active{color:transparent;background:linear-gradient(35deg,#00a6ff,#7a30ff);-webkit-background-clip:text;background-clip:text}.function__text__label ul li.is-active:before{padding:3px;box-shadow:0 4px 12px #00a6ff4d,0 2px 6px #7a30ff33}.function__text__Content{position:relative;width:100%;text-align:left;margin:30px 0}.function__text__Content ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px}.function__text__Content ul li{position:relative;width:100%;border-radius:30px;background:#fff;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.function__text__Content ul li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:30px;padding:2px;background:linear-gradient(35deg,#00a6ff,#7a30ff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.function__text__Content ul li:hover{transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.function__text__Content ul li:hover:before{padding:3px;box-shadow:0 8px 20px #00a6ff4d,0 4px 10px #7a30ff33}.function__text__Content ul li:nth-child(3n+1) .function__text__Content__area__left img{background:#00a6ff}.function__text__Content ul li:nth-child(3n+2) .function__text__Content__area__left img{background:#8b4cff}.function__text__Content ul li:nth-child(3n+3) .function__text__Content__area__left img{background:#ff6b9d}.function__text__Content ul li .function__text__Content__area{position:relative;width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;margin:20px auto}.function__text__Content ul li .function__text__Content__area__left{position:relative;width:30%;text-align:center}.function__text__Content ul li .function__text__Content__area__left img{width:120px;padding:20px;border-radius:50px;object-fit:contain;object-position:center}.function__text__Content ul li .function__text__Content__area__right{position:relative;width:70%}.function__text__Content ul li .function__text__Content__area__right__title{position:relative;width:100%;text-align:left;margin:20px 0}.function__text__Content ul li .function__text__Content__area__right__title h3{font-size:28px;font-weight:400;font-family:Poppins,sans-serif;color:transparent;background:linear-gradient(35deg,#00a6ff,#7a30ff);-webkit-background-clip:text;background-clip:text;background-position:0 0;word-break:keep-all;line-height:1.4}.function__text__Content ul li .function__text__Content__area__right__title h3 img{margin-right:10px}.function__text__Content ul li .function__text__Content__area__right__title h3 span{word-break:keep-all}.function__text__Content ul li .function__text__Content__area__right__text{position:relative;width:100%;text-align:left}.function__text__Content ul li .function__text__Content__area__right__text p{word-break:keep-all;line-height:1.4;margin:10px 0}.function__text__Content ul li .function__text__Content__area__right__text ul{gap:0;padding-left:20px}.function__text__Content ul li .function__text__Content__area__right__text ul li{list-style:auto;padding:0}.function__text__Content ul li .function__text__Content__area__right__text ul li:before{display:none}.function__text__Content ul li .function__text__Content__area__right__text ul li p,.function__text__Content ul li .function__text__Content__area__right__text ul li p p,.function__text__Content ul li .function__text__Content__area__right__text ul li p p p{word-break:keep-all;line-height:1.4;margin:10px 0}@media (max-width: 1628px){.function__animation__left{width:auto;opacity:.3;left:-10%}.function__animation__right{width:auto;opacity:.3;right:-10%}}@media (max-width: 1300px){.function__container{width:90%;margin:0 auto}.function__title h2{font-size:40px}.function__text__label{margin:20px 0}.function__text__label ul{grid-template-rows:repeat(2,40px);height:90px}.function__text__label ul li{font-size:14px;padding:8px 16px;height:40px;min-height:40px;max-height:40px;justify-content:left}.function__text__Content ul li{width:90%;margin:0 auto;padding:15px;box-sizing:border-box}.function__text__Content ul li .function__text__Content__area .function__text__Content__area__left{width:90%;margin:0 auto;text-align:left}.function__text__Content ul li .function__text__Content__area .function__text__Content__area__left img{width:100px}.function__text__Content ul li .function__text__Content__area .function__text__Content__area__right{width:90%;margin:0 auto;max-width:100%;box-sizing:border-box}.function__text__Content ul li .function__text__Content__area .function__text__Content__area__right__title h3{line-height:1.4;word-break:break-word;overflow-wrap:break-word}.function__text__Content ul li .function__text__Content__area .function__text__Content__area__right__title h3 span{word-break:break-word;overflow-wrap:break-word}.function__text__Content ul li .function__text__Content__area .function__text__Content__area__right__text{width:100%;max-width:100%;box-sizing:border-box}.function__text__Content ul li .function__text__Content__area .function__text__Content__area__right__text p{word-break:break-word;overflow-wrap:break-word;max-width:100%}.function__text__Content ul li .function__text__Content__area .function__text__Content__area__right__text ul li{display:auto}.function__text__Content ul li .function__text__Content__area .function__text__Content__area__right__text ul li p{word-break:break-word;overflow-wrap:break-word;max-width:100%}}@media (max-width: 640px){.function__container{width:95%}.function__text__label{margin:15px 0}.function__text__label ul{grid-template-rows:repeat(2,36px);height:80px;gap:8px}.function__text__label ul li{padding:6px 12px;height:36px;min-height:36px;max-height:36px}.function__text__Content ul li{padding:12px}.function__text__Content ul li .function__text__Content__area__left img{width:100px;padding:15px}.function__text__Content ul li .function__text__Content__area__right__title h3{font-size:24px}.function__text__Content ul li .function__text__Content__area__right__text p{font-size:16px}.function__text__Content ul li .function__text__Content__area__right__text ul li p{font-size:14px}}.download{position:relative;background-color:#f6f6f6;overflow:hidden}.download:after{content:"";position:absolute;top:-600px;right:-50px;width:800px;height:1800px;background:linear-gradient(35deg,#00a6ff,#7a30ff);border-bottom-left-radius:1000px;border-bottom-right-radius:1000px;transform:rotate(46deg);z-index:1}.download__container{position:relative;z-index:2}.download__container:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(35deg,#00a6ff,#7a30ff)}.download__container:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(35deg,#00a6ff,#7a30ff)}.download__container .download__container__area{position:relative;max-width:1320px;margin:0 auto;padding:60px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:40px}.download__container .download__container__area .download__left{position:relative;width:45%}.download__container .download__container__area .download__left .download__left__img{position:relative;width:100%}.download__container .download__container__area .download__left .download__left__title{position:relative;width:100%;text-align:left;margin:20px 0}.download__container .download__container__area .download__left .download__left__title h2{font-size:40px;font-weight:400;font-family:Lobster Two,sans-serif;color:transparent;background:linear-gradient(35deg,#00a6ff,#7a30ff);-webkit-background-clip:text;background-clip:text;background-position:0 0}.download__container .download__container__area .download__left .download__left__text{position:relative;width:100%;text-align:left;margin:20px 0}.download__container .download__container__area .download__left .download__left__text p{font-size:16px;font-weight:400;font-family:Poppins,sans-serif;color:#000;line-height:1.4}.download__container .download__container__area .download__left .download__left__button{position:relative;width:100%;text-align:left;margin:20px 0}.download__container .download__container__area .download__left .download__left__button ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:20px}.download__container .download__container__area .download__left .download__left__button ul li{position:relative;width:41%;color:#fff;border-radius:8px;background:#000;padding:10px 20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.download__container .download__container__area .download__left .download__left__button ul li:hover{background:linear-gradient(35deg,#00a6ff,#7a30ff);transform:translateY(-4px);box-shadow:0 8px 20px #00a6ff66,0 4px 10px #7a30ff4d}.download__container .download__container__area .download__left .download__left__button ul li:active{transform:translateY(-2px);box-shadow:0 4px 12px #00a6ff4d,0 2px 6px #7a30ff33}.download__container .download__container__area .download__left .download__left__button ul li .download__left__button__item{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;width:100%;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.download__container .download__container__area .download__left .download__left__button ul li .download__left__button__item .download__left__button__item__icon{object-fit:contain;object-position:center;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.download__container .download__container__area .download__left .download__left__button ul li .download__left__button__item svg{font-size:40px}.download__container .download__container__area .download__left .download__left__button ul li .download__left__button__item .download__left__button__item__text{font-size:16px;font-weight:400;font-family:Poppins,sans-serif;color:#fff;line-height:1.8;transition:all .3s cubic-bezier(.4,0,.2,1)}.download__container .download__container__area .download__left .download__left__button ul li .download__left__button__item .download__left__button__item__text p{word-break:keep-all;line-height:1.4;margin:10px 0;font-size:14px}.download__container .download__container__area .download__right{position:relative;width:45%}.download__container .download__container__area .download__right__img{position:relative;width:100%;min-height:800px;overflow:hidden;overscroll-behavior:contain}.download__container .download__container__area .download__right__img__area{position:relative;width:100%;min-height:800px}.download__container .download__container__area .download__right__img__area img:first-child{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:404px;object-fit:contain;object-position:center;z-index:2;border-radius:40px}.download__container .download__container__area .download__right__img_0{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;contain:paint}.download__container .download__container__area .download__right__img-item{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateY(18px);width:90%;max-width:90%;height:91%;max-height:91%;border-radius:40px;object-fit:contain;object-position:center;opacity:0;visibility:hidden;transition:transform .35s ease-out;pointer-events:none;z-index:var(--stack, 1);will-change:opacity,transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d}.download__container .download__container__area .download__right__img-item.is-active{opacity:1;visibility:visible;transform:translate(-50%,-50%) translateY(0) translateZ(0);z-index:calc(var(--stack, 1) + 20);pointer-events:auto;transition:transform .35s ease-out}@media (max-width: 1320px){.download:after{right:-750px}.download__container .download__container__area{width:90%;margin:0 auto}.download__container .download__container__area .download__right,.download__container .download__container__area .download__left,.download__container .download__container__area .download__left .download__left__button ul li{width:100%}}@media (max-width: 480px){.download__container .download__container__area .download__right__img,.download__container .download__container__area .download__right__img__area{min-height:500px}.download__container .download__container__area .download__right__img__area img:first-child{width:260px;min-height:260px}.download__container .download__container__area .download__right__img .download__right__img_0 .download__right__img-item{height:92%;max-height:100%}}@media (max-width: 294px){.download__container .download__container__area .download__right__img{display:none}}.footer{position:relative;background-color:#f6f6f6}.footer__container{max-width:1320px;margin:0 auto;padding:20px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;position:relative}.footer__container p{font-size:12px;font-weight:400;font-family:Poppins,sans-serif;color:#000;text-align:center}.footer__container .policy{position:absolute;right:40px;top:15px}.footer__container .policy a{font-size:12px;color:#000;cursor:pointer;text-decoration:none}.footer__container .policy a:hover{text-decoration:underline}@media (max-width: 900px){.footer__container{flex-direction:column;gap:10px}.footer__container .policy{position:relative;right:auto;top:auto}}
