/*
! tailwindcss v3.4.3 | 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: #DBD0C5; /* 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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]) {
  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. 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.
*/

code,
kbd,
samp,
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.
*/

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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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::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 {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}@tailwind utilities;.pointer-events-none {
  pointer-events: none;
}.pointer-events-auto {
  pointer-events: auto;
}.visible {
  visibility: visible;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.left-0 {
  left: 0rem;
}.right-0 {
  right: 0rem;
}.right-20 {
  right: 1.25rem;
}.right-8 {
  right: 0.5rem;
}.top-0 {
  top: 0rem;
}.top-20 {
  top: 1.25rem;
}.z-1 {
  z-index: 1;
}.z-5 {
  z-index: 5;
}.m-auto {
  margin: auto;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.-ml-10 {
  margin-left: -0.625rem;
}.mb-10 {
  margin-bottom: 0.625rem;
}.mb-20 {
  margin-bottom: 1.25rem;
}.mb-40 {
  margin-bottom: 2.5rem;
}.ml-20 {
  margin-left: 1.25rem;
}.ml-auto {
  margin-left: auto;
}.mr-20 {
  margin-right: 1.25rem;
}.mr-auto {
  margin-right: auto;
}.mt-10 {
  margin-top: 0.625rem;
}.mt-12 {
  margin-top: 0.75rem;
}.mt-14 {
  margin-top: 0.875rem;
}.mt-20 {
  margin-top: 1.25rem;
}.mt-24 {
  margin-top: 1.5rem;
}.mt-40 {
  margin-top: 2.5rem;
}.mt-8 {
  margin-top: 0.5rem;
}.block {
  display: block;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.hidden {
  display: none;
}.h-fit {
  height: fit-content;
}.h-full {
  height: 100%;
}.max-h-full {
  max-height: 100%;
}.min-h-9\/12 {
  min-height: 75%;
}.w-11\/12 {
  width: 91.666667%;
}.w-208 {
  width: 13rem;
}.w-24 {
  width: 1.5rem;
}.w-8\/12 {
  width: 66.666667%;
}.w-90 {
  width: 5.625rem;
}.w-full {
  width: 100%;
}.max-w-192 {
  max-width: 12rem;
}.max-w-224 {
  max-width: 14rem;
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-not-allowed {
  cursor: not-allowed;
}.cursor-pointer {
  cursor: pointer;
}.touch-manipulation {
  touch-action: manipulation;
}.resize {
  resize: both;
}.flex-row-reverse {
  flex-direction: row-reverse;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-center {
  align-items: center;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.overflow-hidden {
  overflow: hidden;
}.overflow-scroll {
  overflow: scroll;
}.rounded {
  border-radius: 0.25rem;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.border-b-2 {
  border-bottom-width: 2px;
}.border-r-0 {
  border-right-width: 0px;
}.border-r-2 {
  border-right-width: 2px;
}.border-t-0 {
  border-top-width: 0px;
}.border-alert {
  --tw-border-opacity: 1;
  border-color: rgb(255 15 15 / var(--tw-border-opacity));
}.border-beige {
  --tw-border-opacity: 1;
  border-color: rgb(219 208 197 / var(--tw-border-opacity));
}.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(175 31 31 / var(--tw-border-opacity));
}.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(92 184 92 / var(--tw-border-opacity));
}.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(219 208 197 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.p-0 {
  padding: 0rem;
}.p-10 {
  padding: 0.625rem;
}.p-12 {
  padding: 0.75rem;
}.p-20 {
  padding: 1.25rem;
}.p-4 {
  padding: 0.25rem;
}.p-40 {
  padding: 2.5rem;
}.px-28 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-6 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.pb-0 {
  padding-bottom: 0rem;
}.pb-20 {
  padding-bottom: 1.25rem;
}.pl-20 {
  padding-left: 1.25rem;
}.pr-20 {
  padding-right: 1.25rem;
}.pr-24 {
  padding-right: 1.5rem;
}.pt-40 {
  padding-top: 2.5rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.font-analogist {
  font-family: Analogist, serif;
}.text-12 {
  font-size: 0.75rem;
}.text-14 {
  font-size: 0.875rem;
}.text-16 {
  font-size: 1rem;
}.text-18 {
  font-size: 1.125rem;
}.text-24 {
  font-size: 1.5rem;
}.text-28 {
  font-size: 1.75rem;
}.text-34 {
  font-size: 2.125rem;
}.text-46 {
  font-size: 2.875rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.font-bold {
  font-weight: 700;
}.text-alert {
  --tw-text-opacity: 1;
  color: rgb(255 15 15 / var(--tw-text-opacity));
}.text-beige {
  --tw-text-opacity: 1;
  color: rgb(219 208 197 / var(--tw-text-opacity));
}.text-grey {
  --tw-text-opacity: 1;
  color: rgb(31 29 27 / var(--tw-text-opacity));
}.text-red {
  --tw-text-opacity: 1;
  color: rgb(175 31 31 / var(--tw-text-opacity));
}.text-success {
  --tw-text-opacity: 1;
  color: rgb(92 184 92 / var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.no-underline {
  text-decoration-line: none;
}.opacity-60 {
  opacity: 0.6;
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.push-1{margin-left:8.3333333333%}.flex-row-reverse .push-1{margin-right:8.3333333333%;margin-left:0}.col-2{width:16.6666666667%}.flex-row-reverse .push-2{margin-right:16.6666666667%;margin-left:0}.col-3{width:25%}.flex-row-reverse .push-3{margin-right:25%;margin-left:0}.col-4{width:33.3333333333%}.push-4{margin-left:33.3333333333%}.flex-row-reverse .push-4{margin-right:33.3333333333%;margin-left:0}.flex-row-reverse .push-5{margin-right:41.6666666667%;margin-left:0}.col-6{width:50%}.flex-row-reverse .push-6{margin-right:50%;margin-left:0}.flex-row-reverse .push-7{margin-right:58.3333333333%;margin-left:0}.flex-row-reverse .push-8{margin-right:66.6666666667%;margin-left:0}.col-9{width:75%}.flex-row-reverse .push-9{margin-right:75%;margin-left:0}.col-10{width:83.3333333333%}.flex-row-reverse .push-10{margin-right:83.3333333333%;margin-left:0}.flex-row-reverse .push-11{margin-right:91.6666666667%;margin-left:0}.col-0{width:0}.push-0{margin-left:0}.col-12{width:100%}.push-12{margin-left:100%}[class*=col-]{float:left;padding-right:10px;padding-left:10px}.p-0{padding:0}.row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.row::after{content:"";display:block;clear:both}.wysiwyg h2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}@media (min-width: 1024px) {

  .wysiwyg h2 {
    font-size: 2.125rem;
  }
}.wysiwyg h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}@media (min-width: 1024px) {

  .wysiwyg h3 {
    font-size: 1.75rem;
  }
}.wysiwyg p {
  margin-bottom: 1.25rem;
}.wysiwyg code{background-color:#f8f8f8;border:1px solid #ddd}.wysiwyg pre {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  width: 100%;
  overflow: scroll;
  border-radius: 0.25rem;
  padding: 0.75rem;
  font-size: 0.875rem;background-color:#f8f8f8;border:1px solid #ddd;
}.wysiwyg pre code{background-color:inherit;border:0}.wysiwyg ul{list-style:disc inside}.wysiwyg ol{list-style:none}.wysiwyg a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(175 31 31 / var(--tw-text-opacity));
  text-decoration-line: underline;
}@font-face{font-family:"Analogist";src:url(d2698c169b89d2cce794.woff2) format("woff2"),url(4a908df5960fc509256b.woff) format("woff"),url(b48060c8e7ab54057ed2.ttf) format("truetype"),url(24846ceabec721796e91.otf) format("opentype");font-weight:normal;font-style:normal;font-display:swap}.button,.login-submit {
  font-family: Analogist, serif;overflow:hidden;cursor:pointer;color:#AF1F1F;
}.button.disabled,.login-submit.disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(219 208 197 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(219 208 197 / var(--tw-text-opacity));
}.button.disabled a,.button.disabled button,.login-submit.disabled a,.login-submit.disabled button {
  pointer-events: none;
}.button.disabled::after,.login-submit.disabled::after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNSAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjA3OTYgMC4zMDU2ODdMMTguMDQ0MyAxLjM0MTAyTDIxLjg4OTggNS4xODY1MkgwVjYuNjY1NTdIMjEuODg5OEwxOC4wNDQzIDEwLjY1OUwxOS4wNzk2IDExLjY5NDNMMjQuNyA1LjkyNjA1TDE5LjA3OTYgMC4zMDU2ODdaIiBmaWxsPSIjREJEMEM1Ii8+Cjwvc3ZnPg==)}.button button,.button a,.button input,.login-submit button,.login-submit a,.login-submit input{pointer-events:all;transition:transform 0s .22s;padding-right:35px}.button::before,.login-submit::before{content:"";width:100%;height:calc(100% + 5px);background:#fff;position:absolute;z-index:1;top:0;left:0;transform:translate(-100%);transition:transform .8s ease}.button::after,.login-submit::after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyNSAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjA3OTYgMC4zMDU2ODdMMTguMDQ0MyAxLjM0MTAyTDIxLjg4OTggNS4xODY1MkgwVjYuNjY1NTdIMjEuODg5OEwxOC4wNDQzIDEwLjY1OUwxOS4wNzk2IDExLjY5NDNMMjQuNyA1LjkyNjA1TDE5LjA3OTYgMC4zMDU2ODdaIiBmaWxsPSIjQUYxRjFGIi8+Cjwvc3ZnPg==);display:inline-block;position:absolute;left:100%;top:50%;margin-left:-25px;margin-top:-12px;font-size:18px;transition:all 0s .22s;pointer-events:none}.button:not(.disabled):hover button,.button:not(.disabled):hover a,.button:not(.disabled):hover input,.login-submit:not(.disabled):hover button,.login-submit:not(.disabled):hover a,.login-submit:not(.disabled):hover input{transform:translate(35px)}.button:not(.disabled):hover::before,.login-submit:not(.disabled):hover::before{transform:translate(100%)}.button:not(.disabled):hover::after,.login-submit:not(.disabled):hover::after{left:0;margin-left:0}body .Toastify__toast {
  font-family: Quicksand, sans-serif;
}form input[type=text],form input[type=password],form input[type=email],form textarea,form select{border:1px solid #DBD0C5;display:block;margin:auto;width:100%;margin:12px 0;padding:4px}form .login-submit{width:fit-content;margin:auto;border-bottom:2px solid #AF1F1F}.hover\:bg-beige:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 208 197 / var(--tw-bg-opacity));
}.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(175 31 31 / var(--tw-text-opacity));
}.hover\:opacity-80:hover {
  opacity: 0.8;
}@media (min-width: 480px) {

  .xs\:right-20 {
    right: 1.25rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

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

  .xs\:mt-0 {
    margin-top: 0rem;
  }

  .xs\:w-112 {
    width: 7rem;
  }

  .xs\:w-32 {
    width: 2rem;
  }

  .xs\:p-20 {
    padding: 1.25rem;
  }

  .xs\:px-38 {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-16 {
    font-size: 1rem;
  }.xs\:col-2{width:16.6666666667%}.xs\:col-3{width:25%}.xs\:col-4{width:33.3333333333%}.xs\:col-6{width:50%}
}@media (min-width: 768px) {

  .s\:block {
    display: block;
  }

  .s\:flex {
    display: flex;
  }

  .s\:hidden {
    display: none;
  }

  .s\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .s\:border-none {
    border-style: none;
  }

  .s\:pr-40 {
    padding-right: 2.5rem;
  }.s\:push-1{margin-left:8.3333333333%}.flex-row-reverse .s\:push-1{margin-right:8.3333333333%;margin-left:0}.s\:col-2{width:16.6666666667%}.s\:col-3{width:25%}.s\:col-4{width:33.3333333333%}.s\:col-5{width:41.6666666667%}.s\:col-7{width:58.3333333333%}.s\:col-10{width:83.3333333333%}.s\:push-0{margin-left:0}
}@media (min-width: 1024px) {

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:max-w-224 {
    max-width: 14rem;
  }

  .md\:text-18 {
    font-size: 1.125rem;
  }

  .md\:text-24 {
    font-size: 1.5rem;
  }

  .md\:text-28 {
    font-size: 1.75rem;
  }

  .md\:text-34 {
    font-size: 2.125rem;
  }

  .md\:text-46 {
    font-size: 2.875rem;
  }

  .md\:text-68 {
    font-size: 4.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.md\:push-1{margin-left:8.3333333333%}.flex-row-reverse .md\:push-1{margin-right:8.3333333333%;margin-left:0}.md\:push-3{margin-left:25%}.flex-row-reverse .md\:push-3{margin-right:25%;margin-left:0}.md\:col-4{width:33.3333333333%}.md\:push-4{margin-left:33.3333333333%}.flex-row-reverse .md\:push-4{margin-right:33.3333333333%;margin-left:0}.md\:col-5{width:41.6666666667%}.md\:col-6{width:50%}
}@media (min-width: 1280px) {

  .l\:w-2\/12 {
    width: 16.666667%;
  }

  .l\:w-8\/12 {
    width: 66.666667%;
  }

  .l\:pl-64 {
    padding-left: 4rem;
  }

  .l\:text-24 {
    font-size: 1.5rem;
  }.l\:push-1{margin-left:8.3333333333%}.flex-row-reverse .l\:push-1{margin-right:8.3333333333%;margin-left:0}.l\:col-2{width:16.6666666667%}.l\:col-3{width:25%}.l\:col-4{width:33.3333333333%}.l\:col-5{width:41.6666666667%}
}@media (min-width: 1440px) {

  .xl\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .xl\:text-16 {
    font-size: 1rem;
  }.xl\:col-2{width:16.6666666667%}.xl\:col-3{width:25%}
}
