: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:hsla(0,0%,100%,.7);--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{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right: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{width:100vw;padding:0;left:0;margin:0}.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{right:0;left:auto}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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)}}
/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static}.absolute{position:absolute}.relative{position:relative}.inset-y-0{top:0;bottom:0}.top-\[calc\(100\%\+8px\)\]{top:calc(100% + 8px)}.-left-px{left:-1px}.right-6{right:1.5rem}.top-7{top:1.75rem}.z-50{z-index:50}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mt-\[12px\]{margin-top:12px}.mr-2{margin-right:.5rem}.mr-\[5px\]{margin-right:5px}.mr-\[8px\]{margin-right:8px}.ml-1{margin-left:.25rem}.mt-1{margin-top:.25rem}.mt-6{margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mt-4{margin-top:1rem}.ml-2{margin-left:.5rem}.flex{display:flex}.grid{display:grid}.aspect-3\/2{aspect-ratio:3/2}.aspect-video{aspect-ratio:16/9}.h-\[38px\]{height:38px}.h-\[44px\]{height:44px}.h-4{height:1rem}.h-5{height:1.25rem}.h-12{height:3rem}.max-h-\[250px\]{max-height:250px}.w-full{width:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-10{width:2.5rem}.max-w-screen-lg{max-width:1024px}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-y-5{row-gap:1.25rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-md{border-radius:.375rem}.rounded-2xl{border-radius:1rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-\[\#E7E8EA\]{--tw-border-opacity:1;border-color:rgb(231 232 234/var(--tw-border-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-purple-900{--tw-bg-opacity:1;background-color:rgb(88 28 135/var(--tw-bg-opacity))}.bg-\[\#444E79\]{--tw-bg-opacity:1;background-color:rgb(68 78 121/var(--tw-bg-opacity))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#2F5FCF\]{--tw-gradient-from:#2f5fcf;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(47,95,207,0))}.to-\[\#426ED3\]{--tw-gradient-to:#426ed3}.p-6{padding:1.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-\[18px\]{padding-left:18px;padding-right:18px}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pr-16{padding-right:4rem}.pb-8{padding-bottom:2rem}.pl-14{padding-left:3.5rem}.text-center{text-align:center}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.leading-loose{line-height:2}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[\#D7DEF9\]{--tw-text-opacity:1;color:rgb(215 222 249/var(--tw-text-opacity))}.text-\[\#426ED3\]{--tw-text-opacity:1;color:rgb(66 110 211/var(--tw-text-opacity))}.text-\[\#71737C\]{--tw-text-opacity:1;color:rgb(113 115 124/var(--tw-text-opacity))}.first\:rounded-t-2xl:first-child{border-top-left-radius:1rem;border-top-right-radius:1rem}.last\:rounded-b-2xl:last-child{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.last\:border-0:last-child{border-width:0}.hover\:bg-white\/5:hover{background-color:hsla(0,0%,100%,.05)}.dark .dark\:border-\[\#1A244B\]{--tw-border-opacity:1;border-color:rgb(26 36 75/var(--tw-border-opacity))}.dark .dark\:border-\[\#1B254C\]{--tw-border-opacity:1;border-color:rgb(27 37 76/var(--tw-border-opacity))}.dark .dark\:bg-\[\#0E1426\]{--tw-bg-opacity:1;background-color:rgb(14 20 38/var(--tw-bg-opacity))}.dark .dark\:bg-transparent{background-color:transparent}.dark .dark\:bg-\[\#1a244b\]{--tw-bg-opacity:1;background-color:rgb(26 36 75/var(--tw-bg-opacity))}.dark .dark\:bg-\[\#0F193E\]{--tw-bg-opacity:1;background-color:rgb(15 25 62/var(--tw-bg-opacity))}.dark .dark\:bg-\[\#0A1231\]{--tw-bg-opacity:1;background-color:rgb(10 18 49/var(--tw-bg-opacity))}.dark .dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:text-\[\#D7DEF9\]{--tw-text-opacity:1;color:rgb(215 222 249/var(--tw-text-opacity))}@media (min-width:1024px){.lg\:relative{position:relative}.lg\:top-0{top:0}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:mb-12{margin-bottom:3rem}.lg\:mr-8{margin-right:2rem}.lg\:mt-0{margin-top:0}.lg\:h-16{height:4rem}.lg\:w-16{width:4rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:gap-x-10{column-gap:2.5rem}.lg\:p-8{padding:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:pb-16{padding-bottom:4rem}.lg\:pl-0{padding-left:0}}@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700&display=swap";:root{--theme-font-black:#000;--theme-main-primary:#fff;--theme-main-secondary:#fcfcfd;--theme-main-tertiary:#f4f5f6;--theme-main-quaternary:#e6e8ec;--theme-dark-primary:#141416;--theme-dark-secondary:#23262f;--theme-dark-tertiary:#777e90;--theme-dark-quaternary:#b1b5c3;--theme-tint-blue:#3772ff;--theme-tint-blue-background:#dfe8ff;--theme-tint-violet:#9757d7;--theme-tint-red:#ef466f;--theme-tint-green:#58bd7d;--theme-light-tint-blue:#4bc9f0;--theme-light-tint-beige:#e4d7cf;--theme-light-tint-yellow:#ffd166;--theme-light-tint-pink:#cdb4db;--theme-font-button-active:#426ed3;--theme-font-description-small:#9fa3af;--theme-font-subtitle:#71737c;--theme-font-link:#3568df;--theme-font-link-default:#3568df;--theme-font-blue:#426ed4;--theme-font-yellow:#e8c76c;--theme-font-green:#66c885;--theme-font-description:#71737c;--theme-font-description-secondary:#7b7bbd;--theme-font-white:#fff;--theme-font-token:#d7def9;--theme-font-token-subTitle:#71737c;--theme-font-grey:#71737c;--theme-font-dark-gray:#7a8098;--theme-font-tab-active:#3060d0;--theme-font-tab:#71737c;--theme-font-disabled:#71737c;--theme-font-placeholder:#353f62;--theme-font-text-primary:#0e1426;--theme-icon-small:#71737c;--theme-search-icon-color:#71737c;--theme-loader-mavia-icon:#3362d0;--theme-picture-figure:#e7e8ea;--theme-box-border:#e7e8ea;--theme-box-border-accent:#215dd6;--theme-btn-border-pending:rgba(55,67,115,.2);--theme-btn-border-earned:rgba(47,217,105,.2);--theme-btn-border-primary:#1b4bb0;--theme-btn-border-disabled:#e7e8ea;--theme-btn-border-inactive:#e7e8ea;--theme-btn-border-light:#fff;--theme-btn-border-red:#eb3740;--theme-btn-border-info:#e7e8ea;--theme-border-avatar:#465077;--theme-border-btn-deep-red:#d8030e;--theme-border-btn-light-red:#eb3740;--theme-btn-bg-pending:rgba(55,67,115,.2);--theme-btn-bg-earned:rgba(47,217,105,.2);--theme-btn-bg-default:#1b4bb0;--theme-btn-bg-disabled:#f8f8fa;--theme-tabs-bg:#e7e8ea;--theme-btn-bg-inactive:transparent;--theme-btn-bg-ghost:#f8f8fa;--theme-btn-bg-liteBlue:#f8f8fa;--theme-link-button-bg:rgba(53,104,223,.3);--theme-tag-bg-blue:rgba(53,104,223,.2);--theme-tag-bg-yellow:hsla(44,73%,67%,.2);--theme-tag-bg-green:rgba(102,200,133,.2);--theme-image-bg-placeholder:#c4c4c4;--theme-mock-bg:#e7e8ea;--theme-modal-mock-bg:#a7aecc;--theme-box-bg-default:#f8f8fa;--theme-box-bg-item-default:#f8f8fa;--theme-box-bg-tables:#f8f8fa;--theme-box-bg-card-image:#fff;--theme-box-status-bg:#f8f8fa;--theme-box-tags-bg:#e7e8ea;--theme-box-category-bg:#e5eaf7;--theme-box-bg:#fff;--theme-box-border-color:#e2e3e9;--theme-box-alert:#e2e3e9;--theme-btn-primary:#215dd6;--theme-btn-discord:#5a65ea;--theme-btn-primary-color:#fff;--theme-btn-primary-transparent-color:#215dd6;--theme-btn-secondary-color:var(--theme-font-text-color);--theme-btn-red-color:#fff;--theme-btn-ghost:#8a91ab;--theme-btn-disable:#e6e6e8;--theme-btn-mist-light:#0084fe;--theme-btn-disable-text:#8a91ab;--theme-btn-mist:#215dd6;--theme-btn-bg-mist:#e7e8ea;--theme-common-spinner-inner:#d6d9e3;--theme-header-token:#f8f8fa;--theme-common-spinner-outer:#3568df;--theme-common-border-color:#e7e8ea;--theme-common-container-background:#fff;--theme-common-background:#141720;--theme-common-page-background:#fff;--theme-common-error:#f55757;--theme-font-text-color:#141720;--theme-font-modal-text-color:#141720;--theme-font-paragraph-color:#4f5360;--theme-box-rounded-box:#fff;--theme-box-rounded-box-border:1px solid #e7e8ea;--theme-table-item-active-box:#f8f8fa;--theme-button-leave-or-cancel:#4d1d37;--theme-button-primary-bg:#3362d0;--theme-button-lighter-bg:#3060d0;--theme-button-primary-color:#fff;--theme-btn-inactive-color:#8a91ab;--theme-button-bg:#f8f8fa;--theme-arrow-button-bg:"#fff";--theme-button-bg-error:rgba(223,56,64,.3);--theme-btn-border-leave-or-cancel:#eb3740;--theme-border-button:#e7e8ea;--theme-border-link-discord-button:#7882fd;--theme-border-button-lighter:#e7e8ea;--theme-border-button-grey:#e7e8ea;--theme-wallet-small-icon-border:#f8f8fa;--theme-border-checkbox:#e7e8ea;--theme-border-error:#df3840;--theme-border-lighter:#3060d0;--theme-border-table:#e5e7eb;--theme-navigation-copy-color:#d7def9;--theme-placeholder-picture-color:#71737c;--theme-social-item-background:#71737c;--theme-banner-secondary-bg:radial-gradient(100% 7689.94% at 0% 69.23%,#2f5fcf 0%,#426ed3 100%);--theme-everywhere-banner-secondary-bg:radial-gradient(100% 7689.94% at 0% 69.23%,#2f5fcf 0%,#426ed3 100%);--theme-banner-secondary-border:none;--theme-card-bg:#fff;--theme-card-token-bg:#f8f8fa;--theme-card-item-bg:#f8f8fa;--theme-card-highlighted:#f8f8fa;--theme-card-image-bg:#f8f8fa;--theme-card-image-item-bg:#e9ecf3;--theme-card-border--theme-card-bg:1px solid #e7e8ea;--theme-card-border-accent:1px solid #1b4bb0;--theme-card-progress-bg:#e7e8ea;--theme-card-progress-line:#3060d0;--theme-card-progress-hint:#71737c;--theme-card-notification-border:1px solid #e7e8ea;--theme-card-notification-bg:#f8f8fa;--theme-card-label-bg:#e7e8ea;--theme-compare-land-bg:#f8f8fa;--theme-compare-land-image-bg:#fff;--theme-compare-land-border:1px solid #e7e8ea;--theme-scrollbar-thumb:#e7e8ea;--theme-scrollbar-bg:#fff;--theme-status-border-erned:transparent;--theme-status-border-pending:transparent;--theme-status-border-collected:transparent;--theme-status-font-earned:#2fd969;--theme-status-font-pending:#71737c;--theme-status-font-collected:#3568df;--theme-status-bg-earned:rgba(47,217,105,.2);--theme-status-bg-pending:rgba(55,67,115,.2);--theme-status-bg-collected:rgba(53,104,223,.2);--theme-container-bg:#e7e8ea;--theme-alliance-info-top-bg:#acb2ca;--theme-table-header:#efeff5;--theme-table-background:#f8f8fa;--theme-progress-bg:#e7e8ea;--theme-progress-color:#426fd4;--theme-rating-star:#acb2ca;--theme-color-menu-hover:#2a69e6}:root.dark{--theme-table-header:#0f193e;--theme-font-description-small:#7d89b6;--theme-font-link:#3568df;--theme-font-description:#d7def9;--theme-font-subtitle:#d7def9;--theme-font-description-secondary:#8591be;--theme-font-white:#fff;--theme-font-grey:#8a90a6;--theme-font-token-subTitle:#d7def9;--theme-font-dark-gray:#7a8098;--theme-font-tab:#fff;--theme-font-disabled:#d7def9;--theme-font-placeholder:#353f62;--theme-font-tab-active:#3060d0;--theme-font-text-primary:#fff;--theme-icon-small:#7a83a5;--theme-search-icon-color:#d7def9;--theme-loader-mavia-icon:#fff;--theme-picture-figure:#323e69;--theme-box-border:#1b254c;--theme-box-border-accent:#1b4bb0;--theme-btn-border-leave-or-cancel:#eb3740;--theme-btn-border-pending:#374373;--theme-btn-border-earned:#2fd969;--theme-btn-border-primary:#1b4bb0;--theme-btn-border-disabled:#1b254c;--theme-btn-border-inactive:#232940;--theme-btn-border-light:#fff;--theme-border-button-grey:#354173;--theme-btn-border-red:#eb3740;--theme-btn-border-info:#354173;--theme-box-bg:linear-gradient(180deg,#171f35,#131a2e 75.79%);--theme-box-border-color:#374066;--theme-box-alert:#212844;--theme-button-leave-or-cancel:#4d1d37;--theme-btn-bg-pending:rgba(55,67,115,.2);--theme-btn-bg-earned:rgba(47,217,105,.2);--theme-btn-bg-default:#1b4bb0;--theme-btn-bg-disabled:#1b254c;--theme-btn-bg-inactive:transparent;--theme-link-button-bg:#0e2358;--theme-arrow-button-bg:#0e2358;--theme-btn-bg-ghost:#0d1637;--theme-btn-mist:#fff;--theme-btn-bg-mist:#1b254c;--theme-container-bg:#16224d;--theme-btn-bg-liteBlue:#0e2358;--theme-mock-bg:#1b254c;--theme-tabs-bg:#1b254c;--theme-modal-mock-bg:#a7aecc;--theme-tag-bg-blue:#203158;--theme-tag-bg-yellow:#182c43;--theme-tag-bg-green:#272c3f;--theme-box-bg-default:#0d1637;--theme-box-bg-item-default:#0e1426;--theme-box-bg-tables:#091233;--theme-box-bg-card-image:#091233;--theme-box-status-bg:#0f193e;--theme-box-tags-bg:#1b254c;--theme-btn-primary:#215dd6;--theme-btn-primary-color:#fff;--theme-btn-primary-transparent-color:#fff;--theme-btn-secondary-color:var(--theme-font-text-color);--theme-btn-red-color:#fff;--theme-btn-inactive-color:#8a91ab;--theme-btn-disable:#1b254c;--theme-btn-disable-text:#fff;--theme-common-spinner-inner:#3b4776;--theme-header-token:#0d173e;--theme-common-spinner-outer:#fff;--theme-common-border-color:#1a244b;--theme-common-container-background:#0f193e;--theme-common-background:#fff;--theme-common-page-background:#091233;--theme-common-error:#f55757;--theme-font-text-color:#fff;--theme-font-modal-text-color:#8591bd;--theme-font-paragraph-color:#d7def9;--theme-box-rounded-box:#0d1637;--theme-box-rounded-box-border:1px solid #1b254c;--theme-box-line-box-border:1px solid #364066;--theme-table-item-active-box:#1b254c;--theme-button-primary-bg:#3362d0;--theme-button-primary-color:#fff;--theme-button-bg:rgba(27,75,176,.2);--theme-button-bg-error:rgba(223,56,64,.3);--theme-button-lighter-bg:var(--theme-btn-primary);--theme-border-button:#1b4bb0;--theme-border-button-lighter:#3060d0;--theme-wallet-small-icon-border:#0f193e;--theme-border-checkbox:#1b254c;--theme-border-error:#df3840;--theme-border-lighter:#3060d0;--theme-border-table:#364066;--theme-navigation-copy-color:#d7def9;--theme-placeholder-picture-color:#d7def9;--theme-social-item-background:#444e78;--theme-banner-secondary-bg:radial-gradient(100% 7689.94% at 0% 69.23%,rgba(47,95,207,.46) 0%,rgba(66,110,211,.46) 100%);--theme-everywhere-banner-secondary-bg:radial-gradient(100% 7689.94% at 0% 69.23%,#2f5fcf 0%,#426ed3 100%);--theme-banner-secondary-border:1px solid #426ed4;--theme-card-bg:#0a1231;--theme-card-token-bg:#0a1231;--theme-card-item-bg:#0a1231;--theme-card-image-bg:#0f193e;--theme-card-image-item-bg:#0f193e;--theme-card-highlighted:#0a1231;--theme-card-border:1px solid #1b254c;--theme-card-border-accent:1px solid #1b4bb0;--theme-card-progress-bg:#1d274d;--theme-card-progress-line:#3060d0;--theme-card-progress-hint:#d7def9;--theme-card-notification-border:1px solid #1b254c;--theme-card-notification-bg:#0f193e;--theme-card-label-bg:#0e2358;--theme-compare-land-bg:#0c163a;--theme-compare-land-image-bg:#273157;--theme-compare-land-border:1px solid #1b254c;--theme-scrollbar-thumb:#273157;--theme-scrollbar-bg:transparent;--theme-status-border-earned:var(--theme-btn-border-earned);--theme-status-border-pending:var(--theme-btn-border-pending);--theme-status-border-collected:var(--theme-border-button);--theme-status-font-earned:var(--theme-font-text-color);--theme-status-font-pending:var(--theme-font-text-color);--theme-status-font-collected:var(--theme-font-text-color);--theme-status-bg-earned:var(--theme-btn-bg-earned);--theme-status-bg-pending:var(--theme-btn-bg-pending);--theme-status-bg-collected:var(--theme-button-bg);--theme-alliance-info-top-bg:#36416b;--theme-progress-bg:#232d58;--theme-progress-color:#3060d0;--theme-rating-star:#2b3766;--theme-table-background:#0d1637;--theme-color-menu-hover:#2a69e6}@keyframes wobble{0%{trasnform:scale(1)}5%{transform:scale(1.1)}10%{transform:scale(1.05)}40%{transform:scale(1.2)}50%{transform:scale(1.1)}65%{transform:scale(1.2)}80%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes opacity-pulse{0%{opacity:1}to{opacity:.5}}:root{font-family:var(--font-primary);letter-spacing:-.02rem;font-feature-settings:"ss04" on,"ss02" on,"ss01" on,"salt" on}.page-root{position:relative}body{padding-top:72px;--wcm-z-index:2500}.home body{padding:0}.scroll-disabled-menu,.scroll-disabled-menu body,.scroll-disabled-modal,.scroll-disabled-modal body{overflow:hidden;overscroll-behavior-y:none}.-scroll-theme::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb);border-radius:20px}.coming-soon:after{font-style:normal;font-weight:400;line-height:17px;color:var(--theme-font-text-color);font-size:8px;border-radius:5px;padding:5px;white-space:nowrap;background-color:#000;color:#fff;line-height:1;content:"Coming soon";position:absolute;left:50%;transform:translateY(-10px) translateX(-50%);top:calc(100% + 5px);opacity:0;visibility:hidden;transition:all .15s ease-in}.coming-soon:hover:after{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}#search-dropdown-mask{font-size:1.2px;display:none;position:absolute;background:rgba(0,0,0,.5);top:0;left:0;bottom:0;width:100vw;min-height:100vh;z-index:100}@media screen and (max-width:1680px){#search-dropdown-mask{font-size:.0694444444vw}}@media screen and (max-width:767px){#search-dropdown-mask{font-size:.2666666667vw}}#nprogress{pointer-events:none}#nprogress .bar{background:#3366e0;position:fixed;z-index:1031;top:0;left:0;width:100%;height:4px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #3366e0,0 0 5px #3366e0;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#3366e0 transparent transparent #3366e0;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--font-primary:"Rajdhani",sans-serif;--font-secondary:"Inter",sans-serif;--font-header-primary:"Rajdhani";--rubyscan-border-image:url(/images/ruby-explorer/main-bg-light.png)}:root .place-left:after{border-left-color:#e2e3e9!important;border-top-color:transparent!important}:root .place-left:before{top:0!important}:root.dark{--rubyscan-border-image:url(/images/ruby-explorer/main-bg.png)}:root.dark .place-left:after{border-left-color:#212844!important;border-top-color:transparent!important}html{font-size:1.2px}@media screen and (max-width:1680px){html{font-size:.0694444444vw}}@media screen and (max-width:767px){html{font-size:.2666666667vw}}.Toastify__toast{position:relative;position:unset!important;background:unset!important;background-color:unset!important;margin-bottom:0;font-family:var(--font-primary)!important;font-weight:600!important;line-height:20px!important;font-size:16rem!important}.Toastify__toast>*{position:relative;z-index:1}.Toastify__toast:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23e2e3e9"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23f6f6f9"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23e2e3e9"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23f6f6f9"/></svg>');border-style:solid;background-clip:padding-box;background-color:#f6f6f9;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Toastify__progress-bar{width:0}.Toastify__toast-container{padding:0!important;border-radius:10px 5px!important;overflow:hidden!important}@media screen and (max-width:767px){.recharts-default-legend{padding:28px 0 0 20px!important}}.recharts-legend-item-text{aspect-ratio:unset!important}.recharts-legend-wrapper{bottom:17px!important}:root{--baseClipPath:polygon(8px 0%,20% 0%,100% 0%,100% 82%,calc(100% - 8px) 100%,0% 100%,0% 17px,0% 17%);--squareClipPath:polygon(8px 0%,10% 0%,100% 0%,100% calc(100% - 11px),calc(100% - 11px) 100%,0% 100%,0% 12px,10px 0%);--modalClipPath:polygon(8px 0%,10% 0%,100% 0%,100% calc(100% - 22px),calc(100% - 22px) 100%,0% 100%,0% 22px,22px 0%)}.Image_loading__aWPlQ{background-color:#0f193e;background-position:50%;background-repeat:no-repeat;background-size:30% auto;border:1px solid #1b254c!important;border-radius:10px;animation:Image_opacity-pulse__260db 1.2s linear infinite alternate}.Image_loading__aWPlQ.Image_round__2AJ8m{border-radius:50%}.light .Image_loading__aWPlQ{background-color:#f8f8fa;border:1px solid #e7e8ea!important}.Image_loading__aWPlQ.Image_loadingBanner__ixYMv{background-size:10% auto}@media(max-width:767px){.Image_loading__aWPlQ.Image_loadingBanner__ixYMv{background-size:30% auto}}@keyframes Image_opacity-pulse__260db{0%{opacity:1}to{opacity:.75}}body .BaseTooltip_container__v9eC5{position:relative;position:fixed!important;max-width:250px;padding:8px 10px;background:transparent;font-size:12px;line-height:20px;font-weight:600;color:var(--theme-font-paragraph-color);transition:opacity .3s ease-in-out,visibility .3s ease-out}body .BaseTooltip_container__v9eC5>*{position:relative;z-index:1}body .BaseTooltip_container__v9eC5:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23fff"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23fff"/></svg>');background-color:#fff;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark body .BaseTooltip_container__v9eC5{position:relative}.dark body .BaseTooltip_container__v9eC5>*{position:relative;z-index:1}.dark body .BaseTooltip_container__v9eC5:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');background-color:#141b2f;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}body .BaseTooltip_container__v9eC5:before{z-index:-1!important;margin-left:0!important;left:0!important}body .BaseTooltip_container__v9eC5:after{border-top-color:#e2e3e9!important}.dark body .BaseTooltip_container__v9eC5:after{border-top-color:#212844!important}body .BaseTooltip_container__v9eC5.BaseTooltip_customProfile__xFqsz{position:relative}body .BaseTooltip_container__v9eC5.BaseTooltip_customProfile__xFqsz>*{position:relative;z-index:1}body .BaseTooltip_container__v9eC5.BaseTooltip_customProfile__xFqsz:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23fff"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23fff"/></svg>');background-color:#fff;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark body .BaseTooltip_container__v9eC5.BaseTooltip_customProfile__xFqsz{position:relative}.dark body .BaseTooltip_container__v9eC5.BaseTooltip_customProfile__xFqsz>*{position:relative;z-index:1}.dark body .BaseTooltip_container__v9eC5.BaseTooltip_customProfile__xFqsz:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23364066" fill="%23364066"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23364066" fill="%23364066"/></svg>');background-color:#364066;background-clip:padding-box;border-style:solid;border-width:13px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}body .BaseTooltip_container__v9eC5.BaseTooltip_customProfile__xFqsz:after{border-top-color:#e2e3e9!important}.dark body .BaseTooltip_container__v9eC5.BaseTooltip_customProfile__xFqsz:after{border-top-color:#364066!important}.ProviderList_list__J_Z0T{list-style:none;padding:0;margin:0}.ProviderList_listItem__SLfvL{list-style:none}.ProviderList_listItem__SLfvL:not(:first-child){margin-top:11px}.ProviderList_item__MMsfF{padding:8px 20px;display:flex;align-items:center;justify-content:space-between;min-height:55px;transition:all .15s ease}.ProviderList_item__MMsfF,.ProviderList_item__MMsfF>*{position:relative;z-index:1}.ProviderList_item__MMsfF:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23f8f8fa"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23f8f8fa"/></svg>');background-color:#f8f8fa;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .ProviderList_item__MMsfF{position:relative}.dark .ProviderList_item__MMsfF>*{position:relative;z-index:1}.dark .ProviderList_item__MMsfF:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');background-color:#141b2f;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.ProviderList_item__MMsfF:hover:not(.ProviderList_item_disabled__ZHoFh){transform:scale(1.02);opacity:.87}.ProviderList_item_disabled__ZHoFh{opacity:.5;cursor:not-allowed}.ProviderList_left__79CF4{display:flex;align-items:center;gap:9px}.ProviderList_notAvailable____Usl{background:var(--theme-box-border-color);clip-path:polygon(18px 0,100% 0,103% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px,7px 0);border-radius:4px;padding:0 8.5px 0 6.5px;background-color:#7a83a5}.ProviderList_notAvailable_label__sWo5_{color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:185.714%;letter-spacing:-.28px}.ProviderList_label__HAf1y{font-weight:400;color:var(--theme-font-text-color);font-style:normal;letter-spacing:unset;font-weight:700;font-size:18px;line-height:18px}.ProviderList_icon__A3_lv{max-width:31px;max-height:28px}.ProviderList_list__J_Z0T .ProviderList_listItem__SLfvL .ProviderList_tooltip__Amzlh.show{opacity:1}.ProviderList_tooltip__Amzlh:hover{transition:all .5s ease;opacity:0!important}.ProviderList_textLabel__xGbOv{margin-left:10px;padding:0 8px;border-radius:3px;background:#1e57c8;display:flex;justify-content:center;font-style:normal;font-weight:600;font-size:12px;line-height:20px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);color:#fff;clip-path:polygon(5px 0,100% 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,0 100%,0 5px,5px 0)}.ProviderList_labelContainer__0lCJX{display:flex;align-items:center}.ConnectionStatus_error__tAcO6,.ConnectionStatus_text__CL3TJ{font-style:normal;font-weight:600;color:var(--theme-font-paragraph-color);font-size:14px;line-height:24px;letter-spacing:-.02em}.ConnectionStatus_error__tAcO6{color:#ff5c5c!important}.ConnectionStatus_group__SzDji{width:100%;flex-shrink:2}.ConnectionStatus_strong__mo_rI{font-weight:400;color:var(--theme-font-text-color);font-style:normal;letter-spacing:unset;font-weight:500;font-size:16px;line-height:24px;display:flex;align-items:center;justify-content:space-between}.ConnectionStatus_boxes__lPu5V{margin-top:24px}.ConnectionStatus_box____17B{position:relative;display:flex;justify-content:space-between;align-items:center;min-height:54px;padding:15px 23px}.ConnectionStatus_box____17B>*{position:relative;z-index:1}.ConnectionStatus_box____17B:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23fff"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23fff"/></svg>');background-color:#fff;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .ConnectionStatus_box____17B{position:relative}.dark .ConnectionStatus_box____17B>*{position:relative;z-index:1}.dark .ConnectionStatus_box____17B:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');background-color:#141b2f;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.ConnectionStatus_box____17B:not(:first-child){margin-top:11px}.ConnectionStatus_spinner__v42QI{width:24px;height:24px;animation:ConnectionStatus_rotate__mDUJ_ 1s linear infinite}.ConnectionStatus_link__RIPyn{font-weight:600;color:var(--theme-font-link)}@keyframes ConnectionStatus_rotate__mDUJ_{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Spinner_wobble__zNrQi{0%{trasnform:scale(1)}5%{transform:scale(1.1)}10%{transform:scale(1.05)}40%{transform:scale(1.2)}50%{transform:scale(1.1)}65%{transform:scale(1.2)}80%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes Spinner_rotate___WBir{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Spinner_opacity-pulse__axVpp{0%{opacity:1}to{opacity:.5}}.Spinner_container__noa_p{width:20px}.Spinner_svg__MkcPo{width:100%;animation:Spinner_rotate___WBir .5s linear infinite}.Spinner_svgColor__wjOt2 path{stroke:var(--theme-font-text-color)}.Button_base__XxAF_{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;box-sizing:border-box;cursor:pointer;font-size:16px;font-weight:700;border-radius:5px;color:#fff;transition:opacity .15s ease-in}.Button_base_full__4WToa{width:100%}.Button_base_uppercase__zAiNZ{text-transform:uppercase}.Button_base__XxAF_:hover{opacity:.87;transition:all .15s ease-in}.Button_base_themes_blue__niJRx{position:relative;color:var(--theme-btn-primary-color)}.Button_base_themes_blue__niJRx>*{position:relative;z-index:1}.Button_base_themes_blue__niJRx:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23588af0"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23215dd6"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23588af0"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23215dd6"/></svg>');border-style:solid;background-clip:padding-box;background-color:#215dd6;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_blue__niJRx{color:#fff;position:relative}.dark .Button_base_themes_blue__niJRx>*{position:relative;z-index:1}.dark .Button_base_themes_blue__niJRx:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23215dd6"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="rgba(33, 93, 214, 0.3)"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23215dd6"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="rgba(33, 93, 214, 0.3)"/></svg>');border-style:solid;background-clip:padding-box;background-color:rgba(33,93,214,.3);border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_primary__VgiSn{position:relative;color:var(--theme-btn-primary-transparent-color)}.Button_base_themes_primary__VgiSn>*{position:relative;z-index:1}.Button_base_themes_primary__VgiSn:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23215dd6"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="rgba(33, 93, 214, 0.3019607843)"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23215dd6"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="rgba(33, 93, 214, 0.3019607843)"/></svg>');border-style:solid;background-clip:padding-box;background-color:rgba(33,93,214,.302);border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.light .Button_base_themes_primary__VgiSn{position:relative;color:#fff}.light .Button_base_themes_primary__VgiSn>*{position:relative;z-index:1}.light .Button_base_themes_primary__VgiSn:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23588af0"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23215dd6"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23588af0"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23215dd6"/></svg>');border-style:solid;background-clip:padding-box;background-color:#215dd6;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_secondary__eLDrj{position:relative;color:var(--theme-btn-secondary-color)}.Button_base_themes_secondary__eLDrj>*{position:relative;z-index:1}.Button_base_themes_secondary__eLDrj:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23acafb8"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23e6e6e8"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23acafb8"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23e6e6e8"/></svg>');border-style:solid;background-clip:padding-box;background-color:#e6e6e8;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_secondary__eLDrj{position:relative}.dark .Button_base_themes_secondary__eLDrj>*{position:relative;z-index:1}.dark .Button_base_themes_secondary__eLDrj:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231a244b"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231a244b"/></svg>');border-style:solid;background-clip:padding-box;background-color:#1a244b;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_secondaryFull__7yGKJ{position:relative;color:var(--theme-btn-secondary-color)}.Button_base_themes_secondaryFull__7yGKJ>*{position:relative;z-index:1}.Button_base_themes_secondaryFull__7yGKJ:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231a244b"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231a244b"/></svg>');border-style:solid;background-clip:padding-box;background-color:#1a244b;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_secondaryFull__7yGKJ{position:relative}.dark .Button_base_themes_secondaryFull__7yGKJ>*{position:relative;z-index:1}.dark .Button_base_themes_secondaryFull__7yGKJ:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231a244b"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231a244b"/></svg>');border-style:solid;background-clip:padding-box;background-color:#1a244b;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_grey__mJpEy{position:relative;color:var(--theme-font-text-color)}.Button_base_themes_grey__mJpEy>*{position:relative;z-index:1}.Button_base_themes_grey__mJpEy:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23e7e8ea"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23dadce4"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23e7e8ea"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23dadce4"/></svg>');border-style:solid;background-clip:padding-box;background-color:#dadce4;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_grey__mJpEy{position:relative}.dark .Button_base_themes_grey__mJpEy>*{position:relative;z-index:1}.dark .Button_base_themes_grey__mJpEy:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23354173"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%2328335e"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23354173"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%2328335e"/></svg>');border-style:solid;background-clip:padding-box;background-color:#28335e;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_darkGrey__p8qN0{position:relative;color:var(--theme-font-text-color)}.Button_base_themes_darkGrey__p8qN0>*{position:relative;z-index:1}.Button_base_themes_darkGrey__p8qN0:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23acafb8"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23e6e6e8"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23acafb8"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23e6e6e8"/></svg>');border-style:solid;background-clip:padding-box;background-color:#e6e6e8;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_darkGrey__p8qN0{position:relative}.dark .Button_base_themes_darkGrey__p8qN0>*{position:relative;z-index:1}.dark .Button_base_themes_darkGrey__p8qN0:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23131a2e"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23131a2e"/></svg>');border-style:solid;background-clip:padding-box;background-color:#131a2e;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_light__DeJS_{position:relative;color:#426ed3}.Button_base_themes_light__DeJS_>*{position:relative;z-index:1}.Button_base_themes_light__DeJS_:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23588af0"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23fff"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23588af0"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23fff"/></svg>');border-style:solid;background-clip:padding-box;background-color:#fff;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_light_transparent__JF4Aw{position:relative;color:var(--theme-font-white)}.Button_base_themes_light_transparent__JF4Aw>*{position:relative;z-index:1}.Button_base_themes_light_transparent__JF4Aw:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23fff"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="none"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23fff"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="none"/></svg>');border-style:solid;background-clip:padding-box;background-color:none;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_default__564Pi{color:var(--theme-font-white)}.Button_base_themes_red__Lr5sW{position:relative;color:var(--theme-btn-red-color)}.Button_base_themes_red__Lr5sW>*{position:relative;z-index:1}.Button_base_themes_red__Lr5sW:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23ff4e43"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23eb3740"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23ff4e43"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23eb3740"/></svg>');border-style:solid;background-clip:padding-box;background-color:#eb3740;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_red__Lr5sW{position:relative}.dark .Button_base_themes_red__Lr5sW>*{position:relative;z-index:1}.dark .Button_base_themes_red__Lr5sW:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23d8030e"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%234a102b"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23d8030e"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%234a102b"/></svg>');border-style:solid;background-clip:padding-box;background-color:#4a102b;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_redSoft__Tl8Qa{position:relative;color:var(--theme-btn-red-color)}.Button_base_themes_redSoft__Tl8Qa>*{position:relative;z-index:1}.Button_base_themes_redSoft__Tl8Qa:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23ff4e43"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23eb3740"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23ff4e43"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23eb3740"/></svg>');border-style:solid;background-clip:padding-box;background-color:#eb3740;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_redSoft__Tl8Qa{position:relative}.dark .Button_base_themes_redSoft__Tl8Qa>*{position:relative;z-index:1}.dark .Button_base_themes_redSoft__Tl8Qa:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23d8030e"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%234a102b"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23d8030e"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%234a102b"/></svg>');border-style:solid;background-clip:padding-box;background-color:#4a102b;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_violetLight__H5R1E{position:relative;color:var(--theme-font-white)}.Button_base_themes_violetLight__H5R1E>*{position:relative;z-index:1}.Button_base_themes_violetLight__H5R1E:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%237882fd"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%235a65ea"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%237882fd"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%235a65ea"/></svg>');border-style:solid;background-clip:padding-box;background-color:#5a65ea;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_externalLink__q_fHQ{position:relative;color:var(--theme-font-link)}.Button_base_themes_externalLink__q_fHQ>*{position:relative;z-index:1}.Button_base_themes_externalLink__q_fHQ:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%233568df"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="rgba(53, 104, 223, 0.3)"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%233568df"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="rgba(53, 104, 223, 0.3)"/></svg>');border-style:solid;background-clip:padding-box;background-color:rgba(53,104,223,.3);border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_externalLink__q_fHQ{position:relative}.dark .Button_base_themes_externalLink__q_fHQ>*{position:relative;z-index:1}.dark .Button_base_themes_externalLink__q_fHQ:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%236993f3"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%230e2358"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%236993f3"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%230e2358"/></svg>');border-style:solid;background-clip:padding-box;background-color:#0e2358;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_ghost__ZHA4K{position:relative;color:var(--theme-btn-ghost)}.Button_base_themes_ghost__ZHA4K>*{position:relative;z-index:1}.Button_base_themes_ghost__ZHA4K:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23e7e8ea"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23f8f8fa"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23e7e8ea"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23f8f8fa"/></svg>');border-style:solid;background-clip:padding-box;background-color:#f8f8fa;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_ghost__ZHA4K{position:relative}.dark .Button_base_themes_ghost__ZHA4K>*{position:relative;z-index:1}.dark .Button_base_themes_ghost__ZHA4K:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23232940"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%230d1637"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23232940"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%230d1637"/></svg>');border-style:solid;background-clip:padding-box;background-color:#0d1637;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_deepGrey__Lkhvm{position:relative;color:var(--theme-font-text-color)}.Button_base_themes_deepGrey__Lkhvm>*{position:relative;z-index:1}.Button_base_themes_deepGrey__Lkhvm:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23e2e3e9"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23f8f8fa"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23e2e3e9"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23f8f8fa"/></svg>');border-style:solid;background-clip:padding-box;background-color:#f8f8fa;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_deepGrey__Lkhvm{position:relative}.dark .Button_base_themes_deepGrey__Lkhvm>*{position:relative;z-index:1}.dark .Button_base_themes_deepGrey__Lkhvm:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%231b254c"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23232940"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%231b254c"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23232940"/></svg>');border-style:solid;background-clip:padding-box;background-color:#232940;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_mist__hnAP1{position:relative;color:var(--theme-btn-mist)}.Button_base_themes_mist__hnAP1>*{position:relative;z-index:1}.Button_base_themes_mist__hnAP1:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23e7e8ea"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23e7e8ea"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23e7e8ea"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23e7e8ea"/></svg>');border-style:solid;background-clip:padding-box;background-color:#e7e8ea;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_mist__hnAP1{position:relative}.dark .Button_base_themes_mist__hnAP1>*{position:relative;z-index:1}.dark .Button_base_themes_mist__hnAP1:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%231b254c"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231b254c"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%231b254c"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231b254c"/></svg>');border-style:solid;background-clip:padding-box;background-color:#1b254c;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_loginSocial__u68FM{position:relative}.Button_base_themes_loginSocial__u68FM>*{position:relative;z-index:1}.Button_base_themes_loginSocial__u68FM:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23f8f8fa"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23f8f8fa"/></svg>');background-color:#f8f8fa;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_loginSocial__u68FM{position:relative}.dark .Button_base_themes_loginSocial__u68FM>*{position:relative;z-index:1}.dark .Button_base_themes_loginSocial__u68FM:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');background-color:#141b2f;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_blueDark__CUWmq{position:relative;color:var(--theme-btn-primary-color)}.Button_base_themes_blueDark__CUWmq>*{position:relative;z-index:1}.Button_base_themes_blueDark__CUWmq:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23588af0"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23215dd6"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23588af0"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23215dd6"/></svg>');border-style:solid;background-clip:padding-box;background-color:#215dd6;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_blueDark__CUWmq{color:#fff;position:relative}.dark .Button_base_themes_blueDark__CUWmq>*{position:relative;z-index:1}.dark .Button_base_themes_blueDark__CUWmq:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23215dd6"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23182f62"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23215dd6"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23182f62"/></svg>');border-style:solid;background-clip:padding-box;background-color:#182f62;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_blueDeepDark__Ph_3h{position:relative;color:var(--theme-btn-primary-color)}.Button_base_themes_blueDeepDark__Ph_3h>*{position:relative;z-index:1}.Button_base_themes_blueDeepDark__Ph_3h:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23588af0"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23215dd6"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23588af0"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23215dd6"/></svg>');border-style:solid;background-clip:padding-box;background-color:#215dd6;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_blueDeepDark__Ph_3h{color:#fff;position:relative}.dark .Button_base_themes_blueDeepDark__Ph_3h>*{position:relative;z-index:1}.dark .Button_base_themes_blueDeepDark__Ph_3h:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23215dd6"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23132b5c"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23215dd6"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23132b5c"/></svg>');border-style:solid;background-clip:padding-box;background-color:#132b5c;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_googleLink__LYi_9{position:relative;color:#000}.Button_base_themes_googleLink__LYi_9>*{position:relative;z-index:1}.Button_base_themes_googleLink__LYi_9:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23d7def9"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23ffffff"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23d7def9"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23ffffff"/></svg>');border-style:solid;background-clip:padding-box;background-color:#fff;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_googleLink__LYi_9{color:#000;position:relative}.dark .Button_base_themes_googleLink__LYi_9>*{position:relative;z-index:1}.dark .Button_base_themes_googleLink__LYi_9:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23d7def9"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23ffffff"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23d7def9"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23ffffff"/></svg>');border-style:solid;background-clip:padding-box;background-color:#fff;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_googleLinked__Q_Vm0{position:relative;color:rgba(215,222,249,.5)}.Button_base_themes_googleLinked__Q_Vm0>*{position:relative;z-index:1}.Button_base_themes_googleLinked__Q_Vm0:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="rgba(215, 222, 249, 0.5)"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%2313132e"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="rgba(215, 222, 249, 0.5)"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%2313132e"/></svg>');border-style:solid;background-clip:padding-box;background-color:#13132e;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_googleLinked__Q_Vm0{color:rgba(215,222,249,.5);position:relative}.dark .Button_base_themes_googleLinked__Q_Vm0>*{position:relative;z-index:1}.dark .Button_base_themes_googleLinked__Q_Vm0:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="rgba(215, 222, 249, 0.5)"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%2313132e"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="rgba(215, 222, 249, 0.5)"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%2313132e"/></svg>');border-style:solid;background-clip:padding-box;background-color:#13132e;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_appleLink__rvxlm{position:relative;color:var(--theme-btn-primary-color)}.Button_base_themes_appleLink__rvxlm>*{position:relative;z-index:1}.Button_base_themes_appleLink__rvxlm:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23000000"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23000000"/></svg>');border-style:solid;background-clip:padding-box;background-color:#000;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_appleLink__rvxlm{color:#fff;position:relative}.dark .Button_base_themes_appleLink__rvxlm>*{position:relative;z-index:1}.dark .Button_base_themes_appleLink__rvxlm:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23000000"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23000000"/></svg>');border-style:solid;background-clip:padding-box;background-color:#000;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_discordLink__amodD{position:relative;color:var(--theme-btn-primary-color)}.Button_base_themes_discordLink__amodD>*{position:relative;z-index:1}.Button_base_themes_discordLink__amodD:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%237882fd"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%235a65ea"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%237882fd"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%235a65ea"/></svg>');border-style:solid;background-clip:padding-box;background-color:#5a65ea;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_discordLink__amodD{color:#fff;position:relative}.dark .Button_base_themes_discordLink__amodD>*{position:relative;z-index:1}.dark .Button_base_themes_discordLink__amodD:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%237882fd"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%235a65ea"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%237882fd"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%235a65ea"/></svg>');border-style:solid;background-clip:padding-box;background-color:#5a65ea;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_twitterLink__ppnkO{position:relative;color:var(--theme-btn-primary-color)}.Button_base_themes_twitterLink__ppnkO>*{position:relative;z-index:1}.Button_base_themes_twitterLink__ppnkO:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23000"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23000"/></svg>');border-style:solid;background-clip:padding-box;background-color:#000;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_twitterLink__ppnkO{color:#fff;position:relative}.dark .Button_base_themes_twitterLink__ppnkO>*{position:relative;z-index:1}.dark .Button_base_themes_twitterLink__ppnkO:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23000"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23000"/></svg>');border-style:solid;background-clip:padding-box;background-color:#000;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_blueFull__lZ9JL{position:relative;color:var(--theme-btn-primary-color)}.Button_base_themes_blueFull__lZ9JL>*{position:relative;z-index:1}.Button_base_themes_blueFull__lZ9JL:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="transparent" fill="%23215dd6"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="transparent" fill="%23215dd6"/></svg>');background-color:#215dd6;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_blueFull__lZ9JL{color:#fff;position:relative}.dark .Button_base_themes_blueFull__lZ9JL>*{position:relative;z-index:1}.dark .Button_base_themes_blueFull__lZ9JL:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="transparent" fill="%23215dd6"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="transparent" fill="%23215dd6"/></svg>');background-color:#215dd6;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_whiteFull__gRrXO{position:relative;color:var(--theme-btn-primary)}.Button_base_themes_whiteFull__gRrXO>*{position:relative;z-index:1}.Button_base_themes_whiteFull__gRrXO:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="transparent" fill="%23fff"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="transparent" fill="%23fff"/></svg>');background-color:#fff;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_whiteFull__gRrXO{color:var(--theme-btn-primary);position:relative}.dark .Button_base_themes_whiteFull__gRrXO>*{position:relative;z-index:1}.dark .Button_base_themes_whiteFull__gRrXO:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="transparent" fill="%23fff"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="transparent" fill="%23fff"/></svg>');background-color:#fff;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_white_transparent__Q2JOb{position:relative}.Button_base_themes_white_transparent__Q2JOb>*{position:relative;z-index:1}.Button_base_themes_white_transparent__Q2JOb:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23fff"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="rgba(0, 0, 0, 0)"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23fff"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="rgba(0, 0, 0, 0)"/></svg>');border-style:solid;background-clip:padding-box;background-color:transparent;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_themes_greyFull__rkxNc{position:relative;color:var(--theme-btn-primary-color)}.Button_base_themes_greyFull__rkxNc>*{position:relative;z-index:1}.Button_base_themes_greyFull__rkxNc:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23e2e3e9"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e2e3e9" fill="%23e2e3e9"/></svg>');background-color:#e2e3e9;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_themes_greyFull__rkxNc{position:relative}.dark .Button_base_themes_greyFull__rkxNc>*{position:relative;z-index:1}.dark .Button_base_themes_greyFull__rkxNc:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23364066" fill="%23364066"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23364066" fill="%23364066"/></svg>');background-color:#364066;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_status_disabled__J8MvL{color:var(--theme-btn-disable-text)!important}.dark .Button_base_status_disabled__J8MvL{position:relative}.dark .Button_base_status_disabled__J8MvL>*{position:relative;z-index:1}.dark .Button_base_status_disabled__J8MvL:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23364066" fill="%231a244b"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23364066" fill="%231a244b"/></svg>');background-color:#1a244b;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.light .Button_base_status_disabled__J8MvL{position:relative;color:#acb2ca!important}.light .Button_base_status_disabled__J8MvL>*{position:relative;z-index:1}.light .Button_base_status_disabled__J8MvL:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23acafb8" fill="%23e6e6e8"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23acafb8" fill="%23e6e6e8"/></svg>');background-color:#e6e6e8;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_status_disabled__J8MvL:hover{cursor:not-allowed}.Button_base_status_disabledWhite__GUhtM{color:var(--theme-btn-disable-text)!important}.dark .Button_base_status_disabledWhite__GUhtM{position:relative}.dark .Button_base_status_disabledWhite__GUhtM>*{position:relative;z-index:1}.dark .Button_base_status_disabledWhite__GUhtM:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23364066" fill="%231a244b"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23364066" fill="%231a244b"/></svg>');background-color:#1a244b;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.light .Button_base_status_disabledWhite__GUhtM{color:#acb2ca!important;position:relative}.light .Button_base_status_disabledWhite__GUhtM>*{position:relative;z-index:1}.light .Button_base_status_disabledWhite__GUhtM:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23acafb8" fill="%23e6e6e8"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23acafb8" fill="%23e6e6e8"/></svg>');background-color:#e6e6e8;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_status_disabledWhite__GUhtM:hover{cursor:not-allowed}.Button_base_status_disabledBlue__O1l4_{color:var(--theme-font-text-primary)!important}.dark .Button_base_status_disabledBlue__O1l4_{position:relative}.dark .Button_base_status_disabledBlue__O1l4_>*{position:relative;z-index:1}.dark .Button_base_status_disabledBlue__O1l4_:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231a244b"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231a244b"/></svg>');border-style:solid;background-clip:padding-box;background-color:#1a244b;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.light .Button_base_status_disabledBlue__O1l4_{position:relative}.light .Button_base_status_disabledBlue__O1l4_>*{position:relative;z-index:1}.light .Button_base_status_disabledBlue__O1l4_:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23acafb8"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23e6e6e8"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23acafb8"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23e6e6e8"/></svg>');border-style:solid;background-clip:padding-box;background-color:#e6e6e8;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_status_disabledBlue__O1l4_:hover{cursor:not-allowed}.Button_base_status_locked__W3iIL{position:relative;color:#a6a9b1}.Button_base_status_locked__W3iIL>*{position:relative;z-index:1}.Button_base_status_locked__W3iIL:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23dfdfe2" fill="%23dfdfe2"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23dfdfe2" fill="%23dfdfe2"/></svg>');background-color:#dfdfe2;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_status_locked__W3iIL{position:relative;color:#8a91ab}.dark .Button_base_status_locked__W3iIL>*{position:relative;z-index:1}.dark .Button_base_status_locked__W3iIL:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="rgb(55, 64, 102)" fill="%23232940"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="rgb(55, 64, 102)" fill="%23232940"/></svg>');background-color:#232940;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_status_locked__W3iIL:hover{cursor:not-allowed}.Button_base_status_lockedSocial__T7M_p{position:relative;color:#acafb8}.Button_base_status_lockedSocial__T7M_p>*{position:relative;z-index:1}.Button_base_status_lockedSocial__T7M_p:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23a6a9b1"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23e6e6e8"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23a6a9b1"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23e6e6e8"/></svg>');border-style:solid;background-clip:padding-box;background-color:#e6e6e8;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_status_lockedSocial__T7M_p{position:relative;color:rgba(215,222,249,.5)}.dark .Button_base_status_lockedSocial__T7M_p>*{position:relative;z-index:1}.dark .Button_base_status_lockedSocial__T7M_p:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="rgb(55, 64, 102)" fill="%23232940"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="rgb(55, 64, 102)" fill="%23232940"/></svg>');background-color:#232940;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_status_lockedSocial__T7M_p:hover{cursor:not-allowed}.Button_base_status_lockedTwitter__JtuAM{position:relative;color:#fff}.Button_base_status_lockedTwitter__JtuAM>*{position:relative;z-index:1}.Button_base_status_lockedTwitter__JtuAM:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23cecfd9"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%238f8e8e"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23cecfd9"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%238f8e8e"/></svg>');border-style:solid;background-clip:padding-box;background-color:#8f8e8e;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_status_lockedTwitter__JtuAM{position:relative;color:#8a91ab}.dark .Button_base_status_lockedTwitter__JtuAM>*{position:relative;z-index:1}.dark .Button_base_status_lockedTwitter__JtuAM:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="rgb(55, 64, 102)" fill="%23232940"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="rgb(55, 64, 102)" fill="%23232940"/></svg>');background-color:#232940;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_status_lockedTwitter__JtuAM:hover{cursor:not-allowed}.Button_base_status_inactive__qN_SZ{position:relative;color:var(--theme-btn-inactive-color)}.Button_base_status_inactive__qN_SZ>*{position:relative;z-index:1}.Button_base_status_inactive__qN_SZ:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e7e8ea" fill="transparent"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e7e8ea" fill="transparent"/></svg>');background-color:transparent;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .Button_base_status_inactive__qN_SZ{position:relative}.dark .Button_base_status_inactive__qN_SZ>*{position:relative;z-index:1}.dark .Button_base_status_inactive__qN_SZ:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23232940" fill="transparent"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23232940" fill="transparent"/></svg>');background-color:transparent;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Button_base_status_inactive__qN_SZ:hover{cursor:not-allowed}.Button_base_sizes_smallest__Bygeg{padding:7px 10px;font-weight:600;font-size:12px;line-height:15px;letter-spacing:-.02em}.Button_base_sizes_smallest__Bygeg:before{border-width:9px!important;border-image-slice:16!important}.Button_base_sizes_small__Yh76x{padding:0 24px;height:34px;font-weight:600;font-size:15px;line-height:19px;text-align:center;letter-spacing:-.02em;font-feature-settings:"ss04" on,"ss02" on,"ss01" on,"salt" on}.Button_base_sizes_small__Yh76x:before{border-width:16px!important;border-image-slice:16!important}.Button_base_sizes_medium__SYz0H{height:54px;padding:0 14px;font-weight:600;font-size:18px;line-height:23px;letter-spacing:-.02em}.Button_base_sizes_large____NLw{height:62px;padding:0 18px;font-weight:600;font-size:20px;line-height:23px;letter-spacing:-.02em}.Button_content__4NPYW{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;white-space:nowrap;width:100%}.Button_base_status_pending__Holso .Button_content__4NPYW{visibility:hidden}.Button_spinner__kKkLU{position:absolute!important;top:50%;left:50%;transform:translate(-50%,-50%);margin:0 auto}.Button_spinner__kKkLU path{stroke:currentColor}.Button_icon__qwE_J{margin-left:10px;margin-bottom:-1px}.Button_href__bs9ZO{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center}@keyframes LargeSpinner_wobble__ErqJn{0%{trasnform:scale(1)}5%{transform:scale(1.1)}10%{transform:scale(1.05)}40%{transform:scale(1.2)}50%{transform:scale(1.1)}65%{transform:scale(1.2)}80%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes LargeSpinner_rotate__GkKBB{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes LargeSpinner_opacity-pulse__Wzlxl{0%{opacity:1}to{opacity:.5}}.LargeSpinner_container___7xWI{animation:LargeSpinner_rotate__GkKBB 1s linear infinite}.LargeSpinner_outer__RSubu{stroke:var(--theme-common-spinner-outer)}.LargeSpinner_inner__ew33G{stroke:var(--theme-common-spinner-inner)}.WrongNetwork_container___wY3g{display:flex;flex-direction:column;align-items:center}.WrongNetwork_spinner__08X7M{width:54px;height:54px}.WrongNetwork_title__4S3zD{font-weight:400;color:var(--theme-font-text-color);font-style:normal;font-weight:700;font-size:24px;line-height:31px;letter-spacing:unset;text-align:center;margin:29px 0 0}.WrongNetwork_text__nptz6{font-style:normal;font-weight:600;font-size:14px;line-height:24px;letter-spacing:-.02em;color:var(--theme-font-paragraph-color);margin:11px 0 0;text-align:center}.WrongNetwork_button__pTHjN{margin:25px 0 0}.Box_container__y9uPe{position:relative;border-radius:43px 16px}.Box_content__dsaF0{width:100%;height:100%;overflow:hidden;border-radius:43px 16px!important}.Box_topBar__Lw1b8{position:absolute;top:0;left:50%;transform:translateX(-50%)}.Box_corner__JECSK{position:absolute;width:33px;height:33px}.Box_corner_topLeft__KQ8_a{top:0;left:0}.Box_corner_topRight__WAdcE{top:0;right:0}.Box_corner_bottomRight__zqHXm{bottom:0;right:0}.Box_corner_bottomLeft__18n8f{bottom:0;left:0}.Box_line__Ui3zh{--corner-size-regular:$corner-size-regular;position:absolute}.Box_line_top__gf3VH{top:0;left:32px;height:2px;width:calc(100% - 64px)}.Box_line_right__u06Ud{top:32px;right:0;width:2px;height:calc(100% - 64px)}.Box_line_bottom__96xqy{bottom:0;left:32px;height:2px;width:calc(100% - 64px)}.Box_line_left__afTTa{top:32px;left:0;width:2px;height:calc(100% - 64px)}.Box_parentClipPath__T0rX6{padding:2px;background:var(--thpxe-box-border-color);position:relative}.Box_childrenClipPath__vW0hD,.Box_parentClipPath__T0rX6{border-radius:4px;clip-path:polygon(8px 0,10% 0,100% 0,100% calc(100% - 11px),calc(100% - 11px) 100%,0 100%,0 11px,11px 0)}.Box_childrenClipPath__vW0hD img{border-radius:4px}.BaseModal_overlay__aAd5J{z-index:2000;position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:auto;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0;transition:all .15s linear}.BaseModal_overlay__aAd5J.ReactModal__Overlay--after-open{opacity:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.BaseModal_overlay__aAd5J.ReactModal__Overlay--before-close{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);opacity:0}@media(max-width:767px){.BaseModal_noBoxContainer__b5LJf{max-height:unset!important;height:100%}.BaseModal_noBox__Hn2MR{background-color:#171e34}}.BaseModal_containerScrollArea__6NQ2b{position:relative;height:100%;width:100%;overflow-y:auto;padding:25px 35px 37.5px;max-height:calc(100vh - 40px);scrollbar-color:var(--theme-scrollbar-thumb) var(--theme-scrollbar-bg);scrollbar-width:thin}.BaseModal_containerScrollArea__6NQ2b::-webkit-scrollbar{width:6px;background-color:var(--theme-scrollbar-bg);border-radius:5px}.BaseModal_containerScrollArea__6NQ2b::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb);border-radius:20px}@media(max-width:767px){.BaseModal_containerScrollArea__6NQ2b.BaseModal_noBox__Hn2MR{max-height:100%}}.BaseModal_defaultContainer__GMGlR{width:100%;max-width:386px}.BaseModal_container__L3JjN{padding:0;max-height:calc(100vh - 40px);overflow:hidden;border:none;border-radius:0;background:transparent;transform:scale(.8);opacity:0}.BaseModal_container__L3JjN:focus{outline:none}@media(max-width:767px){.BaseModal_container__L3JjN{max-height:calc(100vh - 15px)}}.ReactModal__Overlay--after-open .BaseModal_container__L3JjN{transition:all .15s cubic-bezier(.84,.52,.52,1.52) .15s;transform:scale(1);opacity:1}.ReactModal__Overlay--before-close .BaseModal_container__L3JjN{transition:all .15s linear;transform:scale(.8);opacity:0}.BaseModal_head__ibBkP{display:flex;align-items:center}.BaseModal_title__Vff3P{font-style:normal;font-weight:700;font-size:24px;line-height:31px;letter-spacing:-.02em;font-family:var(--font-header-primary);color:var(--theme-font-text-primary);color:#141720}.dark .BaseModal_title__Vff3P{color:#fff}.BaseModal_buttonClose__QOJ46{position:absolute;width:26px;height:26px;padding:5px;right:37px;z-index:5;transition:transform .3s cubic-bezier(.31,1.62,.12,.76)}.BaseModal_buttonClose__QOJ46:hover{transform:rotate(-90deg)}.BaseModal_buttonClose__QOJ46 .BaseModal_closeIcon__GJjXP{width:16px;height:16px;color:#858fb8}.dark .BaseModal_buttonClose__QOJ46 .BaseModal_closeIcon__GJjXP{color:#858fb8}.BaseModal_buttonCloseCustom__UkkMy{position:absolute;width:16px;height:16px;right:37px;z-index:5;transition:transform .3s cubic-bezier(.31,1.62,.12,.76)}.BaseModal_groupCloseIcon__vqeva{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:-10px}.BaseModal_closeIconCustom___LTJu{width:16px;height:16px;color:#858fb8;position:absolute;left:9px;top:9px}.BaseModal_borderIconCustom__YNsUn{width:34px;height:34px;color:#858fb8}.BaseModal_borderIconCustom__YNsUn path{fill:#171e34;stroke:#364065}.BaseModal_buttonBackward__YNwb_{width:20px;height:20px;display:flex;color:var(--theme-font-description);z-index:2}.BaseModal_backwardIcon__Y7Cf_{width:100%;height:100%}@media(min-width:768px){.ConnectWalletModal_containerModal__QtADa{min-width:435px!important;max-width:435px!important}}@media(max-width:375px){.ConnectWalletModal_containerModal__QtADa{min-width:322px!important;max-width:322px!important}}@media(max-width:767px){.ConnectWalletModal_wrapModal___zHLM{padding:25px 20px 37.5px}}.ConnectWalletModal_title__wpiKr{margin-bottom:15px}.ConnectWalletModal_titleSocial__kfYNQ{font-size:24px;font-weight:700;color:#141720;margin-bottom:20px}.dark .ConnectWalletModal_titleSocial__kfYNQ{color:#fff}.ConnectWalletModal_titleExternal__QSQeR{font-size:24px;font-weight:700;color:#141720;margin:16px 0}.dark .ConnectWalletModal_titleExternal__QSQeR{color:#fff}.ConnectWalletModal_socialContainer__hq1Ar{margin-top:14px}.ConnectWalletModal_term__4pBO3{margin-top:20px;font-size:14px;color:#4f5360;font-weight:600;letter-spacing:.28px}.dark .ConnectWalletModal_term__4pBO3{color:#d7def9}.ConnectWalletModal_blueTerm__9PijY{color:#215dd6}.ConnectWalletModal_socialButtonContent__uDI_t{min-height:55px;width:100%;display:flex;justify-content:space-between;font-weight:700;color:#0e1426}.ConnectWalletModal_socialButtonContent__uDI_t:hover:not(.ConnectWalletModal_socialButtonContent_disabled__Dsmc2){transform:scale(1.02);opacity:.87}.dark .ConnectWalletModal_socialButtonContent__uDI_t{color:#fff}@media screen and (max-width:425px){.ConnectWalletModal_socialButtonContent__uDI_t{pointer-events:none!important}}.JazzIcon_container__D9DXc{font-size:1.2px;display:inline-flex;overflow:hidden}@media screen and (max-width:1680px){.JazzIcon_container__D9DXc{font-size:.0694444444vw}}@media screen and (max-width:767px){.JazzIcon_container__D9DXc{font-size:.2666666667vw}}.JazzIcon_squareJazz__FV_Y6,.JazzIcon_squareJazz__FV_Y6 div{border-radius:0!important}.dark .JazzIcon_squareBorder__tBX05{background:transparent!important}.JazzIcon_squareBorder__tBX05 div{background-color:transparent!important;width:100%!important;height:auto!important}.JazzIcon_squareBorder__tBX05 svg{border-radius:0 5px 5px 5px!important;height:34px;-webkit-clip-path:polygon(20% 7%,20% 0,95% 1%,95% 79%,80% 100%,0 100%,0 86%,0 20%)}.BoxAvatar_container__j5t3x{position:relative;border-radius:43px 16px}.BoxAvatar_content__gl18m{width:100%;height:100%;overflow:hidden;border-radius:15px 6px 15px 5px;display:flex}.Avatar_avatar__PpWRc{overflow:hidden;display:inline-flex;align-items:center}.Avatar_avatar__PpWRc img{-o-object-fit:cover;object-fit:cover}.Avatar_avatarBorder__WMHQl{position:relative}.Avatar_avatarBorder__WMHQl>*{position:relative;z-index:1}.Avatar_avatarBorder__WMHQl:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231a244b"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23364066"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231a244b"/></svg>');border-style:solid;background-clip:padding-box;background-color:#1a244b;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Avatar_image__tm5SI,.Avatar_jazzIcon___5Wcc{border-radius:50%;overflow:hidden}.Avatar_loading__T4GAI{background-color:#acb2ca;display:flex;justify-content:center;align-items:center}.dark .Avatar_loading__T4GAI{background-color:#232940}.Avatar_placeholder__zCb7u{width:18px;height:18px;background:var(--theme-main-primary)}.Input_base___j8_0{margin-top:10px;position:relative}.Input_base___j8_0>*{position:relative;z-index:1}.Input_base___j8_0:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');background-color:#141b2f;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.light .Input_base___j8_0{position:relative}.light .Input_base___j8_0>*{position:relative;z-index:1}.light .Input_base___j8_0:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e5e7eb" fill="%23f8f8fa"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e5e7eb" fill="%23f8f8fa"/></svg>');background-color:#f8f8fa;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}@media(max-width:767px){.light .Input_base___j8_0{position:relative}.light .Input_base___j8_0>*{position:relative;z-index:1}.light .Input_base___j8_0:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e5e7eb" fill="%23fff"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e5e7eb" fill="%23fff"/></svg>');background-color:#fff;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}}.Input_base_disabled__UJ6eb{position:relative}.Input_base_disabled__UJ6eb>*{position:relative;z-index:1}.Input_base_disabled__UJ6eb:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23212844"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23212844"/></svg>');background-color:#212844;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.light .Input_base_disabled__UJ6eb{position:relative}.light .Input_base_disabled__UJ6eb>*{position:relative;z-index:1}.light .Input_base_disabled__UJ6eb:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e5e7eb" fill="%23e5e7eb"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23e5e7eb" fill="%23e5e7eb"/></svg>');background-color:#e5e7eb;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Input_base_disabled__UJ6eb .Input_input__wvm9L{color:#71737c}.Input_base___j8_0.Input_error__gul2w{position:relative}.Input_base___j8_0.Input_error__gul2w>*{position:relative;z-index:1}.Input_base___j8_0.Input_error__gul2w:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23d8030e" fill="%23212844"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23d8030e" fill="%23212844"/></svg>');background-color:#212844;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.light .Input_base___j8_0.Input_error__gul2w{position:relative}.light .Input_base___j8_0.Input_error__gul2w>*{position:relative;z-index:1}.light .Input_base___j8_0.Input_error__gul2w:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23d8030e" fill="%23e5e7eb"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23d8030e" fill="%23e5e7eb"/></svg>');background-color:#e5e7eb;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.Input_base___j8_0.Input_error__gul2w .Input_input__wvm9L{color:#eb3740}.Input_divider__2x7bQ{border-top:2px solid #c20303}.Input_input__wvm9L{font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:-.02em;font-family:var(--font-header-primary);color:var(--theme-font-text-primary);margin:0;width:100%;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;background-color:transparent;color:var(--theme-font-text-color)}.Input_input__wvm9L::-moz-placeholder{font-style:normal;font-weight:600;font-size:16px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);color:#acb2ca}.Input_input__wvm9L:-ms-input-placeholder{font-style:normal;font-weight:600;font-size:16px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);color:#acb2ca}.Input_input__wvm9L::placeholder{font-style:normal;font-weight:600;font-size:16px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);color:#acb2ca}.dark .Input_input__wvm9L::-moz-placeholder{color:#3b4779}.dark .Input_input__wvm9L:-ms-input-placeholder{color:#3b4779}.dark .Input_input__wvm9L::placeholder{color:#3b4779}.Input_base_size_small__3pQO9 .Input_input__wvm9L{padding:8px 15px;font-size:14px}.Input_base_size_medium__qzlVd .Input_input__wvm9L{padding:14px 22px;font-size:16px}.Input_base_invalid__4i2TT .Input_input__wvm9L{border-color:var(--theme-common-error)}.dark .Input_base_disabled__UJ6eb .Input_input__wvm9L{color:#fff;cursor:not-allowed}.Input_searchIcon__UcGo2{background-repeat:no-repeat!important;background-position:center left 15px!important;background-size:14px 14px!important;padding-left:40px!important}.Input_preIcon__IHASk{position:absolute;left:18px;top:50%;transform:translateY(-50%)}.dark .Input_preIcon__IHASk{color:#fff}.Input_icon__bVu_X{position:absolute!important;right:25px;top:50%;transform:translateY(-50%);width:18px;height:18px}.Input_position__LuZsY{display:inline-flex}.Input_label__xKklS{font-style:normal;font-weight:700;font-size:16px;line-height:24px;letter-spacing:-.02em;font-family:var(--font-header-primary);color:var(--theme-font-text-primary)}.Input_lengthLimit__r_4OC{font-size:1.2px;margin-top:4em;padding-right:12em}@media screen and (max-width:1680px){.Input_lengthLimit__r_4OC{font-size:.0694444444vw}}@media screen and (max-width:767px){.Input_lengthLimit__r_4OC{font-size:.2666666667vw}}.Input_lengthLimit_text___AA__{color:#364066;text-align:right;font-size:16em;font-style:normal;font-weight:700;line-height:normal}.light .Input_lengthLimit_text___AA__{color:#acafb8}.RadioButton_outerCircle__kPcaZ{width:17px;height:17px;padding:1px}.RadioButton_outerCircle__kPcaZ,.RadioButton_outerClipPath__Hr7kt{border-radius:3px;clip-path:polygon(0 30%,30% 0,100% 0,100% 0,100% 72%,72% 100%,0 100%,0 90%,0 10%)}.RadioButton_outerClipPath__Hr7kt{width:15px;height:15px;display:flex;justify-content:center;align-items:center;background-color:var(--theme-box-rounded-box)}.dark .RadioButton_outerClipPath__Hr7kt{background-color:#131b31}.RadioButton_innerCircle__UcNds{width:12px;height:12px}.RadioButton_unselected__zExo5{background-color:var(--theme-box-border-color)}.dark .RadioButton_unselected__zExo5{background-color:#141b2f;border:1px solid #212844}.RadioButton_unselectedCircle__MAI3P{width:0;height:0}.RadioButton_innerCircleDark__sJ4Lw{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:8px;height:8px;border-radius:50%;background-color:#fff}.RadioButton_outer__4xjWQ{width:18px;height:18px;min-width:18px;min-height:18px;border:1px solid #3568df;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:6px;background-color:#143014}.light .RadioButton_outer__4xjWQ{background-color:unset;border:1px solid #e2e3e9}.RadioButton_outer__4xjWQ .RadioButton_unselected__zExo5{background-color:var(--theme-common-container-background);border:1px solid var(--theme-border-checkbox)}.RadioButton_outer__4xjWQ .RadioButton_unselectedCircle__MAI3P{width:0;height:0}.RadioButton_outer__4xjWQ .RadioButton_innerCircle__UcNds{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:10px;height:10px;border-radius:50%;background-color:#3568df}.RadioButton_outer__4xjWQ .RadioButton_innerCircleLight__LJ7km{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:10px;height:10px;border-radius:50%;background-color:#fff}.RadioButton_inner__wYSyu{width:24px;height:24px;border-radius:50%;background-color:green}.ConfirmRemoveAvatarModal_wrapper__98pvq{max-width:500px;padding:25px 35px}@media(max-width:767px){.ConfirmRemoveAvatarModal_head__ZUuEo{padding-bottom:15px}}.ConfirmRemoveAvatarModal_content__Jiz2R{padding-top:16px}@media(max-width:767px){.ConfirmRemoveAvatarModal_content__Jiz2R{padding-top:0}}.ConfirmRemoveAvatarModal_desc__H4B0v{font-style:normal;font-weight:600;font-size:14px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);color:#71737c}.dark .ConfirmRemoveAvatarModal_desc__H4B0v{color:#8591be}.ConfirmRemoveAvatarModal_action__rj_26{margin-top:20px}.ConfirmRemoveAvatarModal_button__QldbC{font-style:normal;font-weight:700;font-size:16px;line-height:20px;letter-spacing:-.02em;font-family:var(--font-header-primary);color:var(--theme-font-text-primary);color:var(--theme-button-primary-color);width:100%;height:auto;padding:11px 80px;text-align:center;margin-right:21px}@media(max-width:767px){.ConfirmRemoveAvatarModal_button__QldbC{padding:11px}}.ConfirmRemoveLinkDiscordModal_wrapper__vg9Oo{max-width:500px;padding:25px 35px}@media(max-width:767px){.ConfirmRemoveLinkDiscordModal_head__Azy0z{padding-bottom:15px}}.ConfirmRemoveLinkDiscordModal_content__vCg6M{padding-top:16px}@media(max-width:767px){.ConfirmRemoveLinkDiscordModal_content__vCg6M{padding-top:0}}.ConfirmRemoveLinkDiscordModal_desc__mKizz{font-style:normal;font-weight:600;font-size:14px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);color:#71737c}.dark .ConfirmRemoveLinkDiscordModal_desc__mKizz{color:#8591be}.ConfirmRemoveLinkDiscordModal_action__ZS7hy{margin-top:20px}.ConfirmRemoveLinkDiscordModal_button__9k4_I{font-style:normal;font-weight:700;font-size:16px;line-height:20px;letter-spacing:-.02em;font-family:var(--font-header-primary);color:var(--theme-font-text-primary);color:var(--theme-button-primary-color);width:100%;height:auto;padding:11px 80px;text-align:center;margin-right:21px}@media(max-width:767px){.ConfirmRemoveLinkDiscordModal_button__9k4_I{padding:11px}}.EditTab_photoProfile__y6E2e{display:flex;margin-top:24px}.EditTab_errorMessage__0SmsF{position:absolute;left:151px}.EditTab_action___oSQ_{width:100%;margin-left:20px}.EditTab_photo__7Im6z{background-color:var(--theme-mock-bg);width:160px;height:150px;border-radius:50%;position:relative}.EditTab_actionMobile__DQ_EK{width:100%;margin-left:20px}.EditTab_buttons__b7RoN{display:flex;margin-top:11px}.EditTab_button__2YAJ_+.EditTab_button__2YAJ_{margin-left:14px}.EditTab_buttonMobile__bYELr+.EditTab_buttonMobile__bYELr{margin-left:10px}.EditTab_personalDetails__IBlgE{margin-top:21px}.EditTab_personalDetails__IBlgE div[class*=Input_icon_]{position:absolute}.EditTab_walletAddress__Ihfzg{margin:12px 0}.EditTab_container__a2FJT{display:flex;justify-content:space-between}.EditTab_titleAddressUnselected__Bc1lo,.EditTab_titleAddress__XRNtj{font-style:normal;font-size:16px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);font-weight:700;color:var(--theme-font-white)}.light .EditTab_titleAddressUnselected__Bc1lo{color:#000}.EditTab_imageAddress__jRkhC{display:flex;align-items:center;margin-right:8px}.EditTab_address__TD_md{display:flex;align-items:center;padding:8px 15px;margin-top:12px;font-style:normal;font-weight:600;font-size:14px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);position:relative;color:var(--theme-font-description)}.EditTab_address__TD_md>*{position:relative;z-index:1}.EditTab_address__TD_md:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23dfdfe2" fill="%23f8f8fa"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23dfdfe2" fill="%23f8f8fa"/></svg>');background-color:#f8f8fa;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .EditTab_address__TD_md{position:relative}.dark .EditTab_address__TD_md>*{position:relative;z-index:1}.dark .EditTab_address__TD_md:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23212844" fill="%23141b2f"/></svg>');background-color:#141b2f;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.EditTab_address__TD_md:not(:first-child){height:100%}.EditTab_addressSelected__IGhHe{display:flex;align-items:center;padding:8px 15px;margin-top:5px;cursor:pointer;font-style:normal;font-weight:600;font-size:14px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);position:relative;color:var(--theme-font-description)}.EditTab_addressSelected__IGhHe>*{position:relative;z-index:1}.EditTab_addressSelected__IGhHe:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23588af0" fill="%23215dd6"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23588af0" fill="%23215dd6"/></svg>');background-color:#215dd6;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .EditTab_addressSelected__IGhHe{position:relative}.dark .EditTab_addressSelected__IGhHe>*{position:relative;z-index:1}.dark .EditTab_addressSelected__IGhHe:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23215dd6" fill="%23142b5c"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="314" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 49.9387V11.2155L10.2536 1.46191H310.977C313.475 1.46191 315.5 3.48705 315.5 5.98517V44.7083L305.746 54.4619H5.02327C2.52514 54.4619 0.5 52.4368 0.5 49.9387Z" stroke="%23215dd6" fill="%23142b5c"/></svg>');background-color:#142b5c;background-clip:padding-box;border-style:solid;border-width:15px;border-image-slice:14;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.EditTab_addressSelected__IGhHe:not(:first-child){height:100%}.EditTab_addressInput___wskK{display:flex;flex-direction:column;font-style:normal;font-weight:600;font-size:14px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);position:relative;color:var(--theme-font-description)}.EditTab_addressInput___wskK>*{position:relative;z-index:1}.EditTab_addressInput___wskK:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23f8f8fa"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23f8f8fa"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23f8f8fa"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23f8f8fa"/></svg>');border-style:solid;background-clip:padding-box;background-color:#f8f8fa;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .EditTab_addressInput___wskK{position:relative}.dark .EditTab_addressInput___wskK>*{position:relative;z-index:1}.dark .EditTab_addressInput___wskK:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23141b2f"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23141b2f"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23141b2f"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23141b2f"/></svg>');border-style:solid;background-clip:padding-box;background-color:#141b2f;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.EditTab_addressInput___wskK:not(:first-child){height:100%}.EditTab_addressInputSelected__ra7O2{display:flex;flex-direction:column;font-style:normal;font-weight:600;font-size:14px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);position:relative;color:var(--theme-font-description)}.EditTab_addressInputSelected__ra7O2>*{position:relative;z-index:1}.EditTab_addressInputSelected__ra7O2:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23215dd6"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23215dd6"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23215dd6"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23215dd6"/></svg>');border-style:solid;background-clip:padding-box;background-color:#215dd6;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .EditTab_addressInputSelected__ra7O2{position:relative}.dark .EditTab_addressInputSelected__ra7O2>*{position:relative;z-index:1}.dark .EditTab_addressInputSelected__ra7O2:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23142b5c"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23142b5c"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23142b5c"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23142b5c"/></svg>');border-style:solid;background-clip:padding-box;background-color:#142b5c;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.EditTab_addressInputSelected__ra7O2:not(:first-child){height:100%}.EditTab_walletAddressContainer__Pc0Kx{display:flex;position:relative}.EditTab_walletAddressContainer__Pc0Kx>*{position:relative;z-index:1}.EditTab_walletAddressContainer__Pc0Kx:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23dfdfe2"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23dfdfe2"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%23dfdfe2"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%23dfdfe2"/></svg>');border-style:solid;background-clip:padding-box;background-color:#dfdfe2;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.dark .EditTab_walletAddressContainer__Pc0Kx{position:relative}.dark .EditTab_walletAddressContainer__Pc0Kx>*{position:relative;z-index:1}.dark .EditTab_walletAddressContainer__Pc0Kx:before{-o-border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%231b254c"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231b254c"/></svg>');border-image:url('data:image/svg+xml;utf8,<svg width="316" height="55" viewBox="0 0 316 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5667 0.961914C10.2336 0.961914 9.9142 1.09422 9.67869 1.32973L0.367819 10.6406C0.132309 10.8761 0 11.1955 0 11.5286V49.9387C0 52.7129 2.24899 54.9619 5.02326 54.9619H305.433C305.766 54.9619 306.086 54.8296 306.321 54.5941L315.632 45.2832C315.868 45.0477 316 44.7283 316 44.3952V5.98517C316 3.2109 313.751 0.961914 310.977 0.961914H10.5667ZM314.744 38.6363L299.674 53.7061H5.02326C2.94256 53.7061 1.25581 52.0194 1.25581 49.9387V17.2875L8.7907 9.75261L16.3256 2.21773C16.3256 2.21773 308.896 2.21773 310.977 2.21773C313.057 2.21773 314.744 3.90447 314.744 5.98517V38.6363Z" fill="%231b254c"/><path d="M299.674 53.7061L314.744 38.6363V5.98517C314.744 3.90447 313.057 2.21773 310.977 2.21773H16.3256L8.7907 9.75261L1.25581 17.2875V49.9387C1.25581 52.0194 2.94256 53.7061 5.02326 53.7061H299.674Z" fill="%231b254c"/></svg>');border-style:solid;background-clip:padding-box;background-color:#1b254c;border-width:15px;border-image-slice:16;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:0}.EditTab_address__TD_md{margin-top:10px;cursor:pointer}.EditTab_photoTitle__WpggE{font-size:16px}.EditTab_photoTitle__WpggE,.EditTab_title__o9WDc{font-style:normal;font-weight:700;line-height:24px;letter-spacing:-.02em;font-family:var(--font-header-primary);color:var(--theme-font-text-primary);color:var(--theme-font-text-color)}.EditTab_title__o9WDc{font-size:18px}.EditTab_description__6UOBi{font-style:normal;font-weight:600;font-size:15px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);color:var(--theme-font-description)}.EditTab_btn__NDKwB{height:34px;height:auto;color:#fff;white-space:nowrap;padding:8px;font-style:normal;font-weight:500;font-size:12px;line-height:15px;text-align:center;border-radius:6px;width:93px}.dark .EditTab_btn__NDKwB{color:var(--theme-font-text-color)}.EditTab_btn__NDKwB.EditTab_change__HMi0l{color:var(--theme-font-white)}.EditTab_btn__NDKwB.EditTab_change__HMi0l:before,.EditTab_btn__NDKwB.EditTab_remove__sUaB6:before{border-width:12px!important;border-image-slice:16!important}.EditTab_btn__NDKwB.EditTab_fileBtn__aGmE2{padding:0}@media(max-width:767px){.EditTab_btn__NDKwB{width:80px}}.EditTab_fileInput__j6w9i{display:none}.EditTab_inputName__KWMfc{margin-top:-10px}.EditTab_btnFileLabel__oVEjX{width:93px;padding:8px;cursor:pointer}.EditTab_validate__sS32b{font-style:normal;font-weight:600;font-size:14px;line-height:24px;font-family:var(--font-header-primary);color:var(--theme-font-text-color);color:var(--theme-button-primary-bg)}.EditTab_invalid__5h8SQ{font-size:14px;line-height:24px;letter-spacing:-.02em;color:var(--theme-common-error)}.EditTab_saveButton__wwWE9{font-style:normal;font-weight:700;font-size:18px;line-height:23px;letter-spacing:-.02em;font-family:var(--font-header-primary);color:var(--theme-font-text-primary);color:var(--theme-button-primary-color);border:0;white-space:nowrap;border-radius:6px;width:100%;text-align:center;padding:12px;margin-top:21px;height:54px}.EditTab_socialContainer__1kz2E{display:flex;-moz-column-gap:12px;column-gap:12px}.EditTab_contentButton__k__1V{display:flex;-moz-column-gap:8px;column-gap:8px;align-items:center}.EditTab_socialButton__4UiWQ{display:flex;justify-content:center;-moz-column-gap:22px;column-gap:22px;align-items:center;font-size:18px;font-weight:700;letter-spacing:-.02em;font-family:var(--font-header-primary);line-height:23px;white-space:nowrap;margin-top:21px;height:54px}.EditTab_socialButton__4UiWQ .EditTab_userNameDiscordContainer__BscC9{display:flex;flex-direction:column;margin-left:12px}.EditTab_socialButton__4UiWQ .EditTab_afterLinkDiscord__ojJRe{margin-top:16px;display:flex;justify-content:space-between;align-items:center}.EditTab_socialButton__4UiWQ .EditTab_btnBeforelinktoDiscord__jwSVg{font-style:normal;font-weight:700;font-size:18px;line-height:23px;letter-spacing:-.02em;font-family:var(--font-header-primary);color:var(--theme-font-text-primary);color:var(--theme-button-primary-color);border:0;display:flex;white-space:nowrap;align-items:center;border-radius:6px;width:100%;text-align:center;padding:12px;height:54px}.EditTab_discordText__kJpkg{margin-left:13px}.EditTab_spinner__LlYR_{padding:35px;border-radius:50%;width:90px;height:90px}.EditTab_circle__FVvoj{position:relative;background-color:unset;height:unset;z-index:1}.EditTab_uploadIcon__fU0O3{position:absolute;bottom:-3px;right:0;z-index:11}.EditTab_imageIcon__ivRSP{cursor:pointer}.EditTab_socialText__iOZgu{padding-top:4px}.EditTab_connectingWallet__XELPa{margin-top:8px;font-size:15px;font-weight:600;color:#215dd6}.EditTab_iconSocial__J2_a7{width:28px;height:28px}.EditTab_socialButtonTwitter__br0Jx{display:flex;justify-content:space-between;-moz-column-gap:22px;column-gap:22px;align-items:center;font-style:normal;font-weight:700;font-size:18px;line-height:23px;letter-spacing:-.02em;font-family:var(--font-header-primary);color:var(--theme-font-text-primary);color:var(--theme-button-primary-color);white-space:nowrap;margin-top:21px;height:54px}.EditTab_colorAddressSelected__1blDy,.dark .EditTab_colorAddressSelected__1blDy{color:#d7def9}.EditTab_colorAddress__tQ8vC{color:#acb2ca}.dark .EditTab_colorAddress__tQ8vC{color:#d7def9}.EditTab_disabledSwitchButton__kIGDE{cursor:not-allowed;opacity:.5}@keyframes PageLoader_appear__CdUqw{to{opacity:1}}@keyframes PageLoader_disappear__0w_ZT{to{opacity:0}}@keyframes PageLoader_hideBg__d5KW3{to{transform:translateY(100%)}}.PageLoader_wrapper__VlEHq{position:fixed;overflow:hidden;width:100%;height:100%;top:0;left:0;z-index:9999;visibility:hidden;transition:visibility 0s .4s}.PageLoader_wrapper__VlEHq.PageLoader_isVisible__GSfob{transition:visibility 0s;visibility:visible}.PageLoader_bgMask__V4_pU{position:absolute;width:100%;height:100%;top:0;left:0;background:#091233;z-index:0;animation:PageLoader_disappear__0w_ZT .2s ease-out .2s forwards}.PageLoader_isVisible__GSfob .PageLoader_bgMask__V4_pU{animation:none}.PageLoader_bg__ftips{position:absolute;width:100%;height:100%;top:0;left:0;background:#091233;z-index:1;display:flex;align-items:center;justify-content:center;animation:PageLoader_hideBg__d5KW3 .2s ease-out .15s forwards}.PageLoader_isVisible__GSfob .PageLoader_bg__ftips{animation:none}.PageLoader_container__kNjOW{position:relative;z-index:2;width:250px;animation:PageLoader_disappear__0w_ZT .15s ease-out forwards}@media(max-width:1023px){.PageLoader_container__kNjOW{width:200px}}.PageLoader_isVisible__GSfob .PageLoader_container__kNjOW{opacity:0;animation:PageLoader_appear__CdUqw .15s ease-in .25s forwards}.ToastContent_container__M48f5{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.ToastContent_title__PmtGT{color:#212844;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.ToastContent_detail__eLVQ_{display:flex;align-items:center;gap:3px}.ToastContent_description__UeLRq{color:#215dd6;font-size:16px;font-style:normal;font-weight:600;line-height:normal}