/*
! tailwindcss v3.3.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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Helvetica, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root {
  --colors-black-50: 224, 224, 224;
  --colors-black-100: 179, 179, 179;
  --colors-black-200: 128, 128, 128;
  --colors-black-300: 77, 77, 77;
  --colors-black-400: 38, 38, 38;
  --colors-black-500: 0, 0, 0;
  --colors-black-600: 0, 0, 0;
  --colors-black-700: 0, 0, 0;
  --colors-black-800: 0, 0, 0;
  --colors-black-900: 0, 0, 0;
  --colors-black: 0, 0, 0;
  --colors-white: 255, 255, 255;
  --colors-primary-50: 224, 224, 224;
  --colors-primary-100: 179, 179, 179;
  --colors-primary-200: 128, 128, 128;
  --colors-primary-300: 77, 77, 77;
  --colors-primary-400: 38, 38, 38;
  --colors-primary-500: 0, 0, 0;
  --colors-primary-600: 0, 0, 0;
  --colors-primary-700: 0, 0, 0;
  --colors-primary-800: 0, 0, 0;
  --colors-primary-900: 0, 0, 0;
  --colors-primary: 0, 0, 0;
  --colors-secondary: 255, 255, 255;
  --colors-tan1: 232, 216, 198;
  --colors-tan2: 226, 193, 161;
  --colors-tan3: 159, 104, 95;
  --colors-tan4: 105, 38, 0;
  --colors-green1: 153, 252, 63;
  --colors-green2: 73, 100, 12;
  --colors-green3: 0, 64, 45;
  --colors-yellow1: 222, 255, 25;
  --colors-yellow2: 255, 246, 0;
  --colors-red: 255, 0, 0;
  --colors-burgundy: 71, 8, 4;
  --colors-pink1: 255, 183, 255;
  --colors-pink2: 255, 20, 147;
  --colors-redorange: 255, 80, 0;
  --colors-blue1: 92, 214, 255;
  --colors-blue2: 0, 0, 255;
  --colors-purple1: 163, 166, 255;
  --colors-purple2: 247, 99, 238;
  --colors-purple3: 49, 13, 76;
  --colors-grey1: 198, 197, 198;
  --colors-grey2: 198, 207, 198;
  --colors-grey3: 82, 81, 103;
  --colors-grey4: 145, 158, 183;
}

.black-theme {
  --colors-primary-50: 224, 224, 224;
  --colors-primary-100: 179, 179, 179;
  --colors-primary-200: 128, 128, 128;
  --colors-primary-300: 77, 77, 77;
  --colors-primary-400: 38, 38, 38;
  --colors-primary-500: 0, 0, 0;
  --colors-primary-600: 0, 0, 0;
  --colors-primary-700: 0, 0, 0;
  --colors-primary-800: 0, 0, 0;
  --colors-primary-900: 0, 0, 0;
  --colors-primary: 0, 0, 0;
  --colors-secondary: 255, 255, 255;
}

.white-theme {
  --colors-primary: 255, 255, 255;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.red-theme {
  --colors-primary: 255, 0, 0;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.tan1-theme {
  --colors-primary: 232, 216, 198;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.tan2-theme {
  --colors-primary: 226, 193, 161;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.tan3-theme {
  --colors-primary: 159, 104, 95;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.tan4-theme {
  --colors-primary: 105, 38, 0;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.green1-theme {
  --colors-primary: 153, 252, 63;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.green2-theme {
  --colors-primary: 73, 100, 12;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.green3-theme {
  --colors-primary: 0, 64, 45;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.yellow1-theme {
  --colors-primary: 222, 255, 25;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.yellow2-theme {
  --colors-primary: 255, 246, 0;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.burgundy-theme {
  --colors-primary: 71, 8, 4;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.pink1-theme {
  --colors-primary: 255, 183, 255;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.pink2-theme {
  --colors-primary: 255, 20, 147;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.redorange-theme {
  --colors-primary: 255, 80, 0;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.blue1-theme {
  --colors-primary: 92, 214, 255;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.blue2-theme {
  --colors-primary: 0, 0, 255;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.purple1-theme {
  --colors-primary: 163, 166, 255;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.purple2-theme {
  --colors-primary: 247, 99, 238;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.purple3-theme {
  --colors-primary: 49, 13, 76;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.grey1-theme {
  --colors-primary: 198, 197, 198;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.grey2-theme {
  --colors-primary: 198, 207, 198;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.grey3-theme {
  --colors-primary: 82, 81, 103;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}

.grey4-theme {
  --colors-primary: 145, 158, 183;
  --colors-secondary-50: 224, 224, 224;
  --colors-secondary-100: 179, 179, 179;
  --colors-secondary-200: 128, 128, 128;
  --colors-secondary-300: 77, 77, 77;
  --colors-secondary-400: 38, 38, 38;
  --colors-secondary-500: 0, 0, 0;
  --colors-secondary-600: 0, 0, 0;
  --colors-secondary-700: 0, 0, 0;
  --colors-secondary-800: 0, 0, 0;
  --colors-secondary-900: 0, 0, 0;
  --colors-secondary: 0, 0, 0;
}
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/inter/InterDisplay-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/inter/InterDisplay-Medium.woff2") format("woff2");
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/inter/InterDisplay-Bold.woff2") format("woff2");
  }

*, ::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:  ;
}

::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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.aspect-h-4 {
  --tw-aspect-h: 4;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-6 {
  top: 1.5rem;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-4 {
  margin: 1rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-16 {
  height: 4rem;
}
.h-32 {
  height: 8rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-vaults-slide {
  max-height: calc(100vh - 4.25rem);
}
.min-h-\[340px\] {
  min-height: 340px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-auto {
  width: auto !important;
}
.w-1\/2 {
  width: 50%;
}
.w-\[33vw\] {
  width: 33vw;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-min {
  width: min-content;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-mobile-headline {
  max-width: calc(100vw - 67px);
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.basis-2\/5 {
  flex-basis: 40%;
}
.basis-3\/5 {
  flex-basis: 60%;
}
.basis-full {
  flex-basis: 100%;
}
.table-fixed {
  table-layout: fixed;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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-full {
  --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));
}
.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-\[100vh\] {
  --tw-translate-y: 100vh;
  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));
}
.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-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-black), var(--tw-border-opacity));
}
.border-black-100 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-black-100), var(--tw-border-opacity));
}
.border-black-200 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-black-200), var(--tw-border-opacity));
}
.border-black-300 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-black-300), var(--tw-border-opacity));
}
.border-black-400 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-black-400), var(--tw-border-opacity));
}
.border-black-50 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-black-50), var(--tw-border-opacity));
}
.border-black-500 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-black-500), var(--tw-border-opacity));
}
.border-black-600 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-black-600), var(--tw-border-opacity));
}
.border-black-700 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-black-700), var(--tw-border-opacity));
}
.border-black-800 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-black-800), var(--tw-border-opacity));
}
.border-black-900 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-black-900), var(--tw-border-opacity));
}
.border-blue1 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-blue1), var(--tw-border-opacity));
}
.border-blue2 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-blue2), var(--tw-border-opacity));
}
.border-burgundy {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-burgundy), var(--tw-border-opacity));
}
.border-green1 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-green1), var(--tw-border-opacity));
}
.border-green2 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-green2), var(--tw-border-opacity));
}
.border-green3 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-green3), var(--tw-border-opacity));
}
.border-grey1 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-grey1), var(--tw-border-opacity));
}
.border-grey2 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-grey2), var(--tw-border-opacity));
}
.border-grey3 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-grey3), var(--tw-border-opacity));
}
.border-grey4 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-grey4), var(--tw-border-opacity));
}
.border-pink1 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-pink1), var(--tw-border-opacity));
}
.border-pink2 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-pink2), var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary), var(--tw-border-opacity));
}
.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-100), var(--tw-border-opacity));
}
.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-200), var(--tw-border-opacity));
}
.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-300), var(--tw-border-opacity));
}
.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-400), var(--tw-border-opacity));
}
.border-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-50), var(--tw-border-opacity));
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-500), var(--tw-border-opacity));
}
.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-600), var(--tw-border-opacity));
}
.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-700), var(--tw-border-opacity));
}
.border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-800), var(--tw-border-opacity));
}
.border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-900), var(--tw-border-opacity));
}
.border-purple1 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-purple1), var(--tw-border-opacity));
}
.border-purple2 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-purple2), var(--tw-border-opacity));
}
.border-purple3 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-purple3), var(--tw-border-opacity));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-red), var(--tw-border-opacity));
}
.border-redorange {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-redorange), var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-secondary), var(--tw-border-opacity));
}
.border-secondary-100 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-secondary-100), var(--tw-border-opacity));
}
.border-secondary-200 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-secondary-200), var(--tw-border-opacity));
}
.border-secondary-300 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-secondary-300), var(--tw-border-opacity));
}
.border-secondary-400 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-secondary-400), var(--tw-border-opacity));
}
.border-secondary-50 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-secondary-50), var(--tw-border-opacity));
}
.border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-secondary-500), var(--tw-border-opacity));
}
.border-secondary-600 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-secondary-600), var(--tw-border-opacity));
}
.border-secondary-700 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-secondary-700), var(--tw-border-opacity));
}
.border-secondary-800 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-secondary-800), var(--tw-border-opacity));
}
.border-secondary-900 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-secondary-900), var(--tw-border-opacity));
}
.border-tan1 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-tan1), var(--tw-border-opacity));
}
.border-tan2 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-tan2), var(--tw-border-opacity));
}
.border-tan3 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-tan3), var(--tw-border-opacity));
}
.border-tan4 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-tan4), var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-white), var(--tw-border-opacity));
}
.border-yellow1 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-yellow1), var(--tw-border-opacity));
}
.border-yellow2 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-yellow2), var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black), var(--tw-bg-opacity));
}
.bg-black-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-100), var(--tw-bg-opacity));
}
.bg-black-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-200), var(--tw-bg-opacity));
}
.bg-black-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-300), var(--tw-bg-opacity));
}
.bg-black-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-400), var(--tw-bg-opacity));
}
.bg-black-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-50), var(--tw-bg-opacity));
}
.bg-black-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-500), var(--tw-bg-opacity));
}
.bg-black-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-600), var(--tw-bg-opacity));
}
.bg-black-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-700), var(--tw-bg-opacity));
}
.bg-black-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-800), var(--tw-bg-opacity));
}
.bg-black-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-900), var(--tw-bg-opacity));
}
.bg-blue1 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-blue1), var(--tw-bg-opacity));
}
.bg-blue2 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-blue2), var(--tw-bg-opacity));
}
.bg-burgundy {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-burgundy), var(--tw-bg-opacity));
}
.bg-green1 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-green1), var(--tw-bg-opacity));
}
.bg-green2 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-green2), var(--tw-bg-opacity));
}
.bg-green3 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-green3), var(--tw-bg-opacity));
}
.bg-grey1 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-grey1), var(--tw-bg-opacity));
}
.bg-grey2 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-grey2), var(--tw-bg-opacity));
}
.bg-grey3 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-grey3), var(--tw-bg-opacity));
}
.bg-grey4 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-grey4), var(--tw-bg-opacity));
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.bg-pink1 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-pink1), var(--tw-bg-opacity));
}
.bg-pink2 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-pink2), var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary), var(--tw-bg-opacity));
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-100), var(--tw-bg-opacity));
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-200), var(--tw-bg-opacity));
}
.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-300), var(--tw-bg-opacity));
}
.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-400), var(--tw-bg-opacity));
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-50), var(--tw-bg-opacity));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-500), var(--tw-bg-opacity));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-600), var(--tw-bg-opacity));
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-700), var(--tw-bg-opacity));
}
.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-800), var(--tw-bg-opacity));
}
.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-900), var(--tw-bg-opacity));
}
.bg-purple1 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-purple1), var(--tw-bg-opacity));
}
.bg-purple2 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-purple2), var(--tw-bg-opacity));
}
.bg-purple3 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-purple3), var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-red), var(--tw-bg-opacity));
}
.bg-redorange {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-redorange), var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary), var(--tw-bg-opacity));
}
.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-100), var(--tw-bg-opacity));
}
.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-200), var(--tw-bg-opacity));
}
.bg-secondary-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-300), var(--tw-bg-opacity));
}
.bg-secondary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-400), var(--tw-bg-opacity));
}
.bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-50), var(--tw-bg-opacity));
}
.bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-500), var(--tw-bg-opacity));
}
.bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-600), var(--tw-bg-opacity));
}
.bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-700), var(--tw-bg-opacity));
}
.bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-800), var(--tw-bg-opacity));
}
.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-900), var(--tw-bg-opacity));
}
.bg-tan1 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-tan1), var(--tw-bg-opacity));
}
.bg-tan2 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-tan2), var(--tw-bg-opacity));
}
.bg-tan3 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-tan3), var(--tw-bg-opacity));
}
.bg-tan4 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-tan4), var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-white), var(--tw-bg-opacity));
}
.bg-yellow1 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-yellow1), var(--tw-bg-opacity));
}
.bg-yellow2 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-yellow2), var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/40 {
  --tw-gradient-from: rgba(var(--colors-black), 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--colors-black), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: Helvetica, Arial, sans-serif;
}
.font-serif {
  font-family: Times, serif;
}
.text-5xl {
  font-size: 3rem;
}
.text-6xl {
  font-size: 3.75rem;
}
.text-7xl {
  font-size: 4rem;
}
.text-9xl {
  font-size: 6rem;
}
.text-\[48vw\] {
  font-size: 48vw;
}
.text-base {
  font-size: 1.25rem;
}
.text-lg {
  font-size: 1.5rem;
}
.text-sm {
  font-size: 1rem;
}
.text-xl {
  font-size: 1.75rem;
}
.text-xs {
  font-size: 0.875rem;
}
.font-bold {
  font-weight: 400;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-100 {
  line-height: 1;
}
.leading-120 {
  line-height: 1.2;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black), var(--tw-text-opacity));
}
.text-black-100 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black-100), var(--tw-text-opacity));
}
.text-black-200 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black-200), var(--tw-text-opacity));
}
.text-black-300 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black-300), var(--tw-text-opacity));
}
.text-black-400 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black-400), var(--tw-text-opacity));
}
.text-black-50 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black-50), var(--tw-text-opacity));
}
.text-black-500 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black-500), var(--tw-text-opacity));
}
.text-black-600 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black-600), var(--tw-text-opacity));
}
.text-black-700 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black-700), var(--tw-text-opacity));
}
.text-black-800 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black-800), var(--tw-text-opacity));
}
.text-black-900 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black-900), var(--tw-text-opacity));
}
.text-blue1 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-blue1), var(--tw-text-opacity));
}
.text-blue2 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-blue2), var(--tw-text-opacity));
}
.text-burgundy {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-burgundy), var(--tw-text-opacity));
}
.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
.text-green1 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-green1), var(--tw-text-opacity));
}
.text-green2 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-green2), var(--tw-text-opacity));
}
.text-green3 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-green3), var(--tw-text-opacity));
}
.text-grey1 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-grey1), var(--tw-text-opacity));
}
.text-grey2 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-grey2), var(--tw-text-opacity));
}
.text-grey3 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-grey3), var(--tw-text-opacity));
}
.text-grey4 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-grey4), var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-pink1 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-pink1), var(--tw-text-opacity));
}
.text-pink2 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-pink2), var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary), var(--tw-text-opacity));
}
.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-100), var(--tw-text-opacity));
}
.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-200), var(--tw-text-opacity));
}
.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-300), var(--tw-text-opacity));
}
.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-400), var(--tw-text-opacity));
}
.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-50), var(--tw-text-opacity));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-500), var(--tw-text-opacity));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-600), var(--tw-text-opacity));
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-700), var(--tw-text-opacity));
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-800), var(--tw-text-opacity));
}
.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-900), var(--tw-text-opacity));
}
.text-purple1 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-purple1), var(--tw-text-opacity));
}
.text-purple2 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-purple2), var(--tw-text-opacity));
}
.text-purple3 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-purple3), var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-red), var(--tw-text-opacity));
}
.text-redorange {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-redorange), var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary), var(--tw-text-opacity));
}
.text-secondary-100 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary-100), var(--tw-text-opacity));
}
.text-secondary-200 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary-200), var(--tw-text-opacity));
}
.text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary-300), var(--tw-text-opacity));
}
.text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary-400), var(--tw-text-opacity));
}
.text-secondary-50 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary-50), var(--tw-text-opacity));
}
.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary-500), var(--tw-text-opacity));
}
.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary-600), var(--tw-text-opacity));
}
.text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary-700), var(--tw-text-opacity));
}
.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary-800), var(--tw-text-opacity));
}
.text-secondary-900 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary-900), var(--tw-text-opacity));
}
.text-tan1 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-tan1), var(--tw-text-opacity));
}
.text-tan2 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-tan2), var(--tw-text-opacity));
}
.text-tan3 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-tan3), var(--tw-text-opacity));
}
.text-tan4 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-tan4), var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-white), var(--tw-text-opacity));
}
.text-yellow1 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-yellow1), var(--tw-text-opacity));
}
.text-yellow2 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-yellow2), var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* UI Basic components */
html[data-theme] *:focus:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(0px + 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-ring-opacity: 1;
  --tw-ring-color: rgba(var(--colors-primary-300), var(--tw-ring-opacity));
}
.two-columns-layout-a article:first-child {
  flex-basis: 33.333333%;
}
.two-columns-layout-a article:last-child {
  flex-basis: 66.666667%;
}

.two-columns-layout-b article:first-child {
  flex-basis: 66.666667%;
}

.two-columns-layout-b article:last-child {
  flex-basis: 33.333333%;
}

.archive .archive-item-0 {
  flex-basis: 100%;
}
.archive .archive-item-1,
.archive .archive-item-7 {
  flex-basis: 66.666667%;
}

.bb-icon {
  display: inline-block;
}
.bb-icon svg {
  margin-bottom: 0.1em;
}
.bb-icon:not(.bb-icon[class*=icon-]) {
  height: 1.75rem;
  width: 1.75rem;
}
.bb-icon:not(.bb-icon[class*=icon-]) svg {
  height: 100%;
  width: 100%;
}
.bb-icon[class*=icon-] svg {
  height: 100%;
  width: 100%;
}
.bb-icon.icon-xs {
  height: 1rem;
  width: 1rem;
}
.bb-icon.icon-sm {
  height: 1.25rem;
  width: 1.25rem;
}
.bb-icon.icon-base {
  height: 1.75rem;
  width: 1.75rem;
}
.bb-icon.icon-lg {
  height: 2rem;
  width: 2rem;
}
.bb-icon.icon-xl {
  height: 2.25rem;
  width: 2.25rem;
}
.bb-icon.icon-xxl {
  height: 3rem;
  width: 3rem;
}
.bb-icon.grid {
  display: grid;
}
.bb-icon.grid svg {
  margin: 0;
}

.menu.horizontal {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.menu li {
  line-height: 1;
}
.menu li a {
  font-size: 2rem;
}
@media (min-width: 1024px) {

  .menu li a {
    font-size: 3.75rem;
  }
}

@media only screen and (hover: none) {
  .nohover\:hidden {
    display: none !important;
  }

  .nohover\:flex {
    display: flex !important;
  }

  .nohover\:pt-12.md\:pt-0 {
    padding-top: 3rem;
  }

  .md\:hidden.nohover\:flex {
    display: flex;
  }

  .md\:hidden.nohover\:block {
    display: block;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: auto;
  font-family: Times, serif;
  line-height: 1;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 0.8;
}

@media (min-width: 1024px) {

  h1,
.h1 {
    font-size: 6rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 1;
}

@media (min-width: 1024px) {

  h2,
.h2 {
    font-size: 4rem;
  }
}

h3,
.h3 {
  font-size: 1.75rem;
  line-height: 1;
}

@media (min-width: 1024px) {

  h3,
.h3 {
    font-size: 2.5rem;
  }
}

h4,
.h4 {
  font-size: 1.5rem;
  line-height: 0.9;
}

@media (min-width: 1024px) {

  h4,
.h4 {
    font-size: 2rem;
  }
}

[class*=text-helvetica] {
  font-family: Helvetica, Arial, sans-serif;
}

[class*=text-times] {
  font-family: Times, serif;
}

p,
ul:not([class]),
ol:not([class]) {
  font-family: Times, serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.main-content p a,
.main-content ul a,
.main-content ol a,
.main-content a.link,
.main-content .link-underline a,
.main-content a.link-underline {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  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;
}

.main-content p a:hover,
.main-content ul a:hover,
.main-content ol a:hover,
.main-content a.link:hover,
.main-content .link-underline a:hover,
.main-content a.link-underline:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-300), var(--tw-text-opacity));
}

.text-inherit p,
.text-inherit ul,
.text-inherit ol {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

abbr {
  text-decoration-line: none;
}

cite {
  font-style: normal;
}

.one-column-layout h2 {
  font-size: 1.75rem;
}

@media (min-width: 1024px) {

  .one-column-layout h2 {
    font-size: 4rem;
  }
}
.one-column-layout h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
}
@media (min-width: 1024px) {

  .one-column-layout h3 {
    font-size: 3.75rem;
  }
}
.one-column-layout p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {

  .one-column-layout p {
    font-size: 3rem;
  }
}

.three-columns-layout h2,
.two-columns-layout h2 {
  font-size: 1.75rem;
}

@media (min-width: 1024px) {

  .three-columns-layout h2,
.two-columns-layout h2 {
    font-size: 2rem;
  }
}
.three-columns-layout h3,
.two-columns-layout h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
}
@media (min-width: 1024px) {

  .three-columns-layout h3,
.two-columns-layout h3 {
    font-size: 2rem;
  }
}
.three-columns-layout p,
.two-columns-layout p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {

  .three-columns-layout p,
.two-columns-layout p {
    font-size: 3rem;
  }
}

.horizontal-card h2 {
  font-size: 1.75rem;
}

@media (min-width: 1024px) {

  .horizontal-card h2 {
    font-size: 4rem;
  }
}
.horizontal-card h3 {
  margin-bottom: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
}
@media (min-width: 1024px) {

  .horizontal-card h3 {
    margin-bottom: 0px;
    font-size: 3.75rem;
  }
}
.horizontal-card p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {

  .horizontal-card p {
    font-size: 3rem;
  }
}

/* Plugins overwrites */
.cmplz-cookiebanner {
  left: 1rem !important;
  bottom: 1rem !important;
  top: auto !important;
  z-index: 40 !important;
  height: auto !important;
  max-height: fit-content !important;
  width: 15rem !important;
  min-width: 200px !important;
  --tw-translate-x: 0px !important;
  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)) !important;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--colors-white), var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--colors-primary), var(--tw-bg-opacity)) !important;
  padding: 0.75rem !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--colors-secondary), var(--tw-text-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
@media (min-width: 1024px) {

  .cmplz-cookiebanner {
    width: 24rem !important;
  }
}
.cmplz-cookiebanner a {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-secondary), var(--tw-text-opacity));
}
.cmplz-cookiebanner .cmplz-header {
  display: block !important;
}
.cmplz-cookiebanner .cmplz-header .cmplz-title {
  display: block !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--colors-white), var(--tw-text-opacity)) !important;
}
.cmplz-cookiebanner .cmplz-divider {
  display: none;
}
.cmplz-cookiebanner .cmplz-message {
  margin-bottom: 1rem !important;
  width: 100% !important;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--colors-secondary), var(--tw-text-opacity)) !important;
}
.cmplz-cookiebanner .cmplz-buttons {
  flex-direction: row !important;
}
.cmplz-cookiebanner .cmplz-buttons .cc-btn {
  margin: 0px !important;
  height: 20px !important;
  min-height: 20px !important;
  width: auto !important;
  flex: none !important;
  border-radius: 0px !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--colors-primary), var(--tw-bg-opacity)) !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--colors-secondary), var(--tw-text-opacity)) !important;
}
.cmplz-cookiebanner .cmplz-documents {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.cmplz-cookiebanner .cmplz-body {
  width: auto !important;
  min-width: 10px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--colors-secondary), var(--tw-text-opacity)) !important;
}
.cmplz-cookiebanner .cmplz-categories {
  margin-bottom: 0px !important;
  width: 100% !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category {
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--colors-secondary), var(--tw-bg-opacity)) !important;
  font-size: 0.875rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--colors-primary), var(--tw-text-opacity)) !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--colors-primary), var(--tw-text-opacity)) !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon {
  fill: rgb(var(--colors-primary)) !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
  font-size: 0.875rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--colors-primary), var(--tw-text-opacity)) !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header input.cmplz-consent-checkbox[type=checkbox]:checked {
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--colors-black), var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--colors-black), var(--tw-bg-opacity)) !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
  font-size: 0.875rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--colors-primary), var(--tw-text-opacity)) !important;
}

/* Components */
#main-menu li.shop-stroke a {
  background-image: url(../img/stroke-shop.png);
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  z-index: 30;
  margin-top: 0px;
  height: 3rem;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary), var(--tw-bg-opacity));
  font-size: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(var(--colors-black), var(--tw-text-opacity));
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  --tw-content: "";
  content: var(--tw-content);
}

.swiper .swiper-button-prev:focus,
.swiper .swiper-button-next:focus {
  outline-width: 0px;
}
.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.swiper .swiper-pagination {
  text-align: left;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-white), var(--tw-bg-opacity));
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary), var(--tw-bg-opacity));
  opacity: 1;
}

.post-template-template-picture-series .images-row {
  padding-left: 0px;
  padding-right: 0px;
}

.shop-stroke {
  background-position: left;
  background-repeat: no-repeat;
}

.shop-stroke:hover {
  background-image: url(../img/menu-stroke-black.png);
}

.from-the-vaults-swiper-thumbs .swiper-slide {
  opacity: 0.4;
}

.from-the-vaults-swiper-thumbs .swiper-slide-active {
  opacity: 1;
}

@media (min-width: 1024px) {

  .lg\:black-theme {
    --colors-primary-50: 224, 224, 224;
    --colors-primary-100: 179, 179, 179;
    --colors-primary-200: 128, 128, 128;
    --colors-primary-300: 77, 77, 77;
    --colors-primary-400: 38, 38, 38;
    --colors-primary-500: 0, 0, 0;
    --colors-primary-600: 0, 0, 0;
    --colors-primary-700: 0, 0, 0;
    --colors-primary-800: 0, 0, 0;
    --colors-primary-900: 0, 0, 0;
    --colors-primary: 0, 0, 0;
    --colors-secondary: 255, 255, 255;
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

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

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

  .md\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[90vh\] {
    height: 90vh;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:max-w-desktop-headline {
    max-width: calc(100vw - 160px);
  }

  .lg\:max-w-mobile-headline {
    max-width: calc(100vw - 67px);
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .lg\:basis-2\/5 {
    flex-basis: 40%;
  }

  .lg\:basis-3\/5 {
    flex-basis: 60%;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:-translate-y-full {
    --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));
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg;
    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));
  }

  .lg\: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));
  }

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

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

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:text-2xl {
    font-size: 2rem;
  }

  .lg\:text-3xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

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

  .lg\:text-xl {
    font-size: 1.75rem;
  }

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

  .group\/item:hover .lg\:group-hover\/item\:flex {
    display: flex;
  }

  .group\/link:hover .lg\:group-hover\/link\:opacity-100 {
    opacity: 1;
  }
}
/*# sourceMappingURL=site.css.map */
