@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap);
/*
! 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: #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.
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 */
  -o-tab-size: 4;
     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]) {
  -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. 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::-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 {
  --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:  ;
}
.padding-x-sm {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .padding-x-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.padding-x {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .padding-x {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.container-full {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .container-full {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.container-tiny {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .container-tiny {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.container-tiny {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.container-wide {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .container-wide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.container-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.clickable-opacity {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.clickable-opacity:hover {
  opacity: 0.9;
}
.clickable-opacity:active {
  opacity: 0.8;
}
.clickable {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.clickable:hover {
  opacity: 0.9;
}
.clickable:active {
  opacity: 0.8;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.clickable-text {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.clickable-text:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-color: rgb(var(--text-hover-bg-rgb));
}
.clickable-text:active {
  opacity: 0.8;
}
.form {
  box-sizing: border-box;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(var(--fore-lighter-rgb));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.form::-moz-placeholder {
  color: rgb(var(--fore-light-rgb));
}
.form::placeholder {
  color: rgb(var(--fore-light-rgb));
}
.form-md {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.form-sm {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn:hover {
  opacity: 0.9;
}
.btn:active {
  opacity: 0.8;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.btn {
  display: flex;
  height: 2.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(var(--button-bg-default-rgb));
  background-color: rgb(var(--button-bg-default-rgb));
  padding-left: 1.15em;
  padding-right: 1.15em;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.9);
}
.btn-text {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn-text:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-color: rgb(var(--text-hover-bg-rgb));
}
.btn-text:active {
  opacity: 0.8;
}
.btn-text {
  border-color: transparent;
  background-color: transparent;
  padding-left: 1.15em;
  padding-right: 1.15em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: rgb(var(--fore-rgb));
}
.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn-disabled:hover {
  opacity: 0.5;
}
.btn-large {
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn-small {
  height: 25px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 0.75rem;
  line-height: 1rem;
}
.btn-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 195 195 / var(--tw-border-opacity));
  background-color: rgb(var(--card-rgb));
  color: rgb(var(--fore-rgb));
}
.btn-primary {
  border-color: rgb(var(--button-bg-primary-rgb));
  background-color: rgb(var(--button-bg-primary-rgb));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-danger {
  border-style: none;
  background-color: rgb(var(--back-danger-rgb));
  color: rgb(var(--fore-danger-rgb));
}
.pointer-events-none {
  pointer-events: none;
}
.\!pointer-events-auto {
  pointer-events: auto !important;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!left-0 {
  left: 0px !important;
}
.\!right-0 {
  right: 0px !important;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-\[9px\] {
  right: 9px;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.top-\[14px\] {
  top: 14px;
}
.top-\[9px\] {
  top: 9px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[7px\] {
  margin-right: 7px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[2em\] {
  height: 2em;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[6\.5px\] {
  height: 6.5px;
}
.h-\[8px\] {
  height: 8px;
}
.h-full {
  height: 100%;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-full {
  min-height: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[330px\] {
  width: 330px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[8px\] {
  width: 8px;
}
.w-full {
  width: 100%;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-full {
  max-width: 100%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.translate-y-5 {
  --tw-translate-y: 1.25rem;
  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));
}
.translate-y-\[-1\.5px\] {
  --tw-translate-y: -1.5px;
  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));
}
.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  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-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[1rem\] {
  border-radius: 1rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#34c388\] {
  --tw-border-opacity: 1;
  border-color: rgb(52 195 136 / var(--tw-border-opacity));
}
.border-border {
  border-color: rgb(var(--border-rgb));
}
.border-borderGray {
  border-color: rgb(var(--border-gray-rgb));
}
.border-borderLight {
  border-color: rgb(var(--border-light-rgb));
}
.border-foreLight {
  border-color: rgb(var(--fore-light-rgb));
}
.border-foreSecondary {
  border-color: rgb(var(--fore-secondary-rgb));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#90d0a742\] {
  background-color: #90d0a742;
}
.bg-\[\#d05632d6\] {
  background-color: #d05632d6;
}
.bg-\[\#d8af3247\] {
  background-color: #d8af3247;
}
.bg-\[\#e35b35df\] {
  background-color: #e35b35df;
}
.bg-back {
  background-color: rgb(var(--back-rgb));
}
.bg-backDark {
  background-color: rgb(var(--back-dark-rgb));
}
.bg-backDim {
  background-color: rgb(var(--back-dim-rgb));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-border {
  background-color: rgb(var(--border-rgb));
}
.bg-card {
  background-color: rgb(var(--card-rgb));
}
.bg-fillLightGray {
  background-color: rgb(var(--fill-light-gray-rgb));
}
.bg-fillPositive {
  background-color: rgb(var(--fill-positive-rgb));
}
.bg-fillPrimaryLight {
  background-color: rgb(var(--fill-primary-light-rgb));
}
.bg-foreLighter {
  background-color: rgb(var(--fore-lighter-rgb));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-inherit {
  background-color: inherit;
}
.bg-textHoverBg {
  background-color: rgb(var(--text-hover-bg-rgb));
}
.bg-transparent {
  background-color: transparent;
}
.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-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-serif {
  font-family: Lora, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.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-\[500\] {
  font-weight: 500;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.2em\] {
  line-height: 1.2em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#1db480\] {
  --tw-text-opacity: 1;
  color: rgb(29 180 128 / var(--tw-text-opacity));
}
.text-\[\#268444\] {
  --tw-text-opacity: 1;
  color: rgb(38 132 68 / var(--tw-text-opacity));
}
.text-\[\#949289\] {
  --tw-text-opacity: 1;
  color: rgb(148 146 137 / var(--tw-text-opacity));
}
.text-\[\#9d9a94\] {
  --tw-text-opacity: 1;
  color: rgb(157 154 148 / var(--tw-text-opacity));
}
.text-\[\#b18c1b\] {
  --tw-text-opacity: 1;
  color: rgb(177 140 27 / var(--tw-text-opacity));
}
.text-brandlogo {
  color: rgb(var(--brandlogo-rgb));
}
.text-fore {
  color: rgb(var(--fore-rgb));
}
.text-foreDanger {
  color: rgb(var(--fore-danger-rgb));
}
.text-foreEntry {
  color: rgb(var(--fore-entry-rgb));
}
.text-foreGray {
  color: rgb(var(--fore-gray-rgb));
}
.text-foreGrayLight {
  color: rgb(var(--fore-gray-light-rgb));
}
.text-foreLight {
  color: rgb(var(--fore-light-rgb));
}
.text-foreLighter {
  color: rgb(var(--fore-lighter-rgb));
}
.text-forePositive {
  color: rgb(var(--fore-positive-rgb));
}
.text-foreSecondary {
  color: rgb(var(--fore-secondary-rgb));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.line-through {
  text-decoration-line: line-through;
}
.decoration-\[\#b5b2ad91\] {
  text-decoration-color: #b5b2ad91;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-bottom {
  --tw-shadow: 0px 0px 10px;
  --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px 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);
}
.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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadowColor {
  --tw-shadow-color: rgb(var(--shadow-color-rgb));
  --tw-shadow: var(--tw-shadow-colored);
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* define theme colors */

:root {
  --fore-rgb: 41, 40, 37;
  --fore-secondary-rgb: 82, 77, 65;
  --fore-entry-rgb: 81, 78, 71;
  --fore-light-rgb: 131, 125, 110;
  --fore-lighter-rgb: 188, 185, 177;
  --fore-danger-rgb: 228, 91, 14;
  --fore-gray-rgb: 132, 130, 126;
  --fore-gray-light-rgb: 174, 171, 163;
  --fore-positive-rgb: 15, 170, 30;
  --back-danger-rgb: 246, 217, 193, 0.36;
  --link-rgb: 212, 106, 68;
  --text-hover-bg-rgb: 0, 0, 0, 0.05;
  /* --back-rgb: 255, 252, 245; */
  --back-rgb: 243, 233, 208;
  --back-dim-rgb: 237, 225, 196;
  --back-dark-rgb: 226, 214, 180;
  --back-light-rgb: 248, 246, 238;
  --back-lightest-rgb: 245, 243, 237;
  --back-active-rgb: 235, 88, 88, 0.55;
  --border-rgb: 213, 206, 190;
  --border-light-rgb: 229, 226, 216;
  --border-gray-rgb: 238, 238, 238;
  --card-rgb: 255, 254, 252;
  --fill-positive-rgb: 92, 213, 133, 0.9;
  --fill-light-gray-rgb: 233, 231, 226;
  --fill-primary-light-rgb: 220, 155, 88, 0.92;
  --shadow-color-rgb: 0, 0, 0, 0.1;
  --button-bg-default-rgb: 41, 40, 37;
  --button-bg-primary-rgb: 29, 180, 128;
  --brandlogo-rgb: 224, 93, 53, 0.9;
}

[data-theme="dark"] {
  --fore-rgb: 233, 230, 226;
  --fore-secondary-rgb: 206, 203, 201;
  --fore-entry-rgb: 174, 177, 184;
  --fore-light-rgb: 141, 140, 140;
  --fore-lighter-rgb: 123, 121, 119;
  --fore-danger-rgb: 196, 112, 143;
  --fore-gray-rgb: 123, 125, 129;
  --fore-gray-light-rgb: 81, 84, 92;
  --fore-positive-rgb: 78, 175, 87;
  --link-rgb: 186, 118, 93;
  --link-rgb: 80, 136, 183;
  --text-hover-bg-rgb: 123, 122, 157, 0.22;
  --back-rgb: 2, 12, 16;
  --back-dim-rgb: 18, 30, 59;
  --back-dark-rgb: 51, 55, 60;
  --back-danger-rgb: 234, 176, 197, 0.11;
  --back-light-rgb: 7, 9, 17;
  --back-lightest-rgb: 10, 12, 18;
  --back-active-rgb: 19, 167, 167, 0.55;
  --border-rgb: 75, 78, 79;
  --border-light-rgb: 43, 46, 54;
  --border-gray-rgb: 94, 96, 98;
  --card-rgb: 27, 31, 36;
  --fill-positive-rgb: 65, 136, 89, 0.9;
  --fill-light-gray-rgb: 22, 24, 29;
  --fill-primary-light-rgb: 48, 86, 125, 0.92;
  --shadow-color-rgb: 0, 0, 0, 0.17;
  --button-bg-default-rgb: 43, 59, 81;
  --button-bg-primary-rgb: 39, 136, 104;
  --brandlogo-rgb: 134, 131, 129;
}

[data-theme="dim"] {
  --fore-rgb: 233, 230, 226;
  --fore-secondary-rgb: 206, 203, 201;
  --fore-entry-rgb: 174, 177, 184;
  --fore-light-rgb: 141, 140, 140;
  --fore-lighter-rgb: 123, 121, 119;
  --fore-danger-rgb: 196, 112, 143;
  --fore-gray-rgb: 123, 125, 129;
  --fore-gray-light-rgb: 81, 84, 92;
  --fore-positive-rgb: 78, 175, 87;
  --link-rgb: 186, 118, 93;
  --link-rgb: 80, 136, 183;
  --text-hover-bg-rgb: 123, 122, 157, 0.15;
  --back-rgb: 13, 34, 42;
  --back-dim-rgb: 18, 30, 59;
  --back-dark-rgb: 48, 55, 63;
  --back-danger-rgb: 234, 176, 197, 0.11;
  --back-light-rgb: 7, 9, 17;
  --back-lightest-rgb: 10, 12, 18;
  --back-active-rgb: 19, 167, 167, 0.55;
  --border-rgb: 75, 82, 96;
  --border-light-rgb: 28, 33, 40;
  --border-gray-rgb: 75, 84, 96;
  --card-rgb: 33, 44, 57;
  --fill-positive-rgb: 65, 136, 89, 0.9;
  --fill-light-gray-rgb: 22, 24, 29;
  --fill-primary-light-rgb: 48, 86, 125, 0.92;
  --fill-blue-rgb: 35, 113, 141, 0.9;
  --fill-pink-rgb: 179, 52, 161, 0.9;
  --shadow-color-rgb: 0, 0, 0, 0.17;
  --button-bg-default-rgb: 49, 65, 85;
  --button-bg-primary-rgb: 39, 136, 104;
  --brandlogo-rgb: 134, 131, 129;
}

/**
* Default
*/

body {
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

textarea {
  resize: none;
}

input,
textarea {
  outline: none;
  box-shadow: none;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* No scroll bar */
.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/**
* For Markdown
*/

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  margin-bottom: 0.5em;
  margin-top: 0.2em;
  font-weight: 700;
}

.markdown h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.markdown h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.markdown h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.markdown h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.markdown h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.markdown ul {
  margin-bottom: 0.75rem;
  list-style-type: disc;
  padding-left: 1.25rem;
}

.markdown ol {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  padding-left: 1.25rem;
}

.markdown li {
  margin-bottom: 0.25rem;
}

.markdown a {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.markdown a:hover {
  opacity: 0.9;
}

.markdown a:active {
  opacity: 0.8;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.markdown a {
  font-weight: 700;
  color: rgb(var(--link-rgb));
  text-decoration-line: underline;
}

.markdown p {
  margin-bottom: 0.75rem;
}

.markdown blockquote {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-left-width: 4px;
  border-color: rgb(var(--text-hover-bg-rgb));
  padding-left: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: italic;
  color: rgb(var(--fore-secondary-rgb));
}

/* .markdown .line-through {
  text-decoration: line-through;
  text-decoration-color: 
} */

.placeholder\:italic::-moz-placeholder {
  font-style: italic;
}

.placeholder\:italic::placeholder {
  font-style: italic;
}

.placeholder\:text-foreLight::-moz-placeholder {
  color: rgb(var(--fore-light-rgb));
}

.placeholder\:text-foreLight::placeholder {
  color: rgb(var(--fore-light-rgb));
}

.placeholder\:text-foreLighter::-moz-placeholder {
  color: rgb(var(--fore-lighter-rgb));
}

.placeholder\:text-foreLighter::placeholder {
  color: rgb(var(--fore-lighter-rgb));
}

.hover\:bg-textHoverBg:hover {
  background-color: rgb(var(--text-hover-bg-rgb));
}

.active\:opacity-60:active {
  opacity: 0.6;
}

@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:-translate-y-\[5\%\] {
    --tw-translate-y: -5%;
    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));
  }

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

  .sm\:items-center {
    align-items: center;
  }
}

@media (min-width: 768px) {

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

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

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-\[15px\] {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

