@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}[data-controller~=shared--dropzone] .dropzone,[data-controller~=shared--dropzone] .dropzone *{box-sizing:border-box}[data-controller~=shared--dropzone] .dropzone{background:#fff;border:2px solid rgba(0,0,0,.3);min-height:150px;overflow:hidden;padding:20px}[data-controller~=shared--dropzone] .dropzone.dz-clickable{cursor:pointer}[data-controller~=shared--dropzone] .dropzone.dz-clickable *{cursor:default}[data-controller~=shared--dropzone] .dropzone.dz-clickable .dz-message,[data-controller~=shared--dropzone] .dropzone.dz-clickable .dz-message *{cursor:pointer}[data-controller~=shared--dropzone] .dropzone.dz-started .dz-message{display:none}[data-controller~=shared--dropzone] .dropzone.dz-drag-hover{border-style:solid}[data-controller~=shared--dropzone] .dropzone.dz-drag-hover .dz-message{opacity:.5}[data-controller~=shared--dropzone] .dropzone .dz-message{margin:2em 0;text-align:center}[data-controller~=shared--dropzone] .dropzone .dz-message .dz-button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;outline:inherit;padding:0}[data-controller~=shared--dropzone] .dropzone .dz-preview{display:inline-block;margin:16px;min-height:100px;position:relative;vertical-align:top}[data-controller~=shared--dropzone] .dropzone .dz-preview:hover{z-index:1000}[data-controller~=shared--dropzone] .dropzone .dz-preview.dz-file-preview .dz-image{background:#999;background:linear-gradient(180deg,#eee,#ddd);border-radius:20px}[data-controller~=shared--dropzone] .dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}[data-controller~=shared--dropzone] .dropzone .dz-preview.dz-image-preview{background:#fff}[data-controller~=shared--dropzone] .dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-remove{border:none;cursor:pointer;display:block;font-size:14px;text-align:center}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-remove:hover{-webkit-text-decoration:underline;text-decoration:underline}[data-controller~=shared--dropzone] .dropzone .dz-preview:hover .dz-details{opacity:1}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-details{color:rgba(0,0,0,.9);font-size:13px;left:0;line-height:150%;max-width:100%;min-width:100%;opacity:0;padding:2em 1em;position:absolute;text-align:center;top:0;z-index:20}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-details .dz-size{font-size:16px;margin-bottom:1em}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-details .dz-filename:hover span{background-color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,78%,.8)}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-details .dz-filename span,[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);border-radius:3px;padding:0 .4em}[data-controller~=shared--dropzone] .dropzone .dz-preview:hover .dz-image img{filter:blur(8px);transform:scale(1.05)}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-image{border-radius:20px;display:block;height:120px;overflow:hidden;position:relative;width:120px;z-index:10}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-image img{display:block}[data-controller~=shared--dropzone] .dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}[data-controller~=shared--dropzone] .dropzone .dz-preview.dz-error .dz-error-mark{animation:slide-in 3s cubic-bezier(.77,0,.175,1);opacity:1}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-error-mark,[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-success-mark{display:block;left:50%;margin-left:-27px;margin-top:-27px;opacity:0;pointer-events:none;position:absolute;top:50%;z-index:500}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-error-mark svg,[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-success-mark svg{display:block;height:54px;width:54px}[data-controller~=shared--dropzone] .dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}[data-controller~=shared--dropzone] .dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}[data-controller~=shared--dropzone] .dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-progress{background:hsla(0,0%,100%,.9);border-radius:8px;height:16px;left:50%;margin-left:-40px;margin-top:-8px;opacity:1;overflow:hidden;pointer-events:none;position:absolute;top:50%;-webkit-transform:scale(1);width:80px;z-index:1000}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);bottom:0;left:0;position:absolute;top:0;transition:width .3s ease-in-out;width:0}[data-controller~=shared--dropzone] .dropzone .dz-preview.dz-error .dz-error-message{display:block}[data-controller~=shared--dropzone] .dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-error-message{background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);border-radius:8px;color:#fff;display:none;font-size:13px;left:-10px;opacity:0;padding:.5em 1.2em;pointer-events:none;position:absolute;top:130px;transition:opacity .3s ease;width:140px;z-index:1000}[data-controller~=shared--dropzone] .dropzone .dz-preview .dz-error-message:after{border-bottom:6px solid #be2626;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:0;left:64px;position:absolute;top:-6px;width:0}[data-controller~=shared--form-type--brick-period-form-type]{width:-moz-fit-content;width:fit-content}[data-controller~=shared--form-type--brick-period-form-type] input{width:4em}[data-controller~=shared--form-type--brick-period-form-type] .explanationText{font-weight:700}[data-controller~=shared--form-type--brick-period-form-type] .horizontal_row{display:grid}[data-controller~=shared--form-type--brick-period-form-type] .horizontal_row .periodFormArea{align-items:center;display:flex;flex-direction:row;gap:1em;text-align:center}[data-controller~=shared--form-type--brick-period-form-type] .horizontal_row .explanationText{margin-top:1.5em}[data-controller~=shared--form-type--brick-period-form-type] .vertical_row{display:grid}[data-controller~=shared--form-type--brick-period-form-type] .vertical_row .periodFormArea{display:flex;flex-direction:column;gap:.3em;text-align:center}[data-controller~=shared--form-type--brick-period-form-type] .horizontal_widget{display:flex;flex-direction:row;gap:.3em;text-align:center}[data-controller~=shared--form-type--brick-period-form-type] .vertical_widget{display:flex;flex-direction:column;gap:.3em;text-align:center}[data-controller~=shared--form-type--scanner-file-uploader-form-type] .uploadArea{align-items:flex-end;display:flex}[data-controller~=shared--form-type--scanner-file-uploader-form-type] [data-shared--form-type--scanner-file-uploader-form-type-target=fileUpload]{border:2px solid #000;border-radius:.25em .5em .5em .25em}[data-controller~=shared--form-type--scanner-file-uploader-form-type] [data-shared--form-type--scanner-file-uploader-form-type-target=scannerButton]{background-color:#32cd32;border:2px solid #000;font-weight:700}@media only screen and (max-width:480px){[data-controller~=shared--form-type--scanner-file-uploader-form-type] [data-shared--form-type--scanner-file-uploader-form-type-target=scannerButton]{display:none}}[data-controller~=shared--form-type--scanner-file-uploader-form-type] [data-shared--form-type--scanner-file-uploader-form-type-target=legacyErrorText]{color:red;display:inline-block;font-weight:700;max-width:25em}[data-controller~=shared--preview-upload]{display:grid;grid-template-rows:auto 1fr;height:100%;width:100%}[data-controller~=shared--preview-upload] .hidden{display:none}[data-controller~=shared--preview-upload] .previewFrame{height:100%;width:100%}[data-controller~=shared--preview-upload] .documentTabsArea{display:flex}[data-controller~=shared--simple-modal]{align-self:center;background:#fff;display:grid;grid-template-areas:"Header" "Content" "Footer";grid-template-rows:auto 1fr auto;height:100%;justify-self:center;overflow:hidden;width:100%}@media only screen and (min-width:1025px){[data-controller~=shared--simple-modal]{border:.15em solid rgba(0,0,0,.5);border-radius:.7em .7em .35em .35em;box-shadow:.2em .2em .4em rgba(0,0,0,.3);max-width:90vw}}[data-controller~=shared--simple-modal]>header{background:rgba(0,0,0,.1);border-bottom:.1em solid rgba(0,0,0,.25);display:grid;grid-area:Header;grid-template-areas:"Icon Title Buttons";grid-template-columns:10em auto 10em;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-controller~=shared--simple-modal]>header>.NotALegacyIcon{font-size:1.2em;grid-area:Icon;line-height:1.2em;margin-left:.15em;padding:.25em}[data-controller~=shared--simple-modal]>header>h1{color:rgba(0,0,0,.7);display:inline-block;font-size:1.2em;font-weight:700;grid-area:Title;letter-spacing:.02em;line-height:1.8em;margin:0;text-align:center}[data-controller~=shared--simple-modal]>header>.Buttons{display:grid;grid-auto-flow:column;justify-content:end;margin-right:.25em}[data-controller~=shared--simple-modal]>header>.Buttons>button{background:none;border:none;border-left:.1rem solid transparent;border-radius:0;color:rgba(0,0,0,.4);line-height:.7em;margin:.2rem;padding:.3rem .4rem .3rem .7rem;width:2rem}[data-controller~=shared--simple-modal]>header>.Buttons>button:hover{border-left-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}[data-controller~=shared--simple-modal] #MODAL_INNER_CONTENT{grid-area:Content;margin:.33em;overflow:auto}[data-controller~=shared--simple-modal] #MODAL_INNER_CONTENT.Scrollable:before{background:linear-gradient(0deg,transparent 0,hsla(0,0%,100%,.5) 60%,#fff);content:"";display:block;height:1em;left:0;position:sticky;right:0;top:-.1em;width:100%}[data-controller~=shared--simple-modal] #MODAL_INNER_CONTENT.Scrollable:after{background:linear-gradient(180deg,transparent 0,hsla(0,0%,100%,.5) 60%,#fff);bottom:-.1em;content:"";display:block;height:1em;left:0;position:sticky;right:0;width:100%}[data-controller~=shared--simple-modal] #MODAL_INNER_CONTENT>form:first-child{margin:1em}[data-controller~=shared--simple-modal] #MODAL_INNER_CONTENT>[data-shared--spinner-target=overlay]{background:#fff;opacity:.8}[data-controller~=shared--simple-modal] #MODAL_INNER_CONTENT>[data-shared--spinner-target=overlay]>[data-shared--spinner-target=spinner]{background:#aaa}[data-controller~=shared--simple-modal]>footer{color:#333;font-size:.7em;font-style:italic;grid-area:Footer;padding:.3em .5em;text-align:center}[data-controller~=shared--simple-modal]>footer:empty{padding:0}@keyframes highlight{0%{background:rgba(255,255,0,.2)}to{background:rgba(255,255,0,0)}}[data-shared--spinner-target=loadHighlight].changed{animation:highlight .5s ease}[data-controller~=shared--spinner]{position:relative}[data-controller~=shared--spinner][data-mask-image-loaded] [data-shared--spinner-target=spinner]{display:grid;grid-template-areas:"top" "logo" "bottom";grid-template-rows:1fr auto 1fr;overflow:hidden}[data-controller~=shared--spinner][data-mask-image-loaded] [data-shared--spinner-target=spinner]>div:first-of-type,[data-controller~=shared--spinner][data-mask-image-loaded] [data-shared--spinner-target=spinner]>div:nth-of-type(3){background-color:hsla(0,0%,100%,.867)}[data-controller~=shared--spinner][data-mask-image-loaded] [data-shared--spinner-target=spinner]>div:nth-of-type(2){aspect-ratio:454/87;overflow:hidden;position:relative;width:100%}[data-controller~=shared--spinner][data-mask-image-loaded] [data-shared--spinner-target=spinner]>div:nth-of-type(2):after{background-color:hsla(0,0%,100%,.867);bottom:0;content:"";left:0;-webkit-mask-image:url(https://www.moyerjobs.com/build/jobs_portal/images/moyer_spinner_mask.39ab15f7.svg);mask-image:url(https://www.moyerjobs.com/build/jobs_portal/images/moyer_spinner_mask.39ab15f7.svg);mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;position:absolute;right:0;top:0}[data-controller~=shared--spinner]:not([data-mask-image-loaded]) [data-shared--spinner-target=spinner]{background-color:hsla(0,0%,100%,.867)}[data-controller~=shared--spinner] [data-shared--spinner-target=overlay]{align-items:center;animation:fadeInAnimation .333s ease-in-out;background-color:rgba(0,0,0,.4);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:999999}[data-controller~=shared--spinner] [data-shared--spinner-target=overlay].FadeOut{animation:fadeOutAnimation .333s ease-in-out;opacity:0}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeOutAnimation{0%{opacity:1}to{opacity:0}}[data-controller~=shared--spinner] [data-shared--spinner-target=overlay] [data-shared--spinner-target=spinner]{animation:rotateSpinner 2.2s ease-in-out infinite;aspect-ratio:1;border:3px solid hsla(0,0%,100%,.867);height:50%;margin:10% auto;max-height:100px;max-width:100px;position:relative}@keyframes rotateSpinner{0%{transform:perspective(120px) rotateY(0deg)}90%{transform:perspective(120px) rotateY(1turn)}to{transform:perspective(120px) rotateY(1turn)}}[data-controller~=shared--shared--chat--message].MyMessage{flex-direction:row-reverse}[data-controller~=shared--shared--chat--message].MyMessage [data-shared--shared--chat--message-target=bubble]{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-color:rgb(55 65 81/var(--tw-border-opacity,1))}@media (prefers-color-scheme:dark){[data-controller~=shared--shared--chat--message].MyMessage [data-shared--shared--chat--message-target=bubble]{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1));border-color:rgb(17 24 39/var(--tw-border-opacity,1))}}[data-controller~=shared--shared--chat--message]:not(.MyMessage)[data-shared--shared--chat--message-type-value=CustomerMessage] [data-shared--shared--chat--message-target=bubble]{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(245 208 254/var(--tw-bg-opacity,1));border-color:rgb(245 208 254/var(--tw-border-opacity,1))}@media (prefers-color-scheme:dark){[data-controller~=shared--shared--chat--message]:not(.MyMessage)[data-shared--shared--chat--message-type-value=CustomerMessage] [data-shared--shared--chat--message-target=bubble]{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(74 4 78/var(--tw-bg-opacity,1));border-color:rgb(74 4 78/var(--tw-border-opacity,1))}}[data-controller~=shared--shared--chat--message]:not(.MyMessage)[data-shared--shared--chat--message-type-value=EmployeeMessage] [data-shared--shared--chat--message-target=bubble]{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1));border-color:rgb(229 231 235/var(--tw-border-opacity,1))}@media (prefers-color-scheme:dark){[data-controller~=shared--shared--chat--message]:not(.MyMessage)[data-shared--shared--chat--message-type-value=EmployeeMessage] [data-shared--shared--chat--message-target=bubble]{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1));border-color:rgb(55 65 81/var(--tw-border-opacity,1))}}*,: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-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::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-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:InterVariable,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline;-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-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-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}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-0{bottom:0}.bottom-24{bottom:6rem}.bottom-\[3\.75rem\]{bottom:3.75rem}.left-0{left:0}.right-0{right:0}.right-8{right:2rem}.top-0{top:0}.-z-10{z-index:-10}.z-10{z-index:10}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.my-12{margin-bottom:3rem;margin-top:3rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-8{margin-bottom:2rem;margin-top:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-\[3\]{aspect-ratio:3}.h-12{height:3rem}.h-16{height:4rem}.h-36{height:9rem}.h-4{height:1rem}.h-52{height:13rem}.h-8{height:2rem}.max-h-\[6em\]{max-height:6em}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-12{width:3rem}.w-4{width:1rem}.w-40{width:10rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-96{max-width:24rem}.max-w-\[50\%\]{max-width:50%}.max-w-screen-2xl{max-width:1536px}.flex-1{flex:1 1 0%}.grow{flex-grow:1}.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))}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-\[1fr_auto\]{grid-template-rows:1fr auto}.grid-rows-\[1fr_auto_1fr\]{grid-template-rows:1fr auto 1fr}.flex-col{flex-direction:column}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.overflow-y-scroll{overflow-y:scroll}.text-wrap{text-wrap:wrap}.break-words{overflow-wrap:break-word}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-e-xl{border-end-end-radius:.75rem;border-start-end-radius:.75rem}.rounded-es-xl{border-end-start-radius:.75rem}.border-\[\.1em\]{border-width:.1em}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-neutral-200{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-neutral-200{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))}.bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.bg-orange-950{--tw-bg-opacity:1;background-color:rgb(67 20 7/var(--tw-bg-opacity,1))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.bg-red-950{--tw-bg-opacity:1;background-color:rgb(69 10 10/var(--tw-bg-opacity,1))}.bg-sky-300{--tw-bg-opacity:1;background-color:rgb(125 211 252/var(--tw-bg-opacity,1))}.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.object-cover{object-fit:cover}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-4{padding-left:1rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}.-indent-4{text-indent:-1rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.italic{font-style:italic}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-copy-primary{color:var(--color-copy-primary)}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-neutral-200{--tw-text-opacity:1;color:rgb(229 229 229/var(--tw-text-opacity,1))}.text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}.text-neutral-700{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}.text-neutral-800{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}.text-neutral-900{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.decoration-dotted{text-decoration-style:dotted}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.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)}.shadow,.shadow-lg{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-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.outline{outline-style:solid}.blur-\[0\.05em\]{--tw-blur:blur(0.05em)}.blur-\[0\.05em\],.grayscale-\[\.4\]{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)}.grayscale-\[\.4\]{--tw-grayscale:grayscale(.4)}.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{transition-duration:.15s;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)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-neutral-300:hover{--tw-bg-opacity:1;background-color:rgb(212 212 212/var(--tw-bg-opacity,1))}.hover\:bg-sky-400:hover{--tw-bg-opacity:1;background-color:rgb(56 189 248/var(--tw-bg-opacity,1))}.hover\:bg-sky-600:hover{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity,1))}.hover\:shadow-lg:hover{--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);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-4: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(4px + 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-gray-50:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 250 251/var(--tw-ring-opacity,1))}.disabled\:bg-gray-300:disabled{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}@media (min-width:640px){.sm\:mb-24{margin-bottom:6rem}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:text-center{text-align:center}}@media (min-width:768px){.md\:block{display:block}.md\:h-60{height:15rem}.md\:max-w-2xl{max-width:42rem}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-\[repeat\(4\2c auto\)\]{grid-template-columns:repeat(4,auto)}.md\:gap-16{gap:4rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-3{padding-bottom:.75rem;padding-top:.75rem}.md\:text-center{text-align:center}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-16{padding-left:4rem;padding-right:4rem}}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}@media (prefers-color-scheme:dark){.dark\:divide-gray-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(75 85 99/var(--tw-divide-opacity,1))}.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity,1))}}@media print{.print\:mx-12{margin-left:3rem;margin-right:3rem}.print\:block{display:block}.print\:hidden{display:none}.print\:aspect-\[5\]{aspect-ratio:5}.print\:h-10{height:2.5rem}.print\:h-40{height:10rem}.print\:max-w-4xl{max-width:56rem}.print\:max-w-5xl{max-width:64rem}.print\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.print\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.print\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.print\:grid-cols-\[repeat\(4\2c auto\)\]{grid-template-columns:repeat(4,auto)}.print\:items-center{align-items:center}.print\:gap-20{gap:5rem}.print\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.print\:text-7xl{font-size:4.5rem;line-height:1}.print\:text-sm{font-size:.875rem;line-height:1.25rem}.print\:text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}}:root{--color-background:#888;--color-copy-primary:#f5f5f5;--color-link:#c8c8ff;--color-dark-background:#0f0f0f;--color-dark-border:#b4b4b4;--color-dark-copy-primary:#b4b4b4;--color-dark-link:#b4b4c8}