:root,:host{--w-e-textarea-bg-color:#fff;--w-e-textarea-color:#333;--w-e-textarea-border-color:#ccc;--w-e-textarea-slight-border-color:#e8e8e8;--w-e-textarea-slight-color:#d4d4d4;--w-e-textarea-slight-bg-color:#f5f2f0;--w-e-textarea-selected-border-color:#b4d5ff;--w-e-textarea-handler-bg-color:#4290f7;--w-e-toolbar-color:#595959;--w-e-toolbar-bg-color:#fff;--w-e-toolbar-active-color:#333;--w-e-toolbar-active-bg-color:#f1f1f1;--w-e-toolbar-disabled-color:#999;--w-e-toolbar-border-color:#e8e8e8;--w-e-modal-button-bg-color:#fafafa;--w-e-modal-button-border-color:#d9d9d9}.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;outline:none;margin:0;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;white-space:pre-wrap;border-top:1px solid #0000;outline:0;min-height:100%;padding:0 10px}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;min-width:20px;max-width:100%;min-height:20px;display:inline!important}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{width:90%;font-style:italic;top:17px;left:10px}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);padding:0 5px;font-size:14px}.w-e-bar svg{fill:var(--w-e-toolbar-color);width:14px;height:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;position:absolute;box-shadow:0 2px 5px #0000001f}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);width:1px;height:40px;margin:0 5px;display:inline-flex}.w-e-bar-item{text-align:center;height:40px;padding:4px;display:flex;position:relative}.w-e-bar-item,.w-e-bar-item button{justify-content:center;align-items:center}.w-e-bar-item button{color:var(--w-e-toolbar-color);cursor:pointer;white-space:nowrap;background:0 0;border:none;height:32px;padding:0 8px;display:inline-flex;overflow:hidden}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);opacity:0;text-align:center;visibility:hidden;white-space:pre;z-index:1;border-radius:5px;padding:5px 10px;font-size:.75em;transition:opacity .6s;position:absolute;top:40px}.w-e-menu-tooltip-v5:after{border:5px solid #0000;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";opacity:0;visibility:hidden;transition:opacity .6s;position:absolute;top:30px}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{top:10px;left:100%}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:#0000;border-left-color:#0000;border-right-color:var(--w-e-toolbar-active-color);border-top-color:#0000;margin-left:-10px;top:16px;left:100%}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);z-index:1;border-radius:3px;margin-top:40px;display:none;position:absolute;top:0;left:0;box-shadow:0 2px 10px #0000001f}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);z-index:1;border-radius:3px;min-width:100px;max-height:350px;margin-top:40px;position:absolute;top:0;left:0;overflow-y:auto;box-shadow:0 2px 10px #0000001f}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;text-align:left;white-space:nowrap;padding:7px 0 7px 25px;position:relative}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{margin-top:-7px;margin-left:5px;position:absolute;top:50%;left:0}.w-e-bar-bottom .w-e-select-list{bottom:0;top:inherit;margin-top:0;margin-bottom:40px}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);z-index:1;border-radius:3px;min-width:200px;margin-top:40px;padding:10px;position:absolute;top:0;box-shadow:0 2px 10px #0000001f}.w-e-bar-bottom .w-e-drop-panel{bottom:0;top:inherit;margin-top:0;margin-bottom:40px}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);color:var(--w-e-toolbar-color);text-align:left;z-index:1;border-radius:3px;min-width:100px;min-height:40px;padding:20px 15px 0;font-size:14px;position:absolute;box-shadow:0 2px 10px #0000001f}.w-e-modal .btn-close{cursor:pointer;padding:5px;line-height:1;position:absolute;top:7px;right:8px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);width:10px;height:10px}.w-e-modal .babel-container{margin-bottom:15px;display:block}.w-e-modal .babel-container span{margin-bottom:10px;display:block}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);color:var(--w-e-toolbar-color);cursor:pointer;text-align:center;touch-action:manipulation;-webkit-user-select:none;user-select:none;white-space:nowrap;border-radius:4px;height:32px;padding:4.5px 15px;font-weight:400;transition:all .3s cubic-bezier(.645,.045,.355,1)}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{font-feature-settings:"tnum";background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);color:var(--w-e-toolbar-color);font-variant:tabular-nums;border-radius:4px;width:100%;padding:4.5px 11px;transition:all .3s}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);width:0;height:1px;transition:width .3s;position:absolute}.w-e-full-screen-container{position:fixed;flex-direction:column!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;display:flex!important;inset:0!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1!important}.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;padding:3px;font-family:monospace}.w-e-panel-content-color{text-align:left;width:230px;list-style:none}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);cursor:pointer;border-radius:3px;padding:2px;display:inline-block}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;width:17px;height:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{width:100%;margin-bottom:5px;line-height:1.5}.w-e-panel-content-color .clear svg{width:16px;height:16px;margin-bottom:-4px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);margin:10px 0;padding:10px;font-size:100%;line-height:1.5;display:block}.w-e-panel-content-emotion{text-align:left;width:300px;font-size:20px;list-style:none}.w-e-panel-content-emotion li{cursor:pointer;border-radius:3px;padding:0 5px;display:inline-block}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;height:1px;display:block}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);text-indent:0;border-radius:4px;padding:10px;font-size:14px;display:block}.w-e-text-container [data-slate-editor] .w-e-image-container{margin:0 3px;display:inline-block}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{position:relative;overflow:hidden}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);width:7px;height:7px;position:absolute}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;top:0;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;top:0;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{cursor:nesw-resize;bottom:0;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{cursor:nwse-resize;bottom:0;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover,.w-e-text-container [contenteditable=false] .w-e-image-container:hover{box-shadow:none}.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;width:100%;margin-top:10px;padding:10px;overflow-x:auto}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);text-align:left;min-width:30px;padding:3px 5px;line-height:1.5}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);text-align:center;font-weight:700}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;width:20px;height:15px;padding:3px 5px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-textarea-video-container{border:1px dashed var(--w-e-textarea-border-color);text-align:center;background-image:linear-gradient(45deg,#eee 25%,#0000 0 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:5px;margin:10px auto 0;padding:10px 0}.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;-webkit-hyphens:none;hyphens:none;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal;margin:.5em 0;padding:1em;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;line-height:1.5;overflow:auto}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}
.add-coupon-model-wrapper{background:#191e23!important}.add-coupon-model-wrapper.ant-modal .ant-modal-container{background:#191e23;border-radius:20px;padding:35px 45px 50px}.add-coupon-model-wrapper.ant-drawer-content{background:#191e23!important;border-radius:10px!important;padding:0!important}.add-coupon-model-wrapper.ant-drawer-content .ant-drawer-body{padding:20px 30px 35px}.add-coupon-model-wrapper input{background:#000;border-radius:3px;height:66px;padding:0 17px}@media screen and (max-width:968px){.add-coupon-model-wrapper input{border-radius:5px;height:53px}}.add-referral-code-model-wrapper{background:#191e23!important}.add-referral-code-model-wrapper.ant-modal .ant-modal-container{background:#191e23;border-radius:20px;padding:35px 45px 50px}.add-referral-code-model-wrapper.ant-drawer-content{background:#191e23!important;border-radius:10px!important;padding:0!important}.add-referral-code-model-wrapper.ant-drawer-content .ant-drawer-body{padding:20px 30px 35px}.add-referral-code-model-wrapper input{background:#000;border-radius:3px;height:66px;padding:0 17px}@media screen and (max-width:968px){.add-referral-code-model-wrapper input{border-radius:5px;height:53px}}.app-announced-model-wrapper.ant-modal .ant-modal-container{background:#191e23;border-radius:20px;padding:0}.apply-node-model-wrapper{background:#191e23!important}.apply-node-model-wrapper.ant-modal .ant-modal-container{background:#191e23;border-radius:20px;padding:35px 45px 50px}.apply-node-model-wrapper.ant-drawer-content{background:#191e23!important;border-radius:10px!important;padding:0!important}.apply-node-model-wrapper.ant-drawer-content .ant-drawer-body{padding:20px 30px 35px}.black-button-wrapper{color:#fff;background:#000;border-radius:100px;padding:12px 32px;font-weight:700;line-height:1;transition:all .3s}.black-button-wrapper:hover{background:#333}.black-button-wrapper.disabled{background:#ccc}.button-wrapper{-webkit-user-select:none;user-select:none;white-space:nowrap;outline:none;transition:all .3s;box-shadow:0 2px #00000004}.button-wrapper:after{border:none}.button-wrapper.needHover:hover{opacity:.8;animation-duration:.25s}.button-wrapper.disabled{border-color:#000;color:#fff!important;opacity:1!important;background:linear-gradient(#000 0% 100%),#00f0ff!important}.button-wrapper:after{content:"";border-radius:inherit;opacity:0;box-shadow:0 0 0 8px var(--primary-color);transition:all .5s;position:absolute;inset:0}.button-wrapper:active:after{box-shadow:none;opacity:.4;transition:all}.cart-model-wrapper .ant-drawer-body{color:#fff;background:#fff;padding:0!important}.cart-model-wrapper .buy-btn{color:#000;background:linear-gradient(90deg,#7cefff 0%,#95ff6c 100%);border-radius:40px;width:100%;height:45px;font-size:15px;font-weight:900}.change-referral-code-model-wrapper{background:#191e23!important}.change-referral-code-model-wrapper.ant-modal .ant-modal-container{background:#191e23;border-radius:20px;padding:35px 45px 50px}.change-referral-code-model-wrapper.ant-drawer-content{background:#191e23!important;border-radius:10px!important;padding:0!important}.change-referral-code-model-wrapper.ant-drawer-content .ant-drawer-body{padding:20px 30px 35px}.change-referral-code-model-wrapper input{background:#000;border-radius:3px;height:66px;padding:0 17px}@media screen and (max-width:968px){.change-referral-code-model-wrapper input{border-radius:5px;height:53px}}.comm-pledge-model-wrapper{background:#191e23!important}.comm-pledge-model-wrapper.ant-modal .ant-modal-container{background:#191e23;border-radius:20px;padding:35px 45px 50px}.comm-pledge-model-wrapper.ant-drawer-content{border-radius:10px!important;padding:0!important}.comm-pledge-model-wrapper.ant-drawer-content .ant-drawer-body{padding:20px 30px 35px}.comm-pledge-model-wrapper a:hover{text-decoration-line:underline}.first-order-login-modal-wrapper .ant-modal-container{box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0!important}.first-order-login-modal-wrapper .first-order-login-modal-wrapper-input{color:#000;border:1px solid #2a2fe2;border-radius:100px;width:100%;height:60px;padding:0 135px 0 25px;font-size:16px;display:block}@media screen and (max-width:968px){.first-order-login-modal-wrapper .first-order-login-modal-wrapper-input{height:40px;padding:0 135px 0 13px;font-size:14px}}.first-order-login-modal-wrapper .first-order-login-modal-wrapper-input:-webkit-autofill{-webkit-text-fill-color:#000}.first-order-login-modal-wrapper .first-order-login-modal-wrapper-input:-webkit-autofill:hover{-webkit-text-fill-color:#000}.first-order-login-modal-wrapper .first-order-login-modal-wrapper-input:-webkit-autofill:focus{-webkit-text-fill-color:#000}.first-order-login-modal-wrapper .first-order-login-modal-wrapper-input:-webkit-autofill:active{-webkit-text-fill-color:#000}.first-order-login-modal-wrapper .first-order-login-modal-wrapper-input::-webkit-input-placeholder{color:#ccc}.first-order-login-modal-wrapper .ant-otp .ant-input-outlined:focus,.first-order-login-modal-wrapper .ant-otp .ant-input-outlined:hover{border-color:#2a2fe2}.first-order-login-modal-wrapper .ant-otp .ant-otp-input{width:66px;height:66px;font-size:20px;font-weight:700}@media screen and (max-width:968px){.first-order-login-modal-wrapper .ant-otp .ant-otp-input{width:16%;height:34px;font-size:16px}}.first-order-login-modal-wrapper a{color:#2a2fe2;text-decoration-line:underline}.first-order-login-modal-wrapper a:hover{color:#5b7cf7;text-decoration-line:underline}.get-top-wallet-modal-wrapper .ant-modal-container{background:#191e23!important;border-radius:20px!important;padding:0!important}.header-wrapper{z-index:100;background:#161617cc;width:100%;position:fixed;top:0;left:0}.header-wrapper.light{background-color:#fcfcfc}.header-wrapper.light .header-nav-item{color:#333}.header-wrapper.light .fill-svg path{fill:#333}.header-wrapper.light .header-login{color:#000;border-color:#ccc}.header-wrapper.light-home{background-color:#0000}.header-wrapper.light-home .header-nav-item{color:#fff}.header-wrapper.light-home .fill-svg path{fill:#fff}.header-wrapper.light-home .header-login{color:#fff;border-color:#ccc}.header-wrapper .header-wrapper-seller{cursor:pointer;color:#fff;background:#0e0d0b;transition:all .3s}.header-wrapper .header-wrapper-seller .header-wrapper-seller-btn{color:#00f0ff;border-bottom:1px solid #00f0ff;transition:all .3s}.header-wrapper .header-wrapper-seller .header-wrapper-seller-btn svg path{fill:#00f0ff}.header-wrapper .header-wrapper-seller:hover{color:#000;background:#86a9ff}.header-wrapper .header-wrapper-seller:hover .header-wrapper-seller-btn{color:#000}.header-wrapper .header-wrapper-seller:hover .header-wrapper-seller-btn svg path{fill:#00f0ff}.header-wrapper .menu-hove{border-radius:50%;transition:all .3s}.header-wrapper .menu-hove:hover rect{stroke:#00f0ff}.header-wrapper .menu-hove:hover path{fill:#00f0ff!important}.header-wrapper .menu-hove:active rect{stroke:#94f9ff}.header-wrapper .menu-hove.active rect{stroke:#00f0ff}.header-wrapper .menu-hove.active path{fill:#00f0ff}.header-wrapper .header-nav-item{color:#fffc;font-weight:400}.header-wrapper .header-nav-item:before{content:attr(title);visibility:hidden;height:0;font-weight:700;display:block;overflow:hidden}.header-wrapper .header-nav-item:hover,.header-wrapper .header-nav-item.active{font-weight:700}.header-wrapper .header-login{color:#fff;border:1px solid #fff;border-radius:46px;min-width:74px;height:40px;font-weight:600}@media screen and (max-width:968px){.header-wrapper .header-login{height:24px}}.header-wrapper-lang.light .ant-dropdown-menu{background-color:#fff!important}.header-wrapper-lang.light .ant-dropdown-menu .ant-dropdown-menu-item{color:#000!important}.header-wrapper-lang.light .ant-dropdown-menu .ant-dropdown-menu-item .lang-item:hover,.header-wrapper-lang.light .ant-dropdown-menu .ant-dropdown-menu-item .lang-item.active{background:#f4f4f4}.header-wrapper-lang .ant-dropdown-menu{background-color:#191e23!important;border-radius:8px!important;padding:10px!important}.header-wrapper-lang .ant-dropdown-menu .ant-dropdown-menu-item{color:#fff!important;padding:0!important;font-size:16px!important}.header-wrapper-lang .ant-dropdown-menu .ant-dropdown-menu-item .lang-item{text-align:center;border-radius:3px;width:150px;height:34px;font-weight:500;line-height:34px;transition:all .1s}.header-wrapper-lang .ant-dropdown-menu .ant-dropdown-menu-item .lang-item:hover,.header-wrapper-lang .ant-dropdown-menu .ant-dropdown-menu-item .lang-item.active{background:#000}.links-modal-wrapper .ant-modal-container{background:#fff;box-shadow:0 0 6px #00000014;border-radius:20px!important;padding:27px 30px!important}.links-modal-wrapper .ant-modal-container .ant-modal-footer{margin-top:0}.login-model-wrapper input::placeholder{color:#505050}.login-model-wrapper .login-model-wrapper-top{background-image:url(/bg/login-bg.png);background-position:bottom;background-repeat:no-repeat;background-size:560px 460px;border-radius:20px;overflow:hidden}@media screen and (max-width:968px){.login-model-wrapper .login-model-wrapper-top{background-size:100vw 460px;border-radius:20px 20px 0 0}}.login-model-wrapper .ant-modal-container{background:#191e23!important;border-radius:20px!important;padding:0!important}.login-model-wrapper.ant-drawer-section{background:#191e23!important;border-radius:10px!important;padding:0!important}.login-model-wrapper .ant-drawer-body{padding:0!important}.login-model-wrapper .login-model-wrapper-input{color:#fff;border-bottom:1px solid #000;width:100%;display:block}.login-model-wrapper .login-model-wrapper-input:-webkit-autofill{-webkit-text-fill-color:#fff}.login-model-wrapper .login-model-wrapper-input:-webkit-autofill:hover{-webkit-text-fill-color:#fff}.login-model-wrapper .login-model-wrapper-input:-webkit-autofill:focus{-webkit-text-fill-color:#fff}.login-model-wrapper .login-model-wrapper-input:-webkit-autofill:active{-webkit-text-fill-color:#fff}.login-model-wrapper .login-model-wrapper-code{float:left;width:100%;height:50px;position:relative}.login-model-wrapper .login-model-wrapper-code div{justify-content:space-between;width:100%;height:50px;display:flex}.login-model-wrapper .login-model-wrapper-code div span{background:#000;border-radius:4px;width:64px}.login-model-wrapper .login-model-wrapper-code p{-webkit-user-select:none;user-select:none;background:0 0;width:570px;position:absolute;top:0;left:0}.login-model-wrapper .login-model-wrapper-code p input{float:left;letter-spacing:65px;color:#fff;text-indent:29px;-webkit-user-select:none;user-select:none;background:0 0;width:100%;height:50px;font-size:20px}@media screen and (max-width:968px){.login-model-wrapper .login-model-wrapper-code,.login-model-wrapper .login-model-wrapper-code div{height:34px}.login-model-wrapper .login-model-wrapper-code div span{width:46px}.login-model-wrapper .login-model-wrapper-code p{width:570px}.login-model-wrapper .login-model-wrapper-code p input{letter-spacing:65px;color:#fff;text-indent:29px;background:0 0;height:34px;font-size:14px}}.login-model-wrapper .login-model-wrapper-check{color:#fff9;cursor:pointer;-webkit-user-select:none;user-select:none}.login-model-wrapper .login-model-wrapper-check i{border:2px solid #a3a5a7;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;margin-right:7px;display:flex}.login-model-wrapper .login-model-wrapper-check i svg{visibility:hidden}.login-model-wrapper .login-model-wrapper-check.active{color:#fff}.login-model-wrapper .login-model-wrapper-check.active i{border-color:#fff}.login-model-wrapper .login-model-wrapper-check.active i svg{visibility:visible}.login-model-wrapper a{color:#00f0ff}.login-model-wrapper .ant-otp{width:100%}.login-model-wrapper .ant-otp .ant-input-outlined:focus,.login-model-wrapper .ant-otp .ant-input-outlined:hover{border-color:#00f0ff}.login-model-wrapper .ant-otp .ant-otp-input-wrapper{width:15%;display:block}.login-model-wrapper .ant-otp .ant-otp-input{color:#fff;border-color:#000;border-radius:3px;height:40px;font-size:16px;font-weight:700;background:#000!important}@media screen and (min-width:968px){.login-model-wrapper .ant-otp .ant-otp-input{height:66px}}.login-connect-wallet-model-wrapper .login-model-wrapper-top{background-image:url(/bg/login-bg.png);background-position:bottom;background-repeat:no-repeat;background-size:560px 460px;border-radius:20px}@media screen and (max-width:968px){.login-connect-wallet-model-wrapper .login-model-wrapper-top{background-size:100vw 460px;border-radius:20px 20px 0 0}}.login-connect-wallet-model-wrapper .ant-modal-container{background:#191e23!important;border-radius:20px!important;padding:0!important}.login-connect-wallet-model-wrapper .ant-drawer-body{padding:0!important}.login-connect-wallet-model-wrapper.ant-drawer-content{background:#191e23!important;border-radius:10px!important;padding:0!important}.logistics-information-modal-wrapper{background:#191e23!important}.logistics-information-modal-wrapper .ant-modal-container{background:#191e23!important;border-radius:20px!important;padding:0!important}.logistics-information-modal-wrapper.ant-drawer-content{background:#191e23!important;border-radius:10px!important;padding:0!important}.logistics-information-modal-wrapper.ant-drawer-content .ant-drawer-body{padding:0}.logistics-information-modal-wrapper .logistics-information-modal-step{margin-left:2px;position:relative}.logistics-information-modal-wrapper .logistics-information-modal-step:after{content:"";border-left:1px dashed #fff3;width:1px;height:100%;position:absolute;top:0;left:4px}.logistics-information-modal-wrapper .ant-timeline-item-tail{border-inline-start:2px dashed #fff3!important}.logistics-information-modal-wrapper .logistics-information-modal-step-item{margin-bottom:40px;position:relative}.logistics-information-modal-wrapper .logistics-information-modal-step-item:last-of-type{margin-bottom:0}.logistics-information-modal-wrapper .logistics-information-modal-step-item p:first-of-type{color:#fff;font-size:18px}.logistics-information-modal-wrapper .logistics-information-modal-step-item p:last-of-type{color:#fff9;font-size:14px}@media screen and (max-width:968px){.logistics-information-modal-wrapper .logistics-information-modal-step-item{margin-bottom:20px}.logistics-information-modal-wrapper .logistics-information-modal-step-item p:first-of-type{font-size:12px}.logistics-information-modal-wrapper .logistics-information-modal-step-item p:last-of-type{font-size:10px}}.main-button-wrapper{color:#fff;background:#0071e3;border-radius:45px;justify-content:center;align-items:center;padding:12px 32px;font-weight:700;line-height:1;display:flex}.main-button-wrapper:hover{background:#5b7cf7}.main-button-wrapper.disabled{background:#ccc}.main-button-wrapper.loading{background:#5b7cf7}.main-pline-button-wrapper{color:#2a2fe2;border:1px solid #2a2fe2;border-radius:45px;justify-content:center;align-items:center;padding:12px 32px;font-weight:700;line-height:1;transition:all .3s;display:flex}.main-pline-button-wrapper:hover{color:#fff;background:#2a2fe2}.main-pline-button-wrapper.disabled{color:#ccc;border-color:#ccc}.multicolor-button-wrapper{color:#000;background:linear-gradient(90deg,#7cefff 0%,#95ff6c 100%);border-radius:40px;justify-content:center;align-items:center;width:100%;height:54px;font-size:14px;font-weight:900;display:flex}.multicolor-button-wrapper.disabled{background:#fff3}.node-poster-modal-wrapper .ant-modal-container{background-color:#0000!important;padding:0!important}.pdf-wrapper .react-pdf__Page{background-color:#0000!important}.pdf-wrapper .react-pdf__Page__canvas{margin:0 auto!important}.pledge-model-wrapper{background:#191e23!important}.pledge-model-wrapper.ant-modal .ant-modal-container{background:#191e23;border-radius:20px;padding:35px 45px 50px}.pledge-model-wrapper.ant-drawer-content{background:#191e23!important;border-radius:10px!important;padding:0!important}.pledge-model-wrapper.ant-drawer-content .ant-drawer-body{padding:20px 30px 35px}.pledge-model-wrapper a{text-decoration-line:underline!important}.pledge-model-wrapper .pledge-model-wrapper-nav-item{color:#fff9;border-bottom:4px solid #0000;padding-bottom:15px;font-size:15px;font-weight:600;transition:all .3s}.pledge-model-wrapper .pledge-model-wrapper-nav-item.active,.pledge-model-wrapper .pledge-model-wrapper-nav-item:hover{color:#fff;border-color:#00f0ff}.safe-area-bottom-wrapper{height:calc(constant(safe-area-inset-bottom) + 150rpx);height:calc(env(safe-area-inset-bottom) + 150rpx)}.sign-out-modal-wrapper .ant-modal-container{background:#191e23!important;border-radius:20px!important;padding:0!important}.tiny-view-wrapper{color:#333;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.3;overflow:hidden}@media screen and (max-width:968px){.tiny-view-wrapper{font-size:14px}}.tiny-view-wrapper p{margin:1em 0;padding:0;font-size:1em}.tiny-view-wrapper ol,.tiny-view-wrapper ul{margin:1em 0 1em 2rem!important;padding-left:1.5rem!important;display:block!important}.tiny-view-wrapper ol{list-style-type:decimal!important}.tiny-view-wrapper ul{list-style-type:disc!important}.tiny-view-wrapper ol ol,.tiny-view-wrapper ul ol{list-style-type:lower-alpha!important}.tiny-view-wrapper ul ul,.tiny-view-wrapper ol ul{list-style-type:circle!important}.tiny-view-wrapper li{padding:0;font-size:1em;margin:.5em 0!important;display:list-item!important}.tiny-view-wrapper a{color:#06c;cursor:pointer;text-decoration:underline!important}.tiny-view-wrapper a,.tiny-view-wrapper span,.tiny-view-wrapper strong,.tiny-view-wrapper em,.tiny-view-wrapper img,.tiny-view-wrapper code,.tiny-view-wrapper sub,.tiny-view-wrapper sup{margin:0;padding:0;font-size:1em}.tiny-view-wrapper sub,.tiny-view-wrapper sup{vertical-align:baseline;font-size:.83em;line-height:0;position:relative}.tiny-view-wrapper sup{top:-.5em}.tiny-view-wrapper sub{bottom:-.25em}.tiny-view-wrapper table{border-spacing:0;width:100%;margin:1rem 0;padding:0;font-size:1em;display:block;overflow-x:auto;border-collapse:collapse!important}.tiny-view-wrapper table[border]:not([border="0"]) th,.tiny-view-wrapper table[border]:not([border="0"]) td,.tiny-view-wrapper table td,.tiny-view-wrapper table th{font-size:1em;border:1px solid #ccc!important;padding:.4rem .6rem!important}.tiny-view-wrapper blockquote{color:#666;background-color:#f9f9f9;font-size:1em;border-left:4px solid #ccc!important;margin:1em 0!important;padding:.5rem 1rem!important}.tiny-view-wrapper code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .3rem;font-family:monospace}.tiny-view-wrapper pre{background:#f4f4f4;border-radius:5px;margin:1em 0;padding:1rem;font-size:1em;overflow-x:auto}.tiny-view-wrapper img{margin:.5rem 0;display:inline-block;max-width:100%!important;height:auto!important}.tiny-view-wrapper figure{margin:1rem auto;display:table}.tiny-view-wrapper figure figcaption{color:#999;text-align:center;margin-top:.25rem;display:block}.tiny-view-wrapper h1,.tiny-view-wrapper h2,.tiny-view-wrapper h3,.tiny-view-wrapper h4,.tiny-view-wrapper h5,.tiny-view-wrapper h6{margin:1em 0 .5em;font-weight:700;line-height:1.2}.tiny-view-wrapper h1{font-size:2em}.tiny-view-wrapper h2{font-size:1.5em}.tiny-view-wrapper h3{font-size:1.25em}.tiny-view-wrapper h4{font-size:1em}.tiny-view-wrapper h5{font-size:.83em}.tiny-view-wrapper h6{font-size:.67em}.tiny-view-wrapper hr{border:none;margin:1.5em auto;border-top:1px solid #ccc!important}.transfer-model-wrapper{background:#191e23!important}.transfer-model-wrapper.ant-modal .ant-modal-container{background:#191e23;border-radius:20px;padding:35px 45px 50px}.transfer-model-wrapper .token-item:hover,.transfer-model-wrapper .token-item.active{background:#ffffff0f}.transfer-model-wrapper.ant-drawer-content{background:#191e23!important;border-radius:10px!important;padding:0!important}.transfer-model-wrapper.ant-drawer-content .ant-drawer-body{padding:20px 30px 35px}.transfer-model-wrapper a:hover{text-decoration-line:underline}.transfer-model-wrapper input{padding:0 17px}.unpledge-model-wrapper{background:#191e23!important}.unpledge-model-wrapper.ant-modal .ant-modal-container{background:#191e23;border-radius:20px;padding:35px 45px 50px}.unpledge-model-wrapper.ant-drawer-content{background:#191e23!important;border-radius:10px!important;padding:0!important}.unpledge-model-wrapper.ant-drawer-content .ant-drawer-body{padding:20px 30px 35px}.unpledge-model-wrapper a:hover{text-decoration-line:underline}.upgrade-node-wrapper{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#6e7c94;transition:all .3s}.upgrade-node-wrapper:hover{background:linear-gradient(#8291ab 0% 100%),#6e7c94;box-shadow:0 6px 4px #00000040}.w-e-text-container{color:#fff;font-size:16px;line-height:1.4}@media screen and (max-width:968px){.w-e-text-container{font-size:14px}}.w-e-text-container .w-e-textarea-video-container{background:#191e23;border:none;border-radius:20px;padding:0}.w-e-text-container .w-e-textarea-video-container video{background:#191e23;border:none;border-radius:20px;margin-left:auto;margin-right:auto;width:100%!important}.w-e-text-container a{text-decoration:underline;color:var(--primary-color)!important}.w-e-text-container li{display:list-item}.w-e-text-container table{display:table}.w-e-text-container tr{display:table-row}.w-e-text-container thead{display:table-header-group}.w-e-text-container tbody{display:table-row-group}.w-e-text-container tfoot{display:table-footer-group}.w-e-text-container col{display:table-column}.w-e-text-container colgroup{display:table-column-group}.w-e-text-container td,.w-e-text-container th{display:table-cell}.w-e-text-container caption{display:table-caption}.w-e-text-container th{text-align:center;font-weight:bolder}.w-e-text-container caption{text-align:center}.w-e-text-container body{margin:8px;line-height:1.12}.w-e-text-container h1{margin:.67em 0;font-size:2em}.w-e-text-container h2{margin:.75em 0;font-size:1.5em}.w-e-text-container h3{margin:.83em 0;font-size:1.17em}.w-e-text-container h4,.w-e-text-container p,.w-e-text-container blockquote,.w-e-text-container ul,.w-e-text-container fieldset,.w-e-text-container form,.w-e-text-container ol,.w-e-text-container dl,.w-e-text-container dir,.w-e-text-container menu{margin:1.12em 0}.w-e-text-container h5{margin:1.5em 0;font-size:.83em}.w-e-text-container h6{margin:1.67em 0;font-size:.75em}.w-e-text-container h1,.w-e-text-container h2,.w-e-text-container h3,.w-e-text-container h4,.w-e-text-container h5,.w-e-text-container h6,.w-e-text-container b,.w-e-text-container strong{font-weight:bolder}.w-e-text-container blockquote{margin-left:40px;margin-right:40px}.w-e-text-container i,.w-e-text-container cite,.w-e-text-container em,.w-e-text-container var,.w-e-text-container address{font-style:italic}.w-e-text-container pre,.w-e-text-container tt,.w-e-text-container code,.w-e-text-container kbd,.w-e-text-container samp{font-family:monospace}.w-e-text-container pre{white-space:pre}.w-e-text-container button,.w-e-text-container textarea,.w-e-text-container input,.w-e-text-container object,.w-e-text-container select{display:inline-block}.w-e-text-container big{font-size:1.17em}.w-e-text-container small,.w-e-text-container sub,.w-e-text-container sup{font-size:.83em}.w-e-text-container sub{vertical-align:sub}.w-e-text-container sup{vertical-align:super}.w-e-text-container table{border-spacing:2px}.w-e-text-container thead,.w-e-text-container tbody,.w-e-text-container tfoot{vertical-align:middle}.w-e-text-container td,.w-e-text-container th{vertical-align:inherit}.w-e-text-container s,.w-e-text-container strike,.w-e-text-container del{text-decoration:line-through}.w-e-text-container hr{border:1px inset}.w-e-text-container ol,.w-e-text-container ul,.w-e-text-container dir,.w-e-text-container menu,.w-e-text-container dd{margin-left:40px}.w-e-text-container ol{list-style-type:decimal}.w-e-text-container ol ul,.w-e-text-container ul ol,.w-e-text-container ul ul,.w-e-text-container ol ol{margin-top:0;margin-bottom:0}.w-e-text-container u,.w-e-text-container ins{text-decoration:underline}.w-e-text-container br:before{content:"\a "}.w-e-text-container center{text-align:center}.w-e-text-container img{margin:0 3px;display:inline-block}.notice-model-wrapper.ant-modal .ant-modal-container{background:#191e23;border-radius:20px;padding:35px 45px 50px}.notice-model-wrapper.ant-modal .ant-modal-container input{padding:0 17px}.notice-model-wrapper.ant-modal .ant-modal-container a:hover{text-decoration-line:underline}@media screen and (max-width:968px){.notice-model-wrapper.ant-modal .ant-modal-container{padding:18px 15px 24px}}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2c55a0e60120577a.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9c72aa0f40e4eef8.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ad66f9afd8947f86.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5476f68d60460930.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2bbe8d2671613f1f.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1bffadaabf893a1e.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/83afe278b6a6bb3c.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/2c55a0e60120577a.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/9c72aa0f40e4eef8.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/ad66f9afd8947f86.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/5476f68d60460930.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/2bbe8d2671613f1f.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/1bffadaabf893a1e.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/83afe278b6a6bb3c.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.inter_60072cdb-module__gXXV9G__className{font-family:Inter,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;font-style:normal}.inter_60072cdb-module__gXXV9G__variable{--font-inter:"Inter",BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0)scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px)scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px)scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px)scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px)scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px)scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px)scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px)scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px)scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translate(-100%)}[data-aos=slide-left]{transform:translate(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px)rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px)rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px)rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px)rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px)rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px)rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px)rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px)rotateX(0)}
