:root{--color-highlight-green: #d7ece1;--color-accent-green: #02632e;--color-tan: #ffd19b;--color-red: #b70a0a;--color-mono-0: #151514;--color-mono-2: #3f3e3c;--color-mono-4: #7a726a;--color-mono-6: #ddd8d4;--color-mono-8: #fbfbfb;--color-primary: #02632e;--color-secondary: #ddd8d4;--color-light-orange: #ffd19b;--color-primary-darken: #014a22;--color-primary-lighten: #037c3a;--color-secondary-darken: #d2cbc6;--color-secondary-lighten: #e8e5e2}/*
! tailwindcss v3.0.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  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"; /* 4 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}.form-input,.form-textarea,.form-select,.form-multiselect{-webkit-appearance: none;-moz-appearance: none;appearance: none;background-color: #fff;border-color: #6b7280;border-width: 1px;border-radius: 0px;padding-top: 0.5rem;padding-right: 0.75rem;padding-bottom: 0.5rem;padding-left: 0.75rem;font-size: 1rem;line-height: 1.5rem;--tw-shadow: 0 0 #0000;}.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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);-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color: #2563eb}.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder{color: #6b7280;opacity: 1}.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{color: #6b7280;opacity: 1}.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder{color: #6b7280;opacity: 1}.form-input::-ms-input-placeholder, .form-textarea::-ms-input-placeholder{color: #6b7280;opacity: 1}.form-input::placeholder,.form-textarea::placeholder{color: #6b7280;opacity: 1}.form-input::-webkit-datetime-edit-fields-wrapper{padding: 0}.form-input::-webkit-date-and-time-value{min-height: 1.5em}.form-checkbox,.form-radio{-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 0;-webkit-print-color-adjust: exact;color-adjust: exact;display: inline-block;vertical-align: middle;background-origin: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-ms-flex-negative: 0;flex-shrink: 0;height: 1rem;width: 1rem;color: #2563eb;background-color: #fff;border-color: #6b7280;border-width: 1px;--tw-shadow: 0 0 #0000}.form-checkbox{border-radius: 0px}.form-checkbox:focus,.form-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);-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.form-checkbox:checked,.form-radio:checked{border-color: transparent;background-color: currentColor;background-size: 100% 100%;background-position: center;background-repeat: no-repeat}.form-checkbox:checked{background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.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%27/%3e%3c/svg%3e")}.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{border-color: transparent;background-color: currentColor}.form-checkbox:indeterminate{background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");border-color: transparent;background-color: currentColor;background-size: 100% 100%;background-position: center;background-repeat: no-repeat}.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{border-color: transparent;background-color: currentColor}h1{font-size:3.25rem;font-weight: 700}h2{font-weight:500;font-size:2rem}h3{margin-bottom: 1.5rem;font-size: 1rem;line-height: 1.5rem;font-weight: 500}h4{font-size: 0.875rem;line-height: 1.25rem}ul{list-style-type: disc}ol{list-style-type: decimal}ul, ol{padding-left: 2rem}li{margin-bottom: 0.75rem}@font-face{font-family:"Basier Circle";font-style:normal;font-weight:400;src:url(/static/webpack_bundles/9e86111cb7e3f4587bc4.woff2) format("woff2"),url(/static/webpack_bundles/1b8203135965d9960674.woff) format("woff")}@font-face{font-family:"Basier Circle";font-style:italic;font-weight:400;src:url(/static/webpack_bundles/8528ff0d19b4fc48999c.woff2) format("woff2"),url(/static/webpack_bundles/266b9e372f94c2b3e444.woff) format("woff")}@font-face{font-family:"Basier Circle";font-style:normal;font-weight:500;src:url(/static/webpack_bundles/0cf326ee786bfdc5216e.woff2) format("woff2"),url(/static/webpack_bundles/c86ea1dcf8159cf407a7.woff) format("woff")}@font-face{font-family:"Basier Circle";font-style:normal;font-weight:600;src:url(/static/webpack_bundles/8c18b6fcb6cefb5a2564.woff2) format("woff2"),url(/static/webpack_bundles/19af2cc80e3991412c64.woff) format("woff")}@font-face{font-family:"Basier Circle";font-style:normal;font-weight:700;src:url(/static/webpack_bundles/fc5c6e84cf4263c56165.woff2) format("woff2"),url(/static/webpack_bundles/7193a4bd8f585155d19e.woff) format("woff")}@font-face{font-family:"Basier Circle";font-style:italic;font-weight:700;src:url(/static/webpack_bundles/078c9af329ba85b4ab7e.woff2) format("woff2"),url(/static/webpack_bundles/fd94d5b3d2db45f9c1c8.woff) format("woff")}*, ::before, ::after{--tw-border-opacity: 1;border-color: rgb(229 231 235 / var(--tw-border-opacity));--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000}.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}}a{color: var(--color-primary);-webkit-text-decoration-line: underline;text-decoration-line: underline;-webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition-duration: 300ms;transition-duration: 300ms}.btn, .btn-skinny, .btn-outline, .btn-secondary, .btn-primary{border-radius: 0.5rem;padding-left: 3rem;padding-right: 3rem;padding-top: 0.75rem;padding-bottom: 0.75rem;text-align: center;font-weight: 500;line-height: 1.5;-webkit-text-decoration-line: none;text-decoration-line: none;-webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition-duration: 150ms;transition-duration: 150ms}.btn:focus,.btn-skinny:focus,.btn-outline:focus,.btn-secondary:focus,.btn-primary:focus{outline:none}.btn-primary{background-color: var(--color-primary);--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity))}.btn-primary:hover{background-color:var(--color-primary-lighten)}.btn-primary:active{background-color:var(--color-primary-darken)}.btn-secondary{background-color: var(--color-mono-6);color: var(--color-mono-0)}.btn-secondary:hover{background-color:var(--color-secondary-lighten)}.btn-secondary:active{background-color:var(--color-secondary-darken)}.btn-outline{border-width: 1px;border-color: var(--color-mono-6);--tw-bg-opacity: 1;background-color: rgb(255 255 255 / var(--tw-bg-opacity));color: var(--color-mono-0)}.btn-outline:hover{border-color:var(--color-highlight-green)}.btn-outline:active,.btn-outline:focus{border-color:var(--color-highlight-green);border-width:3px}.btn-skinny{padding-left: 1.5rem;padding-right: 1.5rem}.col-span-1{grid-column: span 1 / span 1}.col-auto{grid-column: auto}.col-span-2{grid-column: span 2 / span 2}.float-right{float: right}.m-0{margin: 0px}.mx-auto{margin-left: auto;margin-right: auto}.mx-1{margin-left: 0.25rem;margin-right: 0.25rem}.my-4{margin-top: 1rem;margin-bottom: 1rem}.my-10{margin-top: 2.5rem;margin-bottom: 2.5rem}.-mx-2{margin-left: -0.5rem;margin-right: -0.5rem}.mt-4{margin-top: 1rem}.mt-36{margin-top: 9rem}.mb-2{margin-bottom: 0.5rem}.mb-6{margin-bottom: 1.5rem}.mr-4{margin-right: 1rem}.mb-0{margin-bottom: 0px}.mt-8{margin-top: 2rem}.mb-4{margin-bottom: 1rem}.mb-3{margin-bottom: 0.75rem}.mt-2{margin-top: 0.5rem}.mt-12{margin-top: 3rem}.mt-6{margin-top: 1.5rem}.mr-2{margin-right: 0.5rem}.ml-1{margin-left: 0.25rem}.mr-3{margin-right: 0.75rem}.mt-14{margin-top: 3.5rem}.mb-9{margin-bottom: 2.25rem}.mt-20{margin-top: 5rem}.mb-8{margin-bottom: 2rem}.mb-12{margin-bottom: 3rem}.block{display: block}.inline-block{display: inline-block}.inline{display: inline}.flex{display: -webkit-box;display: -ms-flexbox;display: flex}.inline-flex{display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex}.grid{display: grid}.contents{display: contents}.hidden{display: none}.h-12{height: 3rem}.h-4{height: 1rem}.h-full{height: 100%}.h-auto{height: auto}.min-h-screen{min-height: 100vh}.w-full{width: 100%}.w-auto{width: auto}.w-12{width: 3rem}.w-4{width: 1rem}.w-10\/12{width: 83.333333%}.w-80{width: 20rem}.w-60{width: 15rem}.max-w-6xl{max-width: 72rem}.flex-1{-webkit-box-flex: 1;-ms-flex: 1 1 0%;flex: 1 1 0%}.resize{resize: both}.list-none{list-style-type: none}.grid-cols-1{grid-template-columns: repeat(1, minmax(0, 1fr))}.grid-cols-4{grid-template-columns: repeat(4, minmax(0, 1fr))}.flex-row{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row}.flex-col{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}.content-center{-ms-flex-line-pack: center;align-content: center}.items-end{-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end}.items-center{-webkit-box-align: center;-ms-flex-align: center;align-items: center}.justify-center{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}.justify-between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}.gap-4{gap: 1rem}.self-center{-ms-flex-item-align: center;align-self: center}.break-words{overflow-wrap: break-word}.rounded-lg{border-radius: 0.5rem}.rounded{border-radius: 0.25rem}.border{border-width: 1px}.border-b{border-bottom-width: 1px}.border-mono-6{border-color: var(--color-mono-6)}.bg-mono-8{background-color: var(--color-mono-8)}.bg-highlight-green{background-color: var(--color-highlight-green)}.bg-primary{background-color: var(--color-primary)}.bg-white{--tw-bg-opacity: 1;background-color: rgb(255 255 255 / var(--tw-bg-opacity))}.bg-red{background-color: var(--color-red)}.bg-tan{background-color: var(--color-tan)}.bg-mono-0{background-color: var(--color-mono-0)}.bg-near-black{background-color: var(--color-mono-0)}.bg-transparent{background-color: transparent}.bg-none{background-image: none}.object-scale-down{-o-object-fit: scale-down;object-fit: scale-down}.p-0{padding: 0px}.p-4{padding: 1rem}.p-6{padding: 1.5rem}.px-8{padding-left: 2rem;padding-right: 2rem}.px-6{padding-left: 1.5rem;padding-right: 1.5rem}.py-8{padding-top: 2rem;padding-bottom: 2rem}.px-1\.5{padding-left: 0.375rem;padding-right: 0.375rem}.py-1{padding-top: 0.25rem;padding-bottom: 0.25rem}.px-1{padding-left: 0.25rem;padding-right: 0.25rem}.px-5{padding-left: 1.25rem;padding-right: 1.25rem}.py-3{padding-top: 0.75rem;padding-bottom: 0.75rem}.py-4{padding-top: 1rem;padding-bottom: 1rem}.px-2{padding-left: 0.5rem;padding-right: 0.5rem}.pb-12{padding-bottom: 3rem}.pt-8{padding-top: 2rem}.pb-16{padding-bottom: 4rem}.text-left{text-align: left}.text-center{text-align: center}.text-right{text-align: right}.align-middle{vertical-align: middle}.text-lg{font-size: 1.125rem;line-height: 1.75rem}.text-xl{font-size: 1.25rem;line-height: 1.75rem}.text-2xl{font-size: 1.5rem;line-height: 2rem}.text-base{font-size: 1rem;line-height: 1.5rem}.text-sm{font-size: 0.875rem;line-height: 1.25rem}.font-bold{font-weight: 700}.font-medium{font-weight: 500}.font-normal{font-weight: 400}.font-semibold{font-weight: 600}.leading-relaxed{line-height: 1.625}.leading-normal{line-height: 1.5}.text-mono-4{color: var(--color-mono-4)}.text-mono-2{color: var(--color-mono-2)}.text-white{--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity))}.text-near-black{color: var(--color-mono-0)}.text-mono-0{color: var(--color-mono-0)}.text-gray-700{--tw-text-opacity: 1;color: rgb(55 65 81 / var(--tw-text-opacity))}.underline{-webkit-text-decoration-line: underline;text-decoration-line: underline}.no-underline{-webkit-text-decoration-line: none;text-decoration-line: none}.antialiased{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.transition{-webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-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-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition-duration: 150ms;transition-duration: 150ms}.duration-150{-webkit-transition-duration: 150ms;transition-duration: 150ms}.ease-in-out{-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)}html,body{height:100%;margin:0}body{font-family:"Basier Circle",Helvetica,Arial,sans-serif;text-rendering:optimizeLegibility}p, ul, ol{margin-bottom: 1.5rem}.control-group{margin-bottom:3rem}.control-label{margin-bottom:0.75rem;color:var(--color-mono-0);display:block;font-weight:500}.help-block{margin-top: 0.5rem;margin-bottom: 0.5rem;font-size: 0.875rem;line-height: 1.25rem;--tw-text-opacity: 1;color: rgb(55 65 81 / var(--tw-text-opacity))}.checkbox{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-size: 1rem;line-height: 1.5rem}.StripeElement{background-color:#fff;height:40px;padding:10px 12px;border-radius:4px;border:1px solid transparent;-webkit-box-shadow:0 1px 3px 0 #e6ebf1;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;-webkit-transition:-webkit-box-shadow 150ms ease;transition:-webkit-box-shadow 150ms ease;transition:box-shadow 150ms ease;transition:box-shadow 150ms ease, -webkit-box-shadow 150ms ease}.StripeElement--focus{-webkit-box-shadow:0 1px 3px 0 #cfd7df;box-shadow:0 1px 3px 0 #cfd7df}.StripeElement--invalid{border-color:#fa755a}.StripeElement--webkit-autofill{background-color:#fefde5 !important}.feather{display:inline-block;width:16px;height:16px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.form-input, .form-textarea{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.form-input:focus, .form-textarea:focus{--tw-ring-opacity: 0.25;--tw-border-opacity: 0.25}@media (min-width: 640px){.form-input, .form-textarea{font-size: 0.875rem;line-height: 1.25rem}}.form-input, .form-textarea{--tw-border-opacity: 1;border-color: rgb(209 213 219 / var(--tw-border-opacity));border-radius: 0.375rem;padding-top: 0.75rem;padding-bottom: 0.75rem;font-size: 1rem;line-height: 1.5rem}.form-checkbox{height: 1rem;width: 1rem;border-radius: 0.25rem;--tw-border-opacity: 1;border-color: rgb(209 213 219 / var(--tw-border-opacity))}.list-jobs--header h1,.list-jobs--header h2{font-weight:500;font-size:2rem}.list-jobs--header p{font-size: 1.125rem;line-height: 1.75rem;padding-top: 1rem;padding-bottom: 1rem}.control-group{margin-bottom:3rem}.control-label{margin-bottom:0.75rem;color:var(--color-mono-0);display:block;font-weight:500}.help-block{margin-top: 0.5rem;margin-bottom: 0.5rem;font-size: 0.875rem;line-height: 1.25rem;--tw-text-opacity: 1;color: rgb(55 65 81 / var(--tw-text-opacity))}.StripeElement{background-color:#fff;height:40px;padding:10px 12px;border-radius:4px;border:1px solid transparent;-webkit-box-shadow:0 1px 3px 0 #e6ebf1;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;-webkit-transition:-webkit-box-shadow 150ms ease;transition:-webkit-box-shadow 150ms ease;transition:box-shadow 150ms ease;transition:box-shadow 150ms ease, -webkit-box-shadow 150ms ease}.StripeElement--focus{-webkit-box-shadow:0 1px 3px 0 #cfd7df;box-shadow:0 1px 3px 0 #cfd7df}.StripeElement--invalid{border-color:#fa755a}.StripeElement--webkit-autofill{background-color:#fefde5 !important}.list-jobs--header h1,.list-jobs--header h2{font-weight:500;line-height:1.375;margin-bottom:1.5rem}.job-description h1,.job-description h2,.job-description h3,.job-description h4,.job-description h5,.job-description h6{font-size:1rem;font-weight:600;margin-bottom:2rem}.cm-header{font-size:1rem !important;font-weight:600}.feather{display:inline-block;width:16px;height:16px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.hover\:text-primary:hover{color: var(--color-primary)}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color: rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color: rgb(107 114 128 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color: rgb(17 24 39 / var(--tw-text-opacity))}.focus\:bg-white:focus{--tw-bg-opacity: 1;background-color: rgb(255 255 255 / var(--tw-bg-opacity))}@media (min-width: 768px){.md\:col-span-12{grid-column: span 12 / span 12}.md\:col-span-7{grid-column: span 7 / span 7}.md\:col-span-10{grid-column: span 10 / span 10}.md\:col-span-4{grid-column: span 4 / span 4}.md\:col-span-6{grid-column: span 6 / span 6}.md\:col-span-3{grid-column: span 3 / span 3}.md\:col-span-2{grid-column: span 2 / span 2}.md\:col-start-2{grid-column-start: 2}.md\:col-start-9{grid-column-start: 9}.md\:col-end-13{grid-column-end: 13}.md\:col-end-5{grid-column-end: 5}.md\:my-20{margin-top: 5rem;margin-bottom: 5rem}.md\:mt-20{margin-top: 5rem}.md\:mt-0{margin-top: 0px}.md\:block{display: block}.md\:h-32{height: 8rem}.md\:w-auto{width: auto}.md\:w-8\/12{width: 66.666667%}.md\:w-7\/12{width: 58.333333%}.md\:grid-cols-12{grid-template-columns: repeat(12, minmax(0, 1fr))}.md\:items-end{-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end}.md\:px-0{padding-left: 0px;padding-right: 0px}.md\:text-right{text-align: right}.md\:leading-loose{line-height: 2}}@media (min-width: 1024px){.lg\:flex{display: -webkit-box;display: -ms-flexbox;display: flex}.lg\:w-4\/12{width: 33.333333%}.lg\:px-0{padding-left: 0px;padding-right: 0px}}@media (min-width: 1280px){.xl\:w-3\/12{width: 25%}}
