/* @tailwind base; */
.tw :is( .blog-post__content a),:is(
  .tw .blog-post__content a:link),:is(
  .tw .blog-post__content a:visited),:is(
  .tw .blog-post__content a:hover),:is(
  .tw .blog-post__content a:focus),:is(
  .tw .blog-post__content a:active) {
  --tw-text-opacity: 1;
  color: rgb(221 128 29 / var(--tw-text-opacity));
}
/* Blog Post */
.tw :is( .blog-post__content p) {
  margin-bottom: 1rem;
}
.tw :is( .blog-post__content p:last-item) {
  margin-bottom: 0px;
}
.tw :is( .blog-post__content figure) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw :is( .blog-post__content img) {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}
.tw :is( .blog-post__content h2) {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw :is( .blog-post__content h3) {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw :is( .blog-post__content h4) {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw :is( .blog-post__content ul),:is( ol) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
}
.tw :is( .blog-post__content ul) {
  list-style-type: disc;
}
.tw :is( .blog-post__content ol) {
  list-style-type: decimal;
}
.tw :is( .blog-post__content li) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tw :is( .blog-post__content li:last-item) {
  margin: 0px;
}
.tw :is( .blog-post__content blockquote) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1rem;
}
.tw :is(.tw-absolute) {
  position: absolute;
}
.tw :is(.tw-relative) {
  position: relative;
}
.tw :is(.-tw-right-3) {
  right: -0.75rem;
}
.tw :is(.tw-bottom-6) {
  bottom: 1.5rem;
}
.tw :is(.tw-order-first) {
  order: -9999;
}
.tw :is(.tw-order-last) {
  order: 9999;
}
.tw :is(.tw-mx-6) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.tw :is(.tw-my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw :is(.-tw-mb-4) {
  margin-bottom: -1rem;
}
.tw :is(.-tw-mt-6) {
  margin-top: -1.5rem;
}
.tw :is(.tw-mb-1) {
  margin-bottom: 0.25rem;
}
.tw :is(.tw-mb-2) {
  margin-bottom: 0.5rem;
}
.tw :is(.tw-mb-4) {
  margin-bottom: 1rem;
}
.tw :is(.tw-mb-6) {
  margin-bottom: 1.5rem;
}
.tw :is(.tw-mb-8) {
  margin-bottom: 2rem;
}
.tw :is(.tw-ml-4) {
  margin-left: 1rem;
}
.tw :is(.tw-mt-2) {
  margin-top: 0.5rem;
}
.tw :is(.tw-mt-4) {
  margin-top: 1rem;
}
.tw :is(.tw-mt-8) {
  margin-top: 2rem;
}
.tw :is(.tw-block) {
  display: block;
}
.tw :is(.tw-inline-block) {
  display: inline-block;
}
.tw :is(.tw-inline) {
  display: inline;
}
.tw :is(.tw-flex) {
  display: flex;
}
.tw :is(.tw-inline-flex) {
  display: inline-flex;
}
.tw :is(.tw-grid) {
  display: grid;
}
.tw :is(.tw-h-16) {
  height: 4rem;
}
.tw :is(.tw-h-32) {
  height: 8rem;
}
.tw :is(.tw-h-4) {
  height: 1rem;
}
.tw :is(.tw-h-auto) {
  height: auto;
}
.tw :is(.tw-h-full) {
  height: 100%;
}
.tw :is(.tw-max-h-2\/3) {
  max-height: 66.666667%;
}
.tw :is(.tw-max-h-full) {
  max-height: 100%;
}
.tw :is(.tw-w-1\/2) {
  width: 50%;
}
.tw :is(.tw-w-16) {
  width: 4rem;
}
.tw :is(.tw-w-32) {
  width: 8rem;
}
.tw :is(.tw-w-4) {
  width: 1rem;
}
.tw :is(.tw-w-auto) {
  width: auto;
}
.tw :is(.tw-w-full) {
  width: 100%;
}
.tw :is(.tw-min-w-full) {
  min-width: 100%;
}
.tw :is(.tw-flex-1) {
  flex: 1 1 0%;
}
.tw :is(.tw-shrink-0) {
  flex-shrink: 0;
}
.tw :is(.tw-grow) {
  flex-grow: 1;
}
.tw :is(.tw-grow-0) {
  flex-grow: 0;
}
.tw :is(.tw-basis-1\/2) {
  flex-basis: 50%;
}
.tw :is(.tw-basis-1\/3) {
  flex-basis: 33.333333%;
}
.tw :is(.tw-basis-2\/3) {
  flex-basis: 66.666667%;
}
.tw :is(.tw-origin-bottom-left) {
  transform-origin: bottom left;
}
.tw :is(.tw-rotate-90) {
  --tw-rotate: 90deg;
  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));
}
.tw :is(.tw-list-disc) {
  list-style-type: disc;
}
.tw :is(.tw-list-none) {
  list-style-type: none;
}
.tw :is(.tw-grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw :is(.tw-flex-row) {
  flex-direction: row;
}
.tw :is(.tw-flex-col) {
  flex-direction: column;
}
.tw :is(.tw-items-start) {
  align-items: flex-start;
}
.tw :is(.tw-items-center) {
  align-items: center;
}
.tw :is(.tw-items-stretch) {
  align-items: stretch;
}
.tw :is(.tw-justify-start) {
  justify-content: flex-start;
}
.tw :is(.tw-justify-center) {
  justify-content: center;
}
.tw :is(.tw-justify-between) {
  justify-content: space-between;
}
.tw :is(.tw-justify-evenly) {
  justify-content: space-evenly;
}
.tw :is(.tw-justify-stretch) {
  justify-content: stretch;
}
.tw :is(.tw-gap-1) {
  gap: 0.25rem;
}
.tw :is(.tw-gap-2) {
  gap: 0.5rem;
}
.tw :is(.tw-gap-3) {
  gap: 0.75rem;
}
.tw :is(.tw-gap-4) {
  gap: 1rem;
}
.tw :is(.tw-gap-6) {
  gap: 1.5rem;
}
.tw :is(.tw-self-stretch) {
  align-self: stretch;
}
.tw :is(.tw-justify-self-stretch) {
  justify-self: stretch;
}
.tw :is(.tw-overflow-auto) {
  overflow: auto;
}
.tw :is(.tw-overflow-hidden) {
  overflow: hidden;
}
.tw :is(.tw-overflow-ellipsis) {
  text-overflow: ellipsis;
}
.tw :is(.tw-text-ellipsis) {
  text-overflow: ellipsis;
}
.tw :is(.tw-text-nowrap) {
  text-wrap: nowrap;
}
.tw :is(.tw-rounded) {
  border-radius: 0.25rem;
}
.tw :is(.tw-rounded-full) {
  border-radius: 9999px;
}
.tw :is(.tw-rounded-lg) {
  border-radius: 0.5rem;
}
.tw :is(.tw-rounded-md) {
  border-radius: 0.375rem;
}
.tw :is(.tw-border) {
  border-width: 1px;
}
.tw :is(.tw-border-t) {
  border-top-width: 1px;
}
.tw :is(.tw-border-neutral-200) {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.tw :is(.tw-border-neutral-300) {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.tw :is(.tw-border-orange-100) {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 217 / var(--tw-border-opacity));
}
.tw :is(.tw-bg-cyan-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-fuchsia-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-green-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-neutral-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-neutral-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-orange-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 217 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-orange-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 233 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-rose-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-slate-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-yellow-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.tw :is(.tw-p-2) {
  padding: 0.5rem;
}
.tw :is(.tw-p-4) {
  padding: 1rem;
}
.tw :is(.tw-p-5) {
  padding: 1.25rem;
}
.tw :is(.tw-px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw :is(.tw-py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw :is(.tw-py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw :is(.tw-py-6) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw :is(.tw-pl-4) {
  padding-left: 1rem;
}
.tw :is(.tw-pt-2) {
  padding-top: 0.5rem;
}
.tw :is(.tw-pt-3) {
  padding-top: 0.75rem;
}
.tw :is(.tw-pt-4) {
  padding-top: 1rem;
}
.tw :is(.tw-text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw :is(.tw-text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tw :is(.tw-text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw :is(.tw-text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw :is(.tw-text-xs) {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw :is(.tw-font-bold) {
  font-weight: 700;
}
.tw :is(.tw-uppercase) {
  text-transform: uppercase;
}
.tw :is(.tw-leading-4) {
  line-height: 1rem;
}
.tw :is(.tw-leading-5) {
  line-height: 1.25rem;
}
.tw :is(.tw-leading-6) {
  line-height: 1.5rem;
}
.tw :is(.tw-leading-8) {
  line-height: 2rem;
}
.tw :is(.tw-tracking-widest) {
  letter-spacing: 0.1em;
}
.tw :is(.tw-text-neutral-500) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.tw :is(.tw-text-neutral-700) {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.tw :is(.tw-text-neutral-900) {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.tw :is(.tw-text-orange-900) {
  --tw-text-opacity: 1;
  color: rgb(127 66 0 / var(--tw-text-opacity));
}
.tw :is(.tw-shadow-md) {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw :is(.tw-ring-1) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tw :is(.tw-ring-cyan-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-fuchsia-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-green-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-neutral-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-orange-100) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 217 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-rose-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-slate-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity));
}
.tw :is(.tw-transition-shadow) {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw :is(.tw-duration-300) {
  transition-duration: 300ms;
}

/* Tailwind customized pre-flight */
/*
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 {
  --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:  ;
}

.tw *,
.tw ::before,
.tw ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

.tw ::before,
.tw ::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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

/*
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.
*/

.tw hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

.tw abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

.tw h1,
.tw h2,
.tw h3,
.tw h4,
.tw h5,
.tw h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

.tw a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

.tw b,
.tw strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

.tw code,
.tw kbd,
.tw samp,
.tw pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

.tw small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

.tw sub,
.tw sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.tw sub {
  bottom: -0.25em;
}

.tw 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.
*/

.tw 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.
*/

.tw button,
.tw input,
.tw optgroup,
.tw select,
.tw textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: 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.
*/

.tw button,
.tw select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

.tw button,
.tw [type='button'],
.tw [type='reset'],
.tw [type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

.tw :-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)
*/

.tw :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

.tw progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

.tw ::-webkit-inner-spin-button,
.tw ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

.tw [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

.tw ::-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.
*/

.tw ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

.tw summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

.tw blockquote,
.tw dl,
.tw dd,
.tw h1,
.tw h2,
.tw h3,
.tw h4,
.tw h5,
.tw h6,
.tw hr,
.tw figure,
.tw p,
.tw pre {
  margin: 0;
}

.tw fieldset {
  margin: 0;
  padding: 0;
}

.tw legend {
  padding: 0;
}

.tw ol,
.tw ul,
.tw menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
.tw dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.tw 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.
*/

.tw input::-moz-placeholder, .tw textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

.tw input::placeholder,
.tw textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

.tw button,
.tw [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.tw :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.
*/

.tw img,
.tw svg,
.tw video,
.tw canvas,
.tw audio,
.tw iframe,
.tw embed,
.tw 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)
*/

.tw img,
.tw video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
.tw [hidden] {
  display: none;
}
.tw :is(.after\:tw-inline)::after {
  content: var(--tw-content);
  display: inline;
}
.tw :is(.after\:tw-px-1)::after {
  content: var(--tw-content);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tw :is(.after\:tw-content-\[\'\/\'\])::after {
  --tw-content: '/';
  content: var(--tw-content);
}
.tw :is(.first\:tw-pl-0:first-child) {
  padding-left: 0px;
}
.tw :is(.hover\:tw-cursor-pointer:hover) {
  cursor: pointer;
}
.tw :is(.hover\:tw-bg-orange-100:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 217 / var(--tw-bg-opacity));
}
.tw :is(.hover\:tw-bg-opacity-50:hover) {
  --tw-bg-opacity: 0.5;
}
.tw :is(.hover\:tw-no-underline:hover) {
  text-decoration-line: none;
}
.tw :is(.hover\:tw-shadow-lg:hover) {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 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);
}
@media (min-width: 640px) {
  .tw :is(.sm\:tw-flex) {
    display: flex;
  }
  .tw :is(.sm\:tw-w-1\/2) {
    width: 50%;
  }
  .tw :is(.sm\:tw-grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tw :is(.sm\:tw-flex-row) {
    flex-direction: row;
  }
  .tw :is(.sm\:tw-justify-stretch) {
    justify-content: stretch;
  }
}
@media (min-width: 768px) {
  .tw :is(.md\:tw-mb-3) {
    margin-bottom: 0.75rem;
  }
  .tw :is(.md\:tw-mt-0) {
    margin-top: 0px;
  }
  .tw :is(.md\:tw-w-1\/3) {
    width: 33.333333%;
  }
  .tw :is(.md\:tw-w-1\/4) {
    width: 25%;
  }
  .tw :is(.md\:tw-w-2\/3) {
    width: 66.666667%;
  }
  .tw :is(.md\:tw-flex-shrink-0) {
    flex-shrink: 0;
  }
  .tw :is(.md\:tw-basis-1\/3) {
    flex-basis: 33.333333%;
  }
  .tw :is(.md\:tw-basis-1\/4) {
    flex-basis: 25%;
  }
  .tw :is(.md\:tw-grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tw :is(.md\:tw-flex-row) {
    flex-direction: row;
  }
  .tw :is(.md\:tw-justify-stretch) {
    justify-content: stretch;
  }
  .tw :is(.md\:tw-border-b) {
    border-bottom-width: 1px;
  }
  .tw :is(.md\:tw-border-neutral-200) {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
  }
  .tw :is(.md\:tw-pb-3) {
    padding-bottom: 0.75rem;
  }
  .tw :is(.md\:tw-pt-0) {
    padding-top: 0px;
  }
}
/* @tailwind base; */
.tw :is( .blog-post__content a),:is(
  .tw .blog-post__content a:link),:is(
  .tw .blog-post__content a:visited),:is(
  .tw .blog-post__content a:hover),:is(
  .tw .blog-post__content a:focus),:is(
  .tw .blog-post__content a:active) {
  --tw-text-opacity: 1;
  color: rgb(221 128 29 / var(--tw-text-opacity));
}
/* Blog Post */
.tw :is( .blog-post__content p) {
  margin-bottom: 1rem;
}
.tw :is( .blog-post__content p:last-item) {
  margin-bottom: 0px;
}
.tw :is( .blog-post__content figure) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw :is( .blog-post__content img) {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}
.tw :is( .blog-post__content h2) {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw :is( .blog-post__content h3) {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw :is( .blog-post__content h4) {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw :is( .blog-post__content ul),:is( ol) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
}
.tw :is( .blog-post__content ul) {
  list-style-type: disc;
}
.tw :is( .blog-post__content ol) {
  list-style-type: decimal;
}
.tw :is( .blog-post__content li) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tw :is( .blog-post__content li:last-item) {
  margin: 0px;
}
.tw :is( .blog-post__content blockquote) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1rem;
}
.tw :is(.tw-absolute) {
  position: absolute;
}
.tw :is(.tw-relative) {
  position: relative;
}
.tw :is(.-tw-right-3) {
  right: -0.75rem;
}
.tw :is(.tw-bottom-6) {
  bottom: 1.5rem;
}
.tw :is(.tw-order-first) {
  order: -9999;
}
.tw :is(.tw-order-last) {
  order: 9999;
}
.tw :is(.tw-mx-6) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.tw :is(.tw-my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw :is(.-tw-mb-4) {
  margin-bottom: -1rem;
}
.tw :is(.-tw-mt-6) {
  margin-top: -1.5rem;
}
.tw :is(.tw-mb-1) {
  margin-bottom: 0.25rem;
}
.tw :is(.tw-mb-2) {
  margin-bottom: 0.5rem;
}
.tw :is(.tw-mb-4) {
  margin-bottom: 1rem;
}
.tw :is(.tw-mb-6) {
  margin-bottom: 1.5rem;
}
.tw :is(.tw-mb-8) {
  margin-bottom: 2rem;
}
.tw :is(.tw-ml-4) {
  margin-left: 1rem;
}
.tw :is(.tw-mt-2) {
  margin-top: 0.5rem;
}
.tw :is(.tw-mt-4) {
  margin-top: 1rem;
}
.tw :is(.tw-mt-8) {
  margin-top: 2rem;
}
.tw :is(.tw-block) {
  display: block;
}
.tw :is(.tw-inline-block) {
  display: inline-block;
}
.tw :is(.tw-inline) {
  display: inline;
}
.tw :is(.tw-flex) {
  display: flex;
}
.tw :is(.tw-inline-flex) {
  display: inline-flex;
}
.tw :is(.tw-grid) {
  display: grid;
}
.tw :is(.tw-h-16) {
  height: 4rem;
}
.tw :is(.tw-h-32) {
  height: 8rem;
}
.tw :is(.tw-h-4) {
  height: 1rem;
}
.tw :is(.tw-h-auto) {
  height: auto;
}
.tw :is(.tw-h-full) {
  height: 100%;
}
.tw :is(.tw-max-h-2\/3) {
  max-height: 66.666667%;
}
.tw :is(.tw-max-h-full) {
  max-height: 100%;
}
.tw :is(.tw-w-1\/2) {
  width: 50%;
}
.tw :is(.tw-w-16) {
  width: 4rem;
}
.tw :is(.tw-w-32) {
  width: 8rem;
}
.tw :is(.tw-w-4) {
  width: 1rem;
}
.tw :is(.tw-w-auto) {
  width: auto;
}
.tw :is(.tw-w-full) {
  width: 100%;
}
.tw :is(.tw-min-w-full) {
  min-width: 100%;
}
.tw :is(.tw-flex-1) {
  flex: 1 1 0%;
}
.tw :is(.tw-shrink-0) {
  flex-shrink: 0;
}
.tw :is(.tw-grow) {
  flex-grow: 1;
}
.tw :is(.tw-grow-0) {
  flex-grow: 0;
}
.tw :is(.tw-basis-1\/2) {
  flex-basis: 50%;
}
.tw :is(.tw-basis-1\/3) {
  flex-basis: 33.333333%;
}
.tw :is(.tw-basis-2\/3) {
  flex-basis: 66.666667%;
}
.tw :is(.tw-origin-bottom-left) {
  transform-origin: bottom left;
}
.tw :is(.tw-rotate-90) {
  --tw-rotate: 90deg;
  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));
}
.tw :is(.tw-list-disc) {
  list-style-type: disc;
}
.tw :is(.tw-list-none) {
  list-style-type: none;
}
.tw :is(.tw-grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw :is(.tw-flex-row) {
  flex-direction: row;
}
.tw :is(.tw-flex-col) {
  flex-direction: column;
}
.tw :is(.tw-items-start) {
  align-items: flex-start;
}
.tw :is(.tw-items-center) {
  align-items: center;
}
.tw :is(.tw-items-stretch) {
  align-items: stretch;
}
.tw :is(.tw-justify-start) {
  justify-content: flex-start;
}
.tw :is(.tw-justify-center) {
  justify-content: center;
}
.tw :is(.tw-justify-between) {
  justify-content: space-between;
}
.tw :is(.tw-justify-evenly) {
  justify-content: space-evenly;
}
.tw :is(.tw-justify-stretch) {
  justify-content: stretch;
}
.tw :is(.tw-gap-1) {
  gap: 0.25rem;
}
.tw :is(.tw-gap-2) {
  gap: 0.5rem;
}
.tw :is(.tw-gap-3) {
  gap: 0.75rem;
}
.tw :is(.tw-gap-4) {
  gap: 1rem;
}
.tw :is(.tw-gap-6) {
  gap: 1.5rem;
}
.tw :is(.tw-self-stretch) {
  align-self: stretch;
}
.tw :is(.tw-justify-self-stretch) {
  justify-self: stretch;
}
.tw :is(.tw-overflow-auto) {
  overflow: auto;
}
.tw :is(.tw-overflow-hidden) {
  overflow: hidden;
}
.tw :is(.tw-overflow-ellipsis) {
  text-overflow: ellipsis;
}
.tw :is(.tw-text-ellipsis) {
  text-overflow: ellipsis;
}
.tw :is(.tw-text-nowrap) {
  text-wrap: nowrap;
}
.tw :is(.tw-rounded) {
  border-radius: 0.25rem;
}
.tw :is(.tw-rounded-full) {
  border-radius: 9999px;
}
.tw :is(.tw-rounded-lg) {
  border-radius: 0.5rem;
}
.tw :is(.tw-rounded-md) {
  border-radius: 0.375rem;
}
.tw :is(.tw-border) {
  border-width: 1px;
}
.tw :is(.tw-border-t) {
  border-top-width: 1px;
}
.tw :is(.tw-border-neutral-200) {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.tw :is(.tw-border-neutral-300) {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.tw :is(.tw-border-orange-100) {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 217 / var(--tw-border-opacity));
}
.tw :is(.tw-bg-cyan-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-fuchsia-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-green-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-neutral-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-neutral-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-orange-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 217 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-orange-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 233 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-rose-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-slate-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-yellow-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.tw :is(.tw-p-2) {
  padding: 0.5rem;
}
.tw :is(.tw-p-4) {
  padding: 1rem;
}
.tw :is(.tw-p-5) {
  padding: 1.25rem;
}
.tw :is(.tw-px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw :is(.tw-py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw :is(.tw-py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw :is(.tw-py-6) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw :is(.tw-pl-4) {
  padding-left: 1rem;
}
.tw :is(.tw-pt-2) {
  padding-top: 0.5rem;
}
.tw :is(.tw-pt-3) {
  padding-top: 0.75rem;
}
.tw :is(.tw-pt-4) {
  padding-top: 1rem;
}
.tw :is(.tw-text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw :is(.tw-text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tw :is(.tw-text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw :is(.tw-text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw :is(.tw-text-xs) {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw :is(.tw-font-bold) {
  font-weight: 700;
}
.tw :is(.tw-uppercase) {
  text-transform: uppercase;
}
.tw :is(.tw-leading-4) {
  line-height: 1rem;
}
.tw :is(.tw-leading-5) {
  line-height: 1.25rem;
}
.tw :is(.tw-leading-6) {
  line-height: 1.5rem;
}
.tw :is(.tw-leading-8) {
  line-height: 2rem;
}
.tw :is(.tw-tracking-widest) {
  letter-spacing: 0.1em;
}
.tw :is(.tw-text-neutral-500) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.tw :is(.tw-text-neutral-700) {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.tw :is(.tw-text-neutral-900) {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.tw :is(.tw-text-orange-900) {
  --tw-text-opacity: 1;
  color: rgb(127 66 0 / var(--tw-text-opacity));
}
.tw :is(.tw-shadow-md) {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw :is(.tw-ring-1) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tw :is(.tw-ring-cyan-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-fuchsia-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-green-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-neutral-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-orange-100) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 217 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-rose-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-slate-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity));
}
.tw :is(.tw-transition-shadow) {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw :is(.tw-duration-300) {
  transition-duration: 300ms;
}

/* Tailwind customized pre-flight */
/*
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 {
  --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:  ;
}

.tw *,
.tw ::before,
.tw ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

.tw ::before,
.tw ::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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

/*
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.
*/

.tw hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

.tw abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

.tw h1,
.tw h2,
.tw h3,
.tw h4,
.tw h5,
.tw h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

.tw a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

.tw b,
.tw strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

.tw code,
.tw kbd,
.tw samp,
.tw pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

.tw small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

.tw sub,
.tw sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.tw sub {
  bottom: -0.25em;
}

.tw 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.
*/

.tw 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.
*/

.tw button,
.tw input,
.tw optgroup,
.tw select,
.tw textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: 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.
*/

.tw button,
.tw select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

.tw button,
.tw [type='button'],
.tw [type='reset'],
.tw [type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

.tw :-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)
*/

.tw :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

.tw progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

.tw ::-webkit-inner-spin-button,
.tw ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

.tw [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

.tw ::-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.
*/

.tw ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

.tw summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

.tw blockquote,
.tw dl,
.tw dd,
.tw h1,
.tw h2,
.tw h3,
.tw h4,
.tw h5,
.tw h6,
.tw hr,
.tw figure,
.tw p,
.tw pre {
  margin: 0;
}

.tw fieldset {
  margin: 0;
  padding: 0;
}

.tw legend {
  padding: 0;
}

.tw ol,
.tw ul,
.tw menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
.tw dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.tw 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.
*/

.tw input::-moz-placeholder, .tw textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

.tw input::placeholder,
.tw textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

.tw button,
.tw [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.tw :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.
*/

.tw img,
.tw svg,
.tw video,
.tw canvas,
.tw audio,
.tw iframe,
.tw embed,
.tw 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)
*/

.tw img,
.tw video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
.tw [hidden] {
  display: none;
}
.tw :is(.after\:tw-inline)::after {
  content: var(--tw-content);
  display: inline;
}
.tw :is(.after\:tw-px-1)::after {
  content: var(--tw-content);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tw :is(.after\:tw-content-\[\'\/\'\])::after {
  --tw-content: '/';
  content: var(--tw-content);
}
.tw :is(.first\:tw-pl-0:first-child) {
  padding-left: 0px;
}
.tw :is(.hover\:tw-cursor-pointer:hover) {
  cursor: pointer;
}
.tw :is(.hover\:tw-bg-orange-100:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 217 / var(--tw-bg-opacity));
}
.tw :is(.hover\:tw-bg-opacity-50:hover) {
  --tw-bg-opacity: 0.5;
}
.tw :is(.hover\:tw-no-underline:hover) {
  text-decoration-line: none;
}
.tw :is(.hover\:tw-shadow-lg:hover) {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 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);
}
@media (min-width: 640px) {
  .tw :is(.sm\:tw-flex) {
    display: flex;
  }
  .tw :is(.sm\:tw-w-1\/2) {
    width: 50%;
  }
  .tw :is(.sm\:tw-grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tw :is(.sm\:tw-flex-row) {
    flex-direction: row;
  }
  .tw :is(.sm\:tw-justify-stretch) {
    justify-content: stretch;
  }
}
@media (min-width: 768px) {
  .tw :is(.md\:tw-mb-3) {
    margin-bottom: 0.75rem;
  }
  .tw :is(.md\:tw-mt-0) {
    margin-top: 0px;
  }
  .tw :is(.md\:tw-w-1\/3) {
    width: 33.333333%;
  }
  .tw :is(.md\:tw-w-1\/4) {
    width: 25%;
  }
  .tw :is(.md\:tw-w-2\/3) {
    width: 66.666667%;
  }
  .tw :is(.md\:tw-flex-shrink-0) {
    flex-shrink: 0;
  }
  .tw :is(.md\:tw-basis-1\/3) {
    flex-basis: 33.333333%;
  }
  .tw :is(.md\:tw-basis-1\/4) {
    flex-basis: 25%;
  }
  .tw :is(.md\:tw-grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tw :is(.md\:tw-flex-row) {
    flex-direction: row;
  }
  .tw :is(.md\:tw-justify-stretch) {
    justify-content: stretch;
  }
  .tw :is(.md\:tw-border-b) {
    border-bottom-width: 1px;
  }
  .tw :is(.md\:tw-border-neutral-200) {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
  }
  .tw :is(.md\:tw-pb-3) {
    padding-bottom: 0.75rem;
  }
  .tw :is(.md\:tw-pt-0) {
    padding-top: 0px;
  }
}
/* @tailwind base; */
.tw :is( .blog-post__content a),:is(
  .tw .blog-post__content a:link),:is(
  .tw .blog-post__content a:visited),:is(
  .tw .blog-post__content a:hover),:is(
  .tw .blog-post__content a:focus),:is(
  .tw .blog-post__content a:active) {
  --tw-text-opacity: 1;
  color: rgb(221 128 29 / var(--tw-text-opacity));
}
/* Blog Post */
.tw :is( .blog-post__content p) {
  margin-bottom: 1rem;
}
.tw :is( .blog-post__content p:last-item) {
  margin-bottom: 0px;
}
.tw :is( .blog-post__content figure) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw :is( .blog-post__content img) {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}
.tw :is( .blog-post__content h2) {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw :is( .blog-post__content h3) {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw :is( .blog-post__content h4) {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw :is( .blog-post__content ul),:is( ol) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
}
.tw :is( .blog-post__content ul) {
  list-style-type: disc;
}
.tw :is( .blog-post__content ol) {
  list-style-type: decimal;
}
.tw :is( .blog-post__content li) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tw :is( .blog-post__content li:last-item) {
  margin: 0px;
}
.tw :is( .blog-post__content blockquote) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1rem;
}
.tw :is(.tw-absolute) {
  position: absolute;
}
.tw :is(.tw-relative) {
  position: relative;
}
.tw :is(.-tw-right-3) {
  right: -0.75rem;
}
.tw :is(.tw-bottom-6) {
  bottom: 1.5rem;
}
.tw :is(.tw-order-first) {
  order: -9999;
}
.tw :is(.tw-order-last) {
  order: 9999;
}
.tw :is(.tw-mx-6) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.tw :is(.tw-my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw :is(.-tw-mb-4) {
  margin-bottom: -1rem;
}
.tw :is(.-tw-mt-6) {
  margin-top: -1.5rem;
}
.tw :is(.tw-mb-1) {
  margin-bottom: 0.25rem;
}
.tw :is(.tw-mb-2) {
  margin-bottom: 0.5rem;
}
.tw :is(.tw-mb-4) {
  margin-bottom: 1rem;
}
.tw :is(.tw-mb-6) {
  margin-bottom: 1.5rem;
}
.tw :is(.tw-mb-8) {
  margin-bottom: 2rem;
}
.tw :is(.tw-ml-4) {
  margin-left: 1rem;
}
.tw :is(.tw-mt-2) {
  margin-top: 0.5rem;
}
.tw :is(.tw-mt-4) {
  margin-top: 1rem;
}
.tw :is(.tw-mt-8) {
  margin-top: 2rem;
}
.tw :is(.tw-block) {
  display: block;
}
.tw :is(.tw-inline-block) {
  display: inline-block;
}
.tw :is(.tw-inline) {
  display: inline;
}
.tw :is(.tw-flex) {
  display: flex;
}
.tw :is(.tw-inline-flex) {
  display: inline-flex;
}
.tw :is(.tw-grid) {
  display: grid;
}
.tw :is(.tw-h-16) {
  height: 4rem;
}
.tw :is(.tw-h-32) {
  height: 8rem;
}
.tw :is(.tw-h-4) {
  height: 1rem;
}
.tw :is(.tw-h-auto) {
  height: auto;
}
.tw :is(.tw-h-full) {
  height: 100%;
}
.tw :is(.tw-max-h-2\/3) {
  max-height: 66.666667%;
}
.tw :is(.tw-max-h-full) {
  max-height: 100%;
}
.tw :is(.tw-w-1\/2) {
  width: 50%;
}
.tw :is(.tw-w-16) {
  width: 4rem;
}
.tw :is(.tw-w-32) {
  width: 8rem;
}
.tw :is(.tw-w-4) {
  width: 1rem;
}
.tw :is(.tw-w-auto) {
  width: auto;
}
.tw :is(.tw-w-full) {
  width: 100%;
}
.tw :is(.tw-min-w-full) {
  min-width: 100%;
}
.tw :is(.tw-flex-1) {
  flex: 1 1 0%;
}
.tw :is(.tw-shrink-0) {
  flex-shrink: 0;
}
.tw :is(.tw-grow) {
  flex-grow: 1;
}
.tw :is(.tw-grow-0) {
  flex-grow: 0;
}
.tw :is(.tw-basis-1\/2) {
  flex-basis: 50%;
}
.tw :is(.tw-basis-1\/3) {
  flex-basis: 33.333333%;
}
.tw :is(.tw-basis-2\/3) {
  flex-basis: 66.666667%;
}
.tw :is(.tw-origin-bottom-left) {
  transform-origin: bottom left;
}
.tw :is(.tw-rotate-90) {
  --tw-rotate: 90deg;
  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));
}
.tw :is(.tw-list-disc) {
  list-style-type: disc;
}
.tw :is(.tw-list-none) {
  list-style-type: none;
}
.tw :is(.tw-grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw :is(.tw-flex-row) {
  flex-direction: row;
}
.tw :is(.tw-flex-col) {
  flex-direction: column;
}
.tw :is(.tw-items-start) {
  align-items: flex-start;
}
.tw :is(.tw-items-center) {
  align-items: center;
}
.tw :is(.tw-items-stretch) {
  align-items: stretch;
}
.tw :is(.tw-justify-start) {
  justify-content: flex-start;
}
.tw :is(.tw-justify-center) {
  justify-content: center;
}
.tw :is(.tw-justify-between) {
  justify-content: space-between;
}
.tw :is(.tw-justify-evenly) {
  justify-content: space-evenly;
}
.tw :is(.tw-justify-stretch) {
  justify-content: stretch;
}
.tw :is(.tw-gap-1) {
  gap: 0.25rem;
}
.tw :is(.tw-gap-2) {
  gap: 0.5rem;
}
.tw :is(.tw-gap-3) {
  gap: 0.75rem;
}
.tw :is(.tw-gap-4) {
  gap: 1rem;
}
.tw :is(.tw-gap-6) {
  gap: 1.5rem;
}
.tw :is(.tw-self-stretch) {
  align-self: stretch;
}
.tw :is(.tw-justify-self-stretch) {
  justify-self: stretch;
}
.tw :is(.tw-overflow-auto) {
  overflow: auto;
}
.tw :is(.tw-overflow-hidden) {
  overflow: hidden;
}
.tw :is(.tw-overflow-ellipsis) {
  text-overflow: ellipsis;
}
.tw :is(.tw-text-ellipsis) {
  text-overflow: ellipsis;
}
.tw :is(.tw-text-nowrap) {
  text-wrap: nowrap;
}
.tw :is(.tw-rounded) {
  border-radius: 0.25rem;
}
.tw :is(.tw-rounded-full) {
  border-radius: 9999px;
}
.tw :is(.tw-rounded-lg) {
  border-radius: 0.5rem;
}
.tw :is(.tw-rounded-md) {
  border-radius: 0.375rem;
}
.tw :is(.tw-border) {
  border-width: 1px;
}
.tw :is(.tw-border-t) {
  border-top-width: 1px;
}
.tw :is(.tw-border-neutral-200) {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.tw :is(.tw-border-neutral-300) {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.tw :is(.tw-border-orange-100) {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 217 / var(--tw-border-opacity));
}
.tw :is(.tw-bg-cyan-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-fuchsia-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-green-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-neutral-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-neutral-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-orange-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 217 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-orange-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 233 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-rose-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-slate-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw :is(.tw-bg-yellow-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.tw :is(.tw-p-2) {
  padding: 0.5rem;
}
.tw :is(.tw-p-4) {
  padding: 1rem;
}
.tw :is(.tw-p-5) {
  padding: 1.25rem;
}
.tw :is(.tw-px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw :is(.tw-py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw :is(.tw-py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw :is(.tw-py-6) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw :is(.tw-pl-4) {
  padding-left: 1rem;
}
.tw :is(.tw-pt-2) {
  padding-top: 0.5rem;
}
.tw :is(.tw-pt-3) {
  padding-top: 0.75rem;
}
.tw :is(.tw-pt-4) {
  padding-top: 1rem;
}
.tw :is(.tw-text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw :is(.tw-text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tw :is(.tw-text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw :is(.tw-text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw :is(.tw-text-xs) {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw :is(.tw-font-bold) {
  font-weight: 700;
}
.tw :is(.tw-uppercase) {
  text-transform: uppercase;
}
.tw :is(.tw-leading-4) {
  line-height: 1rem;
}
.tw :is(.tw-leading-5) {
  line-height: 1.25rem;
}
.tw :is(.tw-leading-6) {
  line-height: 1.5rem;
}
.tw :is(.tw-leading-8) {
  line-height: 2rem;
}
.tw :is(.tw-tracking-widest) {
  letter-spacing: 0.1em;
}
.tw :is(.tw-text-neutral-500) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.tw :is(.tw-text-neutral-700) {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.tw :is(.tw-text-neutral-900) {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.tw :is(.tw-text-orange-900) {
  --tw-text-opacity: 1;
  color: rgb(127 66 0 / var(--tw-text-opacity));
}
.tw :is(.tw-shadow-md) {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw :is(.tw-ring-1) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tw :is(.tw-ring-cyan-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-fuchsia-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-green-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-neutral-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-orange-100) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 217 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-rose-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity));
}
.tw :is(.tw-ring-slate-200) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity));
}
.tw :is(.tw-transition-shadow) {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw :is(.tw-duration-300) {
  transition-duration: 300ms;
}

/* Tailwind customized pre-flight */
/*
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 {
  --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:  ;
}

.tw *,
.tw ::before,
.tw ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

.tw ::before,
.tw ::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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

/*
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.
*/

.tw hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

.tw abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

.tw h1,
.tw h2,
.tw h3,
.tw h4,
.tw h5,
.tw h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

.tw a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

.tw b,
.tw strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

.tw code,
.tw kbd,
.tw samp,
.tw pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

.tw small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

.tw sub,
.tw sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.tw sub {
  bottom: -0.25em;
}

.tw 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.
*/

.tw 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.
*/

.tw button,
.tw input,
.tw optgroup,
.tw select,
.tw textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: 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.
*/

.tw button,
.tw select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

.tw button,
.tw [type='button'],
.tw [type='reset'],
.tw [type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

.tw :-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)
*/

.tw :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

.tw progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

.tw ::-webkit-inner-spin-button,
.tw ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

.tw [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

.tw ::-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.
*/

.tw ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

.tw summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

.tw blockquote,
.tw dl,
.tw dd,
.tw h1,
.tw h2,
.tw h3,
.tw h4,
.tw h5,
.tw h6,
.tw hr,
.tw figure,
.tw p,
.tw pre {
  margin: 0;
}

.tw fieldset {
  margin: 0;
  padding: 0;
}

.tw legend {
  padding: 0;
}

.tw ol,
.tw ul,
.tw menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
.tw dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.tw 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.
*/

.tw input::-moz-placeholder, .tw textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

.tw input::placeholder,
.tw textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

.tw button,
.tw [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.tw :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.
*/

.tw img,
.tw svg,
.tw video,
.tw canvas,
.tw audio,
.tw iframe,
.tw embed,
.tw 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)
*/

.tw img,
.tw video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
.tw [hidden] {
  display: none;
}
.tw :is(.after\:tw-inline)::after {
  content: var(--tw-content);
  display: inline;
}
.tw :is(.after\:tw-px-1)::after {
  content: var(--tw-content);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tw :is(.after\:tw-content-\[\'\/\'\])::after {
  --tw-content: '/';
  content: var(--tw-content);
}
.tw :is(.first\:tw-pl-0:first-child) {
  padding-left: 0px;
}
.tw :is(.hover\:tw-cursor-pointer:hover) {
  cursor: pointer;
}
.tw :is(.hover\:tw-bg-orange-100:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 217 / var(--tw-bg-opacity));
}
.tw :is(.hover\:tw-bg-opacity-50:hover) {
  --tw-bg-opacity: 0.5;
}
.tw :is(.hover\:tw-no-underline:hover) {
  text-decoration-line: none;
}
.tw :is(.hover\:tw-shadow-lg:hover) {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 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);
}
@media (min-width: 640px) {
  .tw :is(.sm\:tw-flex) {
    display: flex;
  }
  .tw :is(.sm\:tw-w-1\/2) {
    width: 50%;
  }
  .tw :is(.sm\:tw-grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tw :is(.sm\:tw-flex-row) {
    flex-direction: row;
  }
  .tw :is(.sm\:tw-justify-stretch) {
    justify-content: stretch;
  }
}
@media (min-width: 768px) {
  .tw :is(.md\:tw-mb-3) {
    margin-bottom: 0.75rem;
  }
  .tw :is(.md\:tw-mt-0) {
    margin-top: 0px;
  }
  .tw :is(.md\:tw-w-1\/3) {
    width: 33.333333%;
  }
  .tw :is(.md\:tw-w-1\/4) {
    width: 25%;
  }
  .tw :is(.md\:tw-w-2\/3) {
    width: 66.666667%;
  }
  .tw :is(.md\:tw-flex-shrink-0) {
    flex-shrink: 0;
  }
  .tw :is(.md\:tw-basis-1\/3) {
    flex-basis: 33.333333%;
  }
  .tw :is(.md\:tw-basis-1\/4) {
    flex-basis: 25%;
  }
  .tw :is(.md\:tw-grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tw :is(.md\:tw-flex-row) {
    flex-direction: row;
  }
  .tw :is(.md\:tw-justify-stretch) {
    justify-content: stretch;
  }
  .tw :is(.md\:tw-border-b) {
    border-bottom-width: 1px;
  }
  .tw :is(.md\:tw-border-neutral-200) {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
  }
  .tw :is(.md\:tw-pb-3) {
    padding-bottom: 0.75rem;
  }
  .tw :is(.md\:tw-pt-0) {
    padding-top: 0px;
  }
}
