.popup-box{position:fixed;width:100%;height:100vh;top:0;left:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center;font-family:Roboto;opacity:0;visibility:hidden;z-index:-100;transition:all .3s ease-in-out}.popup-box[data-show=true]{opacity:1;visibility:visible;z-index:1000;transition:all .3s ease-in-out}.popup-box .popup-box-bg{position:fixed;width:100%;height:100vh;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6)}.popup-box .popup-box-content{position:relative;width:454px;border-radius:12px;background:#fff;overflow:hidden;opacity:0;visibility:hidden;z-index:-100;transition:all .3s ease-in-out}.popup-box .popup-box-content[data-show=true]{opacity:1;visibility:visible;z-index:1000;transition:all .3s ease-in-out}.popup-box .popup-box-content .header{height:116px;background-image:url(https://res.insta360.com/static/563ab9e1dfab966098131815cfd6d99e/popup-bg.jpg);background-size:cover;display:flex;justify-content:space-between;padding:12px 12px 0 32px}.popup-box .popup-box-content .header .title{font-size:18px;font-weight:700;line-height:24px;color:#262629;margin-top:18px;max-width:210px}.popup-box .popup-box-content .header .close-btn{width:32px;height:32px;-o-object-fit:cover;object-fit:cover;cursor:pointer}.popup-box .popup-box-content .subscribe-box{padding:28px 24px 12px}.popup-box .popup-box-content .subscribe-box .email-label{font-size:14px;font-weight:700;line-height:22px;color:#262629}.popup-box .popup-box-content .subscribe-box .email-input{width:100%;margin-top:9px;height:42px;border-radius:54px;border:1px solid #edeff2;padding:0 24px;display:flex;align-items:center;font-size:14px;font-weight:400;line-height:22px;color:#262629}.popup-box .popup-box-content .subscribe-box .email-input:focus-visible{outline:none}.popup-box .popup-box-content .subscribe-box .email-input::-moz-placeholder{color:#b6b6c0}.popup-box .popup-box-content .subscribe-box .email-input:-ms-input-placeholder{color:#b6b6c0}.popup-box .popup-box-content .subscribe-box .email-input::placeholder{color:#b6b6c0}.popup-box .popup-box-content .content{padding:0 24px}.popup-box .popup-box-content .content .desc{font-size:14px;font-weight:700;line-height:22px;color:#262629;margin-bottom:10px}.popup-box .popup-box-content .content .interest-list{display:flex;flex-wrap:wrap;justify-content:space-between}.popup-box .popup-box-content .content .interest-list .interest-item{width:calc((100% - 45px) / 4);height:103px;border-radius:8px;border:1px solid #edeff2;position:relative;margin-bottom:10px;display:flex;flex-direction:column;align-items:center;cursor:pointer;overflow:hidden}.popup-box .popup-box-content .content .interest-list .interest-item.fr-fr:first-child .name{margin-top:-6px}.popup-box .popup-box-content .content .interest-list .interest-item:nth-child(4) .name{margin-top:-2px;padding:0 6px}.popup-box .popup-box-content .content .interest-list .interest-item:nth-child(6) .name{margin-top:-6px}.popup-box .popup-box-content .content .interest-list .interest-item.ko-kr:nth-child(4) .name,.popup-box .popup-box-content .content .interest-list .interest-item.ko-kr:nth-child(6) .name,.popup-box .popup-box-content .content .interest-list .interest-item.zh-cn:nth-child(4) .name,.popup-box .popup-box-content .content .interest-list .interest-item.zh-cn:nth-child(6) .name,.popup-box .popup-box-content .content .interest-list .interest-item.zh-tw:nth-child(4) .name,.popup-box .popup-box-content .content .interest-list .interest-item.zh-tw:nth-child(6) .name{margin-top:0}.popup-box .popup-box-content .content .interest-list .interest-item .check{position:absolute;top:6px;left:6px;width:14px;height:14px}.popup-box .popup-box-content .content .interest-list .interest-item .check img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup-box .popup-box-content .content .interest-list .interest-item .check img[data-check=true]{display:block}.popup-box .popup-box-content .content .interest-list .interest-item .check img[data-check=false]{display:none}.popup-box .popup-box-content .content .interest-list .interest-item .icon{width:60px;height:60px;margin-top:8px}.popup-box .popup-box-content .content .interest-list .interest-item .name{font-size:11px;font-weight:400;line-height:14px;text-align:center;color:#262629;padding:0 4px}.popup-box .popup-box-content .content .interest-list .interest-item[data-check=true]{background:transparent;border:0}.popup-box .popup-box-content .content .interest-list .interest-item[data-check=true]:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;padding:1px;border-radius:8px;background:linear-gradient(276.98deg,#ffd200,#fe0);--mask-bg:linear-gradient(276.98deg,#ffd200,#fe0);--mask-clip:content-box,padding-box;-webkit-mask-image:var(--mask-bg),var(--mask-bg);-webkit-mask-clip:var(--mask-clip);-webkit-mask-composite:destination-out}.popup-box .popup-box-content .content .interest-list .interest-item[data-check=true]:nth-child(4) .name{padding:0 6px;margin-top:-2px}.popup-box .popup-box-content .content .interest-list .interest-item[data-check=true] .check{top:7px}.popup-box .popup-box-content .content .interest-list .interest-item[data-check=true] .icon{margin-top:9px}.popup-box .popup-box-content .content .policy{height:32px;display:flex;align-items:center;cursor:pointer}.popup-box .popup-box-content .content .policy .policy-icon{width:22px;height:22px;flex-shrink:0}.popup-box .popup-box-content .content .policy .policy-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup-box .popup-box-content .content .policy .policy-icon img[data-check=true]{display:block}.popup-box .popup-box-content .content .policy .policy-icon img[data-check=false]{display:none}.popup-box .popup-box-content .content .policy .policy-text{font-size:12px;font-weight:400;line-height:16px;color:#76767f;margin-left:8px}.popup-box .popup-box-content .content .policy .policy-text a{color:#31a5ff;text-decoration:underline}.popup-box .popup-box-content .footer{width:100%;margin:24px 0;display:flex;justify-content:center}.popup-box .popup-box-content .footer .subscribe-btn{width:160px;height:40px;border-radius:67px;background:linear-gradient(276.98deg,#ffd200,#fe0);font-family:Roboto;font-size:14px;font-weight:700;line-height:22px;color:#262629;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative}.popup-box .popup-box-content .footer .subscribe-btn[data-disabled=true]{pointer-events:none;opacity:.5}.popup-box .popup-box-content .view-box{padding:24px}.popup-box .popup-box-content .view-box .title{font-size:14px;font-weight:700;line-height:22px;color:#262629}.popup-box .popup-box-content .view-box .interest-list{margin-top:10px;display:flex;flex-wrap:wrap}.popup-box .popup-box-content .view-box .interest-list a{color:transparent}.popup-box .popup-box-content .view-box .interest-list a:focus{outline:none}.popup-box .popup-box-content .view-box .interest-list .interest-item{width:90px;height:103px;border-radius:8px;border:1px solid #edeff2;position:relative;margin-bottom:8px;display:flex;flex-direction:column;align-items:center;cursor:pointer;overflow:hidden;margin-right:15px;transition:all .5s;padding:0 4px}.popup-box .popup-box-content .view-box .interest-list .interest-item.fr-fr:first-child .name{margin-top:-6px}.popup-box .popup-box-content .view-box .interest-list .interest-item:hover{box-shadow:0 4px 14px 0 #707f960f,0 4px 12px 0 #606c800d,0 2px 10px -2px #626f830d;border:0}.popup-box .popup-box-content .view-box .interest-list .interest-item .icon{width:60px;height:60px;margin-top:8px}.popup-box .popup-box-content .view-box .interest-list .interest-item .name{font-size:11px;font-weight:400;line-height:14px;text-align:center;color:#262629}.popup-box .popup-box-content .view-box .more{height:32px;line-height:32px;font-size:12px;font-weight:400;color:#76767f}@media (max-width:767px){.popup-box .popup-box-content{width:327px}.popup-box .popup-box-content .header{background-image:url(https://res.insta360.com/static/a6849921a4d3575c0abf7c550dc84b37/bg-popup.jpg);padding:0 0 0 20px;height:80px;background-size:cover}.popup-box .popup-box-content .header .title{font-size:12px;font-weight:700;line-height:16px;color:#262629;margin-top:24px;max-width:170px}.popup-box .popup-box-content .subscribe-box{padding:20px 20px 14px}.popup-box .popup-box-content .subscribe-box .subscribe-email .email-label{font-size:12px;font-weight:700;line-height:18px;color:#262629}.popup-box .popup-box-content .subscribe-box .subscribe-email .email-input{height:40px;font-size:12px;font-weight:400;line-height:16px;margin-top:8px}.popup-box .popup-box-content .content{padding:0 20px}.popup-box .popup-box-content .content .desc{font-family:Roboto;font-size:12px;font-weight:700;line-height:20px;color:#262629;margin-bottom:6px}.popup-box .popup-box-content .content .interest-list .interest-item{width:calc((100% - 15px) / 4);height:85px;margin-bottom:6px;border:1px solid #edeff2}.popup-box .popup-box-content .content .interest-list .interest-item .check{top:4px;left:4px}.popup-box .popup-box-content .content .interest-list .interest-item .icon{width:44px;height:44px;margin-top:10px}.popup-box .popup-box-content .content .interest-list .interest-item .name{font-size:9px;font-weight:400;line-height:12px;color:#262629}.popup-box .popup-box-content .content .interest-list .interest-item[data-check=true]{background:transparent;border:0}.popup-box .popup-box-content .content .interest-list .interest-item[data-check=true]:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;padding:1px;border-radius:8px;background:linear-gradient(276.98deg,#ffd200,#fe0);--mask-bg:linear-gradient(276.98deg,#ffd200,#fe0);--mask-clip:content-box,padding-box;-webkit-mask-image:var(--mask-bg),var(--mask-bg);-webkit-mask-clip:var(--mask-clip);-webkit-mask-composite:destination-out}.popup-box .popup-box-content .content .interest-list .interest-item[data-check=true] .check{top:4px}.popup-box .popup-box-content .content .interest-list .interest-item[data-check=true] .icon{margin-top:11px}.popup-box .popup-box-content .content .policy{height:44px;display:flex}.popup-box .popup-box-content .content .policy .policy-icon{width:20px;height:20px}.popup-box .popup-box-content .content .policy .policy-text{font-size:11px;font-weight:400;line-height:14px;color:#76767f}.popup-box .popup-box-content .view-box{padding:20px}.popup-box .popup-box-content .view-box .title{font-size:12px;font-weight:700;line-height:18px;color:#262629}.popup-box .popup-box-content .view-box .interest-list .interest-item{width:calc((100% - 15px) / 4);height:85px;margin-bottom:6px}.popup-box .popup-box-content .view-box .interest-list .interest-item .icon{width:44px;height:44px}.popup-box .popup-box-content .view-box .interest-list .interest-item .name{font-size:9px;font-weight:400;line-height:12px;color:#262629}.popup-box .popup-box-content .footer{margin:10px 0 24px}.popup-box .popup-box-content .footer .subscribe-btn{height:36px}}.loading-bg{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;width:100%;height:100%;z-index:999}.loader{width:50px;aspect-ratio:1;--_c:no-repeat radial-gradient(farthest-side,#fe0 92%,#0000);background:var(--_c) top,var(--_c) left,var(--_c) right,var(--_c) bottom;background-size:12px 12px;animation:l7 1s infinite}@keyframes l7{to{transform:rotate(.5turn)}}