:root{--color-blue-01:#008bff;--color-cream:#fcecda;--color-white:#fff;--color-black:#000;--color-gray:#4d4d4d;--color-gray-darkmode:#191e27;--color-gray-body:#242424;--color-primary-blue:#008bff;--color-primary-orange:#ff8400;--color-primary-yellow:#ffb200;--color-primary-purple:#fc38ff;--color-primary-green:#2c9b82;--color-secondary-blue-02:#0064ff;--color-secondary-blue-03:#0045df;--color-secondary-blue-04:#003a81;--color-secondary-orange-02:#ff9500;--color-secondary-orange-03:#f54500;--color-secondary-orange-04:#d23600;--color-secondary-yellow-02:#ffd303;--color-secondary-yellow-03:#ebbd03;--color-secondary-yellow-04:#e57b02;--color-secondary-purple-02:#d08eed;--color-secondary-purple-03:#f071ff;--color-secondary-purple-04:#b004ff;--color-secondary-green-02:#0ba6bb;--color-secondary-green-03:#00a7b8;--color-secondary-green-04:#008a8c;--color-background-primary:var(--color-white);--color-background-secondary:var(--color-cream);--color-background-accent:var(--color-blue-01);--color-text-primary:var(--color-black);--color-text-secondary:var(--color-gray);--color-text-tertiary:var(--color-gray-body);--color-text-inverse:var(--color-white);--color-border:#e5e7eb;--animations-enabled:1;--animation-duration-fast:200ms;--animation-duration-normal:300ms;--animation-duration-slow:500ms;--animation-duration-entrance:800ms;--animation-timing-ease:ease;--animation-timing-ease-out:cubic-bezier(0.25,0.46,0.45,0.94);--animation-timing-ease-in-out:cubic-bezier(0.4,0,0.2,1);--animation-timing-bounce:cubic-bezier(0.68,-0.55,0.265,1.55);--animation-delay-1:100ms;--animation-delay-2:200ms;--animation-delay-3:300ms;--animation-delay-4:400ms;--animation-delay-5:500ms}[data-theme=dark]{--color-background-primary:var(--color-gray-darkmode);--color-background-secondary:#2d2a26;--color-background-accent:var(--color-blue-01);--color-text-primary:var(--color-white);--color-text-secondary:#d1d5db;--color-text-tertiary:#9ca3af;--color-text-inverse:var(--color-black);--color-border:#374151}@media(prefers-reduced-motion:reduce){:root{--animations-enabled:0;--animation-duration-fast:0ms;--animation-duration-normal:0ms;--animation-duration-slow:0ms;--animation-duration-entrance:0ms}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-in{opacity:0}.animate-fade-in.animate-visible{opacity:1;animation:fadeIn calc(var(--animation-duration-entrance)*var(--animations-enabled)) var(--animation-timing-ease-out) forwards}.animate-fade-in-up{opacity:0;transform:translateY(30px)}.animate-fade-in-up.animate-visible{animation:fadeInUp calc(var(--animation-duration-entrance)*var(--animations-enabled)) var(--animation-timing-ease-out) forwards}.animate-fade-in-down{opacity:0;transform:translateY(-30px)}.animate-fade-in-down.animate-visible{animation:fadeInDown calc(var(--animation-duration-entrance)*var(--animations-enabled)) var(--animation-timing-ease-out) forwards}.animate-fade-in-left{opacity:0;transform:translateX(-30px)}.animate-fade-in-left.animate-visible{animation:fadeInLeft calc(var(--animation-duration-entrance)*var(--animations-enabled)) var(--animation-timing-ease-out) forwards}.animate-fade-in-right{opacity:0;transform:translateX(30px)}.animate-fade-in-right.animate-visible{animation:fadeInRight calc(var(--animation-duration-entrance)*var(--animations-enabled)) var(--animation-timing-ease-out) forwards}.animate-scale-in{opacity:0;transform:scale(.9)}.animate-scale-in.animate-visible{animation:scaleIn calc(var(--animation-duration-entrance)*var(--animations-enabled)) var(--animation-timing-ease-out) forwards}.animate-slide-in-up{opacity:0;transform:translateY(50px)}.animate-slide-in-up.animate-visible{animation:slideInUp calc(var(--animation-duration-entrance)*var(--animations-enabled)) var(--animation-timing-ease-out) forwards}.animate-slide-in-down{opacity:0;transform:translateY(-50px)}.animate-slide-in-down.animate-visible{animation:slideInDown calc(var(--animation-duration-entrance)*var(--animations-enabled)) var(--animation-timing-ease-out) forwards}.animate-bounce-in{opacity:0;transform:scale(.3)}.animate-bounce-in.animate-visible{animation:bounceIn calc(var(--animation-duration-entrance)*var(--animations-enabled)) var(--animation-timing-bounce) forwards}.animate-delay-1{animation-delay:calc(var(--animation-delay-1)*var(--animations-enabled))}.animate-delay-2{animation-delay:calc(var(--animation-delay-2)*var(--animations-enabled))}.animate-delay-3{animation-delay:calc(var(--animation-delay-3)*var(--animations-enabled))}.animate-delay-4{animation-delay:calc(var(--animation-delay-4)*var(--animations-enabled))}.animate-delay-5{animation-delay:calc(var(--animation-delay-5)*var(--animations-enabled))}.animate-button{transition:all calc(var(--animation-duration-fast)*var(--animations-enabled)) var(--animation-timing-ease-out)}.animate-button:hover:not(:disabled){transform:translateY(calc(-2px * var(--animations-enabled)));box-shadow:0 4px 12px rgba(0,139,255,.25)}.animate-button:active:not(:disabled){transform:translateY(calc(1px * var(--animations-enabled)));transition-duration:calc(var(--animation-duration-fast)*.5*var(--animations-enabled))}.animate-card{transition:transform calc(var(--animation-duration-normal)*var(--animations-enabled)) var(--animation-timing-ease-out),box-shadow calc(var(--animation-duration-normal)*var(--animations-enabled)) var(--animation-timing-ease-out)}.animate-card:hover{transform:translateY(calc(-6px * var(--animations-enabled)));box-shadow:0 12px 30px rgba(0,0,0,.1)}.animate-smooth{transition:all calc(var(--animation-duration-normal)*var(--animations-enabled)) var(--animation-timing-ease-out)}.animate-fast{transition:all calc(var(--animation-duration-fast)*var(--animations-enabled)) var(--animation-timing-ease-out)}.animate-slow{transition:all calc(var(--animation-duration-slow)*var(--animations-enabled)) var(--animation-timing-ease-out)}
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.form-input,.form-multiselect,.form-select,.form-textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}.form-input:focus,.form-multiselect:focus,.form-select:focus,.form-textarea:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-select:where([size]:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding:.2222222em .4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-left:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-blue{--tw-prose-links:#2563eb;--tw-prose-invert-links:#3b82f6}@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");*,body{margin:0;padding:0}#__next,body,html{width:100%;height:100%;min-height:100%}.hero-banner,.hero-banner img{width:100%!important}@media (min-width:1024px){.hero-banner,.hero-banner img{height:100%!important;width:auto!important;max-width:none!important}}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{right:0;left:0}.inset-0,.inset-y-0{top:0;bottom:0}.top-32{top:8rem}.top-0{top:0}.right-0{right:0}.top-12{top:3rem}.left-full{left:100%}.top-1\/2{top:50%}.right-full{right:100%}.bottom-12{bottom:3rem}.top-24{top:6rem}.top-4{top:1rem}.right-4{right:1rem}.top-\[14px\]{top:14px}.left-4{left:1rem}.top-\[2px\]{top:2px}.left-0{left:0}.top-\[112\%\]{top:112%}.top-\[1px\]{top:1px}.top-6{top:1.5rem}.left-1\/2{left:50%}.top-14{top:3.5rem}.right-1\/2{right:50%}.top-8{top:2rem}.bottom-0{bottom:0}.top-\[calc\(50\%\+75px\)\]{top:calc(50% + 75px)}.-z-10{z-index:-10}.z-\[999999999999\]{z-index:999999999999}.z-10{z-index:10}.float-left{float:left}.m-0{margin:0}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-4{margin-left:1rem;margin-right:1rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mt-8{margin-top:2rem}.mb-5{margin-bottom:1.25rem}.mb-3{margin-bottom:.75rem}.mt-6{margin-top:1.5rem}.mb-4{margin-bottom:1rem}.mb-2{margin-bottom:.5rem}.mt-4{margin-top:1rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.ml-2{margin-left:.5rem}.mt-10{margin-top:2.5rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-3{margin-top:.75rem}.mt-12{margin-top:3rem}.mt-1{margin-top:.25rem}.ml-3{margin-left:.75rem}.mb-20{margin-bottom:5rem}.-mt-20{margin-top:-5rem}.-mr-20{margin-right:-5rem}.ml-\[8px\]{margin-left:8px}.mt-0\.5{margin-top:.125rem}.mt-0{margin-top:0}.mt-14{margin-top:3.5rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mb-8{margin-bottom:2rem}.-mr-3{margin-right:-.75rem}.-mr-40{margin-right:-10rem}.-mb-6{margin-bottom:-1.5rem}.mb-10{margin-bottom:2.5rem}.ml-auto{margin-left:auto}.mt-20{margin-top:5rem}.-ml-3{margin-left:-.75rem}.-mt-72{margin-top:-18rem}.mt-\[24px\]{margin-top:24px}.mb-\[12px\]{margin-bottom:12px}.mb-\[8px\]{margin-bottom:8px}.mt-\[0px\]{margin-top:0}.ml-\[14px\]{margin-left:14px}.mt-auto{margin-top:auto}.mb-\[14px\]{margin-bottom:14px}.mb-\[24px\]{margin-bottom:24px}.mb-\[48px\]{margin-bottom:48px}.mt-\[8px\]{margin-top:8px}.mt-\[14px\]{margin-top:14px}.mt-\[47px\]{margin-top:47px}.mt-\[19px\]{margin-top:19px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.h-4{height:1rem}.h-6{height:1.5rem}.h-full{height:100%}.h-5{height:1.25rem}.h-12{height:3rem}.h-\[220px\]{height:220px}.h-\[20px\]{height:20px}.h-\[24px\]{height:24px}.h-screen{height:100vh}.h-\[85vh\]{height:85vh}.h-8{height:2rem}.h-px{height:1px}.h-\[35px\]{height:35px}.h-\[123px\]{height:123px}.h-\[50px\]{height:50px}.h-\[32px\]{height:32px}.max-h-\[32px\]{max-height:32px}.max-h-\[78px\]{max-height:78px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.min-h-\[35px\]{min-height:35px}.min-h-\[32px\]{min-height:32px}.min-h-\[calc\(100vh-96px\)\]{min-height:calc(100vh - 96px)}.min-h-\[242px\]{min-height:242px}.w-4{width:1rem}.w-full{width:100%}.w-6{width:1.5rem}.w-5{width:1.25rem}.w-12{width:3rem}.w-\[20px\]{width:20px}.w-\[24px\]{width:24px}.w-screen{width:100vw}.w-8{width:2rem}.w-64{width:16rem}.w-1\/4{width:25%}.w-1\/3{width:33.333333%}.w-1\/2{width:50%}.w-\[35px\]{width:35px}.w-fit{width:-moz-fit-content;width:fit-content}.w-\[50px\]{width:50px}.w-\[32px\]{width:32px}.min-w-full{min-width:100%}.min-w-\[50px\]{min-width:50px}.min-w-\[32px\]{min-width:32px}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-7xl{max-width:80rem}.max-w-3xl{max-width:48rem}.max-w-prose{max-width:65ch}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.max-w-\[300px\]{max-width:300px}.max-w-lg{max-width:32rem}.max-w-sm{max-width:24rem}.max-w-\[32px\]{max-width:32px}.max-w-\[820px\]{max-width:820px}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.translate-x-32{--tw-translate-x:8rem}.-translate-x-32,.translate-x-32{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-32{--tw-translate-x:-8rem}.-translate-y-1\/2,.translate-y-\[-50\%\]{--tw-translate-y:-50%}.-translate-y-1\/2,.scale-95,.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-\[544px_1fr\]{grid-template-columns:544px 1fr}.grid-cols-\[repeat\(auto-fill\2c minmax\(183px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(183px,1fr))}.grid-cols-\[repeat\(2\2c 1fr\)\]{grid-template-columns:repeat(2,1fr)}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-4{gap:1rem}.gap-12{gap:3rem}.gap-8{gap:2rem}.gap-\[8px\]{gap:8px}.gap-2{gap:.5rem}.gap-\[10px\]{gap:10px}.gap-\[14px\]{gap:14px}.gap-\[0px\]{gap:0}.gap-\[4px\]{gap:4px}.gap-y-6{row-gap:1.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-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-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-2xl{border-radius:1rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-\[10px\]{border-radius:10px}.rounded-xl{border-radius:.75rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[6px\]{border-radius:6px}.rounded-\[28px\]{border-radius:28px}.rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.border{border-width:1px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.border-primary-500{--tw-border-opacity:1;border-color:rgb(0 112 255/var(--tw-border-opacity))}.border-igluuGray-300{--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity))}.\!border-red-500{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity))!important}.border-r-transparent{border-right-color:transparent}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(0 112 255/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.bg-\[\#B0D3FF\]{--tw-bg-opacity:1;background-color:rgb(176 211 255/var(--tw-bg-opacity))}.bg-\[\#FCECEC\]{--tw-bg-opacity:1;background-color:rgb(252 236 236/var(--tw-bg-opacity))}.bg-secondary-100{--tw-bg-opacity:1;background-color:rgb(255 241 210/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(230 241 255/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-igluuGray-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.bg-\[\#fcecec\]{--tw-bg-opacity:1;background-color:rgb(252 236 236/var(--tw-bg-opacity))}.bg-opacity-25{--tw-bg-opacity:0.25}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.bg-\[url\(\'\/images\/topBrokers\/finishForm\.webp\'\)\]{background-image:url(/images/topBrokers/finishForm.webp)}.from-primary-300\/80{--tw-gradient-from:rgba(102,168,255,.8);--tw-gradient-to:rgba(102,168,255,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-primary-600{--tw-gradient-to:#0058cc}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.fill-\[\#003366\]{fill:#036}.fill-\[\#0099CC\]{fill:#09c}.fill-white{fill:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-2{padding:.5rem}.p-6{padding:1.5rem}.p-10{padding:2.5rem}.p-4{padding:1rem}.p-\[10px\]{padding:10px}.p-\[6px\]{padding:6px}.p-5{padding:1.25rem}.p-1{padding:.25rem}.p-\[24px_32px\]{padding:24px 32px}.p-3{padding:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.px-\[16px\]{padding-left:16px;padding-right:16px}.pl-8{padding-left:2rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pb-2{padding-bottom:.5rem}.pt-10{padding-top:2.5rem}.pl-4{padding-left:1rem}.pb-3{padding-bottom:.75rem}.pl-\[50px\]{padding-left:50px}.pr-2{padding-right:.5rem}.pt-8{padding-top:2rem}.pt-12{padding-top:3rem}.pb-6{padding-bottom:1.5rem}.pr-6{padding-right:1.5rem}.pb-4{padding-bottom:1rem}.pt-2{padding-top:.5rem}.pb-\[48px\]{padding-bottom:48px}.pb-\[24px\]{padding-bottom:24px}.pt-\[24px\]{padding-top:24px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.text-base{font-size:1rem;line-height:1.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem}.text-lg,.text-xl{line-height:1.75rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-\[14px\]{font-size:14px}.text-\[11px\]{font-size:11px}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[16px\]{font-size:16px}.text-\[20px\]{font-size:20px}.text-\[28px\]{font-size:28px}.text-\[22px\]{font-size:22px}.text-\[12px\]{font-size:12px}.text-\[18px\]{font-size:18px}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-extrabold{font-weight:800}.font-normal{font-weight:400}.font-light{font-weight:300}.font-\[14px\]{font-weight:14px}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-8{line-height:2rem}.leading-6{line-height:1.5rem}.leading-\[130\%\]{line-height:130%}.leading-\[135\%\]{line-height:135%}.leading-\[105\%\]{line-height:105%}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-\[-1\.28px\]{letter-spacing:-1.28px}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-primary-500{--tw-text-opacity:1;color:rgb(0 112 255/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.text-secondary-500{--tw-text-opacity:1;color:rgb(255 184 28/var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-primary-100{--tw-text-opacity:1;color:rgb(204 226 255/var(--tw-text-opacity))}.text-primary-300{--tw-text-opacity:1;color:rgb(102 168 255/var(--tw-text-opacity))}.text-primary-600{--tw-text-opacity:1;color:rgb(0 88 204/var(--tw-text-opacity))}.text-igluuGray-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity))}.text-igluuGray-700{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity))}.text-\[\#262626\]{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity))}.text-opacity-40{--tw-text-opacity:0.4}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-lg,.shadow-sm{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 -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.08\)\2c 0px_1px_3px_0px_rgba\(255\2c 255\2c 255\2c 0\)\]{--tw-shadow:0px 1px 4px 0px rgba(0,0,0,.08),0px 1px 3px 0px hsla(0,0%,100%,0);--tw-shadow-colored:0px 1px 4px 0px var(--tw-shadow-color),0px 1px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.ring-opacity-60{--tw-ring-opacity:0.6}.ring-offset-2{--tw-ring-offset-width:2px}.ring-offset-primary-400{--tw-ring-offset-color:#338bff}.blur{--tw-blur:blur(8px)}.blur,.filter{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)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-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-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-150{transition-duration:.15s}.duration-100{transition-duration:.1s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.checked\:border-primary-500:checked{--tw-border-opacity:1;border-color:rgb(0 112 255/var(--tw-border-opacity))}.checked\:bg-primary-500:checked{--tw-bg-opacity:1;background-color:rgb(0 112 255/var(--tw-bg-opacity))}.invalid\:\!border-red-500:invalid{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity))!important}.invalid\:ring-1:invalid{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.invalid\:\!ring-red-500:invalid{--tw-ring-opacity:1!important;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))!important}.hover\:border-primary-500:hover{--tw-border-opacity:1;border-color:rgb(0 112 255/var(--tw-border-opacity))}.hover\:bg-primary-600:hover{--tw-bg-opacity:1;background-color:rgb(0 88 204/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-primary-50:hover{--tw-bg-opacity:1;background-color:rgb(230 241 255/var(--tw-bg-opacity))}.hover\:bg-white\/\[0\.12\]:hover{background-color:hsla(0,0%,100%,.12)}.hover\:\!bg-black:hover{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important}.hover\:bg-\[\#B0D3FF\]:hover{--tw-bg-opacity:1;background-color:rgb(176 211 255/var(--tw-bg-opacity))}.hover\:fill-primary-50:hover{fill:#e6f1ff}.hover\:text-primary-600:hover{--tw-text-opacity:1;color:rgb(0 88 204/var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.checked\:hover\:border-primary-500:hover:checked{--tw-border-opacity:1;border-color:rgb(0 112 255/var(--tw-border-opacity))}.checked\:hover\:bg-primary-500:hover:checked{--tw-bg-opacity:1;background-color:rgb(0 112 255/var(--tw-bg-opacity))}.focus\:border-primary-500:focus{--tw-border-opacity:1;border-color:rgb(0 112 255/var(--tw-border-opacity))}.focus\:\!border-red-500:focus{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity))!important}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-primary-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(0 112 255/var(--tw-ring-opacity))}.focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity))}.focus\:\!ring-red-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))!important}.focus\:ring-gray-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(17 24 39/var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.checked\:focus\:border-primary-500:focus:checked{--tw-border-opacity:1;border-color:rgb(0 112 255/var(--tw-border-opacity))}.checked\:focus\:bg-primary-500:focus:checked{--tw-bg-opacity:1;background-color:rgb(0 112 255/var(--tw-bg-opacity))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:border-primary-500{--tw-border-opacity:1;border-color:rgb(0 112 255/var(--tw-border-opacity))}.group:hover .group-hover\:\!border-red-500{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity))!important}.group:hover .group-hover\:opacity-75{opacity:.75}.group:hover .group-hover\:ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.group:hover .group-hover\:ring-primary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(0 112 255/var(--tw-ring-opacity))}.group:hover .group-hover\:\!ring-red-500{--tw-ring-opacity:1!important;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))!important}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-50{opacity:.5}.dark .dark\:block{display:block}.dark .dark\:hidden{display:none}.dark .dark\:divide-zinc-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(63 63 70/var(--tw-divide-opacity))}.dark .dark\:border-zinc-600{--tw-border-opacity:1;border-color:rgb(82 82 91/var(--tw-border-opacity))}.dark .dark\:border-primary-500{--tw-border-opacity:1;border-color:rgb(0 112 255/var(--tw-border-opacity))}.dark .dark\:border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.dark .dark\:border-neutral-700{--tw-border-opacity:1;border-color:rgb(64 64 64/var(--tw-border-opacity))}.dark .dark\:\!border-red-500{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity))!important}.dark .dark\:border-igluuGray-600{--tw-border-opacity:1;border-color:rgb(82 82 82/var(--tw-border-opacity))}.dark .dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark .dark\:bg-zinc-800{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity))}.dark .dark\:bg-inherit{background-color:inherit}.dark .dark\:bg-zinc-800\/30{background-color:rgba(39,39,42,.3)}.dark .dark\:bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.dark .dark\:bg-\[\#FCECEC\]{--tw-bg-opacity:1;background-color:rgb(252 236 236/var(--tw-bg-opacity))}.dark .dark\:bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity))}.dark .dark\:bg-other-1{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark .dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark .dark\:bg-other-0{--tw-bg-opacity:1;background-color:rgb(35 60 93/var(--tw-bg-opacity))}.dark .dark\:bg-igluuGray-700{--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity))}.dark .dark\:bg-\[\#7C2222\]{--tw-bg-opacity:1;background-color:rgb(124 34 34/var(--tw-bg-opacity))}.dark .dark\:fill-igluuGray-300{fill:#d4d4d4}.dark .dark\:fill-\[\#262626\]{fill:#262626}.dark .dark\:fill-\[\#621919\]{fill:#621919}.dark .dark\:fill-\[\#fff\]{fill:#fff}.dark .dark\:text-zinc-200{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity))}.dark .dark\:text-zinc-300{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity))}.dark .dark\:text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.dark .dark\:text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.dark .dark\:text-zinc-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.dark .dark\:text-zinc-100{--tw-text-opacity:1;color:rgb(244 244 245/var(--tw-text-opacity))}.dark .dark\:text-primary-300{--tw-text-opacity:1;color:rgb(102 168 255/var(--tw-text-opacity))}.dark .dark\:text-igluuGray-400,.dark .dark\:text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity))}.dark .dark\:text-igluuGray-200{--tw-text-opacity:1;color:rgb(229 229 229/var(--tw-text-opacity))}.dark .dark\:text-igluuGray-100{--tw-text-opacity:1;color:rgb(245 245 245/var(--tw-text-opacity))}.dark .dark\:text-igluuBlue-600{--tw-text-opacity:1;color:rgb(0 102 232/var(--tw-text-opacity))}.dark .dark\:text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark .dark\:text-igluuGray-300{--tw-text-opacity:1;color:rgb(212 212 212/var(--tw-text-opacity))}.dark .dark\:checked\:\!bg-primary-500:checked{--tw-bg-opacity:1!important;background-color:rgb(0 112 255/var(--tw-bg-opacity))!important}.dark .dark\:hover\:bg-zinc-700\/30:hover{background-color:rgba(63,63,70,.3)}.dark .dark\:hover\:bg-other-0:hover{--tw-bg-opacity:1;background-color:rgb(35 60 93/var(--tw-bg-opacity))}.dark .dark\:hover\:\!bg-other-0:hover{--tw-bg-opacity:1!important;background-color:rgb(35 60 93/var(--tw-bg-opacity))!important}.dark .dark\:hover\:bg-\[\#304c72\]:hover{--tw-bg-opacity:1;background-color:rgb(48 76 114/var(--tw-bg-opacity))}.dark .dark\:hover\:fill-other-0:hover{fill:#233c5d}.dark .dark\:hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.dark .dark\:hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.dark .dark\:focus\:\!border-red-500:focus{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity))!important}.dark .dark\:focus\:\!ring-red-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))!important}.dark .group:hover .dark\:group-hover\:\!border-red-500{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity))!important}.dark .group:hover .dark\:group-hover\:\!ring-red-500{--tw-ring-opacity:1!important;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))!important}@media (min-width:640px){.sm\:absolute{position:absolute}.sm\:relative{position:relative}.sm\:right-4{right:1rem}.sm\:bottom-4{bottom:1rem}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:mt-20{margin-top:5rem}.sm\:mb-20{margin-bottom:5rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mt-28{margin-top:7rem}.sm\:-mt-32{margin-top:-8rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-\[32px\]{margin-top:32px}.sm\:mt-\[8px\]{margin-top:8px}.sm\:ml-\[0px\]{margin-left:0}.sm\:block{display:block}.sm\:h-\[59px\]{height:59px}.sm\:h-\[42px\]{height:42px}.sm\:max-h-\[59px\]{max-height:59px}.sm\:w-\[186px\]{width:186px}.sm\:w-\[58px\]{width:58px}.sm\:w-\[42px\]{width:42px}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-5xl{max-width:64rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-\[58px\]{max-width:58px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-\[repeat\(auto-fill\2c minmax\(162px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(162px,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-center{justify-content:center}.sm\:gap-\[24px\]{gap:24px}.sm\:gap-0{gap:0}.sm\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.sm\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.sm\:p-10{padding:2.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:py-\[16px\]{padding-top:16px;padding-bottom:16px}.sm\:px-\[28px\]{padding-left:28px;padding-right:28px}.sm\:pt-12{padding-top:3rem}.sm\:pr-4{padding-right:1rem}.sm\:text-center{text-align:center}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-\[18px\]{font-size:18px}.sm\:text-\[22px\]{font-size:22px}.sm\:text-\[36px\]{font-size:36px}.sm\:text-\[28px\]{font-size:28px}.sm\:text-\[16px\]{font-size:16px}.sm\:text-\[20px\]{font-size:20px}}@media (min-width:768px){.md\:relative{position:relative}.md\:mt-0{margin-top:0}.md\:mb-\[16\]{margin-bottom:16}.md\:mt-\[48px\]{margin-top:48px}.md\:mb-\[24px\]{margin-bottom:24px}.md\:mt-\[24px\]{margin-top:24px}.md\:block{display:block}.md\:inline{display:inline}.md\:hidden{display:none}.md\:h-\[68px\]{height:68px}.md\:w-1\/2{width:50%}.md\:w-\[186px\]{width:186px}.md\:w-\[68px\]{width:68px}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-\[repeat\(auto-fill\2c minmax\(224px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(224px,1fr))}.md\:flex-col{flex-direction:column}.md\:justify-center{justify-content:center}.md\:gap-\[48px\]{gap:48px}.md\:gap-\[24px\]{gap:24px}.md\:pt-\[48px\]{padding-top:48px}.md\:pb-\[48px\]{padding-bottom:48px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[48px\]{font-size:48px}.md\:text-\[40px\]{font-size:40px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[14px\]{font-size:14px}.md\:tracking-\[-2\.4px\]{letter-spacing:-2.4px}}@media (min-width:1024px){.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:inset-y-0{top:0;bottom:0}.lg\:right-0{right:0}.lg\:left-80{left:20rem}.lg\:left-0{left:0}.lg\:order-2{order:2}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-start-1{grid-column-start:1}.lg\:col-start-2{grid-column-start:2}.lg\:row-start-1{grid-row-start:1}.lg\:m-0{margin:0}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mt-28{margin-top:7rem}.lg\:mt-0{margin-top:0}.lg\:mt-12{margin-top:3rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-\[48px\]{margin-top:48px}.lg\:mb-\[0px\]{margin-bottom:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-full{height:100%}.lg\:h-\[92px\]{height:92px}.lg\:h-\[456px\]{height:456px}.lg\:h-\[78px\]{height:78px}.lg\:w-full{width:100%}.lg\:w-1\/4{width:25%}.lg\:w-3\/4{width:75%}.lg\:w-1\/2{width:50%}.lg\:w-auto{width:auto}.lg\:w-\[117px\]{width:117px}.lg\:w-fit{width:-moz-fit-content;width:fit-content}.lg\:w-\[78px\]{width:78px}.lg\:max-w-7xl{max-width:80rem}.lg\:max-w-none{max-width:none}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-\[repeat\(auto-fill\2c minmax\(300px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:justify-between{justify-content:space-between}.lg\:gap-16{gap:4rem}.lg\:gap-10{gap:2.5rem}.lg\:gap-24{gap:6rem}.lg\:gap-4{gap:1rem}.lg\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.lg\: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)))}.lg\:rounded-\[5px\]{border-radius:5px}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-72{padding-top:18rem;padding-bottom:18rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:px-\[80px\]{padding-left:80px;padding-right:80px}.lg\:pl-12{padding-left:3rem}.lg\:text-center{text-align:center}.lg\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.dark .hover\:dark\:lg\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}}@media (max-width:1180px){.maxWidth-1180\:top-\[initial\]{top:auto}.maxWidth-1180\:mt-\[24px\]{margin-top:24px}.maxWidth-1180\:block{display:block}.maxWidth-1180\:flex{display:flex}.maxWidth-1180\:hidden{display:none}.maxWidth-1180\:min-h-\[initial\]{min-height:auto}.maxWidth-1180\:translate-y-\[initial\]{--tw-translate-y:initial;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.maxWidth-1180\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.maxWidth-1180\:items-center{align-items:center}.maxWidth-1180\:justify-center{justify-content:center}}.dark .\[\&_\.font-bold\]\:dark\:text-zinc-200 .font-bold,.dark .\[\&_b\]\:dark\:text-zinc-200 b,.dark .\[\&_strong\]\:dark\:text-zinc-200 strong{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity))}.dark .\[\&\>span\]\:dark\:text-igluuGray-400>span{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity))}.Button_button__pEglV{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid transparent;outline:0;font-family:var(--font-gangsta);font-weight:var(--font-weight-medium);text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:5px}.Button_button__pEglV:focus-visible{outline:2px solid var(--color-blue-01);outline-offset:2px}.Button_button__pEglV:disabled,.Button_button__pEglV[aria-disabled=true]{cursor:not-allowed;pointer-events:none;opacity:.6}.Button_button--xs__3qdlt{height:24px;padding:0 12px;font-size:12px;line-height:1}.Button_button--sm__gKkeJ{height:32px;padding:0 12px;font-size:12px;line-height:1.2}.Button_button--md__G9suu{height:40px;padding:0 20px;font-size:14px;line-height:1.4}.Button_button--lg__MjUax{height:48px;padding:0 24px;font-size:16px;line-height:1.4}.Button_button--xl__8wWkc{height:56px;padding:0 32px;font-size:18px;line-height:1.4}.Button_button--full-width__gPRt_{width:100%}.Button_button--justify-space-between__dtf6V{justify-content:space-between}.Button_button--filled__j1UwH{background:var(--color-blue-01);color:var(--color-white);border:1px solid var(--color-blue-01)}.Button_button--filled__j1UwH:hover:not(:disabled){background:#0078e6;border-color:#0078e6}.Button_button--filled__j1UwH:active:not(:disabled){background:#06c;border-color:#06c}.Button_button--filled__j1UwH:disabled{background:#b3d9ff;border-color:#b3d9ff;color:#fff}.Button_button--white__QiO0E{background:#fff;color:var(--color-blue-01);border:1px solid #fff}.Button_button--white__QiO0E:hover:not(:disabled){background:#f0f8ff;border-color:#f0f8ff}.Button_button--white__QiO0E:active:not(:disabled){background:#e6f3ff;border-color:#e6f3ff}.Button_button--outline__8oSAE{background:transparent;color:var(--color-blue-01);border:1px solid var(--color-blue-01)}.Button_button--outline__8oSAE:hover:not(:disabled){background:#f0f8ff;border-color:#0078e6;color:#0078e6}.Button_button--outline__8oSAE:active:not(:disabled){background:#e6f3ff;border-color:#06c;color:#06c}.Button_button--outline__8oSAE:disabled{background:#fff;border-color:#b3d9ff;color:#b3d9ff}.Button_inner__crbY1{display:flex;align-items:center;justify-content:center;flex:1}.Button_leftSection__x5DMU{display:flex;align-items:center;margin-right:8px}.Button_rightSection__8Ev2g{display:flex;align-items:center;margin-left:8px}.Button_loadingText__oOri4{margin-left:8px}.Footer_footer___yela{padding:26px 20px;background:var(--color-cream);color:var(--color-gray-body);font-family:var(--font-gangsta)}.Footer_container__nLTTx{display:flex;flex-direction:column;gap:10px;max-width:759px;margin:0 auto}@media(min-width:768px){.Footer_container__nLTTx{gap:36px}}.Footer_content__cmmkE{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:10px}@media(min-width:768px){.Footer_content__cmmkE{gap:26px}}.Footer_contacts__4MLxk{display:flex;flex-direction:column;gap:4px;font-size:12px;grid-column:1/2;grid-row:1}.Footer_contacts__item__cIrtV{display:flex;align-items:center;flex-wrap:nowrap;gap:4px}.Footer_pages__Qzuhd{display:flex;gap:8px;font-size:12px;font-weight:500;grid-column:2/3;grid-row:1}@media(min-width:769px){.Footer_pages__Qzuhd{flex-direction:column}}.Footer_buttons__z_97I{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:20px;grid-column:3/4;grid-row:1}.Footer_legal__fHPwU{grid-column:3/4;grid-row:2;display:flex;flex-direction:column;gap:2px;font-size:9px}@media(max-width:768px){.Footer_content__cmmkE{grid-template-columns:1fr;grid-template-rows:repeat(4,auto)}.Footer_buttons__z_97I,.Footer_contacts__4MLxk,.Footer_pages__Qzuhd{grid-column:1}.Footer_contacts__4MLxk{grid-row:1}.Footer_pages__Qzuhd{grid-row:2}.Footer_buttons__z_97I{grid-row:3;gap:12px}.Footer_legal__fHPwU{grid-column:1;grid-row:4}}[data-theme=dark] .Logo_logo__LWS_o{fill:#fff}.Header_headerWrapper__B4ZrC{position:sticky;top:0;z-index:10;background:var(--color-background-primary)}.Header_header___KqTW{position:relative;margin:0 auto;display:flex;max-width:1200px;align-items:center;justify-content:space-between;padding:14px 20px;font-family:var(--font-gangsta)}.Header_headerContent__7H6v4{display:flex;flex:1;align-items:center}.Header_headerInner__o8Jq3{flex-grow:1;justify-content:space-between}.Header_headerInner__o8Jq3,.Header_mobileMenuContainer__ga3Ue{display:flex;align-items:center}@media(min-width:1024px){.Header_mobileMenuContainer__ga3Ue{display:none}}.Header_burger__iasAa{width:45px;height:45px;flex-shrink:0;border-radius:2px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--color-blue-01);border:1px solid var(--color-blue-01);color:var(--color-white);transition:all .2s ease}.Header_burger__iasAa:hover{opacity:.9}.Header_burger__iasAa:focus{outline:none;box-shadow:0 0 0 2px var(--color-blue-01)}.Header_desktopMenu__cLqOW{display:none;align-items:center;flex-shrink:0;gap:32px}@media(min-width:1024px){.Header_desktopMenu__cLqOW{display:flex}}.Header_navLink__t1qBv{font-weight:500;color:var(--color-gray-body);text-decoration:none;transition:all .2s ease;font-size:12px}[data-theme=dark] .Header_navLink__t1qBv{color:var(--color-white)}.Header_navLink__t1qBv:hover{opacity:.8;text-decoration:underline}.Header_mobilePanel__k6LfH{position:absolute;left:0;right:0;top:0;z-index:10;transform-origin:top right;padding:.5rem;transition:all .15s ease-out}@media(min-width:1024px){.Header_mobilePanel__k6LfH{display:none}}.Header_mobilePanel__k6LfH.Header_entering__bJq6A{opacity:0;transform:scale(.95)}.Header_mobilePanel__k6LfH.Header_entered__e65gr{opacity:1;transform:scale(1)}.Header_mobilePanel__k6LfH.Header_exiting__sIIyq{opacity:1;transform:scale(1);transition:all .1s ease-in}.Header_mobilePanel__k6LfH.Header_exited__oxRMB{opacity:0;transform:scale(.95);transition:all .1s ease-in}.Header_mobilePanelContent__TNuSq{overflow:hidden;border-radius:.5rem;background-color:var(--color-background-primary);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05)}.Header_mobilePanelHeader__19QGx{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1rem}.Header_mobileCloseButton__PWEKk{margin-right:-.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;background-color:var(--color-background-primary);padding:.75rem;color:var(--color-text-secondary);border:none;cursor:pointer;transition:all .2s ease}.Header_mobileCloseButton__PWEKk:hover{background-color:var(--color-border)}.Header_mobileCloseButton__PWEKk:focus{outline:none;box-shadow:0 0 0 2px var(--color-blue-01)}.Header_mobileNavLinks__d9f9D{padding:.5rem .5rem 1rem;display:flex;flex-direction:column;gap:.25rem}.Header_mobileNavLink__usoSd{display:block;border-radius:.375rem;padding:.75rem;font-size:1rem;font-weight:500;color:var(--color-text-primary);text-decoration:none;transition:all .2s ease}.Header_mobileNavLink__usoSd:hover{background-color:var(--color-border);color:var(--color-text-primary)}.Header_mobileLoginSection__qgW6k{padding:1rem;border-top:1px solid var(--color-border)}.Header_mobileLoginLink__BNA2z{text-decoration:none}.Header_iconSm__wz3SH{height:1.25rem;width:1.25rem}.Header_iconMd__zrF6i{height:1.5rem;width:1.5rem}.Header_iconWithMargin__RwTSr{margin-right:.5rem}.Header_srOnly__MJlno{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}