:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;font-size:18px;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fl-af{background-position:-20px -20px}.fl-al{background-position:-82px -20px}.fl-dz{background-position:-20px -76px}.fl-ad{background-position:-82px -76px}.fl-ao{background-position:-144px -20px}.fl-ag{background-position:-144px -76px}.fl-ar{background-position:-20px -132px}.fl-am{background-position:-82px -132px}.fl-aw{background-position:-144px -132px}.fl-au{background-position:-206px -20px}.fl-at{background-position:-206px -76px}.fl-az{background-position:-206px -132px}.fl-bs{background-position:-20px -188px}.fl-bh{background-position:-82px -188px}.fl-bb{background-position:-144px -188px}.fl-bd{background-position:-206px -188px}.fl-by{background-position:-268px -20px}.fl-be{background-position:-268px -76px}.fl-bz{background-position:-268px -132px}.fl-bj{background-position:-268px -188px}.fl-bt{background-position:-20px -244px}.fl-bo{background-position:-82px -244px}.fl-ba{background-position:-144px -244px}.fl-bw{background-position:-206px -244px}.fl-bv{background-position:-268px -244px}.fl-br{background-position:-330px -20px}.fl-bn{background-position:-330px -76px}.fl-bg{background-position:-330px -132px}.fl-bf{background-position:-330px -188px}.fl-bi{background-position:-330px -244px}.fl-kh{background-position:-20px -300px}.fl-cm{background-position:-82px -300px}.fl-ca{background-position:-144px -300px}.fl-cv{background-position:-206px -300px}.fl-cf{background-position:-268px -300px}.fl-td{background-position:-330px -300px}.fl-cl{background-position:-392px -20px}.fl-cn{background-position:-392px -76px}.fl-co{background-position:-392px -132px}.fl-km{background-position:-392px -188px}.fl-cg{background-position:-392px -244px}.fl-cr{background-position:-392px -300px}.fl-hr{background-position:-20px -356px}.fl-cu{background-position:-82px -356px}.fl-cw{background-position:-144px -356px}.fl-cy{background-position:-206px -356px}.fl-cz{background-position:-268px -356px}.fl-dk{background-position:-330px -356px}.fl-dj{background-position:-392px -356px}.fl-dm{background-position:-454px -20px}.fl-do{background-position:-454px -76px}.fl-cd{background-position:-454px -132px}.fl-ec{background-position:-454px -188px}.fl-eg{background-position:-454px -244px}.fl-sv{background-position:-454px -300px}.fl-gq{background-position:-454px -356px}.fl-er{background-position:-20px -412px}.fl-ee{background-position:-82px -412px}.fl-sz{background-position:-144px -412px}.fl-et{background-position:-206px -412px}.fl-eu{background-position:-268px -412px}.fl-fj{background-position:-330px -412px}.fl-fi{background-position:-392px -412px}.fl-bl,.fl-fr,.fl-gf,.fl-gp,.fl-mf,.fl-mq,.fl-pm,.fl-re,.fl-wf,.fl-yt{background-position:-454px -412px}.fl-ga{background-position:-516px -20px}.fl-gm{background-position:-516px -76px}.fl-ge{background-position:-516px -132px}.fl-de{background-position:-516px -188px}.fl-gh{background-position:-516px -244px}.fl-gr{background-position:-516px -300px}.fl-gd{background-position:-516px -356px}.fl-gt{background-position:-516px -412px}.fl-gn{background-position:-20px -468px}.fl-gw{background-position:-82px -468px}.fl-gy{background-position:-144px -468px}.fl-ht{background-position:-206px -468px}.fl-va{background-position:-268px -468px}.fl-hn{background-position:-330px -468px}.fl-hk{background-position:-392px -468px}.fl-hu{background-position:-454px -468px}.fl-is{background-position:-516px -468px}.fl-in{background-position:-578px -20px}.fl-id{background-position:-578px -76px}.fl-ir{background-position:-578px -132px}.fl-iq{background-position:-578px -188px}.fl-ie{background-position:-578px -244px}.fl-il{background-position:-578px -300px}.fl-it{background-position:-578px -356px}.fl-ci{background-position:-578px -412px}.fl-jm{background-position:-578px -468px}.fl-jp{background-position:-20px -524px}.fl-jo{background-position:-82px -524px}.fl-kz{background-position:-144px -524px}.fl-ke{background-position:-206px -524px}.fl-ki{background-position:-268px -524px}.fl-kw{background-position:-330px -524px}.fl-kg{background-position:-392px -524px}.fl-la{background-position:-454px -524px}.fl-lv{background-position:-516px -524px}.fl-lb{background-position:-578px -524px}.fl-ls{background-position:-20px -580px}.fl-lr{background-position:-82px -580px}.fl-ly{background-position:-144px -580px}.fl-li{background-position:-206px -580px}.fl-lt{background-position:-268px -580px}.fl-lu{background-position:-330px -580px}.fl-mg{background-position:-392px -580px}.fl-mw{background-position:-454px -580px}.fl-my{background-position:-516px -580px}.fl-mv{background-position:-578px -580px}.fl-ml{background-position:-640px -20px}.fl-mt{background-position:-640px -76px}.fl-mh{background-position:-640px -132px}.fl-mr{background-position:-640px -188px}.fl-mu{background-position:-640px -244px}.fl-mx{background-position:-640px -300px}.fl-fm{background-position:-640px -356px}.fl-md{background-position:-640px -412px}.fl-mc{background-position:-640px -468px}.fl-mn{background-position:-640px -524px}.fl-me{background-position:-640px -580px}.fl-ma{background-position:-20px -636px}.fl-mz{background-position:-82px -636px}.fl-mm{background-position:-144px -636px}.fl-na{background-position:-206px -636px}.fl-nr{background-position:-268px -636px}.fl-np{background-position:-330px -636px}.fl-nl{background-position:-392px -636px}.fl-nz{background-position:-454px -636px}.fl-ni{background-position:-516px -636px}.fl-ne{background-position:-578px -636px}.fl-ng{background-position:-640px -636px}.fl-kp{background-position:-702px -20px}.fl-mk{background-position:-702px -76px}.fl-no{background-position:-702px -132px}.fl-om{background-position:-702px -188px}.fl-pk{background-position:-702px -244px}.fl-pw{background-position:-702px -300px}.fl-ps{background-position:-702px -356px}.fl-pa{background-position:-702px -412px}.fl-pg{background-position:-702px -468px}.fl-py{background-position:-702px -524px}.fl-pe{background-position:-702px -580px}.fl-ph{background-position:-702px -636px}.fl-pl{background-position:-20px -692px}.fl-pt{background-position:-82px -692px}.fl-qa{background-position:-144px -692px}.fl-ro{background-position:-206px -692px}.fl-ru{background-position:-268px -692px}.fl-rw{background-position:-330px -692px}.fl-lc{background-position:-392px -692px}.fl-vc{background-position:-454px -692px}.fl-ws{background-position:-516px -692px}.fl-sm{background-position:-578px -692px}.fl-st{background-position:-640px -692px}.fl-sa{background-position:-702px -692px}.fl-sn{background-position:-764px -20px}.fl-rs{background-position:-764px -76px}.fl-sc{background-position:-764px -132px}.fl-sl{background-position:-764px -188px}.fl-sg{background-position:-764px -244px}.fl-sx{background-position:-764px -300px}.fl-sk{background-position:-764px -356px}.fl-si{background-position:-764px -412px}.fl-sb{background-position:-764px -468px}.fl-so{background-position:-764px -524px}.fl-za{background-position:-764px -580px}.fl-ss{background-position:-764px -636px}.fl-es{background-position:-764px -692px}.fl-lk{background-position:-20px -748px}.fl-sd{background-position:-82px -748px}.fl-sr{background-position:-144px -748px}.fl-se{background-position:-206px -748px}.fl-ch{background-position:-268px -748px}.fl-sy{background-position:-330px -748px}.fl-tj{background-position:-392px -748px}.fl-tz{background-position:-454px -748px}.fl-th{background-position:-516px -748px}.fl-tl{background-position:-578px -748px}.fl-tg{background-position:-640px -748px}.fl-to{background-position:-702px -748px}.fl-tt{background-position:-764px -748px}.fl-tn{background-position:-826px -20px}.fl-tr{background-position:-826px -76px}.fl-tm{background-position:-826px -132px}.fl-tv{background-position:-826px -188px}.fl-ug{background-position:-826px -244px}.fl-ua{background-position:-826px -300px}.fl-ae{background-position:-826px -356px}.fl-gb{background-position:-826px -412px}.fl-uy{background-position:-826px -468px}.fl-um,.fl-us{background-position:-826px -524px}.fl-uz{background-position:-826px -580px}.fl-vu{background-position:-826px -636px}.fl-ve{background-position:-826px -692px}.fl-vn{background-position:-826px -748px}.fl-vi{background-position:-20px -804px}.fl-ye{background-position:-82px -804px}.fl-zm{background-position:-144px -804px}.fl-zw{background-position:-206px -804px}.fl-as{background-position:-268px -804px}.fl-kr{background-position:-330px -804px}.fl-ai,.fl-an,.fl-en,.fl-gs,.fl-hm,.fl-io,.fl-ky,.fl-ms,.fl-pn,.fl-sh,.fl-tc,.fl-vg{background-position:-826px -412px}.fl-ax{background-position:-516px -468px}.fl-eh{background-position:-82px -524px}.fl-tw{background-position:-516px -692px}.fl-sj{background-position:-268px -244px}.ad{background-position:-618px -1038px}.af{background-position:-618px -954px}.ag{background-position:-1206px -786px}.ai{background-position:-1290px -366px}.al{background-position:-534px -1038px}.am{background-position:-786px -618px}.ao{background-position:-954px -114px}.ar{background-position:-114px -450px}.ae,.ar{background-position:-1122px -450px}.as{background-position:-1038px -1206px}.at{background-position:-114px -534px}.au{background-position:-30px -786px}.aw{background-position:-366px -1122px}.az{background-position:-786px -30px}.ba{background-position:-954px -702px}.bb{background-position:-1038px -702px}.bd{background-position:-954px -786px}.be{background-position:-534px -114px}.bf{background-position:-1038px -534px}.bg{background-position:-786px -534px}.bh{background-position:-786px -366px}.bi{background-position:-1038px -1038px}.bj{background-position:-366px -1038px}.bm{background-position:-1206px -366px}.bn{background-position:-702px -870px}.bo{background-position:-702px -198px}.br{background-position:-450px -282px}.bs{background-position:-534px -1122px}.bt{background-position:-870px -1290px}.bw{background-position:-1122px -618px}.by{background-position:-702px -786px}.bz{background-position:-702px -1038px}.ca{background-position:-282px -282px}.cd{background-position:-366px -870px}.cf{background-position:-30px -1122px}.cg{background-position:-1038px -114px}.ch{background-position:-534px -30px}.ci{background-position:-1374px -618px}.ck{background-position:-870px -1206px}.cl{background-position:-114px -366px}.cm{background-position:-954px -366px}.cn,.zh{background-position:-30px -282px}.co{background-position:-366px -282px}.cr{background-position:-618px -30px}.cu{background-position:-114px -786px}.cv{background-position:-114px -1122px}.cw{background-position:-114px -1206px}.cy{background-position:-1038px -870px}.cz{background-position:-534px -366px}.de{background-position:-114px -198px}.dj{background-position:-1122px -870px}.da,.dk{background-position:-534px -282px}.dm{background-position:-1206px -702px}.do{background-position:-702px -450px}.dz{background-position:-870px -198px}.ec{background-position:-282px -534px}.ee{background-position:-198px -702px}.eg{background-position:-954px -198px}.er{background-position:-1206px -618px}.es{background-position:-198px -282px}.et{background-position:-534px -870px}.fi{background-position:-618px -366px}.fj{background-position:-1038px -954px}.fk{background-position:-1290px -1122px}.fm{background-position:-954px -1290px}.fo{background-position:-1206px -282px}.bl,.fr,.gf,.gp,.mf,.nc,.re{background-position:-282px -30px}.ga{background-position:-282px -1038px}.en,.gb,.sh{background-position:-30px -114px}.gd{background-position:-1038px -1122px}.ge{background-position:-870px -450px}.gh{background-position:-618px -786px}.gi{background-position:-30px -1206px}.gl{background-position:-702px -1206px}.gm{background-position:-618px -1122px}.gn,.gq{background-position:-1122px -1122px}.el,.gr{background-position:-786px -702px}.gt{background-position:-702px -702px}.gu{background-position:-786px -1290px}.gw{background-position:-450px -1122px}.gy{background-position:-1122px -114px}.hk{background-position:-618px -114px}.hn{background-position:-702px -618px}.hr{background-position:-450px -618px}.ht{background-position:-114px -954px}.hu{background-position:-618px -534px}.id{background-position:-1038px -198px}.ie{background-position:-618px -282px}.il{background-position:-198px -618px}.hi,.in{background-position:-366px -702px}.io{background-position:-366px -1290px}.iq{background-position:-450px -870px}.ir{background-position:-870px -702px}.is{background-position:-870px -30px}.it{background-position:-534px -198px}.je{background-position:-366px -1206px}.jm{background-position:-1038px -282px}.jo{background-position:-702px -366px}.ja,.jp{background-position:-366px -114px}.ke{background-position:-534px -618px}.kg{background-position:-954px -618px}.kh{background-position:-114px -702px}.ki{background-position:-618px -1206px}.xk{background-position:-30px -1038px}.km{background-position:-786px -1122px}.kn{background-position:-1290px -618px}.kp{background-position:-30px -954px}.ko,.kr{background-position:-282px -450px}.kw{background-position:-870px -282px}.ky{background-position:-1206px -534px}.kz{background-position:-870px -534px}.la{background-position:-618px -702px}.lb{background-position:-870px -618px}.lc{background-position:-1290px -702px}.li{background-position:-1122px -198px}.lk{background-position:-534px -786px}.lr{background-position:-1122px -1038px}.ls{background-position:-1206px -450px}.lt{background-position:-450px -786px}.lu{background-position:-786px -450px}.lv{background-position:-198px -786px}.ly{background-position:-534px -954px}.ma{background-position:-450px -534px}.mc{background-position:-114px -1038px}.md{background-position:-450px -954px}.me{background-position:-870px -954px}.mg{background-position:-198px -1038px}.mh{background-position:-1290px -1206px}.mk{background-position:-1038px -30px}.ml{background-position:-198px -954px}.mm{background-position:-534px -702px}.mn{background-position:-954px -870px}.mo{background-position:-1206px -1038px}.mp{background-position:-114px -282px}.mq{background-position:-30px -30px}.mr{background-position:-1206px -30px}.ms{background-position:-1374px -282px}.mt{background-position:-30px -870px}.mu{background-position:-786px -954px}.mv{background-position:-1038px -786px}.mw{background-position:-1122px -282px}.mx{background-position:-282px -702px}.my{background-position:-450px -366px}.mz{background-position:-954px -954px}.na{background-position:-1038px -618px}.ne{background-position:-954px -1038px}.nf{background-position:-1122px -1290px}.ng{background-position:-198px -1206px}.ni{background-position:-282px -786px}.bq,.nl{background-position:-870px -366px}.no{background-position:-198px -534px}.np{background-position:-870px -114px}.nr{background-position:-702px -1290px}.nu{background-position:-1290px -534px}.nz{background-position:-702px -114px}.om{background-position:-786px -198px}.pa{background-position:-30px -534px}.pe{background-position:-366px -366px}.pf{background-position:-1290px -198px}.pg{background-position:-1122px -366px}.ph{background-position:-30px -450px}.pk{background-position:-618px -618px}.pl{background-position:-450px -450px}.pm{background-position:-1374px -702px}.pr{background-position:-786px -786px}.ps{background-position:-954px -30px}.pt{background-position:-702px -534px}.pw{background-position:-786px -1206px}.py{background-position:-450px -702px}.qa{background-position:-282px -618px}.ro{background-position:-618px -198px}.rs{background-position:-786px -114px}.ru{background-position:-450px -30px}.rw{background-position:-954px -282px}.sa{background-position:-1122px -30px}.sb{background-position:-282px -1206px}.sc{background-position:-1122px -954px}.sd{background-position:-618px -870px}.se,.sv{background-position:-198px -450px}.sg{background-position:-282px -366px}.si{background-position:-366px -786px}.sk{background-position:-702px -30px}.sl{background-position:-1122px -534px}.sm{background-position:-1290px -114px}.sn{background-position:-198px -870px}.so{background-position:-282px -954px}.sr{background-position:-954px -1122px}.ss{background-position:-450px -1038px}.st{background-position:-450px -1206px}.sv{background-position:-786px -282px}.sx{background-position:-282px -1290px}.sy{background-position:-954px -534px}.sz{background-position:-1206px -1290px}.tc{background-position:-1038px -1290px}.td{background-position:-1122px -702px}.tg{background-position:-786px -1038px}.th{background-position:-450px -114px}.tj{background-position:-366px -954px}.tk{background-position:-1290px -786px}.tl{background-position:-1206px -114px}.tm{background-position:-870px -1038px}.tn{background-position:-702px -282px}.to{background-position:-1206px -870px}.tr{background-position:-366px -534px}.tt{background-position:-1038px -366px}.tv{background-position:-1290px -954px}.tw{background-position:-618px -450px}.tz{background-position:-870px -786px}.ua,.uk{background-position:-114px -618px}.ug{background-position:-114px -870px}.us{background-position:-198px -30px}.uy{background-position:-534px -534px}.uz{background-position:-30px -702px}.va{background-position:-1206px -1122px}.vc{background-position:-1122px -1206px}.ve{background-position:-30px -618px}.vg{background-position:-1206px -954px}.vi{background-position:-198px -114px}.vn{background-position:-450px -198px}.vu{background-position:-870px -1122px}.wf{background-position:-1374px -786px}.ws{background-position:-702px -1122px}.ye{background-position:-870px -870px}.za{background-position:-366px -450px}.zm{background-position:-702px -954px}.zw{background-position:-954px -450px}.seo{padding-top:70px!important;@media (max-width:900px){padding-top:50px!important}h1,h2,h3,h4,h5{color:#2f2f37!important;font-weight:700!important;margin-bottom:40px}img{height:auto!important;max-width:100%!important;object-fit:cover!important}ol+h1,ol+h2,ol+h3,ol+h4,ol+h5,p+h1,p+h2,p+h3,p+h4,p+h5,ul+h1,ul+h2,ul+h3,ul+h4,ul+h5{margin-top:40px!important;@media (max-width:900px){margin-top:20px!important}}h1{@media (max-width:900px){font-size:26px!important}}h1,h2{font-size:42px!important}h2{text-align:center;@media (max-width:900px){font-size:26px!important}}h3{font-size:24px!important;@media (max-width:900px){font-size:20px!important}}h4{font-size:20px!important;@media (max-width:900px){font-size:18px!important}}h5{font-size:18px!important;@media (max-width:900px){font-size:16px!important}}p{color:#54535d;font-size:18px;line-height:178%!important;@media (max-width:900px){font-size:16px;line-height:163%!important}&+p{margin-top:12px!important}}a{color:#d4fe75!important;font-weight:700!important;@media (hover){&:focus,&:hover{text-decoration:underline!important}}@media (max-width:900px){font-size:16px!important}}ol,ul{margin-bottom:32px!important;margin-top:32px!important}ul{li{color:#54535d;font-size:18px;line-height:178%!important;margin-left:10px!important;padding-left:16px!important;position:relative!important;&:before{background-color:#54535d!important;border-radius:50%!important;content:""!important;height:6px!important;left:0!important;position:absolute!important;top:11px!important;width:6px!important}&+li{margin-top:12px!important}@media (max-width:900px){font-size:16px!important;line-height:162%!important;margin-left:5px!important}}}ol{counter-reset:section;list-style:none!important;li{color:#54535d;font-size:18px;line-height:178%!important;margin-left:10px!important;padding-left:20px!important;position:relative!important;@media (max-width:900px){font-size:16px;line-height:162%!important}&:before{color:#54535d!important;content:counters(section,".") "."!important;counter-increment:section;font-size:18px!important;left:0!important;position:absolute!important;top:0!important}&+li{margin-top:12px!important}}}section{margin-top:40px!important;@media (max-width:900px){margin-top:20px!important;overflow-x:auto}&+h1,&+h2,&+h3,&+h4,&+h5,&+ol,&+p,&+ul{margin-top:20px!important}&:first-child{margin-top:0!important}}blockquote{margin-bottom:2rem;margin-top:2rem}table{background-color:#fff!important;border-collapse:collapse!important;border-radius:4px!important;box-shadow:0 0 20px #0000001a!important;margin-bottom:40px;margin-top:40px;min-width:580px;width:100%!important;@media (max-width:900px){border-bottom-color:#ececec!important;border-bottom-style:solid!important;border-bottom-width:1px!important;border-left-color:#ececec!important;border-left-style:solid!important;border-left-width:1px!important;border-right-color:#ececec!important;border-right-style:solid!important;border-right-width:1px!important;border-top-color:#ececec!important;border-top-style:solid!important;border-top-width:1px!important}th{background-color:#2f2f37!important;color:#fff!important;font-size:16px!important;font-weight:600!important;padding:12px 20px!important;&:first-child{border-radius:4px 0 0 0!important}&:last-child{border-radius:0 4px 0 0!important}@media (max-width:576px){font-size:14px!important;padding-bottom:12px!important;padding-left:10px!important;padding-right:10px!important;padding-top:12px!important}}tbody{tr{&:not(:last-child){border-bottom:1px solid #ececec!important}&:last-child{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}}td{color:#131430cc!important;font-size:14px!important;line-height:150%!important;min-height:55px!important;padding:14px 20px!important;&:first-child{border-bottom-left-radius:4px!important}&:last-child{border-bottom-right-radius:4px!important}&:not(:last-child){border-right:1px solid #ececec!important}@media (max-width:576px){padding-bottom:12px!important;padding-left:10px!important;padding-right:10px!important;padding-top:12px!important}}}&:first-child{margin-bottom:40px;margin-top:0}&:last-child{margin-bottom:0;margin-top:40px}}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:local("Inter"),url(/static/media/Inter-Regular.133ad19960cd5dc1bd7e.woff2) format("woff2")}@font-face{font-display:fallback;font-family:SF Pro;font-style:normal;font-weight:500;src:local("SF Pro"),url(/static/media/SFPro-Medium.22a99d36f90cc52d2914.woff2) format("woff2")}@font-face{font-display:fallback;font-family:SF Pro;font-style:normal;font-weight:400;src:local("SF Pro"),url(/static/media/SFPro-Medium.22a99d36f90cc52d2914.woff2) format("woff2")}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%}ol,p,ul{margin:0;padding:0}li{list-style:none}h1,h2,h3,h4,h5{margin:0}.circle-icon{background:#f7f7f8;height:48px;width:48px}.card-icon-circle,.circle-icon{align-items:center;display:inline-flex;justify-content:center}.card-icon-circle{background:#82818e;border-radius:50%;height:60px;margin-bottom:48px;width:60px}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#f7f7f8}::-webkit-scrollbar-thumb{background:#0c0c0e;border-radius:10px}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.7fa2bae0.css.map*/