@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Semi+Condensed:wght@400;500;700&family=Sofia+Sans+Extra+Condensed:wght@700&display=swap');

/* purgecss start ignore */

/* Google Fonts for Rotterdam Plastics brand - Sofia Sans family */

*, ::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(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: var(--figma-font-family-semi-condensed);
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: var(--font-family-mono);
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[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{
  -webkit-appearance: none;
     -moz-appearance: none;
          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, input:where(:not([type])):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::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

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

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

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

::-webkit-datetime-edit{
  display: inline-flex;
}

::-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;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          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");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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;
}

h1 {
  /* Color + size + weight + family */
  font-family: var(--figma-font-family-extra-condensed);
  font-size: var(--figma-font-size-4xl);
  font-weight: var(--figma-font-weight-bold);
  color: var(--figma-color-primary-900);
}

h2{
  font-family: var(--figma-font-family-semi-condensed);
  font-size: var(--figma-font-size-xl);
  font-weight: var(--figma-font-weight-bold);
  color: var(--figma-color-primary-900);
}

h3{
  font-family: var(--figma-font-family-semi-condensed);
  font-size: var(--figma-font-size-lg);
  font-weight: var(--figma-font-weight-bold);
  color: var(--figma-color-primary-900);
}

/* Suggested defaults for remaining headings */

h4{
  font-family: var(--figma-font-family-semi-condensed);
  font-size: var(--figma-font-size-base);
  font-weight: var(--font-weight-semibold);
  color: var(--figma-color-primary-900);
}

h5{
  font-family: var(--figma-font-family-semi-condensed);
  font-size: var(--figma-font-size-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--figma-color-primary-900);
}

h6{
  font-family: var(--figma-font-family-semi-condensed);
  font-size: var(--figma-font-size-xs);
  font-weight: var(--figma-font-weight-medium);
  color: var(--figma-color-primary-900);
}

/**
 * Design Tokens - CSS Custom Properties
 * 
 * This file contains design tokens that can be synchronized with Figma variables.
 * Update these values when extracting new design tokens from Figma.
 */

:root {
  /* ========================================
   * COLOR TOKENS
   * ======================================== */
  /* Primary Colors */
  --color-primary-50: #eff6ff;
  --color-primary-100: #dbeafe;
  --color-primary-200: #bfdbfe;
  --color-primary-300: #93c5fd;
  --color-primary-400: #60a5fa;
  --color-primary-500: #3b82f6;
  --color-primary-600: #2563eb;
  --color-primary-700: #1d4ed8;
  --color-primary-800: #1e40af;
  --color-primary-900: #1e3a8a;
  --color-primary-950: #172554;
  /* Secondary Colors */
  --color-secondary-50: #f8fafc;
  --color-secondary-100: #f1f5f9;
  --color-secondary-200: #e2e8f0;
  --color-secondary-300: #cbd5e1;
  --color-secondary-400: #94a3b8;
  --color-secondary-500: #64748b;
  --color-secondary-600: #475569;
  --color-secondary-700: #334155;
  --color-secondary-800: #1e293b;
  --color-secondary-900: #0f172a;
  /* Neutral Colors */
  --color-neutral-50: #fafafa;
  --color-neutral-100: #f5f5f5;
  --color-neutral-200: #e7e7e7;
  --color-neutral-300: #d4d4d4;
  --color-neutral-400: #a3a3a3;
  --color-neutral-500: #737373;
  --color-neutral-600: #525252;
  --color-neutral-700: #404040;
  --color-neutral-800: #262626;
  --color-neutral-900: #171717;
  --color-neutral-950: #0a0a0a;
  /* Semantic Colors */
  --color-success-50: #f0fdf4;
  --color-success-500: #22c55e;
  --color-success-600: #16a34a;
  --color-success-700: #15803d;
  --color-warning-50: #fffbeb;
  --color-warning-500: #f59e0b;
  --color-warning-600: #d97706;
  --color-warning-700: #b45309;
  --color-error-50: #fef2f2;
  --color-error-500: #ef4444;
  --color-error-600: #dc2626;
  --color-error-700: #b91c1c;
  --color-info-50: #eff6ff;
  --color-info-500: #3b82f6;
  --color-info-600: #2563eb;
  --color-info-700: #1d4ed8;
  /* ========================================
   * TYPOGRAPHY TOKENS
   * ======================================== */
  /* Font Families */
  --font-family-sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-family-serif: Georgia, Cambria, "Times New Roman", Times, serif;
  --font-family-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* Font Sizes */
  --font-size-xs: 0.75rem;
  /* 12px */
  --font-size-sm: 0.875rem;
  /* 14px */
  --font-size-base: 1rem;
  /* 16px */
  --font-size-lg: 1.125rem;
  /* 18px */
  --font-size-xl: 1.25rem;
  /* 20px */
  --font-size-2xl: 1.5rem;
  /* 24px */
  --font-size-3xl: 1.875rem;
  /* 30px */
  --font-size-4xl: 2.25rem;
  /* 36px */
  --font-size-5xl: 3rem;
  /* 48px */
  --font-size-6xl: 3.75rem;
  /* 60px */
  /* Font Weights */
  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  /* Line Heights */
  --line-height-none: 1;
  --line-height-tight: 1.25;
  --line-height-snug: 1.375;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.625;
  --line-height-loose: 2;
  /* ========================================
   * SPACING TOKENS
   * ======================================== */
  --spacing-0: 0;
  --spacing-px: 1px;
  --spacing-0-5: 0.125rem;
  /* 2px */
  --spacing-1: 0.25rem;
  /* 4px */
  --spacing-1-5: 0.375rem;
  /* 6px */
  --spacing-2: 0.5rem;
  /* 8px */
  --spacing-2-5: 0.625rem;
  /* 10px */
  --spacing-3: 0.75rem;
  /* 12px */
  --spacing-3-5: 0.875rem;
  /* 14px */
  --spacing-4: 1rem;
  /* 16px */
  --spacing-5: 1.25rem;
  /* 20px */
  --spacing-6: 1.5rem;
  /* 24px */
  --spacing-7: 1.75rem;
  /* 28px */
  --spacing-8: 2rem;
  /* 32px */
  --spacing-9: 2.25rem;
  /* 36px */
  --spacing-10: 2.5rem;
  /* 40px */
  --spacing-11: 2.75rem;
  /* 44px */
  --spacing-12: 3rem;
  /* 48px */
  --spacing-14: 3.5rem;
  /* 56px */
  --spacing-16: 4rem;
  /* 64px */
  --spacing-20: 5rem;
  /* 80px */
  --spacing-24: 6rem;
  /* 96px */
  --spacing-28: 7rem;
  /* 112px */
  --spacing-32: 8rem;
  /* 128px */
  --spacing-36: 9rem;
  /* 144px */
  --spacing-40: 10rem;
  /* 160px */
  --spacing-44: 11rem;
  /* 176px */
  --spacing-48: 12rem;
  /* 192px */
  --spacing-52: 13rem;
  /* 208px */
  --spacing-56: 14rem;
  /* 224px */
  --spacing-60: 15rem;
  /* 240px */
  --spacing-64: 16rem;
  /* 256px */
  --spacing-72: 18rem;
  /* 288px */
  --spacing-80: 20rem;
  /* 320px */
  --spacing-96: 24rem;
  /* 384px */
  /* ========================================
   * BORDER RADIUS TOKENS
   * ======================================== */
  --border-radius-none: 0;
  --border-radius-sm: 0.125rem;
  /* 2px */
  --border-radius: 0.25rem;
  /* 4px */
  --border-radius-md: 0.375rem;
  /* 6px */
  --border-radius-lg: 0.5rem;
  /* 8px */
  --border-radius-xl: 0.75rem;
  /* 12px */
  --border-radius-2xl: 1rem;
  /* 16px */
  --border-radius-3xl: 1.5rem;
  /* 24px */
  --border-radius-full: 9999px;
  /* ========================================
   * SHADOW TOKENS
   * ======================================== */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  /* ========================================
   * BREAKPOINT TOKENS
   * ======================================== */
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
  /* ========================================
   * Z-INDEX TOKENS
   * ======================================== */
  --z-index-dropdown: 1000;
  --z-index-sticky: 1020;
  --z-index-fixed: 1030;
  --z-index-modal-backdrop: 1040;
  --z-index-modal: 1050;
  --z-index-popover: 1060;
  --z-index-tooltip: 1070;
  --z-index-toast: 1080;
}

/* ========================================
 * FIGMA SYNCHRONIZED TOKENS - Rotterdam Plastics Brand
 * ======================================== 
 * 
 * Design tokens extracted from Figma for Rotterdam Plastics brand identity.
 * Last synchronized: August 14, 2025
 */

:root {
  /* Rotterdam Plastics Brand Colors */
  --figma-rp-blue-5: #f9fcff;
  --figma-rp-blue-10: #f1f7ff;
  --figma-rp-blue-20: #d6e7fb;
  --figma-rp-blue-primary: #00a8f5;
  --figma-rp-dark-blue-40: #99b5c0;
  --figma-rp-dark-blue-60: #668fa0;
  --figma-rp-dark-blue-80: #336a81;
  --figma-rp-dark-blue-130: #004561;
  --figma-rp-cta: #f98b25;
  --figma-primary-dark-blue: #212D58;
  /* Brand Color Palette for Tailwind Integration */
  --figma-color-primary-50: #f9fcff;
  --figma-color-primary-100: #f1f7ff;
  --figma-color-primary-200: #d6e7fb;
  --figma-color-primary-500: #00a8f5;
  --figma-color-primary-600: #004561;
  --figma-color-primary-700: #336a81;
  --figma-color-primary-800: #212D58;
  --figma-color-primary-900: #004561;
  --figma-color-secondary-100: #f1f7ff;
  --figma-color-secondary-200: #d6e7fb;
  --figma-color-secondary-300: #99b5c0;
  --figma-color-secondary-500: #668fa0;
  --figma-color-secondary-600: #336a81;
  --figma-color-secondary-700: #004561;
  --figma-color-secondary-800: #212D58;
  --figma-color-accent-500: #f98b25;
  --figma-color-accent-600: #DC6803;
  /* Status Colors from Figma */
  --figma-color-success-500: #00AA66;
  /* Standard Colors from Figma */
  --figma-color-white: #ffffff;
  --figma-color-black: #000000;
  --figma-color-success-700: #15803d;
  --figma-color-error-600: #DC2626;
  --figma-color-error-900: #7f1d1d;
  --figma-color-error-200: #fecaca;
  --figma-color-blue-500: #3B82F6;
  --figma-color-slate-100: #f1f5f9;
  --figma-color-slate-200: #E2E8F0;
  --figma-color-slate-500: #64748B;
  --figma-color-slate-600: #475569;
  --figma-color-slate-700: #334155;
  --figma-color-slate-800: #1E293B;
  --figma-color-slate-900: #0F172A;
  --figma-color-neutral-900: #171717;
  --figma-color-zinc-800: #27272a;
  --figma-color-zinc-50: #fafafa;
  /* Sofia Sans Typography System */
  --figma-font-family-semi-condensed: "Sofia Sans Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --figma-font-family-extra-condensed: "Sofia Sans Extra Condensed", -apple-system, BlinkMacSystemFont, "Segue UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  /* Font Sizes from Figma */
  --figma-font-size-xs: 0.75rem;
  /* 12px */
  --figma-font-size-sm: 0.875rem;
  /* 14px */
  --figma-font-size-base: 1rem;
  /* 16px */
  --figma-font-size-lg: 1.125rem;
  /* 18px */
  --figma-font-size-xl: 1.25rem;
  /* 20px */
  --figma-font-size-2xl: 1.5rem;
  /* 24px */
  --figma-font-size-3xl: 1.875rem;
  /* 30px */
  --figma-font-size-4xl: 2.25rem;
  /* 36px */
  --figma-font-size-6xl: 3.75rem;
  /* 60px */
  /* Font Weights from Figma */
  --figma-font-weight-regular: 400;
  --figma-font-weight-medium: 500;
  --figma-font-weight-bold: 700;
  /* Figma Spacing System (M-* tokens) */
  --figma-spacing-0: 0;
  /* M-0 */
  --figma-spacing-05: 0.125rem;
  /* M-05: 2px */
  --figma-spacing-1: 0.25rem;
  /* M-1: 4px */
  --figma-spacing-2: 0.5rem;
  /* M-2: 8px */
  --figma-spacing-3: 0.75rem;
  /* M-3: 12px */
  --figma-spacing-6: 1.5rem;
  /* M-6: 24px */
  --figma-spacing-8: 2rem;
  /* M-8: 32px */
  --figma-spacing-9: 2.25rem;
  /* M-9: 36px */
  --figma-spacing-10: 2.5rem;
  /* M-10: 40px */
  --figma-spacing-12: 3rem;
  /* M-12: 48px */
  --figma-spacing-20: 5rem;
  /* M-20: 80px */
  --figma-spacing-52: 13rem;
  /* M-52: 208px */
  /* Figma Units */
  --figma-unit: 0.25rem;
  /* 4px */
  --figma-stroke: 0.03125rem;
  /* 0.5px */
  /* Typography Combinations from Figma */
  --figma-text-xs-leading-4-font-normal: 400 0.75rem/1rem var(--figma-font-family-semi-condensed);
  --figma-text-xs-leading-4-font-bold: 700 0.75rem/1rem var(--figma-font-family-semi-condensed);
  --figma-text-sm-leading-5-font-normal: 400 0.875rem/1.25rem var(--figma-font-family-semi-condensed);
  --figma-text-sm-leading-5-font-medium: 500 0.875rem/1.25rem var(--figma-font-family-semi-condensed);
  --figma-text-sm-leading-5-font-bold: 700 0.875rem/1.25rem var(--figma-font-family-semi-condensed);
  --figma-text-base-leading-6-font-normal: 400 1rem/1.5rem var(--figma-font-family-semi-condensed);
  --figma-text-base-leading-6-font-medium: 500 1rem/1.2rem var(--figma-font-family-semi-condensed);
  --figma-text-base-leading-6-font-bold: 700 1rem/1.2rem var(--figma-font-family-semi-condensed);
  --figma-text-lg-leading-7-font-normal: 400 1.125rem/1.75rem var(--figma-font-family-semi-condensed);
  --figma-text-lg-leading-7-font-medium: 500 1.125rem/1.5rem var(--figma-font-family-semi-condensed);
  --figma-text-lg-leading-7-font-bold: 700 1.125rem/1.5rem var(--figma-font-family-semi-condensed);
  --figma-text-xl-leading-7-font-bold: 700 1.25rem/1.75rem var(--figma-font-family-semi-condensed);
  --figma-text-2xl-leading-8-font-medium: 500 1.5rem/2rem var(--figma-font-family-semi-condensed);
  --figma-text-2xl-leading-8-font-bold: 700 1.5rem/1.2rem var(--figma-font-family-semi-condensed);
  --figma-text-3xl-leading-9-font-bold: 700 1.875rem/2.25rem var(--figma-font-family-semi-condensed);
  --figma-text-4xl-leading-10-font-bold: 700 2.25rem/2.5rem var(--figma-font-family-extra-condensed);
  --figma-text-6xl-leading-none-font-bold: 700 3.75rem/1 var(--figma-font-family-extra-condensed);
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@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;
  }
}

.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

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

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

.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit{
  display: inline-flex;
}

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

.form-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;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

.form-checkbox{
  border-radius: 0px;
}

.form-radio{
  border-radius: 100%;
}

.form-checkbox:focus,.form-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);
}

.form-checkbox:checked,.form-radio:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-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");
}

@media (forced-colors: active) {
  .form-checkbox:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-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");
}

@media (forced-colors: active) {
  .form-radio:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

.form-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;
}

@media (forced-colors: active) {
  .form-checkbox:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--figma-color-primary-900);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}

.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.swatch-attribute-options{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-item .swatch-attribute-options.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .swatch-attribute-options.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price .swatch-attribute-options.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .swatch-attribute-options.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .swatch-attribute-options.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.swatch-option{
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.product-item .swatch-option.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .swatch-option.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price .swatch-option.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .swatch-option.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .swatch-option.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.swatch-option {
  min-width: 40px;
}

.btn {
  /* RP Brand button variables */
  --btn-stroke: var(--figma-color-primary-200);
  --btn-bg: var(--figma-color-primary-500);
  --btn-color: white;
  --btn-hover-bg: var(--figma-color-primary100);
  --btn-active-bg: var(--figma-color-primary-100);
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: var(--border-radius-lg);
  border-width: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-medium);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-item .btn.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.product-item .flex.btn.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .btn.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .flex.btn.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price .btn.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .btn.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .btn.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.btn {
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
}

.btn svg{
  display: inline-flex;
}

.btn span {
  vertical-align: middle;
}

.btn:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

.btn:focus-visible{
  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(4px + 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-color: var(--figma-color-primary-500);
  --tw-ring-opacity: 0.5;
}

.btn:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

.btn:disabled,
        .btn[aria-disabled="true"]{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
  border-color: var(--btn-disabled-stroke, var(--figma-color-slate-200));
  background-color: var(--btn-disabled-bg, white);
  color: var(--btn-disabled-color, var(--figma-color-slate-600));
}

.btn-primary {
  --btn-stroke: transparent;
  --btn-bg: var(--figma-color-accent-500);
  --btn-color: var(--figma-color-slate-900);
  --btn-hover-bg: var(--figma-color-accent-600);
  --btn-hover-color: var(--figma-color-primary-50);
  --btn-active-bg: var(--figma-color-accent-500);
  --btn-active-stroke: var(--figma-color-accent-600);
  --btn-active-color: var(--figma-color-slate-900);
}

.btn-secondary {
  --btn-stroke: var(--figma-color-secondary-700);
  --btn-bg: var(--figma-color-secondary-700);
  --btn-color: var(--figma-color-primary-50);
  --btn-hover-stroke: #d1d5db;
  --btn-hover-bg: var(--figma-color-secondary-100);
  --btn-hover-color: var(--figma-color-primary-600);
  --btn-active-stroke: var(--figma-color-secondary-600);
  --btn-active-bg: var(--figma-color-secondary-700);
  --btn-active-color: var(--figma-color-primary-50);
  border-width: 1px;
}

.btn-tertairy {
  --btn-stroke: #d1d5db;
  --btn-bg: var(--figma-color-primary-100);
  --btn-color: var(--figma-color-primary-600);
  --btn-hover-stroke: var(--figma-color-secondary-500);
  --btn-hover-bg: var(--figma-color-secondary-700);
  --btn-hover-color: var(--figma-color-primary-50);
  --btn-active-stroke: var(--figma-color-secondary-600);
  --btn-active-bg: var(--figma-color-secondary-700);
  --btn-active-color: var(--figma-color-primary-50);
  border-width: 1px;
}

/* New btn-flat style for pagination */

.btn-flat {
  --btn-stroke: var(--figma-color-primary-900);
  --btn-bg: transparent;
  --btn-color: var(--figma-color-primary-900);
  --btn-hover-bg: var(--figma-color-primary-100);
  --btn-hover-stroke: var(--figma-color-primary-700);
  --btn-hover-color: var(--figma-color-primary-700);
  --btn-active-bg: var(--figma-color-primary-300);
  --btn-active-color: var(--figma-color-primary);
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-size-lg{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: var(--figma-font-size-lg);
}

.btn-stoke-prim-100 {
  --btn-stroke: var(--figma-color-primary-100);
}

input[type="range"] {
  --hv-fill-min: var(--tw-range-fill-min, 0);
  --hv-fill: var(--tw-range-fill-max, 0);
  --hv-fill-color: var(--tw-range-fill-color, var(--figma-color-primary-500));
  --hv-track-size: var(--tw-range-track-size, 0.5rem);
  --hv-thumb-size: var(--tw-range-thumb-size, 1.5rem);
  --hv-thumb-color: var(--tw-range-thumb-color, var(--figma-color-white));
  --hv-track: linear-gradient(
            to right,
            currentcolor 0%,
            currentcolor calc(var(--hv-fill-min) * 1%),
            var(--hv-fill-color) calc(var(--hv-fill-min) * 1%),
            var(--hv-fill-color) calc(var(--hv-fill) * 1%),
            currentcolor calc(var(--hv-fill) * 1%),
            currentcolor 100%
        );
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--figma-color-slate-200);
}

input[type="range"]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[type="range"] {
  height: var(--hv-thumb-size);
}

input[type="range"]:focus {
  --hv-thumb-color: var(--figma-color-primary-500);
}

input[type="range"]:focus::-webkit-slider-thumb{
  --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(4px + 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);
}

input[type="range"]:focus::-moz-range-thumb{
  --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(4px + 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);
}

input[type="range"]::-webkit-slider-runnable-track{
  width: 100%;
  border-radius: var(--border-radius-lg);
  height: var(--hv-track-size);
  background: var(--hv-track);
}

input[type="range"]::-moz-range-track{
  width: 100%;
  border-radius: var(--border-radius-lg);
  height: var(--hv-track-size);
  background: var(--hv-track);
}

input[type="range"]::-webkit-slider-thumb{
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-radius: var(--border-radius-full);
  border-width: 3px;
  border-style: solid;
  border-color: var(--figma-color-white);
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: var(--hv-thumb-size);
  height: var(--hv-thumb-size);
  margin-top: calc(
                0.5 * calc(var(--hv-track-size) - var(--hv-thumb-size))
            );
  background-color: var(--hv-thumb-color);
}

input[type="range"]::-moz-range-thumb{
  box-sizing: border-box;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  border-radius: var(--border-radius-full);
  border-width: 3px;
  border-style: solid;
  border-color: var(--figma-color-white);
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -moz-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: var(--hv-thumb-size);
  height: var(--hv-thumb-size);
  background-color: var(--hv-thumb-color);
}

.actions-toolbar .primary button {
  /* RP Brand button variables */
  --btn-stroke: var(--figma-color-primary-200);
  --btn-bg: var(--figma-color-primary-500);
  --btn-color: white;
  --btn-hover-bg: var(--figma-color-primary100);
  --btn-active-bg: var(--figma-color-primary-100);
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: var(--border-radius-lg);
  border-width: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-medium);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-item .actions-toolbar .primary button.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.product-item .flex.actions-toolbar .primary button.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .actions-toolbar .primary button.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .flex.actions-toolbar .primary button.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price .actions-toolbar .primary button.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .actions-toolbar .primary button.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .actions-toolbar .primary button.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.actions-toolbar .primary button {
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
}

.actions-toolbar .primary button svg{
  display: inline-flex;
}

.actions-toolbar .primary button span {
  vertical-align: middle;
}

.actions-toolbar .primary button:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

.actions-toolbar .primary button:focus-visible{
  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(4px + 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-color: var(--figma-color-primary-500);
  --tw-ring-opacity: 0.5;
}

.actions-toolbar .primary button:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

.actions-toolbar .primary button:disabled,.actions-toolbar .primary button[aria-disabled="true"]{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
  border-color: var(--btn-disabled-stroke, var(--figma-color-slate-200));
  background-color: var(--btn-disabled-bg, white);
  color: var(--btn-disabled-color, var(--figma-color-slate-600));
}

.actions-toolbar .primary button {
  --btn-stroke: transparent;
  --btn-bg: var(--figma-color-accent-500);
  --btn-color: var(--figma-color-slate-900);
  --btn-hover-bg: var(--figma-color-accent-600);
  --btn-hover-color: var(--figma-color-primary-50);
  --btn-active-bg: var(--figma-color-accent-500);
  --btn-active-stroke: var(--figma-color-accent-600);
  --btn-active-color: var(--figma-color-slate-900);
}

#category-view-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.product-item #category-view-container.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.product-item .flex#category-view-container.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item #category-view-container.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .flex#category-view-container.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price #category-view-container.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price #category-view-container.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price #category-view-container.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.category-cms h1 {
  font-size: var(--figma-font-size-3xl);
}

/* Category H1 styling on mobile */

@media (max-width: 767px) {
  .category-cms h1 {
    font-size: var(--figma-font-size-2xl);
    line-height: 1.75rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 640px) {
  .category-cms h1 {
    padding-top: 0.5rem;
  }
}

/*
Use the following selector to extend the toolbar modes switcher with your own icon,
also replace `custom` with your own mode name.

.modes-mode.mode-custom {}
*/

.price-including-tax + .price-excluding-tax{
  font-size: var(--figma-font-size-sm);
}

.price-including-tax + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}

.price-excluding-tax,
.price-including-tax{
  white-space: nowrap;
}

.price-excluding-tax .price, .price-including-tax .price{
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-relaxed);
}

.price-excluding-tax{
  display: block;
}

[data-content-type$='block'] .price-excluding-tax p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.price-container.price-tier_price{
  display: flex;
  gap: 0.25rem;
}

.product-item .price-container.price-tier_price.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .price-container.price-tier_price.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price .price-container.price-tier_price.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .flex.price-container.price-tier_price.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .price-container.price-tier_price.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .flex.price-container.price-tier_price.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .price-container.price-tier_price.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.catalog-product-view .price-box.price-final_price .flex.price-container.price-tier_price.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:after {
  content: ')';
}

.cart-form .price .price-decimals{
  margin-left: 0.1rem;
  font-size: var(--figma-font-size-sm);
}

.cart-summary .shipping-price .price-decimals{
  margin-left: 0.1rem;
  font-size: var(--figma-font-size-sm);
}

.cart-summary .grand-ex-price .price-decimals{
  margin-left: 0.1rem;
  font-size: var(--figma-font-size-sm);
}

.cart-summary .discount-price .price-decimals{
  margin-left: 0.1rem;
  font-size: var(--figma-font-size-sm);
}

.cart-summary .shipping-total-price .price-decimals{
  margin-left: 0.1rem;
  font-size: var(--figma-font-size-xs);
}

.minicart-price .price .price-decimals{
  margin-left: 0.1rem;
  font-size: var(--figma-font-size-sm);
}

.minicart-subtotal .price .price-decimals{
  margin-left: 0.1rem;
  font-size: var(--figma-font-size-xs);
}

.read_more,
.read_less{
  color: var(--figma-color-primary-500);
}

.read_more:hover,
.read_less:hover{
  text-decoration-line: underline;
}

#customer-login-container{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  #customer-login-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea{
  min-height: 44px;
  border-radius: var(--border-radius-md);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-shadow: var(--shadow-sm);
  --tw-shadow-colored: var(--shadow-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus{
  border-color: var(--figma-color-primary-200);
  --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(3px + 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-color: var(--figma-color-primary-500);
  --tw-ring-opacity: 0.5;
}

.page.messages{
  position: sticky;
  top: 0px;
  z-index: 20;
}

.page.messages .messages
    section#messages{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 640px){
  .page.messages .messages
    section#messages{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .page.messages .messages
    section#messages{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .page.messages .messages
    section#messages{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .page.messages .messages
    section#messages{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .page.messages .messages
    section#messages{
    max-width: 1536px;
  }
}

.page.messages .messages
    section#messages{
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.message{
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--border-radius);
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  padding-left: 1.25rem;
  font-weight: var(--font-weight-semibold);
  color: var(--figma-color-black);
  --tw-shadow: var(--shadow);
  --tw-shadow-colored: var(--shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.product-item .message.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.product-item .flex.message.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .message.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .flex.message.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price .message.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .message.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .message.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.message.error{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.message.success{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.message.info,
    .message.notice{
  border-width: 2px;
  border-color: var(--figma-color-blue-500);
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.message.warning{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.message a{
  text-decoration-line: underline;
}

.product-label{
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  z-index: 10;
  border-radius: var(--border-radius-none);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-bold);
  color: var(--figma-color-white);
}

.product-label.product-label-image{
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  z-index: 10;
  border-radius: var(--border-radius-none);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.product-label img{
  max-height: 2rem;
  width: auto;
}

.product-item .price-container{
  display: block;
}

[data-content-type$='block'] .product-item .price-container p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-item .price-container .price{
  font-size: var(--figma-font-size-3xl);
  font-weight: var(--figma-font-weight-bold);
  line-height: 2.25rem;
  color: var(--figma-color-primary-900);
}

.product-item .price-container .price .price-decimals{
  margin-left: 0.1rem;
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-medium);
}

.product-item .price-container .price-label{
  font-size: var(--figma-font-size-sm);
}

.product-item .minimal-price .price-container .price{
  color: var(--figma-color-primary-900);
}

/* .special-price .price-container .price {
        @apply text-red-600;
    } */

.product-item .old-price .price-container{
  color: var(--figma-color-slate-700);
}

.product-item .old-price .price-container .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  text-decoration-line: line-through;
  text-decoration-color: #6b7280;
  text-decoration-thickness: 2px;
}

.product-item .discount{
  align-self: flex-start;
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  font-weight: var(--font-weight-semibold);
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

/* If the price row contains a visible .price-label (e.g., "Ab"), center the discount vertically */

.product-item .flex.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

/* Shipping cost price styling */

.rp-stock-status-wrapper .price{
  display: inline;
}

.rp-stock-status-wrapper .price .price-decimals{
  margin-left: 0.1rem;
  font-size: var(--figma-font-size-xs);
  font-weight: var(--figma-font-weight-regular);
}

#search_autocomplete .product-item .price-container{
  display: block;
}

[data-content-type$='block'] #search_autocomplete .product-item .price-container p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

#search_autocomplete .product-item .price-container .price{
  font-size: var(--figma-font-size-lg);
  font-weight: var(--figma-font-weight-bold);
  line-height: 2.25rem;
  color: var(--figma-color-primary-900);
}

#search_autocomplete .product-item .price-container .price .price-decimals{
  margin-left: 0.1rem;
  font-size: var(--figma-font-size-xs);
  font-weight: var(--figma-font-weight-medium);
}

#search_autocomplete .product-item .price-container .price-label{
  font-size: var(--figma-font-size-xs);
}

#search_autocomplete .product-item .price-container .price-wrapper {
  display: inline
}

#search_autocomplete .product-item .minimal-price .price-container .price{
  color: var(--figma-color-primary-900);
}

/* .special-price .price-container .price {
        @apply text-red-600;
    } */

#search_autocomplete .product-item .old-price .price-container{
  color: var(--figma-color-slate-700);
}

#search_autocomplete .product-item .old-price .price-container .price{
  font-size: var(--figma-font-size-xs);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  text-decoration-line: line-through;
  text-decoration-color: #6b7280;
  text-decoration-thickness: 2px;
}

#search_autocomplete .product-item .discount{
  align-self: flex-start;
  font-size: var(--figma-font-size-xs);
  font-weight: var(--figma-font-weight-regular);
  font-weight: var(--font-weight-semibold);
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

/* If the price row contains a visible .price-label (e.g., "Ab"), center the discount vertically */

#search_autocomplete .product-item .flex.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

/* Fix anchor scroll offset for sticky header */

.catalog-product-view #description,
    .catalog-product-view #product-attributes,
    .catalog-product-view section[id] {
  scroll-margin-top: calc(var(--page-header-height, 100px) + 20px);
}

/* PDP Price Styling - Matching Figma Design */

/* Old price styling - 14px, bold, line-through, slate-700 */

.catalog-product-view .price-box.price-final_price .old-price .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
  text-decoration-line: line-through;
}

.catalog-product-view .price-box.price-final_price .old-price .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

/* Price label styling - 14px, normal, #7e7f82 */

.catalog-product-view .price-box.price-final_price .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

/* Main price section styling */

/* Main price styling - 30px bold */

.catalog-product-view .price-box.price-final_price .final-price-excl-tax .price{
  font-size: var(--figma-font-size-4xl);
  font-weight: var(--figma-font-weight-bold);
  line-height: 2.25rem;
  color: var(--figma-color-primary-900);
}

.catalog-product-view .price-box.price-final_price .final-price-excl-tax .price .price-decimals{
  margin-left: 0.2rem;
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

/* Discount badge styling - 14px, normal, red-600 */

.catalog-product-view .price-box.price-final_price .discount{
  font-size: var(--figma-font-size-base);
  font-weight: var(--font-weight-semibold);
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

/* Incl. Tax row - below main price, 14px bold, slate-700 */

.catalog-product-view .price-box.price-final_price .flex.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .flex.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .flex.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

/* Bundle product price range (From/To) styling - if needed for price ranges */

.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container{
  margin-bottom: 1rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label{
  display: block;
  font-size: var(--figma-font-size-lg);
  font-weight: var(--figma-font-weight-medium);
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price{
  font-size: var(--figma-font-size-2xl);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.wishlist-widget .price-box .price-label,
    .wishlist-widget .price-box .old-price{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* .modal {} */

.backdrop{
  position: fixed;
  inset: 0px;
  display: flex;
}

.product-item .backdrop.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .backdrop.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price .backdrop.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .backdrop.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .backdrop.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.backdrop {
  background-color: rgba(0, 0, 0, 0.25);
}

.snap {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.snap::-webkit-scrollbar {
  display: none;
}

.snap > div {
  scroll-snap-align: start;
}

:where(html) {
  scrollbar-gutter: stable;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* .page-main {
    @apply my-8;
} */

.columns{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

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

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

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

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

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

.columns{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  grid-template-rows: auto minmax(0, 1fr);
}

.columns .main{
  order: 2;
}

.columns .sidebar{
  order: 3;
}

.product-main-full-width .columns{
  max-width: none;
}

.page-main-full-width .columns{
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.account .columns .sidebar-main, .page-with-filter .columns .sidebar-main{
  order: 1;
}

@media (min-width: 640px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main{
    grid-column: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar{
    order: 3;
  }

  .account .columns .sidebar-main, .page-with-filter .columns .sidebar-main{
    grid-column: 1 / -1;
  }

  .account .columns .sidebar-additional{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main{
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar{
    grid-column: span 1 / span 1;
  }

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main{
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar{
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional{
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main{
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main{
    grid-column: span 3 / span 3;
  }

  .page-layout-3columns .columns .sidebar-additional{
    grid-column-start: 4;
  }
}

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

body{
  background-color: var(--figma-color-white);
}

#cart-drawer{
  color: var(--figma-color-black);
}

[x-cloak] {
  display: none !important;
}

.input{
  margin-right: 0.5rem;
  width: auto;
  border-radius: var(--border-radius);
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: var(--figma-font-size-base);
}

@media (min-width: 768px) {
  .input{
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input{
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input{
    margin-right: 1rem;
  }
}

.input-light{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  background-color: var(--figma-color-white);
}

.input-light:focus{
  border-color: var(--figma-color-primary-500);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* .card {
    @apply py-4 bg-container-lighter shadow;
} */

.card-interactive:hover{
  background-color: var(--figma-color-primary-50);
}

/* Keep file for backwards compatibility */

html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  font-size: var(--figma-font-size-base);
  line-height: var(--line-height-normal);
  letter-spacing: 0em;
  color: var(--figma-color-slate-600);
}

/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */

/**
 * Layout
 */

/* Rows */

[data-content-type='row']{
  box-sizing: border-box;
}

[data-content-type='row'] > div{
  margin-bottom: 10px;
}

[data-content-type='row'][data-appearance='contained']{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 640px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  [data-content-type='row'][data-appearance='contained']{
    max-width: 1536px;
  }
}

[data-content-type='row'][data-appearance='contained']{
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

[data-content-type='row'][data-appearance='contained'] [data-element='inner']{
  box-sizing: border-box;
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-bleed'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 640px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner{
    max-width: 1536px;
  }
}

/* Column Groups (both needed for pagebuider backwards compatibiliy) */

[data-content-type='column-group'], [data-content-type='column-line']{
  flex-wrap: wrap;
}

@media (min-width: 768px){
  [data-content-type='column-group'], [data-content-type='column-line']{
    flex-wrap: nowrap;
  }
}

/* Columns */

[data-content-type='column']{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type='column'] {
    flex-basis: auto
  }
}

/* Tabs/Tab Item */

[data-content-type='tabs'] .tabs-navigation{
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --tw-shadow: var(--shadow);
  --tw-shadow-colored: var(--shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -1px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom-left-radius: var(--border-radius-none);
  border-bottom-right-radius: var(--border-radius-none);
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

[data-content-type='tabs'] .tabs-navigation li.tab-header:first-child{
  margin-left: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active{
  z-index: 20;
  background-color: var(--figma-color-white);
  border-bottom: 1px solid white;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{
  position: relative;
  display: block;
  cursor: pointer;
  white-space: normal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: middle;
  font-size: var(--figma-font-size-sm);
  font-weight: var(--font-weight-semibold);
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span{
  font-weight: var(--font-weight-semibold);
  line-height: 1.25rem;
  color: var(--figma-color-black);
}

[data-content-type='tabs'] .tabs-content{
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: var(--border-radius-sm);
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  background-color: var(--figma-color-white);
  --tw-shadow: var(--shadow);
  --tw-shadow-colored: var(--shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']{
  box-sizing: border-box;
  padding: 2rem;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

[data-content-type='text']{
  overflow-wrap: break-word;
}

/* Heading */

[data-content-type='heading']{
  overflow-wrap: break-word;
}

/* Buttons/Button Item */

[data-content-type='buttons']{
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item']{
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'],
        [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link']{
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link']{
  cursor: default;
}

[data-content-type='buttons'] [data-content-type='button-item'] a,
        [data-content-type='buttons'] [data-content-type='button-item'] button,
        [data-content-type='buttons'] [data-content-type='button-item'] div{
  display: inline-block;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link{
  box-sizing: border-box;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  /* RP Brand button variables */
  --btn-stroke: var(--figma-color-primary-200);
  --btn-bg: var(--figma-color-primary-500);
  --btn-color: white;
  --btn-hover-bg: var(--figma-color-primary100);
  --btn-active-bg: var(--figma-color-primary-100);
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: var(--border-radius-lg);
  border-width: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-medium);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-item a.pagebuilder-button-primary.items-center.gap-2:has(.price-label) .discount,.product-item  button.pagebuilder-button-primary.items-center.gap-2:has(.price-label) .discount,.product-item  div.pagebuilder-button-primary.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.product-item a.flex.pagebuilder-button-primary.gap-2:has(.price-label) .discount,.product-item  button.flex.pagebuilder-button-primary.gap-2:has(.price-label) .discount,.product-item  div.flex.pagebuilder-button-primary.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item a.pagebuilder-button-primary.items-center.gap-2:has(.price-label) .discount,#search_autocomplete .product-item  button.pagebuilder-button-primary.items-center.gap-2:has(.price-label) .discount,#search_autocomplete .product-item  div.pagebuilder-button-primary.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item a.flex.pagebuilder-button-primary.gap-2:has(.price-label) .discount,#search_autocomplete .product-item  button.flex.pagebuilder-button-primary.gap-2:has(.price-label) .discount,#search_autocomplete .product-item  div.flex.pagebuilder-button-primary.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price a.pagebuilder-button-primary.gap-1.items-end > .price,.catalog-product-view .price-box.price-final_price  button.pagebuilder-button-primary.gap-1.items-end > .price,.catalog-product-view .price-box.price-final_price  div.pagebuilder-button-primary.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price a.pagebuilder-button-primary.gap-1.items-end > .price .price-decimals,.catalog-product-view .price-box.price-final_price  button.pagebuilder-button-primary.gap-1.items-end > .price .price-decimals,.catalog-product-view .price-box.price-final_price  div.pagebuilder-button-primary.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price a.pagebuilder-button-primary.gap-1.items-end > .price-label,.catalog-product-view .price-box.price-final_price  button.pagebuilder-button-primary.gap-1.items-end > .price-label,.catalog-product-view .price-box.price-final_price  div.pagebuilder-button-primary.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
}

a.pagebuilder-button-primary svg, button.pagebuilder-button-primary svg, div.pagebuilder-button-primary svg{
  display: inline-flex;
}

a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
  vertical-align: middle;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

a.pagebuilder-button-primary:focus-visible, button.pagebuilder-button-primary:focus-visible, div.pagebuilder-button-primary:focus-visible{
  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(4px + 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-color: var(--figma-color-primary-500);
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-primary:active, button.pagebuilder-button-primary:active, div.pagebuilder-button-primary:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

a.pagebuilder-button-primary:disabled,a.pagebuilder-button-primary[aria-disabled="true"], button.pagebuilder-button-primary:disabled, button.pagebuilder-button-primary[aria-disabled="true"], div.pagebuilder-button-primary:disabled, div.pagebuilder-button-primary[aria-disabled="true"]{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
  border-color: var(--btn-disabled-stroke, var(--figma-color-slate-200));
  background-color: var(--btn-disabled-bg, white);
  color: var(--btn-disabled-color, var(--figma-color-slate-600));
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --btn-stroke: transparent;
  --btn-bg: var(--figma-color-accent-500);
  --btn-color: var(--figma-color-slate-900);
  --btn-hover-bg: var(--figma-color-accent-600);
  --btn-hover-color: var(--figma-color-primary-50);
  --btn-active-bg: var(--figma-color-accent-500);
  --btn-active-stroke: var(--figma-color-accent-600);
  --btn-active-color: var(--figma-color-slate-900);
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  /* RP Brand button variables */
  --btn-stroke: var(--figma-color-primary-200);
  --btn-bg: var(--figma-color-primary-500);
  --btn-color: white;
  --btn-hover-bg: var(--figma-color-primary100);
  --btn-active-bg: var(--figma-color-primary-100);
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: var(--border-radius-lg);
  border-width: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-medium);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-item a.pagebuilder-button-secondary.items-center.gap-2:has(.price-label) .discount,.product-item  button.pagebuilder-button-secondary.items-center.gap-2:has(.price-label) .discount,.product-item  div.pagebuilder-button-secondary.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.product-item a.flex.pagebuilder-button-secondary.gap-2:has(.price-label) .discount,.product-item  button.flex.pagebuilder-button-secondary.gap-2:has(.price-label) .discount,.product-item  div.flex.pagebuilder-button-secondary.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item a.pagebuilder-button-secondary.items-center.gap-2:has(.price-label) .discount,#search_autocomplete .product-item  button.pagebuilder-button-secondary.items-center.gap-2:has(.price-label) .discount,#search_autocomplete .product-item  div.pagebuilder-button-secondary.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item a.flex.pagebuilder-button-secondary.gap-2:has(.price-label) .discount,#search_autocomplete .product-item  button.flex.pagebuilder-button-secondary.gap-2:has(.price-label) .discount,#search_autocomplete .product-item  div.flex.pagebuilder-button-secondary.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price a.pagebuilder-button-secondary.gap-1.items-end > .price,.catalog-product-view .price-box.price-final_price  button.pagebuilder-button-secondary.gap-1.items-end > .price,.catalog-product-view .price-box.price-final_price  div.pagebuilder-button-secondary.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price a.pagebuilder-button-secondary.gap-1.items-end > .price .price-decimals,.catalog-product-view .price-box.price-final_price  button.pagebuilder-button-secondary.gap-1.items-end > .price .price-decimals,.catalog-product-view .price-box.price-final_price  div.pagebuilder-button-secondary.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price a.pagebuilder-button-secondary.gap-1.items-end > .price-label,.catalog-product-view .price-box.price-final_price  button.pagebuilder-button-secondary.gap-1.items-end > .price-label,.catalog-product-view .price-box.price-final_price  div.pagebuilder-button-secondary.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-color: var(--btn-stroke);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
}

a.pagebuilder-button-secondary svg, button.pagebuilder-button-secondary svg, div.pagebuilder-button-secondary svg{
  display: inline-flex;
}

a.pagebuilder-button-secondary span, button.pagebuilder-button-secondary span, div.pagebuilder-button-secondary span {
  vertical-align: middle;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  border-color: var(--btn-hover-stroke, var(--btn-stroke));
  background-color: var(--btn-hover-bg, var(--btn-bg));
  color: var(--btn-hover-color, var(--btn-color));
}

a.pagebuilder-button-secondary:focus-visible, button.pagebuilder-button-secondary:focus-visible, div.pagebuilder-button-secondary:focus-visible{
  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(4px + 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-color: var(--figma-color-primary-500);
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-secondary:active, button.pagebuilder-button-secondary:active, div.pagebuilder-button-secondary:active {
  border-color: var(--btn-active-stroke, var(--btn-stroke));
  background-color: var(--btn-active-bg, var(--btn-bg));
  color: var(--btn-active-color, var(--btn-color));
}

a.pagebuilder-button-secondary:disabled,a.pagebuilder-button-secondary[aria-disabled="true"], button.pagebuilder-button-secondary:disabled, button.pagebuilder-button-secondary[aria-disabled="true"], div.pagebuilder-button-secondary:disabled, div.pagebuilder-button-secondary[aria-disabled="true"]{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
  border-color: var(--btn-disabled-stroke, var(--figma-color-slate-200));
  background-color: var(--btn-disabled-bg, white);
  color: var(--btn-disabled-color, var(--figma-color-slate-600));
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --btn-stroke: var(--figma-color-secondary-700);
  --btn-bg: var(--figma-color-secondary-700);
  --btn-color: var(--figma-color-primary-50);
  --btn-hover-stroke: #d1d5db;
  --btn-hover-bg: var(--figma-color-secondary-100);
  --btn-hover-color: var(--figma-color-primary-600);
  --btn-active-stroke: var(--figma-color-secondary-600);
  --btn-active-bg: var(--figma-color-secondary-700);
  --btn-active-color: var(--figma-color-primary-50);
  border-width: 1px;
}

/* HTML Code */

[data-content-type='html']{
  overflow-wrap: break-word;
}

/**
 * Media
 */

/* Image */

[data-content-type='image']{
  box-sizing: border-box;
}

[data-content-type='image'] > [data-element='link'],
    [data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}

[data-content-type='image'] .pagebuilder-mobile-hidden{
  display: none;
}

@media (min-width: 768px){
  [data-content-type='image'] .pagebuilder-mobile-hidden{
    display: block;
  }

  [data-content-type='image'] .pagebuilder-mobile-only{
    display: none;
  }
}

[data-content-type='image'] figcaption{
  overflow-wrap: break-word;
}

/* Video */

[data-content-type='video'] {
  font-size: 0;
}

[data-content-type='video'] .pagebuilder-video-inner{
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

[data-content-type='video'] .pagebuilder-video-container{
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  padding-top: 56.25%;
}

[data-content-type='video'] iframe,
    [data-content-type='video'] video{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

/* Banner */

[data-content-type='banner'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper{
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-clip: padding-box;
  border-radius: inherit;
  background-attachment: scroll !important;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item .flex[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-2:has(.price-label) .discount{
  align-self: center;
}

.product-item [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .flex[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
  max-width: none;
}

@media (min-width: 768px){
  [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
    max-width: 36rem;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay{
  z-index: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content']{
  overflow: auto;
  min-height: 50px;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button{
  margin: 0px;
  margin-top: 1.25rem;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content{
  width: 100%;
}

[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay{
  margin-left: auto;
}

/* Slider */

[data-content-type='slider']{
  visibility: hidden;
  position: relative;
}

[data-content-type='slider'].glider-initialized{
  visibility: visible;
}

[data-content-type='slider'] [data-role='glider-content']{
  overflow-y: hidden;
}

[data-content-type='slider'] a.button {
  color: initial;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav{
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.75;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type='slide']{
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type='slide'] > [data-element='link'],
    [data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] + [data-content-type='slide']{
  height: 0px;
  min-height: 0px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper{
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-radius: inherit;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element{
  position: absolute;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 0.125rem;
  left: -15000vw;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay{
  -webkit-transform: unset;
  z-index: 1;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{
  position: relative;
  z-index: 20;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item .flex[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-2:has(.price-label) .discount{
  align-self: center;
}

.product-item [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .flex[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
  max-width: none;
}

@media (min-width: 768px){
  [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){
    max-width: 32rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content']{
  overflow: auto;
  min-height: 50px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button{
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content{
  width: 100%;
}

[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay{
  margin-left: auto;
}

/* Map */

[data-content-type='map']{
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

[data-content-type$='block'] .block p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Dynamic Block */

[data-content-type='dynamic_block'] [data-content-type='image'] img{
  display: inline;
}

[data-content-type='dynamic_block'] .block-banners .banner-item-content,
    [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content{
  margin-bottom: auto;
}

/* Products */

[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
  grid-template-columns: repeat(100, calc(50% - 1rem));
}

@media (min-width: 768px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(33% - 1rem))
  }
}

@media (min-width: 1024px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(25% - 1rem))
  }
}

/**
 * Glider
 */

.glider-contain{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.glider{
  overflow-y: hidden;
}

.glider.draggable{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img{
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar{
  height: 0px;
  opacity: 0;
}

.glider .glider-track{
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

.product-item .glider .glider-track.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .glider .glider-track.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price .glider .glider-track.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .glider .glider-track.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .glider .glider-track.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.glider-slide{
  margin: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
  min-width: 150px;
}

.glider-slide img{
  max-width: 100%;
}

.glider-hide{
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled{
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  opacity: 0.25;
}

.glider-dot{
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: var(--border-radius-full);
  background-color: var(--figma-color-black);
  opacity: 0.25;
  --tw-shadow: var(--shadow);
  --tw-shadow-colored: var(--shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] .glider-dot p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.glider-dot.active{
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar{
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb{
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next{
  display: none;
}

[data-show-dots='false'] .glider-dots{
  display: none;
}

/* TrustedShops Star Rating - Orange filled stars using */

.star-rating {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: .195em;
}

.star-rating .filled {
  -webkit-mask-image: url(https://integrations.etrusted.com/applications/product-star-widget/1.12.12/c6e5150b97e78325f94a.svg);
  mask-image: url(https://integrations.etrusted.com/applications/product-star-widget/1.12.12/c6e5150b97e78325f94a.svg);
  -webkit-mask-size: 1.25em 1.25em;
          mask-size: 1.25em 1.25em;
  background-color: var(--figma-color-accent-600);
}

.multirange-slider{
  display: grid;
  grid-template-areas: "stacked";
}

.multirange-slider [type="range"]{
  pointer-events: none;
  grid-area: stacked;
}

.multirange-slider [type="range"]::-webkit-slider-thumb{
  pointer-events: auto;
  isolation: isolate;
}

.multirange-slider [type="range"]::-moz-range-thumb{
  pointer-events: auto;
  isolation: isolate;
}

/* purgecss end ignore */

.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;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-inset-4{
  inset: -1rem;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-x-4{
  left: 1rem;
  right: 1rem;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-right-0\.5{
  right: -0.125rem;
}

.-right-1{
  right: -0.25rem;
}

.-right-1\.5{
  right: -0.375rem;
}

.-right-4{
  right: -1rem;
}

.-top-0\.5{
  top: -0.125rem;
}

.-top-1{
  top: -0.25rem;
}

.-top-1\.5{
  top: -0.375rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-4{
  bottom: 1rem;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-4{
  left: 1rem;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-3\.5{
  right: 0.875rem;
}

.right-4{
  right: 1rem;
}

.right-48{
  right: 12rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-2{
  top: 0.5rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-full{
  top: 100%;
}

.isolate{
  isolation: isolate;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

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

.z-50{
  z-index: 50;
}

.z-\[60\]{
  z-index: 60;
}

.z-\[70\]{
  z-index: 70;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

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

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

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-full{
  grid-column: 1 / -1;
}

.float-left{
  float: left;
}

.clear-left{
  clear: left;
}

.-m-2{
  margin: -0.5rem;
}

.-m-4{
  margin: -1rem;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-4{
  margin: 1rem;
}

.m-auto{
  margin: auto;
}

.m-3{
  margin: 0.75rem;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!ml-0{
  margin-left: 0px !important;
}

.-ml-6{
  margin-left: -1.5rem;
}

.-ml-px{
  margin-left: -1px;
}

.-mr-1{
  margin-right: -0.25rem;
}

.-mr-2{
  margin-right: -0.5rem;
}

.-mr-4{
  margin-right: -1rem;
}

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

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

.-mt-8{
  margin-top: -2rem;
}

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

.mb-1{
  margin-bottom: 0.25rem;
}

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

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

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-28{
  margin-bottom: 7rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

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

.mb-5{
  margin-bottom: 1.25rem;
}

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

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

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-\[-1rem\]{
  margin-left: -1rem;
}

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

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

.mr-1{
  margin-right: 0.25rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-8{
  margin-right: 2rem;
}

.mr-\[-2px\]{
  margin-right: -2px;
}

.mr-auto{
  margin-right: auto;
}

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

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

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

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

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

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

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

.mt-8{
  margin-top: 2rem;
}

.mt-\[-0\.75rem\]{
  margin-top: -0.75rem;
}

.mt-auto{
  margin-top: auto;
}

.box-content{
  box-sizing: content-box;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 10px;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[0\.875rem\]{
  height: 0.875rem;
}

.h-\[118px\]{
  height: 118px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-0{
  max-height: 0;
}

.max-h-60{
  max-height: 15rem;
}

.max-h-80{
  max-height: 20rem;
}

.max-h-\[100dvh\]{
  max-height: 100dvh;
}

.max-h-\[30vh\]{
  max-height: 30vh;
}

.max-h-\[65px\]{
  max-height: 65px;
}

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

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

.max-h-screen{
  max-height: 100vh;
}

.max-h-screen-75{
  max-height: 75vh;
}

.min-h-0{
  min-height: 0px;
}

.min-h-14{
  min-height: 3.5rem;
}

.min-h-32{
  min-height: 8rem;
}

.min-h-\[100dvh\]{
  min-height: 100dvh;
}

.min-h-\[20px\]{
  min-height: 20px;
}

.min-h-a11y{
  min-height: 44px;
}

.min-h-px{
  min-height: 1px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-0{
  width: 0px;
}

.w-1\.5{
  width: 0.375rem;
}

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

.w-1\/4{
  width: 25%;
}

.w-10{
  width: 2.5rem;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\.5{
  width: 10px;
}

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

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-3\/4{
  width: 75%;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-4\/12{
  width: 33.333333%;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-5\/12{
  width: 41.666667%;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8{
  width: 2rem;
}

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

.w-9{
  width: 2.25rem;
}

.w-\[0\.875rem\]{
  width: 0.875rem;
}

.w-\[114px\]{
  width: 114px;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

.min-w-12{
  min-width: 3rem;
}

.min-w-20{
  min-width: 5rem;
}

.min-w-40{
  min-width: 10rem;
}

.min-w-44{
  min-width: 11rem;
}

.min-w-48{
  min-width: 12rem;
}

.min-w-px{
  min-width: 1px;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-\[50\%\]{
  max-width: 50%;
}

.max-w-\[65px\]{
  max-width: 65px;
}

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

.max-w-lg{
  max-width: 32rem;
}

.max-w-md{
  max-width: 28rem;
}

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

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

.max-w-screen-2xl{
  max-width: 1536px;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-none{
  flex: none;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink{
  flex-shrink: 1;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.grow-0{
  flex-grow: 0;
}

.table-auto{
  table-layout: auto;
}

.border-collapse{
  border-collapse: collapse;
}

.origin-top-left{
  transform-origin: top left;
}

.origin-top-right{
  transform-origin: top right;
}

.-translate-x-1\/2{
  --tw-translate-x: -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-x-5{
  --tw-translate-x: -1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full{
  --tw-translate-x: -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-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/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-2{
  --tw-translate-y: -0.5rem;
  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-8{
  --tw-translate-y: -2rem;
  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-x-0{
  --tw-translate-x: 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-x-4{
  --tw-translate-x: 1rem;
  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-x-full{
  --tw-translate-x: 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-4{
  --tw-translate-y: 1rem;
  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));
}

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

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

.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-default{
  cursor: default;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}

.snap-center{
  scroll-snap-align: center;
}

.list-disc{
  list-style-type: disc;
}

.list-none{
  list-style-type: none;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.columns-xs{
  -moz-columns: 20rem;
       columns: 20rem;
}

.break-inside-avoid{
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.grid-flow-row{
  grid-auto-flow: row;
}

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

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

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

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

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

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

.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}

.grid-cols-\[auto_minmax\(0px\2c 1fr\)_auto\]{
  grid-template-columns: auto minmax(0px,1fr) auto;
}

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

.flex-row-reverse{
  flex-direction: row-reverse;
}

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

.flex-wrap{
  flex-wrap: wrap;
}

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

.place-items-center{
  place-items: center;
}

.content-center{
  align-content: center;
}

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

.content-stretch{
  align-content: stretch;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

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

.justify-evenly{
  justify-content: space-evenly;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 10px;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[6px\]{
  gap: 6px;
}

.gap-\[7px\]{
  gap: 7px;
}

.gap-\[9px\]{
  gap: 9px;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3\.5{
  row-gap: 0.875rem;
}

.gap-y-4{
  row-gap: 1rem;
}

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

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

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

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

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.self-stretch{
  align-self: stretch;
}

.justify-self-start{
  justify-self: start;
}

.justify-self-end{
  justify-self: end;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyphens-auto{
  hyphens: auto;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.text-balance{
  text-wrap: balance;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: var(--border-radius);
}

.rounded-full{
  border-radius: var(--border-radius-full);
}

.rounded-lg{
  border-radius: var(--border-radius-lg);
}

.rounded-md{
  border-radius: var(--border-radius-md);
}

.rounded-none{
  border-radius: var(--border-radius-none);
}

.rounded-sm{
  border-radius: var(--border-radius-sm);
}

.rounded-b{
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.rounded-b-md{
  border-bottom-right-radius: var(--border-radius-md);
  border-bottom-left-radius: var(--border-radius-md);
}

.rounded-l{
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.rounded-l-md{
  border-top-left-radius: var(--border-radius-md);
  border-bottom-left-radius: var(--border-radius-md);
}

.rounded-l-none{
  border-top-left-radius: var(--border-radius-none);
  border-bottom-left-radius: var(--border-radius-none);
}

.rounded-r{
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.rounded-r-md{
  border-top-right-radius: var(--border-radius-md);
  border-bottom-right-radius: var(--border-radius-md);
}

.rounded-r-none{
  border-top-right-radius: var(--border-radius-none);
  border-bottom-right-radius: var(--border-radius-none);
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-\[3px\]{
  border-bottom-width: 3px;
}

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

.border-l-0{
  border-left-width: 0px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-solid{
  border-style: solid;
}

.border-\[\#d6e7fb\]{
  --tw-border-opacity: 1;
  border-color: rgb(214 231 251 / var(--tw-border-opacity, 1));
}

.border-black{
  border-color: var(--figma-color-black);
}

.border-blue-500{
  border-color: var(--figma-color-blue-500);
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-container{
  border-color: var(--figma-color-slate-200);
}

.border-container-darker{
  border-color: var(--figma-color-slate-500);
}

.border-container-lighter{
  border-color: var(--figma-color-primary-100);
}

.border-current{
  border-color: currentColor;
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.border-menu-divider{
  --tw-border-opacity: 1;
  border-color: rgb(188 192 205 / var(--tw-border-opacity, 1));
}

.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.border-primary{
  border-color: var(--figma-color-primary-500);
}

.border-primary-100{
  border-color: var(--figma-color-primary-100);
}

.border-primary-200{
  border-color: var(--figma-color-primary-200);
}

.border-primary-50{
  border-color: var(--figma-color-primary-50);
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-rose-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

.border-secondary-100{
  border-color: var(--figma-color-secondary-100);
}

.border-secondary-200{
  border-color: var(--figma-color-secondary-200);
}

.border-secondary-300{
  border-color: var(--figma-color-secondary-300);
}

.border-slate-100{
  border-color: var(--figma-color-slate-100);
}

.border-slate-200{
  border-color: var(--figma-color-slate-200);
}

.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.border-zinc-200{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.bg-\[\#004561\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 69 97 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9FCFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f1f7ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 255 / var(--tw-bg-opacity, 1));
}

.bg-accent{
  background-color: var(--figma-color-accent-500);
}

.bg-black{
  background-color: var(--figma-color-black);
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-500{
  background-color: var(--figma-color-blue-500);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-container{
  background-color: var(--figma-color-primary-50);
}

.bg-container-darker{
  background-color: var(--figma-color-primary-100);
}

.bg-container-lighter{
  background-color: var(--figma-color-white);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.bg-menu-icon{
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 255 / var(--tw-bg-opacity, 1));
}

.bg-menu-overlay{
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 255 / var(--tw-bg-opacity, 1));
}

.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  background-color: var(--figma-color-primary-500);
}

.bg-primary-100{
  background-color: var(--figma-color-primary-100);
}

.bg-primary-200{
  background-color: var(--figma-color-primary-200);
}

.bg-primary-50{
  background-color: var(--figma-color-primary-50);
}

.bg-primary-600{
  background-color: var(--figma-color-primary-600);
}

.bg-primary-lighter{
  background-color: var(--figma-color-primary-100);
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.bg-rp-blue-10{
  background-color: var(--figma-rp-blue-10);
}

.bg-secondary-100{
  background-color: var(--figma-color-secondary-100);
}

.bg-secondary-200{
  background-color: var(--figma-color-secondary-200);
}

.bg-slate-100{
  background-color: var(--figma-color-slate-100);
}

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-900{
  background-color: var(--figma-color-slate-900);
}

.bg-success-500{
  background-color: var(--figma-color-success-500);
}

.bg-success-700{
  background-color: var(--figma-color-success-700);
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  background-color: var(--figma-color-white);
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-zinc-50{
  background-color: var(--figma-color-zinc-50);
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-primary-100{
  --tw-gradient-from: var(--figma-color-primary-100) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white{
  --tw-gradient-from: var(--figma-color-white) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-primary-200{
  --tw-gradient-to: var(--figma-color-primary-200) var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-white{
  stroke: var(--figma-color-white);
}

.stroke-1{
  stroke-width: 1;
}

.stroke-2{
  stroke-width: 2;
}

.stroke-\[4\]{
  stroke-width: 4;
}

.stroke-\[5\]{
  stroke-width: 5;
}

.object-contain{
  object-fit: contain;
}

.object-cover{
  object-fit: cover;
}

.object-center{
  object-position: center;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 10px;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-9{
  padding: 2.25rem;
}

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

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 10px;
  padding-right: 10px;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 10px;
}

.pb-20{
  padding-bottom: 5rem;
}

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

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-\[calc\(theme\(padding\.4\)_-_3px\)\]{
  padding-bottom: calc(1rem - 3px);
}

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

.pl-1{
  padding-left: 0.25rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-3\.5{
  padding-left: 0.875rem;
}

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

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-0\.5{
  padding-right: 0.125rem;
}

.pr-1{
  padding-right: 0.25rem;
}

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

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-12{
  padding-top: 3rem;
}

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

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.text-left{
  text-align: left;
}

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

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

.text-start{
  text-align: start;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.font-\[\'Sofia_Sans_Extra_Condensed\'\2c sans-serif\]{
  font-family: 'Sofia Sans Extra Condensed',sans-serif;
}

.font-\[\'Sofia_Sans_Semi_Condensed\'\2c sans-serif\]{
  font-family: 'Sofia Sans Semi Condensed',sans-serif;
}

.font-sans{
  font-family: var(--figma-font-family-semi-condensed);
}

.font-sofia-semi-condensed{
  font-family: var(--figma-font-family-semi-condensed);
}

.text-2xl{
  font-size: var(--figma-font-size-2xl);
}

.text-3xl{
  font-size: var(--figma-font-size-3xl);
}

.text-4xl{
  font-size: var(--figma-font-size-4xl);
}

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

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

.text-base{
  font-size: var(--figma-font-size-base);
}

.text-lg{
  font-size: var(--figma-font-size-lg);
}

.text-sm{
  font-size: var(--figma-font-size-sm);
}

.text-xl{
  font-size: var(--figma-font-size-xl);
}

.text-xs{
  font-size: var(--figma-font-size-xs);
}

.font-bold{
  font-weight: var(--figma-font-weight-bold);
}

.font-medium{
  font-weight: var(--figma-font-weight-medium);
}

.font-normal{
  font-weight: var(--figma-font-weight-regular);
}

.font-semibold{
  font-weight: var(--font-weight-semibold);
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-1\.2{
  line-height: 1.2;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[28px\]{
  line-height: 28px;
}

.leading-\[40px\]{
  line-height: 40px;
}

.leading-none{
  line-height: var(--line-height-none);
}

.leading-normal{
  line-height: var(--line-height-normal);
}

.leading-relaxed{
  line-height: var(--line-height-relaxed);
}

.leading-tight{
  line-height: var(--line-height-tight);
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-\[\#004561\]{
  --tw-text-opacity: 1;
  color: rgb(0 69 97 / var(--tw-text-opacity, 1));
}

.text-\[\#0d0d0d\]{
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity, 1));
}

.text-\[\#1D4ED8\]{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-\[\#99b5c0\]{
  --tw-text-opacity: 1;
  color: rgb(153 181 192 / var(--tw-text-opacity, 1));
}

.text-\[\#f1f7ff\]{
  --tw-text-opacity: 1;
  color: rgb(241 247 255 / var(--tw-text-opacity, 1));
}

.text-black{
  color: var(--figma-color-black);
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-500{
  color: var(--figma-color-blue-500);
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-current{
  color: currentColor;
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-inherit{
  color: inherit;
}

.text-menu-primary{
  --tw-text-opacity: 1;
  color: rgb(33 45 88 / var(--tw-text-opacity, 1));
}

.text-menu-secondary{
  --tw-text-opacity: 1;
  color: rgb(0 69 97 / var(--tw-text-opacity, 1));
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-primary{
  color: var(--figma-color-primary-800);
}

.text-primary-100{
  color: var(--figma-color-primary-100);
}

.text-primary-500{
  color: var(--figma-color-primary-500);
}

.text-primary-600{
  color: var(--figma-color-primary-600);
}

.text-primary-800{
  color: var(--figma-color-primary-800);
}

.text-primary-900{
  color: var(--figma-color-primary-900);
}

.text-primary-darker{
  color: var(--figma-color-primary-900);
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.text-secondary{
  color: var(--figma-color-secondary-600);
}

.text-secondary-300{
  color: var(--figma-color-secondary-300);
}

.text-secondary-500{
  color: var(--figma-color-secondary-500);
}

.text-secondary-600{
  color: var(--figma-color-secondary-600);
}

.text-secondary-darker{
  color: var(--figma-color-secondary-800);
}

.text-slate-200{
  color: var(--figma-color-slate-200);
}

.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500{
  color: var(--figma-color-slate-500);
}

.text-slate-600{
  color: var(--figma-color-slate-600);
}

.text-slate-700{
  color: var(--figma-color-slate-700);
}

.text-slate-800{
  color: var(--figma-color-slate-800);
}

.text-slate-900{
  color: var(--figma-color-slate-900);
}

.text-stone-700{
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.text-success-500{
  color: var(--figma-color-success-500);
}

.text-white{
  color: var(--figma-color-white);
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-zinc-800{
  color: var(--figma-color-zinc-800);
}

.underline{
  text-decoration-line: underline;
}

.line-through{
  text-decoration-line: line-through;
}

.no-underline{
  text-decoration-line: none;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-75{
  opacity: 0.75;
}

.shadow{
  --tw-shadow: var(--shadow);
  --tw-shadow-colored: var(--shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: var(--shadow-2xl);
  --tw-shadow-colored: var(--shadow-2xl);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_-4px_12px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 -4px 12px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 -4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_0_100vmax_white\]{
  --tw-shadow: 0 0 0 100vmax white;
  --tw-shadow-colored: 0 0 0 100vmax var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: var(--shadow-lg);
  --tw-shadow-colored: var(--shadow-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: var(--shadow-sm);
  --tw-shadow-colored: var(--shadow-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: var(--shadow-xl);
  --tw-shadow-colored: var(--shadow-xl);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-offset-2{
  outline-offset: 2px;
}

.outline-offset-4{
  outline-offset: 4px;
}

.ring{
  --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(3px + 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);
}

.ring-primary{
  --tw-ring-color: var(--figma-color-primary-500);
}

.ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none{
  transition-property: none;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  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-100{
  transition-duration: 100ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-75{
  transition-duration: 75ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.\[-moz-appearance\:textfield\]{
  -moz-appearance: textfield;
}

.\[border-image\:conic-gradient\(theme\(colors\.white\)_0_0\)_fill_0\/\/0_100vw\]{
  border-image: conic-gradient(var(--figma-color-white) 0 0) fill 0//0 100vw;
}

.\[wire\:model\]{
  wire: model;
}

.\[wire\:select\]{
  wire: select;
}

/* .page-footer {} */

/* Transform-based Sticky Header */

#header {
  /* Ensure GPU acceleration for smooth transforms */
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

#header.fixed-header {
  /* Enhanced shadow for fixed state */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.96);
}

@supports not (backdrop-filter: blur(8px)) {
  #header.fixed-header {
    background-color: rgba(255, 255, 255, 1);
  }
}

/* Header placeholder for layout stability */

#header-placeholder {
  /* Smooth height transitions */
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Megamenu positioning optimization */

.megamenu-dropdown {
  /* Improved backdrop for better readability */
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.98);
  /* Ensure proper layering */
  position: relative;
  z-index: 60;
}

/* Performance optimizations */

@media (prefers-reduced-motion: reduce) {
  #header,
    #header-placeholder {
    transition: none !important;
    transform: none !important;
  }
}

/* When the mobile menu is open, ensure the header doesn't create a new containing block */

html.mobile-menu-open #header,
html.mobile-menu-open #header-placeholder {
  transform: none !important;
}

/* Mobile-optimized fixed header */

@media (max-width: 1023px) {
  #header {
    /* Let JavaScript handle positioning to ensure proper placeholder creation */
    /* Removed immediate position: fixed to prevent content jump */
    width: 100%;
    /* Optimize for mobile performance */
    will-change: transform;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* Ensure proper background */
    background-color: rgba(255, 255, 255, 1);
  }

  #header.fixed-header {
    /* Apply fixed positioning only when JavaScript has set up placeholder */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 50 !important;
    width: 100% !important;
  }

  #header.mobile-sticky {
    /* Enhanced styling when fixed header is active */
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
  }

  #header-placeholder {
    /* Show placeholder on mobile for layout stability */
    display: block !important;
    transition: height 0.2s ease;
  }
}

.table-row-items > div.table-row-item{
  background-color: var(--figma-color-primary-100);
}

.table-row-items > div.table-row-item:nth-child(2n + 1){
  background-color: var(--figma-color-white);
}

/* .category-view .sidebar .block.filter {} */

.account-nav li a,
    .account-nav li strong{
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--figma-color-secondary-600);
}

.product-item .account-nav li a.items-center.gap-2:has(.price-label) .discount,.product-item 
    .account-nav li strong.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .account-nav li a.items-center.gap-2:has(.price-label) .discount,#search_autocomplete .product-item 
    .account-nav li strong.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price .account-nav li a.gap-1.items-end > .price,.catalog-product-view .price-box.price-final_price 
    .account-nav li strong.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .account-nav li a.gap-1.items-end > .price .price-decimals,.catalog-product-view .price-box.price-final_price 
    .account-nav li strong.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .account-nav li a.gap-1.items-end > .price-label,.catalog-product-view .price-box.price-final_price 
    .account-nav li strong.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.account-nav li a:hover{
  color: var(--figma-color-black);
}

.account-nav li strong{
  font-weight: var(--figma-font-weight-regular);
  color: var(--figma-color-black);
  text-decoration-line: underline;
}

.actions-toolbar{
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-color: var(--figma-color-slate-500);
  padding-top: 1rem;
}

.product-item .actions-toolbar.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.product-item .flex.actions-toolbar.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .actions-toolbar.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .flex.actions-toolbar.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price .actions-toolbar.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .actions-toolbar.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .actions-toolbar.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

.actions-toolbar a.back{
  color: var(--figma-color-secondary-800);
  text-decoration-line: underline;
}

body > div > div.grecaptcha-badge{
  display: none;
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even){
  background-color: var(--figma-color-primary-100);
}

.order-links{
  display: block;
  align-items: center;
  background-color: var(--figma-color-primary-50);
}

.product-item .flex.order-links.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .flex.order-links.gap-2:has(.price-label) .discount{
  align-self: center;
}

[data-content-type$='block'] .order-links p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

.order-links li{
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.order-links li.current{
  flex-grow: 1;
  color: var(--figma-color-primary-800);
}

.order-links li a{
  text-decoration-line: underline;
}

.order-date{
  font-size: var(--figma-font-size-sm);
}

form .field, fieldset .field{
  margin-top: 0.25rem;
}

/* Reserve space for single line form validation messages */

form .field.field-reserved, fieldset .field.field-reserved{
  margin-bottom: 1.75rem;
}

form .field.field-reserved ul:last-of-type, fieldset .field.field-reserved ul:last-of-type{
  margin-bottom: -1.5rem;
  padding-bottom: 0.25rem;
}

form .field.field-reserved ul, fieldset .field.field-reserved ul{
  font-size: var(--figma-font-size-sm);
}

form label, fieldset label{
  margin-bottom: 0.5rem;
  display: block;
  color: var(--figma-color-secondary-800);
}

[data-content-type$='block'] form label p:last-child,[data-content-type$='block']  fieldset label p:last-child{
  margin-bottom: 1rem;
  margin-top: 0px;
}

form .field.choice, fieldset .field.choice{
  display: flex;
  align-items: center;
}

.product-item form .field.choice.items-center.gap-2:has(.price-label) .discount,.product-item  fieldset .field.choice.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.product-item form.flex .field.choice.gap-2:has(.price-label) .discount,.product-item  fieldset.flex .field.choice.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item form .field.choice.items-center.gap-2:has(.price-label) .discount,#search_autocomplete .product-item  fieldset .field.choice.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item form.flex .field.choice.gap-2:has(.price-label) .discount,#search_autocomplete .product-item  fieldset.flex .field.choice.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price form .field.choice.gap-1.items-end > .price,.catalog-product-view .price-box.price-final_price  fieldset .field.choice.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price form .field.choice.gap-1.items-end > .price .price-decimals,.catalog-product-view .price-box.price-final_price  fieldset .field.choice.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price form .field.choice.gap-1.items-end > .price-label,.catalog-product-view .price-box.price-final_price  fieldset .field.choice.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

form .field.choice input, fieldset .field.choice input{
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label{
  margin-bottom: 0px;
}

form .field.field-error .messages, fieldset .field.field-error .messages{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  max-width: -moz-fit-content;
  max-width: fit-content;
}

form legend, fieldset legend{
  margin-bottom: 0.75rem;
  font-size: var(--figma-font-size-xl);
  color: var(--figma-color-primary-800);
}

form legend + br, fieldset legend + br{
  display: none;
}

fieldset ~ fieldset{
  margin-top: 2rem;
}

.field.required > label::after{
  position: relative;
  top: -0.25rem;
  font-size: var(--figma-font-size-xs);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  content: var(--tw-content);
  --tw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 6v12M17.196 9 6.804 15M6.804 9l10.392 6'/%3E%3C/svg%3E");
  --tw-icon-size: 1em;
  display: inline-block;
  width: var(--tw-icon-size);
  height: var(--tw-icon-size);
  background-color: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: var(--tw-icon);
          mask-image: var(--tw-icon);
}

/* For backwards compatibility */

.flex-columns-wrapper{
  display: flex;
  flex-direction: column;
}

.product-item .flex-columns-wrapper.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

#search_autocomplete .product-item .flex-columns-wrapper.items-center.gap-2:has(.price-label) .discount{
  align-self: center;
}

.catalog-product-view .price-box.price-final_price .flex-columns-wrapper.gap-1.items-end > .price{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
  line-height: 1.25rem;
  color: var(--figma-color-slate-700);
}

.catalog-product-view .price-box.price-final_price .flex-columns-wrapper.gap-1.items-end > .price .price-decimals{
  font-size: var(--figma-font-size-base);
  font-weight: var(--figma-font-weight-bold);
}

.catalog-product-view .price-box.price-final_price .flex-columns-wrapper.gap-1.items-end > .price-label{
  font-size: var(--figma-font-size-sm);
  font-weight: var(--figma-font-weight-regular);
  line-height: 1.25rem;
  color: var(--figma-color-slate-600);
}

@media (min-width: 768px) {
  .flex-columns-wrapper{
    flex-direction: row;
  }
}

.emoji-flag {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-buttons {
  margin-top: 10%;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mollie-buttons .button {
  display: inline-block;
  margin: 20px;
  max-width: 100%;
  padding: 0 16px;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19);
  border-radius: 6px;
  background-color: #0095FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .15s;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mollie-buttons {
  opacity: 0;
  transition: opacity 2s ease-in;
}

.mollie-buttons .button:hover {
  background-color: #0077CB;
}

.mollie-loading .redirect-block {
  padding: 10%;
  text-align: center;
}

.checkout-payment-method #mollie_methods_ideal-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_ideal-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_kbc-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_kbc-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_giftcard-form .label {
  height: 40px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_giftcard-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.mollie-payment-icon {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.mollie-loading .loader {
  border: 16px solid #E3F0FA;
  border-top: 16px solid #31A8F0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment-method-content .card-container {
  max-width: 400px;
  overflow: auto;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

.mollie-applepay-button-hidden {
  display: none;
}

.mollie-applepay-minicart-button {
  height: 40px;
}

/* Apple Pay end */

[wire\:loading],
[wire\:loading\.delay],
[wire\:loading\.inline-block],
[wire\:loading\.inline],
[wire\:loading\.block],
[wire\:loading\.flex],
[wire\:loading\.table],
[wire\:loading\.grid],
[wire\:loading\.inline-flex] {
  display: none;
}

[wire\:loading\.delay\.shortest],
[wire\:loading\.delay\.shorter],
[wire\:loading\.delay\.short],
[wire\:loading\.delay\.long],
[wire\:loading\.delay\.longer],
[wire\:loading\.delay\.longest] {
  display: none;
}

[wire\:offline] {
  display: none;
}

[wire\:dirty]:not(textarea):not(input):not(select) {
  display: none;
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  animation-duration: 50000s;
  animation-name: livewireautofill;
}

@keyframes livewireautofill {
  from {
  }
}

#livewire-error iframe {
  background-color: rgb(255 255 255) !important;
  border-radius: 0.375rem !important;
  padding: 0.75rem 1rem !important;
}

.placeholder\:text-primary-600::-moz-placeholder{
  color: var(--figma-color-primary-600);
}

.placeholder\:text-primary-600::placeholder{
  color: var(--figma-color-primary-600);
}

.placeholder\:text-slate-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.before\:h-3::before{
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:w-3::before{
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:shrink-0::before{
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: var(--border-radius-full);
}

.before\:bg-green-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.before\:bg-red-500::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

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

.after\:inset-0\.5::after{
  content: var(--tw-content);
  inset: 0.125rem;
}

.after\:inset-1::after{
  content: var(--tw-content);
  inset: 0.25rem;
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: var(--border-radius-full);
}

.after\:bg-white::after{
  content: var(--tw-content);
  background-color: var(--figma-color-white);
}

.after\:opacity-0::after{
  content: var(--tw-content);
  opacity: 0;
}

.after\:transition::after{
  content: var(--tw-content);
  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;
}

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

.first\:border-t:first-child{
  border-top-width: 1px;
}

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

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

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

.last\:border-0:last-child{
  border-width: 0px;
}

.last\:border-b:last-child{
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

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

.even\:bg-container:nth-child(even){
  background-color: var(--figma-color-primary-50);
}

.even\:bg-container-darker:nth-child(even){
  background-color: var(--figma-color-primary-100);
}

.invalid\:ring-2:invalid{
  --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, 0 0 #0000);
}

.invalid\:ring-red-500:invalid{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within{
  --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(4px + 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);
}

.hover\:border-blue-500:hover{
  border-color: var(--figma-color-blue-500);
}

.hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover{
  border-color: var(--figma-color-primary-500);
}

.hover\:border-slate-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#003349\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 73 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#d6e7fb\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(214 231 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f1f7ff\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 247 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-container-darker:hover{
  background-color: var(--figma-color-primary-100);
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-50:hover{
  background-color: var(--figma-color-primary-50);
}

.hover\:bg-primary-500:hover{
  background-color: var(--figma-color-primary-500);
}

.hover\:bg-red-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover{
  background-color: var(--figma-color-slate-100);
}

.hover\:bg-slate-200:hover{
  background-color: var(--figma-color-slate-200);
}

.hover\:bg-slate-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover{
  background-color: var(--figma-color-white);
}

.hover\:text-\[\#1e40af\]:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover{
  color: var(--figma-color-black);
}

.hover\:text-blue-500:hover{
  color: var(--figma-color-blue-500);
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-500:hover{
  color: var(--figma-color-primary-500);
}

.hover\:text-primary-600:hover{
  color: var(--figma-color-primary-600);
}

.hover\:text-primary-700:hover{
  color: var(--figma-color-primary-700);
}

.hover\:text-primary-800:hover{
  color: var(--figma-color-primary-800);
}

.hover\:text-primary-darker:hover{
  color: var(--figma-color-primary-900);
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-darker:hover{
  color: var(--figma-color-secondary-800);
}

.hover\:text-slate-600:hover{
  color: var(--figma-color-slate-600);
}

.hover\:text-slate-800:hover{
  color: var(--figma-color-slate-800);
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:shadow-lg:hover{
  --tw-shadow: var(--shadow-lg);
  --tw-shadow-colored: var(--shadow-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: var(--shadow-md);
  --tw-shadow-colored: var(--shadow-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover{
  --tw-shadow: var(--shadow-sm);
  --tw-shadow-colored: var(--shadow-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:\[-moz-appearance\:auto\]:hover{
  -moz-appearance: auto;
}

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus{
  position: absolute;
}

.focus\:z-10:focus{
  z-index: 10;
}

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

.focus\:z-40:focus{
  z-index: 40;
}

.focus\:border-0:focus{
  border-width: 0px;
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus{
  border-color: var(--figma-color-primary-500);
}

.focus\:border-primary-500:focus{
  border-color: var(--figma-color-primary-500);
}

.focus\:border-primary-lighter:focus{
  border-color: var(--figma-color-primary-200);
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:bg-slate-200:focus{
  background-color: var(--figma-color-slate-200);
}

.focus\:bg-white:focus{
  background-color: var(--figma-color-white);
}

.focus\:bg-none:focus{
  background-image: none;
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-darker:focus{
  color: var(--figma-color-primary-900);
}

.focus\:text-red-800:focus{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.focus\:underline:focus{
  text-decoration-line: underline;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-red-300:focus{
  outline-color: #fca5a5;
}

.focus\:ring-0:focus{
  --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);
}

.focus\:ring-2:focus{
  --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, 0 0 #0000);
}

.focus\:ring-\[\#004561\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 69 97 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus{
  --tw-ring-color: var(--figma-color-blue-500);
}

.focus\:ring-primary:focus{
  --tw-ring-color: var(--figma-color-primary-500);
}

.focus\:ring-primary-500:focus{
  --tw-ring-color: var(--figma-color-primary-500);
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-white:focus{
  --tw-ring-color: var(--figma-color-white);
}

.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

.active\:bg-blue-700:active{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-400:active{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-100:active{
  background-color: var(--figma-color-slate-100);
}

.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.active\:text-red-900:active{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.active\:shadow:active{
  --tw-shadow: var(--shadow);
  --tw-shadow-colored: var(--shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:ring-0:active{
  --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);
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

.disabled\:invisible:disabled{
  visibility: hidden;
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-600:disabled{
  background-color: var(--figma-color-slate-600);
}

.disabled\:text-slate-50:disabled{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.disabled\:opacity-70:disabled{
  opacity: 0.7;
}

.disabled\:opacity-75:disabled{
  opacity: 0.75;
}

.disabled\:shadow-none:disabled{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group\/details[open] .group-open\/details\: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));
}

.group[open] .group-open\: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));
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group\/filter:hover .group-hover\/filter\:border-primary{
  border-color: var(--figma-color-primary-500);
}

.group\/filter:hover .group-hover\/filter\:bg-primary{
  background-color: var(--figma-color-primary-500);
}

.group\/filter:hover .group-hover\/filter\:text-white{
  color: var(--figma-color-white);
}

.group:hover .group-hover\:text-primary-500{
  color: var(--figma-color-primary-500);
}

.group\/filter:hover .group-hover\/filter\:after\:opacity-100::after{
  content: var(--tw-content);
  opacity: 1;
}

.group\/filter:focus .group-focus\/filter\:border-primary{
  border-color: var(--figma-color-primary-500);
}

.group\/filter:focus .group-focus\/filter\:bg-primary{
  background-color: var(--figma-color-primary-500);
}

.group\/filter:focus .group-focus\/filter\:text-white{
  color: var(--figma-color-white);
}

.group\/filter:focus .group-focus\/filter\:after\:opacity-100::after{
  content: var(--tw-content);
  opacity: 1;
}

.aria-disabled\:pointer-events-none[aria-disabled="true"]{
  pointer-events: none;
}

.aria-disabled\:cursor-not-allowed[aria-disabled="true"]{
  cursor: not-allowed;
}

.aria-disabled\:text-slate-600[aria-disabled="true"]{
  color: var(--figma-color-slate-600);
}

.aria-disabled\:opacity-70[aria-disabled="true"]{
  opacity: 0.7;
}

.aria-disabled\:shadow-none[aria-disabled="true"]{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.aria-disabled\:hover\:shadow-none:hover[aria-disabled="true"]{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.aria-expanded\:border-blue-500[aria-expanded="true"]{
  border-color: var(--figma-color-blue-500);
}

.aria-\[hidden\=true\]\:hidden[aria-hidden="true"]{
  display: none;
}

.aria-\[current\=page\]\:border-slate-400[aria-current="page"]{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.aria-\[current\=page\]\:underline[aria-current="page"]{
  text-decoration-line: underline;
}

.aria-\[current\=page\]\:hover\:border-blue-500:hover[aria-current="page"]{
  border-color: var(--figma-color-blue-500);
}

.group[aria-expanded="true"] .group-aria-expanded\: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));
}

.data-\[active\]\:border-primary[data-active]{
  border-color: var(--figma-color-primary-500);
}

.data-\[has-current\]\:border-slate-400[data-has-current]{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.data-\[has-current\]\:hover\:border-blue-500:hover[data-has-current]{
  border-color: var(--figma-color-blue-500);
}

.data-\[has-current\]\:aria-expanded\:border-blue-500[aria-expanded="true"][data-has-current]{
  border-color: var(--figma-color-blue-500);
}

@media (min-width: 640px){
  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

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

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .sm\:mb-72{
    margin-bottom: 18rem;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

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

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

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

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

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

  .sm\:w-56{
    width: 14rem;
  }

  .sm\:w-80{
    width: 20rem;
  }

  .sm\:w-96{
    width: 24rem;
  }

  .sm\:w-auto{
    width: auto;
  }

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

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

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

  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

  .sm\:items-start{
    align-items: flex-start;
  }

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

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

  .sm\:gap-1{
    gap: 0.25rem;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:border{
    border-width: 1px;
  }

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

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .sm\:align-middle{
    vertical-align: middle;
  }

  .sm\:text-2xl{
    font-size: var(--figma-font-size-2xl);
  }

  .sm\:text-3xl{
    font-size: var(--figma-font-size-3xl);
  }

  .sm\:text-4xl{
    font-size: var(--figma-font-size-4xl);
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-lg{
    font-size: var(--figma-font-size-lg);
  }

  .sm\:leading-7{
    line-height: 1.75rem;
  }

  .sm\:leading-9{
    line-height: 2.25rem;
  }

  .sm\:duration-700{
    transition-duration: 700ms;
  }
}

@media (min-width: 768px){
  .md\:visible{
    visibility: visible;
  }

  .md\:static{
    position: static;
  }

  .md\:inset-auto{
    inset: auto;
  }

  .md\:right-5{
    right: 1.25rem;
  }

  .md\:z-auto{
    z-index: auto;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mr-1{
    margin-right: -0.25rem;
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

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

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

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

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

  .md\:mr-6{
    margin-right: 1.5rem;
  }

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

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:contents{
    display: contents;
  }

  .md\:\!hidden{
    display: none !important;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-auto{
    height: auto;
  }

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

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

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

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-96{
    width: 24rem;
  }

  .md\:w-auto{
    width: auto;
  }

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

  .md\:max-w-40{
    max-width: 10rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:shrink-0{
    flex-shrink: 0;
  }

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
    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));
  }

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

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

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

  .md\:grid-cols-\[220px_auto\]{
    grid-template-columns: 220px auto;
  }

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\]{
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\]{
    grid-template-rows: min-content minmax(0, 1fr);
  }

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

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

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

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

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

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-center{
    justify-content: center;
  }

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

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

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

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:rounded{
    border-radius: var(--border-radius);
  }

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

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

  .md\:border-slate-100{
    border-color: var(--figma-color-slate-100);
  }

  .md\:\!bg-transparent{
    background-color: transparent !important;
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

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

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

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

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

  .md\:pt-0{
    padding-top: 0px;
  }

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

  .md\:text-2xl{
    font-size: var(--figma-font-size-2xl);
  }

  .md\:text-3xl{
    font-size: var(--figma-font-size-3xl);
  }

  .md\:text-lg{
    font-size: var(--figma-font-size-lg);
  }

  .md\:text-sm{
    font-size: var(--figma-font-size-sm);
  }

  .md\:font-bold{
    font-weight: var(--figma-font-weight-bold);
  }

  .md\:\!text-primary-600{
    color: var(--figma-color-primary-600) !important;
  }

  .md\:\!shadow-none{
    --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){
  .lg\: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;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\]{
    left: var(--msrp-inline-offset);
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:top-2{
    top: 0.5rem;
  }

  .lg\:top-\[var\(--msrp-block-offset\)\]{
    top: var(--msrp-block-offset);
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:col-auto{
    grid-column: auto;
  }

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

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

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

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

  .lg\:m-0{
    margin: 0px;
  }

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

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-auto{
    height: auto;
  }

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

  .lg\:max-h-none{
    max-height: none;
  }

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

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

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

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-80{
    width: 20rem;
  }

  .lg\:w-\[28rem\]{
    width: 28rem;
  }

  .lg\:w-\[450px\]{
    width: 450px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

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

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

  .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\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

  .lg\:grid-cols-\[auto_minmax\(0px\2c 1fr\)_auto\]{
    grid-template-columns: auto minmax(0px,1fr) auto;
  }

  .lg\:grid-cols-\[minmax\(0px\2c 1fr\)_minmax\(0px\2c 3fr\)_minmax\(0px\2c 1fr\)\]{
    grid-template-columns: minmax(0px,1fr) minmax(0px,3fr) minmax(0px,1fr);
  }

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

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

  .lg\:items-start{
    align-items: flex-start;
  }

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

  .lg\:justify-start{
    justify-content: flex-start;
  }

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

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:rounded-none{
    border-radius: var(--border-radius-none);
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:bg-primary-50{
    background-color: var(--figma-color-primary-50);
  }

  .lg\:p-12{
    padding: 3rem;
  }

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

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

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

  .lg\:pr-20{
    padding-right: 5rem;
  }

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

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:text-left{
    text-align: left;
  }

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

  .lg\:text-2xl{
    font-size: var(--figma-font-size-2xl);
  }

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

  .lg\:text-sm{
    font-size: var(--figma-font-size-sm);
  }

  .lg\:text-xl{
    font-size: var(--figma-font-size-xl);
  }

  .lg\:shadow-lg{
    --tw-shadow: var(--shadow-lg);
    --tw-shadow-colored: var(--shadow-lg);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:\[border-image\:none\]{
    border-image: none;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:mr-24{
    margin-right: 6rem;
  }

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

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

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

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:min-w-\[440px\]{
    min-width: 440px;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

  .xl\:grow{
    flex-grow: 1;
  }

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

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

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

  .xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

  .xl\:text-6xl{
    font-size: var(--figma-font-size-6xl);
  }
}

@media (min-width: 1536px){
  .\32xl\:w-96{
    width: 24rem;
  }
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:\!hidden::-webkit-calendar-picker-indicator{
  display: none !important;
}

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{
  display: none;
}

.\[\&\:\:-webkit-inner-spin-button\]\:invisible::-webkit-inner-spin-button{
  visibility: hidden;
}

.\[\&\:\:-webkit-inner-spin-button\]\:hidden::-webkit-inner-spin-button{
  display: none;
}

.\[\&\:\:-webkit-inner-spin-button\]\:hover\:visible:hover::-webkit-inner-spin-button{
  visibility: visible;
}

.\[\&\:\:-webkit-list-button\]\:w-0::-webkit-list-button{
  width: 0px;
}
