/*
! tailwindcss v3.2.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 {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 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.
5. Use the user's configured `sans` font-feature-settings 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: "Atkinson Hyperlegible", 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 */
  font-feature-settings: normal; /* 5 */
}

/*
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:where([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: "JetBrains Mono", 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 */
  font-weight: inherit; /* 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::-moz-placeholder, textarea::-moz-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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --ot-sups: "sups" 0;
  --ot-subs: "subs" 0;
  --ot-sinf: "sinf" 0;
  --ot-hlig: "hlig" 0;
  --ot-salt: "salt" 0;
  --ot-ss01: "ss01" 0;
  --ot-ss02: "ss02" 0;
  --ot-ss03: "ss03" 0;
  --ot-ss04: "ss04" 0;
  --ot-features: var(--ot-sups), var(--ot-subs), var(--ot-sinf), var(--ot-hlig), var(--ot-salt), var(--ot-ss01), var(--ot-ss02), var(--ot-ss03), var(--ot-ss04);
  --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: rgb(59 130 246 / 0.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 {
  --ot-sups: "sups" 0;
  --ot-subs: "subs" 0;
  --ot-sinf: "sinf" 0;
  --ot-hlig: "hlig" 0;
  --ot-salt: "salt" 0;
  --ot-ss01: "ss01" 0;
  --ot-ss02: "ss02" 0;
  --ot-ss03: "ss03" 0;
  --ot-ss04: "ss04" 0;
  --ot-features: var(--ot-sups), var(--ot-subs), var(--ot-sinf), var(--ot-hlig), var(--ot-salt), var(--ot-ss01), var(--ot-ss02), var(--ot-ss03), var(--ot-ss04);
  --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: rgb(59 130 246 / 0.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:  ;
}html {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}strong {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}a {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}h1,h2,h3,h4,h5,h6 {
  font-family: Archivo, 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";
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}h1 {
  font-size: 3.75rem;
  line-height: 1;
  line-height: 2.5rem;
}h2 {
  font-size: 3rem;
  line-height: 1;
  line-height: 2.25rem;font-stretch:65%;font-weight:800;
}h3 {
  font-size: 2.25rem;
  line-height: 2rem;font-stretch:80%;font-weight:700;
}h4 {
  font-size: 1.875rem;
  line-height: 1.75rem;font-stretch:95%;font-weight:500;
}h5 {
  font-size: 1.5rem;
  line-height: 1.5rem;font-stretch:110%;font-weight:350;
}h6 {
  font-size: 1.5rem;
  line-height: 1.25rem;font-stretch:120%;font-weight:300;
}p code,p kbd,p mark,li code,li kbd,li mark {
  padding: 0.125rem;
}p code,p kbd,li code,li kbd {
  font-size: 1rem;
  line-height: 1.5rem;
}p>code,li>code {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.m-0 {
  margin: 0px;
}.m-2 {
  margin: 0.5rem;
}.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-16 {
  margin-bottom: 4rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-24 {
  margin-bottom: 6rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.ml-0 {
  margin-left: 0px;
}.ml-auto {
  margin-left: auto;
}.mr-0 {
  margin-right: 0px;
}.mr-6 {
  margin-right: 1.5rem;
}.mt-0 {
  margin-top: 0px;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-20 {
  margin-top: 5rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.box-border {
  box-sizing: border-box;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.flex {
  display: flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.w-10\/12 {
  width: 83.333333%;
}.w-20 {
  width: 5rem;
}.w-3\/5 {
  width: 60%;
}.w-5 {
  width: 1.25rem;
}.w-60 {
  width: 15rem;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.w-max {
  width: -moz-max-content;
  width: max-content;
}.w-screen {
  width: 100vw;
}.max-w-2xl {
  max-width: 42rem;
}.max-w-\[80ch\] {
  max-width: 80ch;
}.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}.max-w-full {
  max-width: 100%;
}.max-w-prose {
  max-width: 65ch;
}.max-w-screen-2xl {
  max-width: 1536px;
}.max-w-screen-lg {
  max-width: 1024px;
}.max-w-screen-sm {
  max-width: 640px;
}.max-w-screen-xl {
  max-width: 1280px;
}.max-w-xl {
  max-width: 36rem;
}.max-w-xs {
  max-width: 20rem;
}.flex-auto {
  flex: 1 1 auto;
}.flex-initial {
  flex: 0 1 auto;
}.flex-none {
  flex: none;
}.break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.place-content-start {
  place-content: start;
}.place-content-between {
  place-content: space-between;
}.content-start {
  align-content: flex-start;
}.content-end {
  align-content: flex-end;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-between {
  justify-content: space-between;
}.justify-around {
  justify-content: space-around;
}.justify-evenly {
  justify-content: space-evenly;
}.justify-items-end {
  justify-items: end;
}.justify-items-center {
  justify-items: center;
}.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-y-16 {
  row-gap: 4rem;
}.gap-y-4 {
  row-gap: 1rem;
}.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.place-self-start {
  place-self: start;
}.self-start {
  align-self: flex-start;
}.self-end {
  align-self: flex-end;
}.self-center {
  align-self: center;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-full {
  border-radius: 9999px;
}.border-0 {
  border-width: 0px;
}.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-b-0 {
  border-bottom-width: 0px;
}.border-t {
  border-top-width: 1px;
}.border-t-8 {
  border-top-width: 8px;
}.border-dashed {
  border-style: dashed;
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / 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-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.p-0 {
  padding: 0px;
}.p-2 {
  padding: 0.5rem;
}.p-4 {
  padding: 1rem;
}.p-8 {
  padding: 2rem;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-24 {
  padding-bottom: 6rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pt-0 {
  padding-top: 0px;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-16 {
  padding-top: 4rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-8 {
  padding-top: 2rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.font-display {
  font-family: "Playfair Display", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}.font-heading {
  font-family: Archivo, 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-sans {
  font-family: "Atkinson Hyperlegible", 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-serif {
  font-family: Newsreader, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-5xl {
  font-size: 3rem;
  line-height: 1;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-black {
  font-weight: 900;
}.font-bold {
  font-weight: 700;
}.font-extrabold {
  font-weight: 800;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}.leading-6 {
  line-height: 1.5rem;
}.leading-8 {
  line-height: 2rem;
}.leading-loose {
  line-height: 2;
}.leading-none {
  line-height: 1;
}.leading-normal {
  line-height: 1.5;
}.leading-snug {
  line-height: 1.375;
}.leading-tight {
  line-height: 1.25;
}.tracking-tight {
  letter-spacing: -0.025em;
}.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}.no-underline {
  text-decoration-line: none;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.\[font-stretch\:115\%\] {
  font-stretch: 115%;
}.\[font-stretch\:62\%\] {
  font-stretch: 62%;
}.\[font-stretch\:65\%\] {
  font-stretch: 65%;
}.\[font-stretch\:80\%\] {
  font-stretch: 80%;
}.\[font-weight\:250\] {
  font-weight: 250;
}.\[font-weight\:600\] {
  font-weight: 600;
}.\[font-weight\:900\] {
  font-weight: 900;
}.\[line-height\:0\.8\] {
  line-height: 0.8;
}.resume-job-description h1,.resume-job-description h2,.resume-job-description h3,.resume-job-description h4,.resume-job-description h5,.resume-job-description h6 {
  font-family: Archivo, 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-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}@media print {

  .resume-job-description h1,.resume-job-description h2,.resume-job-description h3,.resume-job-description h4,.resume-job-description h5,.resume-job-description h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}.resume-job-description h1,.resume-job-description h2,.resume-job-description h3,.resume-job-description h4,.resume-job-description h5,.resume-job-description h6{font-stretch:62%}.resume-job-description h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 2;
}@media print {

  .resume-job-description h1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}.resume-job-description h1{font-stretch:75%}.resume-job-description h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 2;
}.resume-job-description p,.resume-job-description li {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}@media print {

  .resume-job-description p,.resume-job-description li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.25;
  }
}.resume-job-description p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}@media print {

  .resume-job-description p {
    margin-bottom: 0.5rem;
  }
}.resume-job-description ul,.resume-job-description ol {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}@media print {

  .resume-job-description ul,.resume-job-description ol {
    margin-left: 0.5rem;
    line-height: 1.25;
  }
}.resume-job-description ul:is(ul),.resume-job-description ol:is(ul) {
  list-style-type: disc;
}.resume-job-description ul:is(ol),.resume-job-description ol:is(ol) {
  list-style-type: decimal;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}.resume-job-description>:is(ol, ul) {
  padding-left: 1rem;
  padding-right: 1rem;
}.resume-summary p,.resume-summary li {
  max-width: 80ch;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.5;
}@media print {

  .resume-summary p,.resume-summary li {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
  }
}.resume-summary ul,.resume-summary ol {
  margin-left: 2rem;
  margin-top: 0.5rem;
  max-width: 80ch;
}@media print {

  .resume-summary ul,.resume-summary ol {
    margin-top: 1px;
  }
}.resume-summary ul li,.resume-summary ol li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  list-style-type: disc;
}article>div.highlight {
  min-width: -moz-fit-content;
  min-width: fit-content;
}article .centered-prose-content {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
}@media (min-width: 768px) {

  article .centered-prose-content {
    line-height: 2;
  }
}article .centered-prose-content>* {
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 100%;
  max-width: 36rem;
  align-self: center;
}article .centered-prose-content p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}article .centered-prose-content p+div.highlight {
  margin-top: 1rem;
}article .centered-prose-content div.highlight+p {
  margin-top: 1.5rem;
}article .centered-prose-content ul,article .centered-prose-content ol {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}article .centered-prose-content ul:is(ul),article .centered-prose-content ol:is(ul) {
  list-style-type: disc;
}article .centered-prose-content ul:is(ol),article .centered-prose-content ol:is(ol) {
  list-style-type: decimal;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}article .centered-prose-content>:is(ol, ul) {
  padding-left: 1rem;
  padding-right: 1rem;
}article .centered-prose-content>:is(h2, h3, h4, h5, h6) {
  margin-bottom: 2.5rem;
  font-family: Archivo, 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";
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}article .centered-prose-content>:is(h2, h3, h4, h5, h6)>code {
  font-family: Archivo, 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-stretch:62%;
}article .centered-prose-content :is(h2, h3, h4, h5, h6)+p {
  margin-top: 0.5rem;
}article .centered-prose-content>div.highlight {
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
  font-size: 1rem;
  line-height: 1.5rem;
}article .centered-prose-content>div.highlight pre {
  overflow-x: scroll;
}article .centered-prose-content>div.highlight pre code>span {
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  max-width: 1024px;
}article .centered-prose-content>div.highlight+p {
  margin-top: 2.5rem;
}article .homepage-intro {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.375;
}article .homepage-intro>* {
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 65ch;
  align-self: flex-start;
  text-align: justify;
}article .homepage-intro p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}article .homepage-intro p+div.highlight {
  margin-top: 1rem;
}.formatted-prose-section>* {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 65ch;
  align-self: center;
}@media print {

  .formatted-prose-section>* {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 100%;
  }
}.formatted-prose-section p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}@media print {

  .formatted-prose-section p {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}.formatted-prose-section p+div.highlight {
  margin-top: 1rem;
}.formatted-prose-section ul,.formatted-prose-section ol {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}.formatted-prose-section ul:is(ul),.formatted-prose-section ol:is(ul) {
  list-style-type: disc;
}.formatted-prose-section ul:is(ol),.formatted-prose-section ol:is(ol) {
  list-style-type: decimal;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}.formatted-prose-section ul li,.formatted-prose-section ol li {
  margin-left: 1rem;
  margin-right: 1rem;
}.blue-chevron{filter:invert(0.5) sepia(1)}div.highlight>pre {
  padding: 1.5rem;
}pre.chroma {
  overflow-x: auto;
  padding: 3rem;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
  line-height: 1.5rem;
}.hover\:border-b:hover {
  border-bottom-width: 1px;
}.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}@media print {

  .print\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .print\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .print\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .print\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .print\:mb-px {
    margin-bottom: 1px;
  }

  .print\:mt-2 {
    margin-top: 0.5rem;
  }

  .print\:mt-px {
    margin-top: 1px;
  }

  .print\:hidden {
    display: none;
  }

  .print\:w-full {
    width: 100%;
  }

  .print\:max-w-\[1\.75in\] {
    max-width: 1.75in;
  }

  .print\:max-w-\[5\.5in\] {
    max-width: 5.5in;
  }

  .print\:max-w-\[8in\] {
    max-width: 8in;
  }

  .print\:max-w-full {
    max-width: 100%;
  }

  .print\:max-w-prose {
    max-width: 65ch;
  }

  .print\:flex-row {
    flex-direction: row;
  }

  .print\:content-start {
    align-content: flex-start;
  }

  .print\:justify-items-start {
    justify-items: start;
  }

  .print\:p-0 {
    padding: 0px;
  }

  .print\:p-px {
    padding: 1px;
  }

  .print\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .print\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .print\:pr-2 {
    padding-right: 0.5rem;
  }

  .print\:pt-px {
    padding-top: 1px;
  }

  .print\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .print\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .print\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .print\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .print\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .print\:leading-tight {
    line-height: 1.25;
  }

  .print\:\[font-stretch\:100\%\] {
    font-stretch: 100%;
  }

  .print\:\[font-weight\:600\] {
    font-weight: 600;
  }
}@media (min-width: 640px) {

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}@media (min-width: 768px) {

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:text-right {
    text-align: right;
  }

  .group:hover .group-hover\:md\:block {
    display: block;
  }

  .group:hover .group-hover\:md\:hidden {
    display: none;
  }
}@media (min-width: 1024px) {

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }
}@media (min-width: 1280px) {

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }
}
