:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rc-tooltip.rc-tooltip-zoom-appear,.rc-tooltip.rc-tooltip-zoom-enter{opacity:0}.rc-tooltip.rc-tooltip-zoom-enter,.rc-tooltip.rc-tooltip-zoom-leave{display:block}.rc-tooltip-zoom-appear,.rc-tooltip-zoom-enter{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.18,.89,.32,1.28);opacity:0}.rc-tooltip-zoom-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;animation-timing-function:cubic-bezier(.6,-.3,.74,.05)}.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active,.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active{animation-name:rcToolTipZoomIn;animation-play-state:running}.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active{animation-name:rcToolTipZoomOut;animation-play-state:running}@keyframes rcToolTipZoomIn{0%{opacity:0;transform:scale(0);transform-origin:50% 50%}to{opacity:1;transform:scale(1);transform-origin:50% 50%}}@keyframes rcToolTipZoomOut{0%{opacity:1;transform:scale(1);transform-origin:50% 50%}to{opacity:0;transform:scale(0);transform-origin:50% 50%}}.rc-tooltip{display:block;font-size:12px;line-height:1.5;opacity:.9;position:absolute;visibility:visible;z-index:1070}.rc-tooltip-hidden{display:none}.rc-tooltip-placement-top,.rc-tooltip-placement-topLeft,.rc-tooltip-placement-topRight{padding:5px 0 9px}.rc-tooltip-placement-right,.rc-tooltip-placement-rightBottom,.rc-tooltip-placement-rightTop{padding:0 5px 0 9px}.rc-tooltip-placement-bottom,.rc-tooltip-placement-bottomLeft,.rc-tooltip-placement-bottomRight{padding:9px 0 5px}.rc-tooltip-placement-left,.rc-tooltip-placement-leftBottom,.rc-tooltip-placement-leftTop{padding:0 9px 0 5px}.rc-tooltip-inner{background-color:#373737;border-radius:6px;box-shadow:0 0 4px #0000002b;color:#fff;min-height:34px;padding:8px 10px;text-align:left;text-decoration:none}.rc-tooltip-arrow{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.rc-tooltip-placement-top .rc-tooltip-arrow,.rc-tooltip-placement-topLeft .rc-tooltip-arrow,.rc-tooltip-placement-topRight .rc-tooltip-arrow{border-top-color:#373737;border-width:5px 5px 0;bottom:4px;margin-left:-5px}.rc-tooltip-placement-top .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-topLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-topRight .rc-tooltip-arrow{right:15%}.rc-tooltip-placement-right .rc-tooltip-arrow,.rc-tooltip-placement-rightBottom .rc-tooltip-arrow,.rc-tooltip-placement-rightTop .rc-tooltip-arrow{border-right-color:#373737;border-width:5px 5px 5px 0;left:4px;margin-top:-5px}.rc-tooltip-placement-right .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-rightTop .rc-tooltip-arrow{margin-top:0;top:15%}.rc-tooltip-placement-rightBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-left .rc-tooltip-arrow,.rc-tooltip-placement-leftBottom .rc-tooltip-arrow,.rc-tooltip-placement-leftTop .rc-tooltip-arrow{border-left-color:#373737;border-width:5px 0 5px 5px;margin-top:-5px;right:4px}.rc-tooltip-placement-left .rc-tooltip-arrow{top:50%}.rc-tooltip-placement-leftTop .rc-tooltip-arrow{margin-top:0;top:15%}.rc-tooltip-placement-leftBottom .rc-tooltip-arrow{bottom:15%}.rc-tooltip-placement-bottom .rc-tooltip-arrow,.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{border-bottom-color:#373737;border-width:0 5px 5px;margin-left:-5px;top:4px}.rc-tooltip-placement-bottom .rc-tooltip-arrow{left:50%}.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow{left:15%}.rc-tooltip-placement-bottomRight .rc-tooltip-arrow{right:15%}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:300;src:url(/static/media/figtree-latin-ext-300-normal.7625b09e95765f29095b.woff2) format("woff2"),url(/static/media/figtree-latin-ext-300-normal.f113a8965cada6cc9a67.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:300;src:url(/static/media/figtree-latin-300-normal.8546717be9ee25adc7f4.woff2) format("woff2"),url(/static/media/figtree-latin-300-normal.dd70acee5d165a89c26d.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:400;src:url(/static/media/figtree-latin-ext-400-normal.868ced668fae732a38c4.woff2) format("woff2"),url(/static/media/figtree-latin-ext-400-normal.2fc519dbc7ca3a882132.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:400;src:url(/static/media/figtree-latin-400-normal.28d8df97d9b4bd55e4fc.woff2) format("woff2"),url(/static/media/figtree-latin-400-normal.5cbfa1293ba6675e2dd5.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:500;src:url(/static/media/figtree-latin-ext-500-normal.107281732a72a81d40a4.woff2) format("woff2"),url(/static/media/figtree-latin-ext-500-normal.b0d5a8900f6c25c18b1f.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:500;src:url(/static/media/figtree-latin-500-normal.a60da9074639a942c886.woff2) format("woff2"),url(/static/media/figtree-latin-500-normal.4c30998349cb883c58f8.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:600;src:url(/static/media/figtree-latin-ext-600-normal.f6a4d53bd7c479f3679b.woff2) format("woff2"),url(/static/media/figtree-latin-ext-600-normal.f34308c9f21c07579226.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:600;src:url(/static/media/figtree-latin-600-normal.fd40ad719d547d67e632.woff2) format("woff2"),url(/static/media/figtree-latin-600-normal.daa8ca5a53a148fa77bc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:700;src:url(/static/media/figtree-latin-ext-700-normal.b1e4551b58505e60b640.woff2) format("woff2"),url(/static/media/figtree-latin-ext-700-normal.8b1d2aa9499f26569dd7.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:700;src:url(/static/media/figtree-latin-700-normal.e59bc5f6400f0d18747b.woff2) format("woff2"),url(/static/media/figtree-latin-700-normal.5815fb803fff84fd982b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:800;src:url(/static/media/figtree-latin-ext-800-normal.775f267c197ed4f8d96b.woff2) format("woff2"),url(/static/media/figtree-latin-ext-800-normal.5bfd25b4137b50c3a847.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:800;src:url(/static/media/figtree-latin-800-normal.b485b896208cf5c71e56.woff2) format("woff2"),url(/static/media/figtree-latin-800-normal.38a0ec373d3e26a1f66e.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:900;src:url(/static/media/figtree-latin-ext-900-normal.f14a393579d394d7f111.woff2) format("woff2"),url(/static/media/figtree-latin-ext-900-normal.f230c8937af216187726.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:900;src:url(/static/media/figtree-latin-900-normal.3444f51a06f395f70712.woff2) format("woff2"),url(/static/media/figtree-latin-900-normal.35c1f33718a6d758fd14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}*{box-sizing:border-box}html{font-size:8px}body,html{height:100%}body{-webkit-font-smoothing:antialiased;font-display:swap;font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2rem}main{height:100%}a{all:unset}:root{--ory-theme-font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--ory-theme-font-family-mono:JetBrainsMono;--ory-theme-font-style:normal;--ory-theme-accent-def:#3d53f5;--ory-theme-accent-muted:#6475f7;--ory-theme-accent-emphasis:#3142c4;--ory-theme-accent-disabled:#e0e0e0;--ory-theme-accent-subtle:#eceefe;--ory-theme-foreground-def:#171717;--ory-theme-foreground-muted:#616161;--ory-theme-foreground-subtle:#9e9e9e;--ory-theme-foreground-disabled:#bdbdbd;--ory-theme-foreground-on-dark:#fff;--ory-theme-foreground-on-accent:#fff;--ory-theme-foreground-on-disabled:#e0e0e0;--ory-theme-background-surface:#fff;--ory-theme-background-canvas:#fcfcfc;--ory-theme-background-subtle:#eee;--ory-theme-error-def:#9c0f2e;--ory-theme-error-subtle:#fce8ec;--ory-theme-error-muted:#e95c7b;--ory-theme-error-emphasis:#df1642;--ory-theme-success-emphasis:#18a957;--ory-theme-border-def:#eee;--ory-theme-text-def:#fff;--ory-theme-text-disabled:#757575;--ory-theme-input-background:#fff;--ory-theme-input-disabled:#e0e0e0;--ory-theme-input-placeholder:#9e9e9e;--ory-theme-input-text:#424242}.ory_elements__button__hm2git0{all:unset;background:#3d53f5;background:var(--ory-theme-accent-def);border-radius:.25rem;box-sizing:border-box;color:#fff;color:var(--ory-theme-text-def);cursor:pointer;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--ory-theme-font-family);padding:.625rem 1rem;text-align:center;text-decoration:none}.ory_elements__button__hm2git0:disabled{background-color:#757575;background-color:var(--ory-theme-text-disabled)}.ory_elements__button__hm2git0:hover{background-color:#6475f7;background-color:var(--ory-theme-accent-muted)}.ory_elements__button__hm2git0:focus{background-color:#3d53f5;background-color:var(--ory-theme-accent-def);border-color:#6475f7;border-color:var(--ory-theme-accent-muted);outline:none}.ory_elements__button__hm2git0:active{background-color:#3142c4;background-color:var(--ory-theme-accent-emphasis);outline:none}.ory_elements__button_size_medium__hm2git1{font-size:1rem;line-height:1.75rem}.ory_elements__button_size_small__hm2git2{font-size:.875rem;line-height:1.25rem}.ory_elements__button_size_large__hm2git3{font-size:1.125rem;line-height:2rem;padding:1rem 1.5rem}.ory_elements__button_variant_regular__hm2git4{font-style:normal;font-weight:400}.ory_elements__button_variant_semibold__hm2git5{font-style:normal;font-weight:600}.ory_elements__button_variant_outline__hm2git6{background:none;color:#757575;color:var(--ory-theme-text-disabled)}.ory_elements__button_variant_outline__hm2git6:hover{color:#fff;color:var(--ory-theme-text-def)}.ory_elements__button_variant_error__hm2git7{background:none;color:#e95c7b;color:var(--ory-theme-error-muted)}.ory_elements__button_variant_error__hm2git7:hover{background:#fce8ec;background:var(--ory-theme-error-subtle)}.ory_elements__button_variant_error__hm2git7:active{background-color:#df1642;background-color:var(--ory-theme-error-emphasis);color:#9c0f2e;color:var(--ory-theme-error-def);outline:none}.ory_elements__button_variant_error__hm2git7:focus{background:none;color:#9c0f2e;color:var(--ory-theme-error-def)}.ory_elements__button_link__1kxba130{color:#3d53f5;color:var(--ory-theme-accent-def);cursor:pointer;text-decoration:none}.ory_elements__button_link__1kxba130:disabled{color:#bdbdbd;color:var(--ory-theme-foreground-disabled)}.ory_elements__button_link__1kxba130:hover{color:#6475f7;color:var(--ory-theme-accent-muted)}.ory_elements__button_link__1kxba130:active{color:#3142c4;color:var(--ory-theme-accent-emphasis)}.ory_elements__button_link__1kxba130:focus{color:#6475f7;color:var(--ory-theme-accent-muted)}.ory_elements__button_link__1kxba131{align-items:center;display:flex}.ory_elements__button_link_position_inline__1kxba132{display:inline-flex}.ory_elements__button_link_position_left__1kxba133{justify-content:left;width:100%}.ory_elements__button_link_position_center__1kxba134{justify-content:center;width:100%}.ory_elements__button_link_position_right__1kxba135{justify-content:right;width:100%}.ory_elements__button_link__1kxba136{padding-right:.5rem}.ory_elements__button_social__i8n2ik0{all:unset;align-items:center;background-color:inherit;border:1px solid;border-radius:.25rem;box-sizing:border-box;color:#616161;color:var(--ory-theme-foreground-muted);cursor:pointer;display:flex;flex-direction:row;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--ory-theme-font-family);justify-content:space-between;outline:none;padding:.75rem 1rem;text-decoration:none}.ory_elements__button_social__i8n2ik0:disabled{border-color:#e0e0e0;border-color:var(--ory-theme-accent-disabled);color:#bdbdbd;color:var(--ory-theme-foreground-disabled)}.ory_elements__button_social__i8n2ik0:focus,.ory_elements__button_social__i8n2ik0:hover{border-color:#9e9e9e;border-color:var(--ory-theme-foreground-subtle)}.ory_elements__button_social__i8n2ik0:focus{outline:none}.ory_elements__button_social__i8n2ik0:active{background-color:#171717;background-color:var(--ory-theme-foreground-def);color:#fff;color:var(--ory-theme-foreground-on-dark);outline:none}.ory_elements__button_social__i8n2ik0:disabled,.ory_elements__button_social__i8n2ik0:hover:disabled{border-color:#e0e0e0;border-color:var(--ory-theme-accent-disabled);color:#bdbdbd;color:var(--ory-theme-foreground-disabled)}.ory_elements__button_social_size_small__i8n2ik1{font-size:.875rem;line-height:1.25rem}.ory_elements__button_social_size_medium__i8n2ik2{font-size:1rem;line-height:1.75rem}.ory_elements__button_social_size_large__i8n2ik3{font-size:1.125rem;line-height:2rem;padding:1rem 1.5rem}.ory_elements__button_social_variant_regular__i8n2ik4{font-style:normal;font-weight:400}.ory_elements__button_social_variant_semibold__i8n2ik5{font-style:normal;font-weight:600}.ory_elements__button_social__i8n2ik6{padding-right:1rem}.ory_elements__button_social_size_large__i8n2ik9{font-size:1.5rem;padding-right:1.5rem}.ory_elements__button_social__i8n2ika{padding-left:1rem}.ory_elements__button_social_size_large__i8n2ikd{font-size:1.5rem;padding-left:1.5rem}@media screen and (min-width:64em){.ory_elements__button_social__i8n2ik6{padding-right:1.5rem}.ory_elements__button_social__i8n2ika{padding-left:1.5rem}}.ory_elements__card__1xqjo9i0{align-items:stretch;background:#fff;background:var(--ory-theme-background-surface);border:1px solid #eee;border:1px solid var(--ory-theme-border-def);border-radius:1rem;box-sizing:border-box;color:#171717;color:var(--ory-theme-foreground-def);display:flex;flex-direction:column;padding:3rem}.ory_elements__card__1xqjo9i1{text-align:center}.ory_elements__card__1xqjo9i2{max-height:2.625rem;object-fit:contain}.ory_elements__card_size_default__1xqjo9i4{max-width:27.125rem;min-width:27.125rem}.ory_elements__card_size_wide__1xqjo9i5{max-width:75rem;width:100%}@media screen and (max-width:40em){.ory_elements__card__1xqjo9i0{border:0;border-radius:0;max-width:18.375rem;min-width:18.375rem;padding:0 0 2rem;width:100%}}.ory_elements__checkbox__13ulsr10{align-items:center;cursor:pointer;display:flex;gap:.5rem;justify-content:flex-start}.ory_elements__checkbox__13ulsr11{-webkit-appearance:none;appearance:none;border:2px solid #3d53f5;border:2px solid var(--ory-theme-accent-def);border-radius:.25rem;color:#3d53f5;color:var(--ory-theme-accent-def);cursor:pointer;margin:.1875rem;max-height:1.125rem;max-width:1.125rem;min-height:1.125rem;min-width:1.125rem}.ory_elements__checkbox__13ulsr11:disabled{border-color:#e0e0e0;border-color:var(--ory-theme-accent-disabled)}.ory_elements__checkbox__13ulsr11:checked{background:#3d53f5;background:var(--ory-theme-accent-def)}.ory_elements__checkbox__13ulsr11:checked:before{color:#fff;content:"";display:block;font-family:Font Awesome\ 6 Free;font-size:.8125rem;font-weight:900;position:relative;text-align:center}.ory_elements__codebox__gasiv40{align-items:flex-start;background-color:#fff;background-color:var(--ory-theme-background-surface);border:1px solid #eee;border-color:var(--ory-theme-border-def);border-radius:.5rem;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;color:#171717;color:var(--ory-theme-foreground-def);display:flex;flex-direction:column;padding:1rem 1.5rem;width:100%}.ory_elements__codebox__gasiv41{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:2rem;justify-content:space-between;-webkit-user-select:none;user-select:none;width:100%}.ory_elements__codebox__gasiv42{display:flex;overflow:auto;width:100%}.ory_elements__codebox__gasiv40 input:checked~.ory_elements__codebox__gasiv41 i:first-child,.ory_elements__codebox__gasiv40 input:checked~.ory_elements__codebox__gasiv42,.ory_elements__codebox__gasiv40 input:not(:checked)~.ory_elements__codebox__gasiv41 i:last-child,.ory_elements__codebox__gasiv40>input{display:none}.ory_elements__colors_color_accentDisabled__8awkg00{color:#e0e0e0;color:var(--ory-theme-accent-disabled)}.ory_elements__colors_color_accentDefault__8awkg01{color:#3d53f5;color:var(--ory-theme-accent-def)}.ory_elements__colors_color_accentMuted__8awkg02{color:#6475f7;color:var(--ory-theme-accent-muted)}.ory_elements__colors_color_accentSubtle__8awkg03{color:#eceefe;color:var(--ory-theme-accent-subtle)}.ory_elements__colors_color_accentEmphasis__8awkg04{color:#3142c4;color:var(--ory-theme-accent-emphasis)}.ory_elements__colors_color_foregroundDefault__8awkg05{color:#171717;color:var(--ory-theme-foreground-def)}.ory_elements__colors_color_foregroundMuted__8awkg06{color:#616161;color:var(--ory-theme-foreground-muted)}.ory_elements__colors_color_foregroundSubtle__8awkg07{color:#9e9e9e;color:var(--ory-theme-foreground-subtle)}.ory_elements__colors_color_foregroundDisabled__8awkg08{color:#bdbdbd;color:var(--ory-theme-foreground-disabled)}.ory_elements__colors_color_foregroundOnDisabled__8awkg09{color:#e0e0e0;color:var(--ory-theme-foreground-on-disabled)}.ory_elements__colors_color_foregroundOnDark__8awkg0a{color:#fff;color:var(--ory-theme-foreground-on-dark)}.ory_elements__colors_color_foregroundOnAccent__8awkg0b{color:#fff;color:var(--ory-theme-foreground-on-accent)}.ory_elements__colors_color_backgroundSurface__8awkg0c{color:#fff;color:var(--ory-theme-background-surface)}.ory_elements__colors_color_backgroundCanvas__8awkg0d{color:#fcfcfc;color:var(--ory-theme-background-canvas)}.ory_elements__colors_color_backgroundSubtle__8awkg0e{color:#eee;color:var(--ory-theme-background-subtle)}.ory_elements__colors_color_errorDefault__8awkg0f{color:#9c0f2e;color:var(--ory-theme-error-def)}.ory_elements__colors_color_errorSubtle__8awkg0g{color:#fce8ec;color:var(--ory-theme-error-subtle)}.ory_elements__colors_color_errorMuted__8awkg0h{color:#e95c7b;color:var(--ory-theme-error-muted)}.ory_elements__colors_color_errorEmphasis__8awkg0i{color:#df1642;color:var(--ory-theme-error-emphasis)}.ory_elements__colors_color_successEmphasis__8awkg0j{color:#18a957;color:var(--ory-theme-success-emphasis)}.ory_elements__colors_color_borderDefault__8awkg0k{color:#eee;color:var(--ory-theme-border-def)}.ory_elements__colors_color_textDefault__8awkg0l{color:#fff;color:var(--ory-theme-text-def)}.ory_elements__colors_color_textDisabled__8awkg0m{color:#757575;color:var(--ory-theme-text-disabled)}.ory_elements__colors_color_inputBackground__8awkg0n{color:#fff;color:var(--ory-theme-input-background)}.ory_elements__colors_color_inputDisabled__8awkg0o{color:#e0e0e0;color:var(--ory-theme-input-disabled)}.ory_elements__colors_color_inputPlaceholder__8awkg0p{color:#9e9e9e;color:var(--ory-theme-input-placeholder)}.ory_elements__colors_color_inputText__8awkg0q{color:#424242;color:var(--ory-theme-input-text)}.ory_elements__divider__15i54990{align-items:center;display:flex;flex-direction:row}.ory_elements__divider__15i54990:after,.ory_elements__divider__15i54990:before{background-color:#eee;background-color:var(--ory-theme-border-def);content:"";flex-grow:1;height:.25rem}.ory_elements__divider__15i54990:before{margin-right:.25em}.ory_elements__divider__15i54990:after{margin-left:.25em}.ory_elements__divider__15i54991{border:0;border-color:currentcolor #eee #eee;border-top:.25rem solid #eee;border-color:var(--ory-theme-border-def);box-sizing:border-box;display:block;margin:auto!important;overflow:hidden;text-align:center;width:4rem}.ory_elements__divider_sizes_fullWidth__15i54992{width:100%}.ory_elements__form__1pmqm1m0{margin:0;padding:0}.ory_elements__grid__v30igv0{display:flex;flex-direction:column;gap:1rem;overflow:auto}.ory_elements__grid_direction_row__v30igv1{flex-direction:row}.ory_elements__grid_direction_column__v30igv2{flex-direction:column}.ory_elements__grid_gap_4__v30igv3{gap:.25rem}.ory_elements__grid_gap_8__v30igv4{gap:.5rem}.ory_elements__grid_gap_16__v30igv5{gap:1rem}.ory_elements__grid_gap_24__v30igv6{gap:1.5rem}.ory_elements__grid_gap_32__v30igv7{gap:2rem}.ory_elements__grid_gap_64__v30igv8{gap:4rem}.ory_elements__input_field__db4loq0{color:#3d53f5;color:var(--ory-theme-accent-def)}.ory_elements__input_field__db4loq1{all:unset;background:#fff;background:var(--ory-theme-input-background);border:1px solid #eee;border:1px solid var(--ory-theme-border-def);border-radius:.25rem;box-sizing:border-box;color:#424242;color:var(--ory-theme-input-text);display:inline-flex;padding:.75rem 1.5rem;width:100%}.ory_elements__input_field__db4loq1:focus,.ory_elements__input_field__db4loq1:hover{border-color:#6475f7;border-color:var(--ory-theme-accent-muted)}.ory_elements__input_field__db4loq1:active{border-color:#3142c4;border-color:var(--ory-theme-accent-emphasis)}.ory_elements__input_field__db4loq1:not(:focus):not(:placeholder-shown):invalid{border-color:#df1642;border-color:var(--ory-theme-error-emphasis)}.ory_elements__input_field__db4loq1:not(:focus):not(:placeholder-shown):valid{border-color:#18a957;border-color:var(--ory-theme-success-emphasis)}.ory_elements__input_field__db4loq1:disabled{border-color:#e0e0e0;border-color:var(--ory-theme-input-disabled)}.ory_elements__input_field__db4loq2{align-items:center;-webkit-appearance:none;appearance:none;bottom:0;cursor:pointer;display:flex;margin:0 1.125rem 0 0;position:absolute;right:0;top:0;user-select:none;-moz-user-select:none;-webkit-user-select:none}.ory_elements__input_field__db4loq2[data-checked=false] svg:first-child,.ory_elements__input_field__db4loq2[data-checked=true] svg:last-child{display:none}.ory_elements__menu_link__1p4e0o40{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:.625rem;height:2.5rem;justify-content:space-between;padding:.375rem .5rem}.ory_elements__menu_link__1p4e0o41{padding-right:.5rem;width:1.125em}.ory_elements__menu_link__1p4e0o42{align-items:center;display:flex;flex-direction:row;padding:0}.ory_elements__message__5sut1r0{align-items:center;box-sizing:border-box;display:flex;flex-direction:row}.ory_elements__message_textPosition_start__5sut1r1{justify-content:flex-start}.ory_elements__message_textPosition_center__5sut1r2{justify-content:center}.ory_elements__message_textPosition_end__5sut1r3{justify-content:flex-end}.ory_elements__message_severity_error__5sut1r4{color:#df1642;color:var(--ory-theme-error-emphasis)}.ory_elements__message_severity_success__5sut1r5{color:#18a957;color:var(--ory-theme-success-emphasis)}.ory_elements__message_severity_info__5sut1r6{color:#171717;color:var(--ory-theme-foreground-def)}.ory_elements__message_severity_disabled__5sut1r7{color:#bdbdbd;color:var(--ory-theme-foreground-disabled)}.ory_elements__message_severity_default__5sut1r8{color:#171717;color:var(--ory-theme-foreground-def)}.ory_elements__nav__946e770{-webkit-touch-callout:none;background-color:#fcfcfc;background-color:var(--ory-theme-background-canvas);border-right:1px solid #eee;border-right:1px solid var(--ory-theme-border-def);box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;padding:0 1.5rem 1.5rem;-webkit-user-select:none;user-select:none;z-index:3}.ory_elements__nav__946e771{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 .5rem .375rem}.ory_elements__nav__946e772{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;list-style-type:none;padding:0}.ory_elements__nav__946e773{background-color:#eee;background-color:var(--ory-theme-background-subtle);border-radius:.25rem}.ory_elements__nav__946e770>input{display:none}.ory_elements__nav__946e770>.ory_elements__nav__946e771 label{cursor:pointer}.ory_elements__nav__946e770 input:checked~.ory_elements__nav__946e771 label i:first-child,.ory_elements__nav__946e770 input:not(:checked)~.ory_elements__nav__946e771 label i:last-child{display:none}.ory_elements__nav__946e775{margin-top:auto}@media screen and (max-width:48em){.ory_elements__nav__946e770{display:block;justify-content:space-between;padding:2rem 1.5rem 1.5rem;position:absolute;top:0;width:100%}.ory_elements__nav__946e774{min-height:calc(100vh - 120px)}.ory_elements__nav__946e770 input:not(:checked)~.ory_elements__nav__946e772{display:none}.ory_elements__nav__946e770 input:checked~.ory_elements__nav__946e772{display:flex;height:auto}}@media screen and (min-width:48em){.ory_elements__nav__946e770{height:100%;width:18.75rem}.ory_elements__nav__946e770>.ory_elements__nav__946e771 label{display:none}}.ory_elements__typography__1nljf820{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--ory-theme-font-family);text-decoration:none}.ory_elements__typography_size_16__1nljf821{font-size:1rem;line-height:1.5rem}.ory_elements__typography_size_18__1nljf822{font-size:1.125rem;line-height:2rem}.ory_elements__typography_type_regular__1nljf823{font-style:normal;font-weight:400}.ory_elements__typography_type_semiBold__1nljf824{font-style:normal;font-weight:600}.ory_elements__typography__1nljf825{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--ory-theme-font-family);text-decoration:none}.ory_elements__typography_size_tiny__1nljf826{font-size:.625rem;line-height:1rem}.ory_elements__typography_size_xsmall__1nljf827{font-size:.75rem;line-height:1.25rem}.ory_elements__typography_size_small__1nljf828{font-size:1rem;line-height:1.75rem}.ory_elements__typography_size_caption__1nljf829{font-size:.875rem;line-height:1.25rem}.ory_elements__typography_size_body__1nljf82a{font-size:1.125rem;line-height:2rem}.ory_elements__typography_size_lead__1nljf82b{font-size:1.5rem;line-height:2.25rem}.ory_elements__typography_size_headline21__1nljf82c{font-size:1.3125rem;line-height:2rem}.ory_elements__typography_size_headline26__1nljf82d{font-size:1.625rem;line-height:2.5rem}.ory_elements__typography_size_headline31__1nljf82e{font-size:1.9375rem;line-height:3rem}.ory_elements__typography_size_headline37__1nljf82f{font-size:2.3125rem;line-height:3.25rem}.ory_elements__typography_size_headline48__1nljf82g{font-size:3rem;line-height:3.75rem}.ory_elements__typography_size_display__1nljf82h{font-size:4rem;line-height:5rem}.ory_elements__typography_size_hero__1nljf82i{font-size:5rem;line-height:6rem}.ory_elements__typography_size_uber__1nljf82j{font-size:7rem;line-height:7.5rem}.ory_elements__typography_size_colossus__1nljf82k{font-size:8.75rem;line-height:9rem}.ory_elements__typography_size_monoCaption__1nljf82l{font-family:JetBrainsMono;font-family:var(--ory-theme-font-family-mono);font-size:.875rem;line-height:1.25rem}.ory_elements__typography_type_regular__1nljf82m{font-style:normal;font-weight:400}.ory_elements__typography_type_bold__1nljf82n{font-style:normal;font-weight:700}.ory_elements__card_gradient__ut7kc70{align-items:stretch;border:1px solid #eee;border:1px solid var(--ory-theme-border-def);border-radius:.25rem;display:flex;filter:drop-shadow(0 0 1px rgba(48,49,51,.05)) drop-shadow(0 8px 16px rgba(48,49,51,.1));flex-direction:column;max-width:13.0625rem;min-height:19.5rem;min-width:13.0625rem;padding:1.5rem;text-decoration:none}.ory_elements__card_gradient__ut7kc71{background:#3d53f5;background:var(--ory-theme-accent-def);cursor:pointer;position:relative}.ory_elements__card_gradient_disabled_true__ut7kc72{background:#bdbdbd;background:var(--ory-theme-foreground-disabled);cursor:default}.ory_elements__card_gradient_disabled_false__ut7kc73:before{background:linear-gradient(180deg,#303030d9 1.22%,#30303000);background-size:cover;content:" ";display:block;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:-1}.ory_elements__card_gradient_disabled_false__ut7kc73:hover:before{opacity:.9}.ory_elements__card_gradient__ut7kc74{align-items:center;color:#fff;color:var(--ory-theme-foreground-on-accent);display:flex;font-size:1.6875rem;height:2.5rem;justify-content:center;margin-right:auto;margin-top:auto;padding:0;text-decoration:none;width:2.5rem}.ory_elements__card_gradient_disabled_true__ut7kc75{color:#e0e0e0;color:var(--ory-theme-foreground-on-disabled)}.ory_elements__card_gradient__ut7kc70:hover .ory_elements__card_gradient_disabled_false__ut7kc76{width:3rem}@media screen and (max-width:24.375em){.ory_elements__card_gradient__ut7kc70{border:0;border-radius:0;max-width:18.375rem;min-width:18.375rem;width:100%}}.ory_elements__identifier__kdu3q90{align-items:center;display:flex;flex-flow:column;margin:1rem 1rem 0;padding:.5rem}.ory_elements__identifier__kdu3q91{border:1px solid #eee;border:1px solid var(--ory-theme-border-def);border-radius:.25rem;color:#616161;color:var(--ory-theme-foreground-muted);font-weight:700;margin-top:.5rem;padding:.5rem 1rem}.ory_elements__theme_provider__m6lo4u0{box-sizing:border-box;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--ory-theme-font-family);font-style:normal;font-style:var(--ory-theme-font-style)}.ory_elements__theme_provider__m6lo4u1{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
/*# sourceMappingURL=main.40a71873.css.map*/