: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-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:translateZ(var(--toastify-z-index));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{position:relative;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:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color: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 v2.2.17 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{tab-size:4;line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,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}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}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}button{background-color:transparent;background-image:none}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:Inter,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;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:-moz-focusring{outline:auto}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}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-transform:translateX(var(--tw-translate-x)) translateY(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));--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity));--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-blur:var(--tw-empty,/*!*/ /*!*/);--tw-brightness:var(--tw-empty,/*!*/ /*!*/);--tw-contrast:var(--tw-empty,/*!*/ /*!*/);--tw-grayscale:var(--tw-empty,/*!*/ /*!*/);--tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);--tw-invert:var(--tw-empty,/*!*/ /*!*/);--tw-saturate:var(--tw-empty,/*!*/ /*!*/);--tw-sepia:var(--tw-empty,/*!*/ /*!*/);--tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);--tw-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.1)}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.top-3{top:.75rem}.left-6{left:1.5rem}.right-0{right:0}.top-6{top:1.5rem}.right-6{right:1.5rem}.-top-3{top:-.75rem}.-right-3{right:-.75rem}.top-0{top:0}.bottom-0{bottom:0}.left-2{left:.5rem}.bottom-3{bottom:.75rem}.right-3{right:.75rem}.left-1\/2{left:50%}.-bottom-2\.5{bottom:-.625rem}.-top-2\.5{top:-.625rem}.-bottom-2{bottom:-.5rem}.-top-2{top:-.5rem}.-left-3\.5{left:-.875rem}.-left-3{left:-.75rem}.left-2\.5{left:.625rem}.-top-13px{top:-.8125rem}.top-5{top:1.25rem}.right-4{right:1rem}.top-\[5px\]{top:5px}.top-2{top:.5rem}.-top-0{top:0}.top-8{top:2rem}.bottom-6{bottom:1.5rem}.left-0{left:0}.top-10{top:2.5rem}.-right-0\.5{right:-.125rem}.-right-0{right:0}.left-full{left:100%}.top-1\/2{top:50%}.top-1{top:.25rem}.left-1{left:.25rem}.left-\[515px\]{left:515px}.top-\[465px\]{top:465px}.left-\[295px\]{left:295px}.top-\[100px\]{top:100px}.left-\[0\]{left:0}.bottom-\[-73px\]{bottom:-73px}.left-\[102px\]{left:102px}.top-\[274px\]{top:274px}.left-\[-44px\]{left:-44px}.bottom-\[0\]{bottom:0}.left-\[244px\]{left:244px}.top-\[414px\]{top:414px}.left-\[-94px\]{left:-94px}.bottom-\[-10px\]{bottom:-10px}.left-\[-164px\]{left:-164px}.bottom-\[-37px\]{bottom:-37px}.left-\[595px\]{left:595px}.top-\[143px\]{top:143px}.left-\[64px\]{left:64px}.bottom-\[-92px\]{bottom:-92px}.bottom-\[10px\]{bottom:10px}.left-\[-53px\]{left:-53px}.bottom-\[35px\]{bottom:35px}.top-\[73px\]{top:73px}.left-\[875px\]{left:875px}.top-\[36px\]{top:36px}.right-\[-265px\]{right:-265px}.bottom-\[44px\]{bottom:44px}.left-\[calc\(50\%-37px\)\]{left:calc(50% - 37px)}.right-\[-51px\]{right:-51px}.-top-12{top:-3rem}.top-\[-23\%\]{top:-23%}.right-\[0\]{right:0}.left-\[-32px\]{left:-32px}.top-\[-75\%\]{top:-75%}.top-\[60\%\]{top:60%}.right-\[25\%\]{right:25%}.top-\[70\%\]{top:70%}.right-\[-25\%\]{right:-25%}.top-\[-20\%\]{top:-20%}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-20{z-index:20}.z-30{z-index:30}.z-\[2\]{z-index:2}.z-\[1\]{z-index:1}.z-40{z-index:40}.z-10{z-index:10}.z-0{z-index:0}.m-auto{margin:auto}.m-2{margin:.5rem}.m-0{margin:0}.m-3{margin:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-auto{margin-top:auto;margin-bottom:auto}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mx-\[10px\]{margin-left:10px;margin-right:10px}.mx-\[32px\]{margin-left:32px;margin-right:32px}.mx-\[auto\]{margin-left:auto;margin-right:auto}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.mt-8{margin-top:2rem}.ml-32{margin-left:8rem}.mb-4{margin-bottom:1rem}.mt-6{margin-top:1.5rem}.mt-2{margin-top:.5rem}.mb-6{margin-bottom:1.5rem}.ml-4{margin-left:1rem}.ml-12{margin-left:3rem}.mt-4{margin-top:1rem}.mt-3{margin-top:.75rem}.mt-9{margin-top:2.25rem}.mb-2{margin-bottom:.5rem}.mr-1{margin-right:.25rem}.ml-1{margin-left:.25rem}.mr-4{margin-right:1rem}.mt-14{margin-top:3.5rem}.mb-10{margin-bottom:2.5rem}.mr-\[5px\]{margin-right:5px}.mb-8{margin-bottom:2rem}.ml-auto{margin-left:auto}.mb-16{margin-bottom:4rem}.mb-1{margin-bottom:.25rem}.ml-1\.5{margin-left:.375rem}.ml-3{margin-left:.75rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mb-7{margin-bottom:1.75rem}.mt-7{margin-top:1.75rem}.mr-3{margin-right:.75rem}.mt-12{margin-top:3rem}.mt-5{margin-top:1.25rem}.mb-12{margin-bottom:3rem}.ml-\[130px\]{margin-left:130px}.ml-0{margin-left:0}.mr-6{margin-right:1.5rem}.mb-5{margin-bottom:1.25rem}.mb-9{margin-bottom:2.25rem}.mr-1\.5{margin-right:.375rem}.mr-11{margin-right:2.75rem}.ml-8{margin-left:2rem}.mb-3{margin-bottom:.75rem}.mt-16{margin-top:4rem}.mb-\[30px\]{margin-bottom:30px}.-ml-5{margin-left:-1.25rem}.mb-3\.5{margin-bottom:.875rem}.mb-\[-15px\]{margin-bottom:-15px}.-mt-1{margin-top:-.25rem}.mr-\[10px\]{margin-right:10px}.ml-0\.5{margin-left:.125rem}.mb-\[3px\]{margin-bottom:3px}.ml-6{margin-left:1.5rem}.ml-\[3px\]{margin-left:3px}.mt-2\.5{margin-top:.625rem}.mt-\[50px\]{margin-top:50px}.mb-\[50px\]{margin-bottom:50px}.mb-\[60px\]{margin-bottom:60px}.mb-1\.5{margin-bottom:.375rem}.mt-\[17px\]{margin-top:17px}.mt-1\.5{margin-top:.375rem}.ml-\[18px\]{margin-left:18px}.mr-\[18px\]{margin-right:18px}.mt-0{margin-top:0}.mb-\[10px\]{margin-bottom:10px}.mr-\[90px\]{margin-right:90px}.mt-\[60px\]{margin-top:60px}.mt-\[40px\]{margin-top:40px}.mb-\[90px\]{margin-bottom:90px}.mt-32{margin-top:8rem}.mb-\[12px\]{margin-bottom:12px}.mb-\[2px\]{margin-bottom:2px}.mb-\[42px\]{margin-bottom:42px}.mr-\[14px\]{margin-right:14px}.mb-\[8px\]{margin-bottom:8px}.mr-\[40px\]{margin-right:40px}.mr-\[70px\]{margin-right:70px}.mr-\[16px\]{margin-right:16px}.mb-\[54px\]{margin-bottom:54px}.mb-\[20px\]{margin-bottom:20px}.mt-\[-17px\]{margin-top:-17px}.mb-\[76px\]{margin-bottom:76px}.mt-\[36px\]{margin-top:36px}.mb-\[58px\]{margin-bottom:58px}.-mt-28{margin-top:-7rem}.mb-0{margin-bottom:0}.mr-0{margin-right:0}.-mt-8{margin-top:-2rem}.mb-\[44px\]{margin-bottom:44px}.mb-\[14px\]{margin-bottom:14px}.mb-\[13px\]{margin-bottom:13px}.mr-\[20px\]{margin-right:20px}.mb-14{margin-bottom:3.5rem}.mb-24{margin-bottom:6rem}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.inline-table{display:inline-table}.grid{display:grid}.hidden{display:none}.h-screen{height:100vh}.h-10{height:2.5rem}.h-16{height:4rem}.h-full{height:100%}.h-12{height:3rem}.h-7{height:1.75rem}.h-80{height:20rem}.h-20{height:5rem}.h-8{height:2rem}.h-1\.5{height:.375rem}.h-1{height:.25rem}.h-14{height:3.5rem}.h-11{height:2.75rem}.h-\[58px\]{height:58px}.h-\[42px\]{height:42px}.h-6{height:1.5rem}.h-\[180px\]{height:180px}.h-9{height:2.25rem}.h-4{height:1rem}.h-\[50px\]{height:50px}.h-\[34px\]{height:34px}.h-auto{height:auto}.h-2{height:.5rem}.h-\[100\%\]{height:100%}.h-3\.5{height:.875rem}.h-3{height:.75rem}.h-px{height:1px}.h-\[36px\]{height:36px}.h-\[116px\]{height:116px}.h-\[97px\]{height:97px}.h-\[78px\]{height:78px}.h-\[2px\]{height:2px}.h-\[72px\]{height:72px}.h-\[0px\]{height:0}.h-\[350px\]{height:350px}.h-\[100px\]{height:100px}.h-container{height:calc(100vh - 4rem - 4.5rem)}.h-5{height:1.25rem}.h-\[298px\]{height:298px}.h-\[50\%\]{height:50%}.h-\[294px\]{height:294px}.h-\[28px\]{height:28px}.h-\[80px\]{height:80px}.h-\[90px\]{height:90px}.h-\[48px\]{height:48px}.h-\[103px\]{height:103px}.h-\[95px\]{height:95px}.h-\[30px\]{height:30px}.h-\[25px\]{height:25px}.h-\[22px\]{height:22px}.h-28{height:7rem}.h-40{height:10rem}.h-48{height:12rem}.h-\[285px\]{height:285px}.h-\[120px\]{height:120px}.h-\[64px\]{height:64px}.h-\[270px\]{height:270px}.h-\[200px\]{height:200px}.h-\[36\.84px\]{height:36.84px}.h-\[536px\]{height:536px}.h-\[20px\]{height:20px}.h-\[68px\]{height:68px}.h-\[51px\]{height:51px}.h-\[414px\]{height:414px}.h-\[41px\]{height:41px}.h-\[44px\]{height:44px}.h-\[444px\]{height:444px}.h-\[156px\]{height:156px}.h-0{height:0}.h-\[98px\]{height:98px}.h-\[40px\]{height:40px}.h-24{height:6rem}.max-h-\[120px\]{max-height:120px}.max-h-\[160px\]{max-height:160px}.max-h-full{max-height:100%}.max-h-\[180px\]{max-height:180px}.max-h-\[100px\]{max-height:100px}.min-h-container{min-height:calc(100vh - 4rem - 4.5rem)}.min-h-screen{min-height:100vh}.min-h-\[300px\]{min-height:300px}.min-h-\[100vh\]{min-height:100vh}.min-h-containerNoHeader{min-height:calc(100vh - 4rem)}.min-h-\[128px\]{min-height:128px}.min-h-\[100px\]{min-height:100px}.min-h-\[60px\]{min-height:60px}.min-h-\[7rem\]{min-height:7rem}.min-h-\[400px\]{min-height:400px}.min-h-\[430px\]{min-height:430px}.min-h-\[275px\]{min-height:275px}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-16{width:4rem}.w-48{width:12rem}.w-96{width:24rem}.w-102{width:25.5rem}.w-88{width:22rem}.w-80{width:20rem}.w-7{width:1.75rem}.w-full{width:100%}.w-3\/4{width:75%}.w-64{width:16rem}.w-180{width:45rem}.w-\[50\%\]{width:50%}.w-\[52px\]{width:52px}.w-1\.5{width:.375rem}.w-1{width:.25rem}.w-\[fit-content\]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.w-auto{width:auto}.w-36{width:9rem}.w-5{width:1.25rem}.w-4{width:1rem}.w-\[60px\]{width:60px}.w-6{width:1.5rem}.w-\[400px\]{width:400px}.w-2{width:.5rem}.w-8{width:2rem}.w-\[calc\(100\%\+24px\)\]{width:calc(100% + 24px)}.w-3\.5{width:.875rem}.w-3{width:.75rem}.w-12{width:3rem}.w-\[110px\]{width:110px}.w-32{width:8rem}.w-\[42px\]{width:42px}.w-\[80px\]{width:80px}.w-\[350px\]{width:350px}.w-24{width:6rem}.w-\[260px\]{width:260px}.w-\[300px\]{width:300px}.w-max{width:-webkit-max-content;width:max-content}.w-120{width:30rem}.w-\[740px\]{width:740px}.w-76{width:304px}.w-\[440px\]{width:440px}.w-\[180px\]{width:180px}.w-\[calc\(100\%\+40px\)\]{width:calc(100% + 40px)}.w-\[90px\]{width:90px}.w-\[78px\]{width:78px}.w-min{width:-webkit-min-content;width:min-content}.w-2\/4{width:50%}.w-\[404px\]{width:404px}.w-\[548px\]{width:548px}.w-\[176px\]{width:176px}.w-\[360px\]{width:360px}.w-\[100px\]{width:100px}.w-\[335px\]{width:335px}.w-\[95px\]{width:95px}.w-\[200px\]{width:200px}.w-\[421px\]{width:421px}.w-\[582px\]{width:582px}.w-\[22px\]{width:22px}.w-\[25\%\]{width:25%}.w-40{width:10rem}.w-60{width:15rem}.w-\[50px\]{width:50px}.w-\[64px\]{width:64px}.w-\[356px\]{width:356px}.w-\[84px\]{width:84px}.w-\[140px\]{width:140px}.w-\[301px\]{width:301px}.w-\[320px\]{width:320px}.w-\[175px\]{width:175px}.w-\[87px\]{width:87px}.w-\[65px\]{width:65px}.w-\[115px\]{width:115px}.w-\[117px\]{width:117px}.w-\[37px\]{width:37px}.w-\[310px\]{width:310px}.w-\[317px\]{width:317px}.w-\[1050px\]{width:1050px}.w-\[1116px\]{width:1116px}.w-\[98px\]{width:98px}.w-\[148px\]{width:148px}.w-\[120px\]{width:120px}.w-\[220px\]{width:220px}.w-\[59px\]{width:59px}.w-\[45px\]{width:45px}.w-\[55px\]{width:55px}.min-w-\[12rem\]{min-width:12rem}.min-w-\[500px\]{min-width:500px}.min-w-\[40px\]{min-width:40px}.min-w-\[300px\]{min-width:300px}.min-w-\[16px\]{min-width:16px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[80px\]{min-width:80px}.min-w-\[34px\]{min-width:34px}.min-w-\[870px\]{min-width:870px}.min-w-\[0\.5rem\]{min-width:.5rem}.min-w-\[1\.25rem\]{min-width:1.25rem}.min-w-\[180px\]{min-width:180px}.min-w-\[100px\]{min-width:100px}.min-w-\[384px\]{min-width:384px}.min-w-\[90px\]{min-width:90px}.min-w-\[78px\]{min-width:78px}.min-w-\[120px\]{min-width:120px}.min-w-\[48px\]{min-width:48px}.min-w-\[24px\]{min-width:24px}.min-w-\[22px\]{min-width:22px}.min-w-\[10rem\]{min-width:10rem}.min-w-\[15rem\]{min-width:15rem}.min-w-\[16rem\]{min-width:16rem}.min-w-full{min-width:100%}.min-w-\[322px\]{min-width:322px}.min-w-\[32px\]{min-width:32px}.min-w-\[160px\]{min-width:160px}.min-w-\[200px\]{min-width:200px}.\!min-w-\[100px\]{min-width:100px!important}.\!min-w-\[110px\]{min-width:110px!important}.min-w-\[140px\]{min-width:140px}.max-w-sm{max-width:24rem}.max-w-3xl{max-width:48rem}.max-w-screen-lg{max-width:1024px}.max-w-full{max-width:100%}.max-w-\[320px\]{max-width:320px}.max-w-max{max-width:-webkit-max-content;max-width:max-content}.max-w-\[420px\]{max-width:420px}.max-w-\[200px\]{max-width:200px}.max-w-xs{max-width:20rem}.max-w-\[100vw\]{max-width:100vw}.max-w-md{max-width:28rem}.max-w-5xl{max-width:64rem}.max-w-\[100px\]{max-width:100px}.max-w-screen-2xl{max-width:1536px}.max-w-76{max-width:304px}.max-w-\[920px\]{max-width:920px}.max-w-\[185px\]{max-width:185px}.max-w-\[180px\]{max-width:180px}.max-w-\[87px\]{max-width:87px}.max-w-\[120px\]{max-width:120px}.max-w-\[360px\]{max-width:360px}.max-w-\[7rem\]{max-width:7rem}.max-w-\[400px\]{max-width:400px}.max-w-\[25\%\]{max-width:25%}.max-w-\[670px\]{max-width:670px}.max-w-none{max-width:none}.max-w-\[300px\]{max-width:300px}.max-w-\[1116px\]{max-width:1116px}.max-w-\[548px\]{max-width:548px}.max-w-\[1280px\]{max-width:1280px}.max-w-\[322px\]{max-width:322px}.max-w-\[30\%\]{max-width:30%}.max-w-\[560px\]{max-width:560px}.max-w-\[390px\]{max-width:390px}.max-w-4xl{max-width:56rem}.max-w-\[558px\]{max-width:558px}.max-w-\[40\%\]{max-width:40%}.max-w-\[536px\]{max-width:536px}.max-w-\[416px\]{max-width:416px}.max-w-\[1146px\]{max-width:1146px}.max-w-\[908px\]{max-width:908px}.max-w-screen-md{max-width:768px}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow:1}.flex-grow-\[2\]{flex-grow:2}.flex-grow-0{flex-grow:0}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%;transform:var(--tw-transform)}.-translate-y-1\/2,.-translate-y-2\/4{--tw-translate-y:-50%;transform:var(--tw-transform)}.transform{transform:var(--tw-transform)}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-outside{list-style-position:outside}.list-\[disc\],.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;appearance:none}.grid-flow-row{grid-auto-flow:row}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-3{gap:.75rem}.gap-1{gap:.25rem}.gap-6{gap:1.5rem}.gap-5{gap:1.25rem}.gap-\[32px\]{gap:32px}.gap-\[24px\]{gap:24px}.gap-12{gap:3rem}.gap-\[18px\]{gap:18px}.gap-2\.5{gap:.625rem}.gap-16{gap:4rem}.gap-8{gap:2rem}.gap-0{gap:0}.gap-9{gap:2.25rem}.gap-10{gap:2.5rem}.gap-\[30px\]{gap:30px}.gap-\[10px\]{gap:10px}.gap-x-2\.5{column-gap:.625rem}.gap-x-2{column-gap:.5rem}.gap-x-12{column-gap:3rem}.space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3.5rem * var(--tw-space-x-reverse));margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.self-start{align-self:flex-start}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded{border-radius:.25rem}.rounded-sm{border-radius:.125rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[4px\]{border-radius:4px}.rounded-\[20px\]{border-radius:20px}.rounded-\[6px\]{border-radius:6px}.rounded-10{border-radius:.625rem}.rounded-\[8px\]{border-radius:8px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-l-\[8px\]{border-top-left-radius:8px;border-bottom-left-radius:8px}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.border-2{border-width:2px}.border{border-width:1px}.border-4{border-width:4px}.border-\[1px\]{border-width:1px}.border-5px{border-width:5px}.border-0{border-width:0}.border-l{border-left-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-b-4{border-bottom-width:4px}.border-l-2{border-left-width:2px}.border-r-2{border-right-width:2px}.border-b-0{border-bottom-width:0}.border-t-0{border-top-width:0}.border-r-0{border-right-width:0}.border-l-0{border-left-width:0}.border-b-2{border-bottom-width:2px}.border-b-\[1px\]{border-bottom-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-button-hover{--tw-border-opacity:1;border-color:rgba(119,122,193,var(--tw-border-opacity))}.border-primary-superlight{--tw-border-opacity:1;border-color:rgba(177,170,253,var(--tw-border-opacity))}.border-primary{--tw-border-opacity:1;border-color:rgba(56,55,98,var(--tw-border-opacity))}.border-button-default,.border-primary-active{--tw-border-opacity:1;border-color:rgba(82,81,133,var(--tw-border-opacity))}.border-red{--tw-border-opacity:1;border-color:rgba(241,120,182,var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgba(207,210,255,var(--tw-border-opacity))}.border-primary-light{--tw-border-opacity:1;border-color:rgba(149,143,216,var(--tw-border-opacity))}.border-60{--tw-border-opacity:1;border-color:rgba(119,122,193,var(--tw-border-opacity))}.border-dark{--tw-border-opacity:1;border-color:rgba(81,84,133,var(--tw-border-opacity))}.border-truewhite{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.border-70{--tw-border-opacity:1;border-color:rgba(82,81,133,var(--tw-border-opacity))}.border-blue{--tw-border-opacity:1;border-color:rgba(114,115,251,var(--tw-border-opacity))}.border-\[\#686787\]{--tw-border-opacity:1;border-color:rgba(104,103,135,var(--tw-border-opacity))}.border-white\/20{border-color:rgba(207,210,255,.2)}.border-realWhite{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-50{--tw-border-opacity:1;border-color:rgba(149,143,216,var(--tw-border-opacity))}.border-100{--tw-border-opacity:1;border-color:rgba(50,49,89,var(--tw-border-opacity))}.\!border-red{--tw-border-opacity:1!important;border-color:rgba(241,120,182,var(--tw-border-opacity))!important}.border-perano{--tw-border-opacity:1;border-color:rgba(165,170,232,var(--tw-border-opacity))}.border-green{--tw-border-opacity:1;border-color:rgba(42,175,146,var(--tw-border-opacity))}.border-primary-dark{--tw-border-opacity:1;border-color:rgba(50,49,89,var(--tw-border-opacity))}.border-90{--tw-border-opacity:1;border-color:rgba(37,36,70,var(--tw-border-opacity))}.border-80{--tw-border-opacity:1;border-color:rgba(56,55,98,var(--tw-border-opacity))}.border-wistful{--tw-border-opacity:1;border-color:rgba(172,173,209,var(--tw-border-opacity))}.border-b-primary-active{--tw-border-opacity:1;border-bottom-color:rgba(82,81,133,var(--tw-border-opacity))}.bg-button-hover{--tw-bg-opacity:1;background-color:rgba(119,122,193,var(--tw-bg-opacity))}.bg-primary-dark{--tw-bg-opacity:1;background-color:rgba(50,49,89,var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity:1;background-color:rgba(56,55,98,var(--tw-bg-opacity))}.bg-60{--tw-bg-opacity:1;background-color:rgba(119,122,193,var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.bg-100{--tw-bg-opacity:1;background-color:rgba(50,49,89,var(--tw-bg-opacity))}.bg-primary-active{--tw-bg-opacity:1;background-color:rgba(82,81,133,var(--tw-bg-opacity))}.bg-red{background-color:rgba(241,120,182,var(--tw-bg-opacity))}.bg-red,.bg-red2{--tw-bg-opacity:1}.bg-red2{background-color:rgba(214,89,152,var(--tw-bg-opacity))}.bg-80{--tw-bg-opacity:1;background-color:rgba(56,55,98,var(--tw-bg-opacity))}.bg-button-default{--tw-bg-opacity:1;background-color:rgba(82,81,133,var(--tw-bg-opacity))}.bg-90{background-color:rgba(37,36,70,var(--tw-bg-opacity))}.bg-90,.bg-white{--tw-bg-opacity:1}.bg-white{background-color:rgba(207,210,255,var(--tw-bg-opacity))}.bg-primary-light{--tw-bg-opacity:1;background-color:rgba(149,143,216,var(--tw-bg-opacity))}.bg-realWhite{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-blue{--tw-bg-opacity:1;background-color:rgba(114,115,251,var(--tw-bg-opacity))}.bg-truewhite{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-paua{background-color:rgba(34,33,84,var(--tw-bg-opacity))}.bg-70,.bg-paua{--tw-bg-opacity:1}.bg-70{background-color:rgba(82,81,133,var(--tw-bg-opacity))}.bg-50{--tw-bg-opacity:1;background-color:rgba(149,143,216,var(--tw-bg-opacity))}.bg-sweetPink{--tw-bg-opacity:1;background-color:rgba(251,147,147,var(--tw-bg-opacity))}.bg-\[\#00001d\]{--tw-bg-opacity:1;background-color:rgba(0,0,29,var(--tw-bg-opacity))}.bg-greenLight{--tw-bg-opacity:1;background-color:rgba(16,169,183,var(--tw-bg-opacity))}.bg-\[\#525185\]{--tw-bg-opacity:1;background-color:rgba(82,81,133,var(--tw-bg-opacity))}.bg-green{--tw-bg-opacity:1;background-color:rgba(42,175,146,var(--tw-bg-opacity))}.bg-green2{background-color:rgba(41,175,145,var(--tw-bg-opacity))}.bg-5,.bg-green2{--tw-bg-opacity:1}.bg-5{background-color:rgba(235,231,255,var(--tw-bg-opacity))}.bg-greendaker{--tw-bg-opacity:1;background-color:rgba(34,145,120,var(--tw-bg-opacity))}.bg-\[red\]{--tw-bg-opacity:1;background-color:rgba(255,0,0,var(--tw-bg-opacity))}.bg-\[\#040420\]{--tw-bg-opacity:1;background-color:rgba(4,4,32,var(--tw-bg-opacity))}.bg-\[\#00000080\]{background-color:#00000080}.bg-\[\#141336\]{--tw-bg-opacity:1;background-color:rgba(20,19,54,var(--tw-bg-opacity))}.bg-white\/20{background-color:rgba(207,210,255,.2)}.bg-opacity-70{--tw-bg-opacity:0.7}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-none{background-image:none}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-5{--tw-gradient-from:#ebe7ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(235,231,255,0))}.to-white{--tw-gradient-to:#cfd2ff}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-10{padding:2.5rem}.p-8{padding:2rem}.p-\[revert\]{padding:revert}.p-3{padding:.75rem}.p-4{padding:1rem}.p-1{padding:.25rem}.p-\[20px\]{padding:20px}.p-2{padding:.5rem}.p-\[10px\]{padding:10px}.p-0{padding:0}.p-6{padding:1.5rem}.p-5{padding:1.25rem}.p-\[6px\]{padding:6px}.p-\[30px\]{padding:30px}.p-\[24px\]{padding:24px}.p-12{padding:3rem}.p-\[18px\]{padding:18px}.px-4{padding-left:1rem;padding-right:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-0{padding-top:0;padding-bottom:0}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-0{padding-left:0;padding-right:0}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-12{padding-left:3rem;padding-right:3rem}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.px-\[6px\]{padding-left:6px;padding-right:6px}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-\[60px\]{padding-left:60px;padding-right:60px}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.px-\[24px\]{padding-left:24px;padding-right:24px}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.px-\[32px\]{padding-left:32px;padding-right:32px}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-8{padding-top:2rem;padding-bottom:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-\[43px\]{padding-left:43px;padding-right:43px}.px-\[9px\]{padding-left:9px;padding-right:9px}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-\[18px\]{padding-top:18px;padding-bottom:18px}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.py-\[50px\]{padding-top:50px;padding-bottom:50px}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[20px\]{padding-left:20px;padding-right:20px}.pt-12{padding-top:3rem}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.pb-8{padding-bottom:2rem}.pl-12{padding-left:3rem}.pl-8{padding-left:2rem}.pr-8{padding-right:2rem}.pr-0{padding-right:0}.pt-8{padding-top:2rem}.pt-6{padding-top:1.5rem}.pl-6{padding-left:1.5rem}.pr-3{padding-right:.75rem}.pl-2{padding-left:.5rem}.pb-5{padding-bottom:1.25rem}.pb-12{padding-bottom:3rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-4{padding-left:1rem}.pl-3{padding-left:.75rem}.pb-4{padding-bottom:1rem}.pt-4{padding-top:1rem}.pb-6{padding-bottom:1.5rem}.pl-1{padding-left:.25rem}.pb-\[2px\]{padding-bottom:2px}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.pl-0{padding-left:0}.pr-10{padding-right:2.5rem}.pt-\[54px\]{padding-top:54px}.pb-\[30px\]{padding-bottom:30px}.pt-5{padding-top:1.25rem}.pr-2\.5{padding-right:.625rem}.pb-3{padding-bottom:.75rem}.pl-10{padding-left:2.5rem}.pt-2{padding-top:.5rem}.pb-10{padding-bottom:2.5rem}.pt-1\.5{padding-top:.375rem}.pb-\[24px\]{padding-bottom:24px}.pl-\[14px\]{padding-left:14px}.pl-\[30px\]{padding-left:30px}.pr-12{padding-right:3rem}.pb-0\.5{padding-bottom:.125rem}.pt-\[40px\]{padding-top:40px}.pb-\[60px\]{padding-bottom:60px}.pt-\[24px\]{padding-top:24px}.pt-\[11px\]{padding-top:11px}.pb-\[10px\]{padding-bottom:10px}.pt-\[96px\]{padding-top:96px}.pb-\[48px\]{padding-bottom:48px}.pb-\[96px\]{padding-bottom:96px}.pl-3\.5{padding-left:.875rem}.pt-\[9px\]{padding-top:9px}.pt-\[52px\]{padding-top:52px}.pb-20{padding-bottom:5rem}.pl-\[22px\]{padding-left:22px}.pb-1\.5{padding-bottom:.375rem}.pt-\[5px\]{padding-top:5px}.pb-\[6px\]{padding-bottom:6px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-base{font-size:1rem;line-height:1.5rem}.text-11\.6px{font-size:.725rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[26px\]{font-size:26px}.text-\[20px\]{font-size:20px}.text-\[18px\]{font-size:18px}.text-\[14px\]{font-size:14px}.text-\[17px\]{font-size:17px}.text-\[15px\]{font-size:15px}.text-\[36px\]{font-size:36px}.text-\[34px\]{font-size:34px}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-5xl{font-size:3rem;line-height:1}.text-\[22px\]{font-size:22px}.text-\[32px\]{font-size:32px}.text-\[10px\]{font-size:10px}.text-\[16px\]{font-size:16px}.text-\[12px\]{font-size:12px}.text-\[11px\]{font-size:11px}.text-\[24px\]{font-size:24px}.text-\[60px\]{font-size:60px}.text-\[40px\]{font-size:40px}.text-\[25px\]{font-size:25px}.text-\[44px\]{font-size:44px}.text-\[30px\]{font-size:30px}.text-6xl{font-size:3.75rem;line-height:1}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-light{font-weight:300}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.diagonal-fractions,.lining-nums,.oldstyle-nums,.ordinal,.proportional-nums,.slashed-zero,.stacked-fractions,.tabular-nums{--tw-ordinal:var(--tw-empty,/*!*/ /*!*/);--tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);--tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);--tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);--tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing:tabular-nums}.leading-5{line-height:1.25rem}.leading-9{line-height:2.25rem}.leading-8{line-height:2rem}.leading-\[1\.2\]{line-height:1.2}.leading-\[24px\]{line-height:24px}.leading-3{line-height:.75rem}.leading-\[19px\]{line-height:19px}.leading-\[22px\]{line-height:22px}.leading-\[14\.5px\]{line-height:14.5px}.leading-\[17px\]{line-height:17px}.leading-\[31px\]{line-height:31px}.leading-\[14px\]{line-height:14px}.leading-\[47\.5px\]{line-height:47.5px}.leading-\[39px\]{line-height:39px}.leading-\[140\%\]{line-height:140%}.leading-\[18px\]{line-height:18px}.leading-\[15px\]{line-height:15px}.leading-\[20px\]{line-height:20px}.leading-\[16px\]{line-height:16px}.leading-\[28px\]{line-height:28px}.leading-\[72px\]{line-height:72px}.leading-\[25px\]{line-height:25px}.leading-\[130\%\]{line-height:130%}.leading-\[26px\]{line-height:26px}.leading-\[48px\]{line-height:48px}.leading-\[60px\]{line-height:60px}.leading-\[53px\]{line-height:53px}.leading-\[106\%\]{line-height:106%}.leading-\[16\.94px\]{line-height:16.94px}.leading-\[27px\]{line-height:27px}.leading-tight{line-height:1.25}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.tracking-\[0\.01rem\]{letter-spacing:.01rem}.tracking-\[0\.01em\]{letter-spacing:.01em}.tracking-\[1\%\]{letter-spacing:1%}.tracking-wide{letter-spacing:.025em}.text-primary-light{--tw-text-opacity:1;color:rgba(149,143,216,var(--tw-text-opacity))}.text-primary-superlight{--tw-text-opacity:1;color:rgba(177,170,253,var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(207,210,255,var(--tw-text-opacity))}.text-red{--tw-text-opacity:1;color:rgba(241,120,182,var(--tw-text-opacity))}.text-red2{--tw-text-opacity:1;color:rgba(214,89,152,var(--tw-text-opacity))}.text-truewhite{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-button-hover{--tw-text-opacity:1;color:rgba(119,122,193,var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgba(56,55,98,var(--tw-text-opacity))}.text-primary-active{--tw-text-opacity:1;color:rgba(82,81,133,var(--tw-text-opacity))}.text-realWhite{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-green2{--tw-text-opacity:1;color:rgba(41,175,145,var(--tw-text-opacity))}.text-primary-dark{--tw-text-opacity:1;color:rgba(50,49,89,var(--tw-text-opacity))}.text-green{--tw-text-opacity:1;color:rgba(42,175,146,var(--tw-text-opacity))}.text-primary-80{--tw-text-opacity:1;color:rgba(130,124,193,var(--tw-text-opacity))}.text-perano{--tw-text-opacity:1;color:rgba(165,170,232,var(--tw-text-opacity))}.text-50{--tw-text-opacity:1;color:rgba(149,143,216,var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.text-80{--tw-text-opacity:1;color:rgba(56,55,98,var(--tw-text-opacity))}.text-paua{--tw-text-opacity:1;color:rgba(34,33,84,var(--tw-text-opacity))}.text-60{--tw-text-opacity:1;color:rgba(119,122,193,var(--tw-text-opacity))}.text-wistful{--tw-text-opacity:1;color:rgba(172,173,209,var(--tw-text-opacity))}.text-transparent{color:transparent}.text-opacity-90{--tw-text-opacity:0.9}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.no-underline{text-decoration:none}.placeholder-60::placeholder{--tw-placeholder-opacity:1;color:rgba(119,122,193,var(--tw-placeholder-opacity))}.placeholder-primary::placeholder{--tw-placeholder-opacity:1;color:rgba(56,55,98,var(--tw-placeholder-opacity))}.opacity-50{opacity:.5}.opacity-80{opacity:.8}.opacity-60{opacity:.6}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-70{opacity:.7}.\!opacity-100{opacity:1!important}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.opacity-10{opacity:.1}.opacity-100{opacity:1}.shadow-red2px{--tw-shadow:0px 0px 0px 2px #f178b6}.shadow-lg,.shadow-red2px{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-courseCard,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-courseCard{--tw-shadow:hsla(0,0%,100%,.24) -1px 0px 0px}.shadow-expertCard{--tw-shadow:0px 1.49927px 7.49635px rgba(20,19,54,.12)}.shadow-expertCard,.shadow-window{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-window{--tw-shadow:0px 4px 8px rgba(20,19,54,.12)}.outline-none{outline:2px solid transparent;outline-offset:2px}.blur{--tw-blur:blur(8px)}.blur,.invert{filter:var(--tw-filter)}.invert{--tw-invert:invert(100%)}.filter{filter:var(--tw-filter)}.transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body,html{font-family:Inter,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;background-color:#383762}body.responsive{min-width:auto}body.overflow-hidden{overflow:hidden}body.tinted:after{content:"";display:block;position:absolute;background:rgba(0,0,0,.6);left:0;right:0;top:64px;bottom:0;z-index:49}.case-answer:hover,.case-answer_initial{box-shadow:inset 0 0 0 2px #777ac1}.button-a,a{text-decoration:none;border-bottom:4px solid #525185;padding-bottom:2px}a.no-underline{border:0}select{-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#cfd2ff 0),linear-gradient(135deg,#cfd2ff 50%,transparent 0);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.flex-flow{flex-flow:wrap}.table_bordered td{border:1px solid #525185;border-bottom:0;padding:8px;min-width:80px}.table_bordered tr:first-child td{border-top:0}.table_bordered tr td:first-child{border-left:0}.table_bordered tr td:last-child{border-right:0}.table_bordered tr:last-child td,table tbody tr:last-child{border-bottom:0}:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #383a62;-webkit-text-fill-color:#cfd2ff!important}:-webkit-autofill,input:-webkit-autofill:focus{color:#cfd2ff!important;-webkit-background-clip:text!important}input:-webkit-autofill:focus{-webkit-box-shadow:inset 0 0 0 50px #383a62;-webkit-text-fill-color:#cfd2ff}input:-internal-autofill-selected{background-color:#373a62!important;background-image:none!important;color:#cfd2ff!important;-webkit-background-clip:text!important}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{caret-color:#cfd2ff}input::placeholder,textarea::placeholder{color:#cfd2ff;opacity:.7}.user-search::placeholder{color:#cfd2ff;opacity:.7}select::-ms-expand{display:none}.lds-ring{display:inline-block;position:relative}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:100%;height:100%;margin:3px;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:3px solid transparent;border-top-color:#515485}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}::-webkit-calendar-picker-indicator{filter:invert(1)}.styled-checkbox{position:absolute;opacity:0}.styled-checkbox+label{position:relative;cursor:pointer;padding:0}.styled-checkbox+label:before{content:"";margin-right:14px;display:inline-block;vertical-align:text-top;width:19px;height:19px;background:none;border-radius:5px;border:2px solid #8585ca}.styled-checkbox:checked+label:before{border:2px solid #8585ca}.styled-checkbox:disabled+label{opacity:.5;cursor:auto}.styled-checkbox:disabled+label:before{box-shadow:none;background:none}.styled-checkbox+label{opacity:.6}.styled-checkbox:checked+label,.styled-checkbox_agreement+label{opacity:1}.styled-checkbox:checked+label:after{content:"";position:absolute;left:5px;top:8px;background:#cfd2ff;width:2px;height:2px;box-shadow:2px 0 0 #cfd2ff,4px 0 0 #cfd2ff,4px -3px 0 #cfd2ff,4px -1px 0 #cfd2ff,4px -5px 0 #cfd2ff,4px -6px 0 #cfd2ff;transform:rotate(45deg)}.styled-radio{position:absolute;opacity:0}.styled-radio+label{position:relative;cursor:pointer;padding:0}.styled-radio:disabled+label{position:relative;cursor:default;padding:0;opacity:.5}.styled-radio+label:before{content:"";margin-right:1rem;display:inline-block;vertical-align:text-top;width:1rem;height:1rem;background:none;border-radius:50%;background:#525185;border:2px solid #a5a6f6}.styled-radio:checked+label:before{border:2px solid #a5a6f6}.styled-radio:checked+label:after{content:"";position:absolute;left:.25rem;top:.25rem;background:#cfd2ff;width:.5rem;height:.5rem;border-radius:50%}.case_container .case_label{visibility:hidden}.case_container:hover .case_label{visibility:visible}:root{--toastify-color-light:#525185;--toastify-color-info:#644af7;--toastify-color-success:#40d677;--toastify-color-warning:#edd353;--toastify-color-error:#f178b6;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:#cfd2ff;--toastify-icon-color-success:#cfd2ff;--toastify-icon-color-warning:#cfd2ff;--toastify-icon-color-error:#cfd2ff;--toastify-text-color-light:#cfd2ff;--toastify-toast-width:420px}.Toastify__toast{border-radius:8px;border:1px solid #958fd8}.Toastify__toast-body{padding:14px;text-align:center;justify-content:center}.toast-break.Toastify__toast--error{white-space:pre-wrap}.Toastify__toast-body a{text-decoration:none;border-bottom:4px solid #958fd8;padding-bottom:2px}.Toastify__close-button--light{color:#cfd2ff}.Toastify__toast--error{white-space:pre;border:1px solid var(--toastify-color-error)}.Toastify__toast-container--top-center{top:4.5rem;right:1rem;left:auto;transform:translateX(0)}.hide-placeholder:focus::placeholder{color:transparent}.unselectable{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sticky-first-column{white-space:nowrap;overflow-x:auto}.sticky-first-column>tbody td:first-child,.sticky-first-column>thead th:first-child{position:sticky;position:-webkit-sticky;left:0;z-index:2;box-shadow:inset -1px 0 0 #525185}.course-snippet{transition:all .3s}.course-snippet__play{position:relative;z-index:0}.course-snippet__play:before{width:24px;height:24px;top:12px;left:12px;content:"";background:#c0bede;position:absolute;z-index:-1}.course-snippet:hover{border-color:#777ac1}.course-snippet:hover .course-snippet__play svg{fill:#777ac1}@keyframes fade-in-fwd{0%{opacity:0}to{opacity:1}}.fade-in-fwd{animation:fade-in-fwd .3s ease both}@keyframes fade-out-bck{0%{opacity:1}to{opacity:0}}.fade-out-bck{animation:fade-out-bck .3s ease both}.markdown>h1,.markdown>h2,.markdown>h3,.markdown>h4,.markdown>h5,.markdown>h6{font-size:revert;font-weight:500}.markdown>ol,.markdown>ul{list-style:revert;margin:revert;padding:revert}.markdown>blockquote,.markdown>dd,.markdown>dl,.markdown>figure,.markdown>h1,.markdown>h2,.markdown>h3,.markdown>h4,.markdown>h5,.markdown>h6,.markdown>hr,.markdown>p,.markdown>pre{margin:revert}.markdown strong{font-weight:700}.scroll-faded:after{position:absolute;right:0;height:100%;content:"";width:100px;background:linear-gradient(300deg,#000,transparent,transparent);bottom:8px;pointer-events:none;animation:fade-in-fwd 1s ease both}.scroll-faded_out:after{animation:fade-out-bck 1s ease both}.form .react-tel-input .flag-dropdown.open{background:none}.form .react-tel-input .selected-flag{border-radius:6px 0 0 6px;padding:0 10px;width:44px}.form .react-tel-input .selected-flag .arrow,.form .react-tel-input .selected-flag .arrow.up{border-top-color:#cfd2ff;border-bottom-color:#cfd2ff}.form .react-tel-input .selected-flag:focus,.form .react-tel-input .selected-flag:hover{background-color:#323159}.form .react-tel-input .country-list{background:#383762;border-radius:6px;border:2px solid #958fd8;left:-2px}@media (min-width:768px){.form .react-tel-input .country-list{width:384px}}.form .react-tel-input .country-list .country.highlight,.form .react-tel-input .country-list .country:hover{background-color:#525185}.form .react-tel-input .country-list .country .dial-code{color:#8585ca}.form .react-tel-input .flag-dropdown{height:40px;width:46px;top:2px;left:2px;background:none;border:0;border-right:2px solid #958fd8;border-radius:0;margin-left:2px}.form .react-tel-input .flag-dropdown.open .selected-flag{background:none}.form .react-tel-input .form-control{background:none;border:2px solid #958fd8;padding-left:54px;width:100%!important;height:44px;font-weight:500;border-radius:.375rem}.form .react-tel-input .form-control:focus{border-color:#cfd2ff}.form .react-tel-input .form-control:focus+.flag-dropdown{border-right-color:#cfd2ff}.form .react-tel-input .form-control.phone-error{border-color:#f178b6}.form .react-tel-input .form-control.phone-error+.flag-dropdown{border-right-color:#f178b6}hr{border-color:#525185;border-width:1px}.clock-segment{width:100%;height:100%;border-radius:50%;background-image:conic-gradient(#777ac1 30deg,transparent 0);position:absolute}.mini-archive-line:after,.mini-archive-line:before{content:"";height:8px;width:2px;background:#fff;display:block;position:absolute;left:-2px;border-top-left-radius:4px;box-shadow:-1px 0 2px 0 rgba(0,0,0,.7)}.mini-archive-line:after{left:auto;right:-2px;border-top-left-radius:0;border-top-right-radius:4px;box-shadow:1px 1px 2px 0 rgba(0,0,0,.7)}.mini-archive-item_us,.mini-archive-item_us2,.mini-archive-item_us4,.mini-archive-item_us6{background:#000;border-color:#379bf2}.mini-archive-item_cesm,.mini-archive-item_mg{background:#000;border-color:#777ac1}.mini-archive-item_mri,.mini-archive-item_mri2,.mini-archive-item_mri3{background:#000;border-color:#c17777}.mini-archive-item_histo{background:#000;border-color:#f178b6}.mini-archive-item_tomo{background:#000;border-color:#3e9a7e}.mini-archive-item_spot,.mini-archive-item_spot2,.mini-archive-item_spot4,.mini-archive-item_spot6{background:#000;border-color:#b0a752}.mini-archive-item-droped_us,.mini-archive-item-droped_us2,.mini-archive-item-droped_us4,.mini-archive-item-droped_us6,.mini-archive-item_us2:hover,.mini-archive-item_us4:hover,.mini-archive-item_us6:hover,.mini-archive-item_us:hover{background:#0e487a}.mini-archive-item-droped_cesm,.mini-archive-item-droped_mg,.mini-archive-item_cesm:hover,.mini-archive-item_mg:hover{background:#525185}.mini-archive-item-droped_mri,.mini-archive-item-droped_mri2,.mini-archive-item-droped_mri3,.mini-archive-item_mri2:hover,.mini-archive-item_mri3:hover,.mini-archive-item_mri:hover{background:#4e3131}.mini-archive-item-droped_histo,.mini-archive-item_histo:hover{background:#621f41}.mini-archive-item-droped_tomo,.mini-archive-item_tomo:hover{background:#184034}.mini-archive-item-droped_spot,.mini-archive-item-droped_spot2,.mini-archive-item-droped_spot4,.mini-archive-item-droped_spot6,.mini-archive-item_spot2:hover,.mini-archive-item_spot4:hover,.mini-archive-item_spot6:hover,.mini-archive-item_spot:hover{background:#4e4920}.mini-archive-item{box-shadow:0 0 10px 4px #000}.mini-archive-item:active{box-shadow:none}.number-input::-webkit-inner-spin-button,.number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.number-input{-moz-appearance:textfield}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{width:325px;position:relative;background-color:#777ac1;color:#cfd2ff;border-radius:8px;font-family:Inter;font-style:normal;font-weight:600;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#777ac1}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;width:auto;z-index:1}.landing-feedback-swiper,.plans-swiper{padding-bottom:50px!important}@media (min-width:389px) and (max-width:767px){.plans-swiper{margin:0 -1.5rem!important}}.swiper-pagination-bullet-active-next,.swiper-pagination-bullet-active-prev{transform:scale(.8)!important;opacity:.8!important}.swiper-button-disabled{opacity:.3!important;display:none!important}.course-landing-feedback.swiper{padding:0 15px!important;margin:0 -15px!important}.course-landing-feedback .swiper-pagination-bullet{background-color:#535185;width:12px;height:12px}.course-landing-feedback .swiper-button-next,.course-landing-feedback .swiper-button-prev{background:#535185;color:#d0d2ff!important}.course-landing-feedback .swiper-button-prev{left:0!important;border-radius:100%;width:30px!important;height:30px!important;top:130px!important;display:flex!important;justify-content:center}.course-landing-feedback .swiper-button-next{right:0!important;border-radius:100%;width:30px!important;height:30px!important;top:130px!important}.course-landing-feedback .swiper-button-next:after,.course-landing-feedback .swiper-button-prev:after{text-align:center;font-size:16px!important;font-weight:700}.hero-block-swiper .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:20px}.hero-block-swiper .swiper-pagination-bullet,.landing-feedback-swiper .swiper-pagination-bullet,.plans-swiper .swiper-pagination-bullet{background-color:#cfd2ff;width:10px;height:10px;opacity:.5}@media (min-width:1200px){.plans-swiper .swiper-pagination{display:none}.plans-swiper{padding-bottom:0!important}}.hero-block-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 3px}.hero-block-swiper .swiper-pagination-bullet-active,.landing-feedback-swiper .swiper-pagination-bullet-active,.plans-swiper .swiper-pagination-bullet-active{opacity:1}.hero-block-swiper .swiper-button-next,.hero-block-swiper .swiper-button-prev{display:none}.landing-feedback-swiper{@media (min-width:1280px){padding-bottom:50px!important}}.courses-list{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}@media (max-width:768px){.courses-list{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,100%)}}#portal{color:#cfd2ff}.odd\:pr-6:nth-child(odd){padding-right:1.5rem}.hover\:cursor-not-allowed:hover{cursor:not-allowed}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:cursor-default:hover{cursor:default}.hover\:border-primary-superlight:hover{--tw-border-opacity:1;border-color:rgba(177,170,253,var(--tw-border-opacity))}.hover\:border-button-hover:hover{--tw-border-opacity:1;border-color:rgba(119,122,193,var(--tw-border-opacity))}.hover\:border-red:hover{--tw-border-opacity:1;border-color:rgba(241,120,182,var(--tw-border-opacity))}.hover\:border-60:hover{--tw-border-opacity:1;border-color:rgba(119,122,193,var(--tw-border-opacity))}.hover\:bg-red:hover{--tw-bg-opacity:1;background-color:rgba(241,120,182,var(--tw-bg-opacity))}.hover\:bg-button-hover:hover{--tw-bg-opacity:1;background-color:rgba(119,122,193,var(--tw-bg-opacity))}.hover\:bg-primary-active:hover{--tw-bg-opacity:1;background-color:rgba(82,81,133,var(--tw-bg-opacity))}.hover\:bg-90:hover{--tw-bg-opacity:1;background-color:rgba(37,36,70,var(--tw-bg-opacity))}.hover\:bg-70:hover{--tw-bg-opacity:1;background-color:rgba(82,81,133,var(--tw-bg-opacity))}.hover\:bg-red2\/80:hover{background-color:rgba(214,89,152,.8)}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-\[\#000027\]:hover{--tw-bg-opacity:1;background-color:rgba(0,0,39,var(--tw-bg-opacity))}.hover\:bg-green:hover{--tw-bg-opacity:1;background-color:rgba(42,175,146,var(--tw-bg-opacity))}.hover\:bg-greendaker:hover{--tw-bg-opacity:1;background-color:rgba(34,145,120,var(--tw-bg-opacity))}.hover\:bg-green2:hover{--tw-bg-opacity:1;background-color:rgba(41,175,145,var(--tw-bg-opacity))}.hover\:bg-primary-dark:hover{--tw-bg-opacity:1;background-color:rgba(50,49,89,var(--tw-bg-opacity))}.hover\:bg-perano:hover{--tw-bg-opacity:1;background-color:rgba(165,170,232,var(--tw-bg-opacity))}.hover\:bg-\[\#4F4E82\]:hover{--tw-bg-opacity:1;background-color:rgba(79,78,130,var(--tw-bg-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgba(56,55,98,var(--tw-bg-opacity))}.hover\:bg-greendaker\/80:hover{background-color:rgba(34,145,120,.8)}.hover\:bg-opacity-40:hover{--tw-bg-opacity:0.4}.hover\:text-primary-active:hover{--tw-text-opacity:1;color:rgba(82,81,133,var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(207,210,255,var(--tw-text-opacity))}.hover\:text-truewhite:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.hover\:text-red:hover{--tw-text-opacity:1;color:rgba(241,120,182,var(--tw-text-opacity))}.hover\:text-\[red\]:hover{--tw-text-opacity:1;color:rgba(255,0,0,var(--tw-text-opacity))}.hover\:underline:hover{text-decoration:underline}.hover\:no-underline:hover{text-decoration:none}.hover\:opacity-90:hover{opacity:.9}.hover\:opacity-40:hover{opacity:.4}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:border-white:focus{--tw-border-opacity:1;border-color:rgba(207,210,255,var(--tw-border-opacity))}.focus\:placeholder-transparent:focus::placeholder{color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-button-default:disabled{--tw-bg-opacity:1;background-color:rgba(82,81,133,var(--tw-bg-opacity))}.disabled\:text-white\/50:disabled{color:rgba(207,210,255,.5)}.disabled\:no-underline:disabled{text-decoration:none}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-100:disabled{opacity:1}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:scale-\[1\.02\]{--tw-scale-x:1.02;--tw-scale-y:1.02;transform:var(--tw-transform)}.group:hover .group-hover\:bg-\[\#777AC1\]{--tw-bg-opacity:1;background-color:rgba(119,122,193,var(--tw-bg-opacity))}.group:hover .group-hover\:text-realWhite{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.group:hover .group-hover\:opacity-50{opacity:.5}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:bg-button-hover{--tw-bg-opacity:1;background-color:rgba(119,122,193,var(--tw-bg-opacity))}.peer:checked~.peer-checked\:bg-white{--tw-bg-opacity:1;background-color:rgba(207,210,255,var(--tw-bg-opacity))}.peer:checked~.peer-checked\:text-primary-dark{--tw-text-opacity:1;color:rgba(50,49,89,var(--tw-text-opacity))}@media (min-width:640px){.sm\:my-auto{margin-top:auto;margin-bottom:auto}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-\[72px\]{height:72px}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-0{padding-left:0;padding-right:0}}@media (min-width:768px){.md\:mt-0{margin-top:0}.md\:mt-4{margin-top:1rem}.md\:mb-1{margin-bottom:.25rem}.md\:mr-\[100px\]{margin-right:100px}.md\:block{display:block}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-\[64px\]{height:64px}.md\:w-\[560px\]{width:560px}.md\:w-\[50\%\]{width:50%}.md\:max-w-\[96px\]{max-width:96px}.md\:max-w-\[560px\]{max-width:560px}.md\:max-w-\[182px\]{max-width:182px}.md\:max-w-\[287px\]{max-width:287px}.md\:max-w-\[520px\]{max-width:520px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:gap-0{gap:0}.md\:self-start{align-self:flex-start}.md\:border{border-width:1px}.md\:px-9{padding-left:2.25rem;padding-right:2.25rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:text-left{text-align:left}.md\:text-\[14px\]{font-size:14px}.md\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width:1024px){.lg\:block{display:block}.lg\:w-\[50\%\]{width:50%}.lg\:max-w-\[40\%\]{max-width:40%}.lg\:max-w-\[60\%\]{max-width:60%}.lg\:rounded-10{border-radius:.625rem}.lg\:py-\[70px\]{padding-top:70px;padding-bottom:70px}.lg\:px-\[100px\]{padding-left:100px;padding-right:100px}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-\[80px\]{font-size:80px}.lg\:text-\[50px\]{font-size:50px}}@media (min-width:1280px){.xl\:ml-4{margin-left:1rem}.xl\:mt-0{margin-top:0}.xl\:ml-12{margin-left:3rem}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:w-8\/12{width:66.666667%}.xl\:w-7\/12{width:58.333333%}.xl\:w-3\/12{width:25%}.xl\:w-6\/12{width:50%}.xl\:flex-row{flex-direction:row}.xl\:px-14{padding-left:3.5rem;padding-right:3.5rem}.xl\:text-\[40px\]{font-size:40px}.xl\:leading-\[48px\]{line-height:48px}.xl\:leading-\[36px\]{line-height:36px}.xl\:leading-\[50px\]{line-height:50px}}@media (min-width:1536px){.\32xl\:mr-6{margin-right:1.5rem}.\32xl\:mr-4{margin-right:1rem}.\32xl\:max-w-\[200px\]{max-width:200px}}@media (max-width:1279px) and (min-width:768px){.tablet\:relative{position:relative}.tablet\:bottom-\[93px\]{bottom:93px}.tablet\:left-\[15px\]{left:15px}.tablet\:top-\[310px\]{top:310px}.tablet\:left-\[63\%\]{left:63%}.tablet\:bottom-\[-120px\]{bottom:-120px}.tablet\:right-0{right:0}.tablet\:right-\[-135px\]{right:-135px}.tablet\:mb-4{margin-bottom:1rem}.tablet\:ml-0{margin-left:0}.tablet\:mr-3{margin-right:.75rem}.tablet\:mt-6{margin-top:1.5rem}.tablet\:mr-0{margin-right:0}.tablet\:mt-2{margin-top:.5rem}.tablet\:mt-10{margin-top:2.5rem}.tablet\:mb-\[36px\]{margin-bottom:36px}.tablet\:mt-\[54px\]{margin-top:54px}.tablet\:mb-\[21px\]{margin-bottom:21px}.tablet\:mr-\[12px\]{margin-right:12px}.tablet\:mb-\[44px\]{margin-bottom:44px}.tablet\:mt-\[105px\]{margin-top:105px}.tablet\:mb-\[32px\]{margin-bottom:32px}.tablet\:mb-\[54px\]{margin-bottom:54px}.tablet\:mr-\[24px\]{margin-right:24px}.tablet\:mb-\[80px\]{margin-bottom:80px}.tablet\:flex{display:flex}.tablet\:hidden{display:none}.tablet\:h-\[573px\]{height:573px}.tablet\:h-\[542px\]{height:542px}.tablet\:max-h-\[100px\]{max-height:100px}.tablet\:min-h-\[720px\]{min-height:720px}.tablet\:min-h-\[45px\]{min-height:45px}.tablet\:w-\[100\%\],.tablet\:w-full{width:100%}.tablet\:w-1\/2{width:50%}.tablet\:w-\[884px\]{width:884px}.tablet\:w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}.tablet\:w-\[126px\]{width:126px}.tablet\:w-\[255px\]{width:255px}.tablet\:w-\[275px\]{width:275px}.tablet\:w-\[517px\]{width:517px}.tablet\:w-\[55\%\]{width:55%}.tablet\:min-w-full{min-width:100%}.tablet\:max-w-\[350px\]{max-width:350px}.tablet\:flex-1{flex:1 1 0%}.tablet\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tablet\:flex-row{flex-direction:row}.tablet\:flex-col{flex-direction:column}.tablet\:flex-wrap{flex-wrap:wrap}.tablet\:items-start{align-items:flex-start}.tablet\:items-center{align-items:center}.tablet\:justify-center{justify-content:center}.tablet\:justify-between{justify-content:space-between}.tablet\:gap-4{gap:1rem}.tablet\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.tablet\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.tablet\:px-6{padding-left:1.5rem;padding-right:1.5rem}.tablet\:px-0{padding-left:0;padding-right:0}.tablet\:px-4{padding-left:1rem;padding-right:1rem}.tablet\:py-\[24px\]{padding-top:24px;padding-bottom:24px}.tablet\:px-\[32px\]{padding-left:32px;padding-right:32px}.tablet\:px-9{padding-left:2.25rem;padding-right:2.25rem}.tablet\:px-\[24px\]{padding-left:24px;padding-right:24px}.tablet\:pb-4{padding-bottom:1rem}.tablet\:pt-6{padding-top:1.5rem}.tablet\:pr-0{padding-right:0}.tablet\:pt-\[290px\]{padding-top:290px}.tablet\:pt-\[7px\]{padding-top:7px}.tablet\:pb-\[8px\]{padding-bottom:8px}.tablet\:text-center{text-align:center}.tablet\:text-\[24px\]{font-size:24px}.tablet\:text-\[18px\]{font-size:18px}.tablet\:text-\[22px\]{font-size:22px}.tablet\:text-\[20px\]{font-size:20px}.tablet\:text-\[12px\]{font-size:12px}.tablet\:text-\[32px\]{font-size:32px}.tablet\:text-\[16px\]{font-size:16px}.tablet\:text-\[26px\]{font-size:26px}.tablet\:text-\[14px\]{font-size:14px}.tablet\:font-semibold{font-weight:600}.tablet\:leading-\[28px\]{line-height:28px}.tablet\:leading-\[31px\]{line-height:31px}.tablet\:leading-\[26px\]{line-height:26px}.tablet\:leading-\[14px\]{line-height:14px}.tablet\:leading-\[38px\]{line-height:38px}.tablet\:leading-\[20px\]{line-height:20px}.tablet\:leading-\[19px\]{line-height:19px}.tablet\:leading-\[18px\]{line-height:18px}.tablet\:odd\:pr-0:nth-child(odd){padding-right:0}}@media (min-width:1280px){.desktop\:top-\[15px\]{top:15px}.desktop\:bottom-\[93px\]{bottom:93px}.desktop\:left-\[30px\]{left:30px}.desktop\:bottom-\[55px\]{bottom:55px}.desktop\:left-\[800px\]{left:800px}.desktop\:bottom-\[-48px\]{bottom:-48px}.desktop\:right-0{right:0}.desktop\:mx-auto{margin-left:auto;margin-right:auto}.desktop\:mt-12{margin-top:3rem}.desktop\:mb-\[70px\]{margin-bottom:70px}.desktop\:mb-\[12px\]{margin-bottom:12px}.desktop\:mr-\[90px\]{margin-right:90px}.desktop\:mb-\[21px\]{margin-bottom:21px}.desktop\:mr-\[12px\]{margin-right:12px}.desktop\:mb-\[44px\]{margin-bottom:44px}.desktop\:mt-\[166px\]{margin-top:166px}.desktop\:mb-\[42px\]{margin-bottom:42px}.desktop\:mb-\[64px\]{margin-bottom:64px}.desktop\:mb-\[32px\]{margin-bottom:32px}.desktop\:mb-\[80px\]{margin-bottom:80px}.desktop\:mb-\[54px\]{margin-bottom:54px}.desktop\:block{display:block}.desktop\:flex{display:flex}.desktop\:hidden{display:none}.desktop\:h-\[100px\]{height:100px}.desktop\:h-auto{height:auto}.desktop\:h-\[45px\]{height:45px}.desktop\:h-\[680px\]{height:680px}.desktop\:h-\[826px\]{height:826px}.desktop\:min-h-\[750px\]{min-height:750px}.desktop\:w-auto{width:auto}.desktop\:w-\[100px\]{width:100px}.desktop\:w-5\/12{width:41.666667%}.desktop\:w-\[884px\]{width:884px}.desktop\:w-1\/2{width:50%}.desktop\:w-full{width:100%}.desktop\:w-\[163px\]{width:163px}.desktop\:w-\[337px\]{width:337px}.desktop\:w-\[828px\]{width:828px}.desktop\:w-\[74px\]{width:74px}.desktop\:w-7\/12{width:58.333333%}.desktop\:max-w-\[1280px\]{max-width:1280px}.desktop\:max-w-\[500px\]{max-width:500px}.desktop\:flex-wrap{flex-wrap:wrap}.desktop\:justify-end{justify-content:flex-end}.desktop\:justify-between{justify-content:space-between}.desktop\:overflow-hidden{overflow:hidden}.desktop\:border-r{border-right-width:1px}.desktop\:px-8{padding-left:2rem;padding-right:2rem}.desktop\:py-1{padding-top:.25rem;padding-bottom:.25rem}.desktop\:px-\[56px\]{padding-left:56px;padding-right:56px}.desktop\:px-\[32px\]{padding-left:32px;padding-right:32px}.desktop\:px-14{padding-left:3.5rem;padding-right:3.5rem}.desktop\:py-\[16px\]{padding-top:16px;padding-bottom:16px}.desktop\:pt-\[60px\]{padding-top:60px}.desktop\:pt-\[40px\]{padding-top:40px}.desktop\:pb-\[30px\]{padding-bottom:30px}.desktop\:pt-\[360px\]{padding-top:360px}.desktop\:pt-\[7px\]{padding-top:7px}.desktop\:pb-\[8px\]{padding-bottom:8px}.desktop\:text-\[16px\]{font-size:16px}.desktop\:text-\[20px\]{font-size:20px}.desktop\:text-\[18px\]{font-size:18px}.desktop\:text-\[14px\]{font-size:14px}.desktop\:text-\[24px\]{font-size:24px}.desktop\:text-\[22px\]{font-size:22px}.desktop\:text-\[56px\]{font-size:56px}.desktop\:text-\[26px\]{font-size:26px}.desktop\:text-\[40px\]{font-size:40px}.desktop\:font-bold{font-weight:700}.desktop\:leading-\[20px\]{line-height:20px}.desktop\:leading-\[24px\]{line-height:24px}.desktop\:leading-\[22px\]{line-height:22px}.desktop\:leading-\[18px\]{line-height:18px}.desktop\:leading-\[39px\]{line-height:39px}.desktop\:leading-\[26px\]{line-height:26px}.desktop\:leading-\[68px\]{line-height:68px}.desktop\:leading-\[32px\]{line-height:32px}.desktop\:leading-\[21px\]{line-height:21px}}@media (max-width:767px){.mobile\:relative{position:relative}.mobile\:m-0{margin:0}.mobile\:mb-2{margin-bottom:.5rem}.mobile\:mb-0{margin-bottom:0}.mobile\:mt-4{margin-top:1rem}.mobile\:mt-0{margin-top:0}.mobile\:mb-4{margin-bottom:1rem}.mobile\:ml-0{margin-left:0}.mobile\:mr-3{margin-right:.75rem}.mobile\:mt-6{margin-top:1.5rem}.mobile\:mt-\[16px\]{margin-top:16px}.mobile\:mb-6{margin-bottom:1.5rem}.mobile\:mt-8{margin-top:2rem}.mobile\:mr-0{margin-right:0}.mobile\:mt-2{margin-top:.5rem}.mobile\:mb-\[32px\]{margin-bottom:32px}.mobile\:mt-\[54px\]{margin-top:54px}.mobile\:mb-\[16px\]{margin-bottom:16px}.mobile\:mb-\[12px\]{margin-bottom:12px}.mobile\:mb-\[24px\]{margin-bottom:24px}.mobile\:mb-\[29px\]{margin-bottom:29px}.mobile\:mt-\[20px\]{margin-top:20px}.mobile\:mb-\[54px\]{margin-bottom:54px}.mobile\:block{display:block}.mobile\:inline-block{display:inline-block}.mobile\:inline{display:inline}.mobile\:flex{display:flex}.mobile\:hidden{display:none}.mobile\:h-5{height:1.25rem}.mobile\:h-\[495px\]{height:495px}.mobile\:max-h-\[100px\]{max-height:100px}.mobile\:w-\[100\%\],.mobile\:w-full{width:100%}.mobile\:w-\[200px\]{width:200px}.mobile\:min-w-full{min-width:100%}.mobile\:max-w-\[216px\]{max-width:216px}.mobile\:flex-1{flex:1 1 0%}.mobile\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.mobile\:flex-row{flex-direction:row}.mobile\:flex-col{flex-direction:column}.mobile\:flex-col-reverse{flex-direction:column-reverse}.mobile\:flex-wrap{flex-wrap:wrap}.mobile\:flex-nowrap{flex-wrap:nowrap}.mobile\:items-start{align-items:flex-start}.mobile\:items-center{align-items:center}.mobile\:justify-center{justify-content:center}.mobile\:gap-1{gap:.25rem}.mobile\:gap-4{gap:1rem}.mobile\:gap-10{gap:2.5rem}.mobile\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.mobile\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.mobile\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.mobile\:rounded-\[8px\]{border-radius:8px}.mobile\:bg-90{--tw-bg-opacity:1;background-color:rgba(37,36,70,var(--tw-bg-opacity))}.mobile\:bg-230{background-size:230%}.mobile\:bg-left-top{background-position:0 0}.mobile\:px-6{padding-left:1.5rem;padding-right:1.5rem}.mobile\:px-0{padding-left:0;padding-right:0}.mobile\:px-1{padding-left:.25rem;padding-right:.25rem}.mobile\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.mobile\:py-0{padding-top:0;padding-bottom:0}.mobile\:px-4{padding-left:1rem;padding-right:1rem}.mobile\:px-\[20px\]{padding-left:20px;padding-right:20px}.mobile\:py-\[24px\]{padding-top:24px;padding-bottom:24px}.mobile\:px-\[12px\]{padding-left:12px;padding-right:12px}.mobile\:px-5{padding-left:1.25rem;padding-right:1.25rem}.mobile\:pb-4{padding-bottom:1rem}.mobile\:pt-6{padding-top:1.5rem}.mobile\:pl-0{padding-left:0}.mobile\:pl-2{padding-left:.5rem}.mobile\:pr-2{padding-right:.5rem}.mobile\:pr-0{padding-right:0}.mobile\:pt-\[9px\]{padding-top:9px}.mobile\:pb-\[10px\]{padding-bottom:10px}.mobile\:pt-\[32px\]{padding-top:32px}.mobile\:pt-\[310px\]{padding-top:310px}.mobile\:pt-\[5px\]{padding-top:5px}.mobile\:pb-\[6px\]{padding-bottom:6px}.mobile\:pb-\[32px\]{padding-bottom:32px}.mobile\:pb-\[175px\]{padding-bottom:175px}.mobile\:pt-\[44px\]{padding-top:44px}.mobile\:pt-\[25px\]{padding-top:25px}.mobile\:pr-3\.5{padding-right:.875rem}.mobile\:pr-3{padding-right:.75rem}.mobile\:text-left{text-align:left}.mobile\:text-center{text-align:center}.mobile\:text-base{font-size:1rem;line-height:1.5rem}.mobile\:text-xl{font-size:1.25rem;line-height:1.75rem}.mobile\:text-xs{font-size:.75rem;line-height:1rem}.mobile\:text-\[20px\]{font-size:20px}.mobile\:text-sm{font-size:.875rem;line-height:1.25rem}.mobile\:text-2xl{font-size:1.5rem;line-height:2rem}.mobile\:text-\[16px\]{font-size:16px}.mobile\:text-\[14px\]{font-size:14px}.mobile\:text-\[10px\]{font-size:10px}.mobile\:text-\[22px\]{font-size:22px}.mobile\:text-\[12px\]{font-size:12px}.mobile\:text-\[18px\]{font-size:18px}.mobile\:leading-\[28px\]{line-height:28px}.mobile\:leading-\[24px\]{line-height:24px}.mobile\:leading-\[22px\]{line-height:22px}.mobile\:leading-\[17px\]{line-height:17px}.mobile\:leading-\[14px\]{line-height:14px}.mobile\:leading-\[26px\]{line-height:26px}.mobile\:leading-\[27px\]{line-height:27px}.mobile\:leading-\[15px\]{line-height:15px}.mobile\:odd\:pr-0:nth-child(odd){padding-right:0}}