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

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

/*
! tailwindcss v3.4.13 | 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: #eeeeee;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

:root {
  --hlx-content-primary: rgb(0 0 0 / 0.87);
  --hlx-content-secondary: rgb(0 0 0 / 0.6);
  --hlx-content-disabled: rgb(0 0 0 / 0.38);
  --hlx-content-inverse: #ffffff;
  --hlx-primary-main: #1e69d2;
  --hlx-primary-auxiliary: #092a79;
  --hlx-primary-main-background: #e8f5fe;
  --hlx-primary-auxiliary-background: #d1eafc;
  --hlx-secondary-main: #9a0a81;
  --hlx-secondary-auxiliary: #660468;
  --hlx-secondary-main-background: #fde6ee;
  --hlx-secondary-auxiliary-background: #fbcddc;
  --hlx-secondary-emphasis-background: #b40f87;
  --hlx-background-main: #fafafa;
  --hlx-background-component: #ffffff;
  --hlx-background-auxiliary: #fafdff;
  --hlx-background-disabled: rgb(0 0 0 / 0.12);
  --hlx-error-main: #a1002f;
  --hlx-error-auxiliary: #6b0033;
  --hlx-error-main-background: #feebe5;
  --hlx-error-auxiliary-background: #fdd7ca;
  --hlx-warning-main: #b74900;
  --hlx-warning-auxiliary: #7a2400;
  --hlx-warning-main-background: #fff7e6;
  --hlx-warning-auxiliary-background: #ffefcc;
  --hlx-success-main: #0c5c34;
  --hlx-success-auxiliary: #043d2c;
  --hlx-success-main-background: #e9fbe7;
  --hlx-success-auxiliary-background: #d4f8d0;
  --hlx-info-main: #424242;
  --hlx-info-auxiliary: #212121;
  --hlx-info-main-background: #f5f5f5;
  --hlx-info-auxiliary-background: #eeeeee;
  --hlx-other-divider: rgb(0 0 0 / 0.12);
  --hlx-other-main-border: rgb(0 0 0 / 0.5);
  --hlx-other-auxiliary-border: rgb(0 0 0 / 0.87);
  --hlx-other-action-ripple: rgb(0 0 0 / 0.2);
  --hlx-other-inverse-hovered: rgb(0 0 0 / 0.08);
  --hlx-other-inverse-focused: rgb(0 0 0 / 0.08);
  --hlx-other-inverse-ripple: rgb(0 0 0 / 0.2);
  --hlx-other-inverse-selected: rgb(0 0 0 / 0.08);
  --hlx-other-rating-active: #ffb400;
  --hlx-other-backdrop-overlay: rgb(0 0 0 / 0.5);
  --hlx-focus-main: #b40f87;
  --hlx-focus-overlay: rgb(251 205 220 / 0.08);
  --hlx-focus-inverse: #ffffff;
  --hlx-radius-none: 0px;
  --hlx-radius-xs: 0.25rem;
  --hlx-radius-sm: 0.5rem;
  --hlx-radius-md: 0.75rem;
  --hlx-radius-lg: 1.25rem;
  --hlx-radius-full: 9999px;
  font-family: Whitney, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Body LG */

.hlx-typography--body-lg {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.hlx-typography--body-lg-emphasis {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.hlx-typography--body-lg-link {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--hlx-primary-main);
  text-decoration-line: underline;
}

/* Body Base */

.hlx-typography--body-base {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.hlx-typography--body-base-emphasis {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.hlx-typography--body-base-link {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--hlx-primary-main);
  text-decoration-line: underline;
}

/* Body SM */

.hlx-typography--body-sm {
  font-size: 1rem;
  line-height: 1.5rem;
}

.hlx-typography--body-sm-emphasis {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.hlx-typography--body-sm-link {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--hlx-primary-main);
}

/* Body XS */

.hlx-typography--body-xs {
  font-size: 0.875rem;
  line-height: 1rem;
}

.hlx-typography--body-xs-emphasis {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
}

.hlx-typography--body-xs-link {
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--hlx-primary-main);
  text-decoration-line: underline;
}

/* Title Fonts */

.hlx-typography--title-2xl {
  font-size: calc(56 / 16 * 1rem);
  line-height: calc(64 / 16 * 1rem);
}

.hlx-typography--title-xl {
  font-size: calc(42 / 16 * 1rem);
  line-height: calc(48 / 16 * 1rem);
}

.hlx-typography--title-lg {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.hlx-typography--title-md {
  font-size: calc(32 / 16 * 1rem);
  line-height: 2.25rem;
}

.hlx-typography--title-sm {
  font-size: 1.5rem;
  line-height: 2rem;
}

.hlx-typography--title-xs {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.hlx-button {
  border-radius: var(--hlx-radius-full);
  background-color: var(--hlx-primary-main);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  &:hover {
    --tw-shadow:
      0px 3px 5px 0px rgba(15, 60, 151, 0.1), 0px 1px 18px 0px rgba(15, 60, 151, 0.06),
      0px 6px 10px 0px rgba(15, 60, 151, 0.07);
    --tw-shadow-colored:
      0px 3px 5px 0px var(--tw-shadow-color), 0px 1px 18px 0px var(--tw-shadow-color),
      0px 6px 10px 0px var(--tw-shadow-color);
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  &:focus,
  .hlx-button--focused {
    position: relative;
  }
  &:focus::before,
  .hlx-button--focused::before {
    content: var(--tw-content);
    position: absolute;
  }
  &:focus::before,
  .hlx-button--focused::before {
    content: var(--tw-content);
    inset: 0px;
  }
  &:focus::before,
  .hlx-button--focused::before {
    content: var(--tw-content);
    border-radius: var(--hlx-radius-full);
  }
  &:focus::before,
  .hlx-button--focused::before {
    content: var(--tw-content);
    outline-style: dashed;
  }
  &:focus::before,
  .hlx-button--focused::before {
    content: var(--tw-content);
    outline-width: 2px;
  }
  &:focus::before,
  .hlx-button--focused::before {
    content: var(--tw-content);
    outline-offset: 2px;
  }
  &:focus::before,
  .hlx-button--focused::before {
    content: var(--tw-content);
    outline-color: var(--hlx-focus-main);
  }
  &:focus::before,
  .hlx-button--focused::before {
    --tw-content: '';
    content: var(--tw-content);
  }
}

/* .hlx-button--filled {

  &:disabled, .hlx-button--disabled {
    @apply bg-primary-auxiliary text-content-disabled;
  }

  &:focus, .hlx-button--focused {
    @apply outline-none;

  }

  &:hover, .hlx-button--hovered {
    @apply bg-primary-auxiliary;
  }

  &:disabled, .hlx-button--disabled {
    
  }
} */

.hlx-button--outlined {
  color: var(--hlx-primary-main);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: var(--hlx-primary-main);
}

.hlx-button--destructive {
  background-color: var(--hlx-error-main);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  &:hover,
  .hlx-button--hovered {
    background-color: var(--hlx-error-auxiliary);
  }
  &.hlx-button--outlined {
    background-color: transparent;
  }
  &.hlx-button--outlined {
    color: var(--hlx-error-main);
  }
  &.hlx-button--outlined {
    outline-color: var(--hlx-error-main);
  }
  &.hlx-button--outlined {
    &:hover,
    .hlx-button--hovered {
      color: var(--hlx-error-auxiliary);
    }
    &:hover,
    .hlx-button--hovered {
      outline-color: var(--hlx-error-auxiliary);
    }
  }
}

.hlx-button--text {
  background-color: transparent;
  color: var(--hlx-primary-main);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hlx-button--large {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hlx-button--small {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hlx-dialog {
  width: 100%;
  max-width: 280px;
  overflow: hidden;
  border-radius: var(--hlx-radius-md);
  --tw-shadow:
    0px 11px 15px -7px rgba(15, 60, 151, 0.2), 0px 24px 38px 3px rgba(15, 60, 151, 0.14),
    0px 9px 46px 8px rgba(15, 60, 151, 0.12);
  --tw-shadow-colored:
    0px 11px 15px -7px var(--tw-shadow-color), 0px 24px 38px 3px var(--tw-shadow-color),
    0px 9px 46px 8px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  &::backdrop {
    position: fixed;
  }
  &::backdrop {
    inset: 0px;
  }
  &::backdrop {
    z-index: 50;
  }
  &::backdrop {
    background-color: rgb(0 0 0 / 0.5);
  }
  &::backdrop {
    --tw-content: '';
    content: var(--tw-content);
  }
}

.hlx-dialog--large {
  max-width: 560px;
}

.hlx-dialog__body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hlx-dialog__header {
  display: flex;
  border-bottom-width: 1px;
  border-color: var(--hlx-other-divider);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: calc(1rem - 1px);
}

.hlx-dialog__footer {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  border-top-width: 1px;
  border-color: var(--hlx-other-divider);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: calc(0.25rem - 1px);
  padding-bottom: 0.5rem;
}

.hlx-banner {
  position: relative;
  border-radius: var(--hlx-radius-md);
  background-color: var(--hlx-info-auxiliary-background);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}

.hlx-banner__content {
  padding-left: 2rem;
  &::before {
    position: absolute;
  }
  &::before {
    top: 0.75rem;
  }
  &::before {
    left: 1rem;
  }
  &::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  &::before {
    background-size: cover;
  }
  &::before {
    background-repeat: no-repeat;
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  &::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V11H13V17ZM13 9H11V7H13V9Z" fill="%239A0A81" /></svg>');
  }
}

.hlx-banner--global {
  border-radius: var(--hlx-radius-none);
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  .hlx-banner__content {
    padding-bottom: 0px;
  }
}

.hlx-banner__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hlx-banner__content {
  padding-bottom: 0.25rem;
}

.hlx-banner--vertical-ctas:not(.hlx-banner--global) {
  /* Ensure this doesn't apply to global banners that don't have a vertical ctas variant */
  .hlx-banner__ctas {
    flex-direction: column;
  }
  .hlx-banner__ctas {
    align-items: flex-end;
  }
  .hlx-banner__ctas {
    /* The gap has been adjusted to represent the spacing between the buttons when the buttons have the proper padding */
  }
}

.hlx-banner--inline-ctas {
  .hlx-banner__content-wrapper {
    display: flex;
  }
  .hlx-banner__content-wrapper {
    flex-direction: row;
  }
  .hlx-banner__content-wrapper {
    align-items: flex-start;
  }
  .hlx-banner__content-wrapper {
    justify-content: space-between;
  }
}

.hlx-banner__ctas {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  /* The gap has been adjusted to represent the spacing between the buttons when the buttons have the proper padding */
}

.hlx-banner__cta {
  color: var(--hlx-secondary-main);
}

.hlx-banner--informative {
  background-color: var(--hlx-primary-main-background);
  .hlx-banner__content::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V11H13V17ZM13 9H11V7H13V9Z" fill="%231E69D2"/></svg>');
  }
  .hlx-banner__cta {
    color: var(--hlx-primary-main);
  }
}

.hlx-banner--success {
  background-color: var(--hlx-success-main-background);
  .hlx-banner__content::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z" fill="%230C5C34"/></svg>');
  }
  .hlx-banner__cta {
    color: var(--hlx-success-main);
  }
}

.hlx-banner--warning {
  background-color: var(--hlx-warning-main-background);
  .hlx-banner__content::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 21.5H23L12 2.5L1 21.5ZM13 18.5H11V16.5H13V18.5ZM13 14.5H11V10.5H13V14.5Z" fill="%23B74900"/></svg>');
  }
  .hlx-banner__cta {
    color: var(--hlx-warning-main);
  }
}

.hlx-banner--error {
  background-color: var(--hlx-error-main-background);
  .hlx-banner__content::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z" fill="%23A1002F"/></svg>');
  }
  .hlx-banner__cta {
    color: var(--hlx-error-main);
  }
}

.hlx-input {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  height: calc(3rem - 2px);
  width: 100%;
  border-radius: var(--hlx-radius-sm);
  border-width: 1px;
  border-color: var(--hlx-other-main-border);
  padding-left: calc(1rem - 1px);
  padding-right: calc(1rem - 1px);
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow,
    transform, filter, backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hlx-input::-moz-placeholder {
  font-weight: 400;
}

.hlx-input::placeholder {
  font-weight: 400;
}

.hlx-input--small,
.hlx-text-field--small .hlx-input {
  height: calc(2.5rem - 2px);
}

.hlx-input:hover,
.hlx-input--hovered,
.hlx-text-field--hovered .hlx-input {
  border-color: var(--hlx-other-auxiliary-border);
}

.hlx-input:focus,
.hlx-input--focused,
.hlx-text-field--focused .hlx-input {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: var(--hlx-focus-main);
}

.hlx-input--error,
.hlx-text-field--error .hlx-input {
  border-color: var(--hlx-error-main);
}

.hlx-input--error:hover,
.hlx-input--error.hlx-input--hovered,
.hlx-text-field--error .hlx-input:hover,
.hlx-text-field--error .hlx-input.hlx-input--hovered {
  border-color: var(--hlx-error-auxiliary);
}

.hlx-input--error:focus,
.hlx-input--error.hlx-input--focused,
.hlx-text-field--error .hlx-input:focus,
.hlx-text-field--error .hlx-input.hlx-input--focused,
.hlx-text-field--error.hlx-text-field--focused .hlx-input {
  outline-color: var(--hlx-error-main);
}

.hlx-input--success,
.hlx-text-field--success .hlx-input {
  border-color: var(--hlx-success-main);
}

.hlx-input--success:hover,
.hlx-input--success.hlx-input--hovered,
.hlx-text-field--success .hlx-input:hover,
.hlx-text-field--success.hlx-text-field--hovered .hlx-input {
  border-color: var(--hlx-success-auxiliary);
}

.hlx-input--success:focus,
.hlx-input--success.hlx-input--focused,
.hlx-text-field--success .hlx-input:focus,
.hlx-text-field--success.hlx-text-field--focused .hlx-input {
  outline-color: var(--hlx-success-main);
}

/* You must have the disabled attribute added to see this style */

.hlx-input:disabled,
.hlx-input--disabled:disabled,
.hlx-text-field--disabled .hlx-input:disabled,
.hlx-text-field--disabled .hlx-input--disabled:disabled {
  cursor: not-allowed;
  border-color: var(--hlx-other-main-border);
}

.hlx-snackbar-container {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hlx-snackbar {
  display: flex;
  width: 25rem;
  max-width: 100%;
  border-radius: var(--hlx-radius-md);
  border-width: 2px;
  border-style: solid;
  border-color: var(--hlx-info-main);
  background-color: var(--hlx-info-main-background);
  padding: 0.625rem;
}

.hlx-snackbar-contents {
  position: relative;
  flex: 1 1 0%;
  padding-left: 2rem;
  &::before {
    position: absolute;
  }
  &::before {
    top: 0px;
  }
  &::before {
    left: 0px;
  }
  &::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  &::before {
    background-color: var(--hlx-secondary-main);
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  &::before {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V11H13V17ZM13 9H11V7H13V9Z" fill="black" /></svg>');
    mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V11H13V17ZM13 9H11V7H13V9Z" fill="black" /></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.hlx-snackbar-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.hlx-snackbar-message {
  font-size: 1rem;
  line-height: 1.5rem;
}

.hlx-snackbar-close {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  &::before {
    position: absolute;
  }
  &::before {
    left: 50%;
  }
  &::before {
    top: 50%;
  }
  &::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  &::before {
    --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));
  }
  &::before {
    --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));
  }
  &::before {
    background-color: var(--hlx-info-main);
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  &::before {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z" fill="black" /></svg>');
    mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z" fill="black" /></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.hlx-snackbar-success {
  border-color: var(--hlx-success-main);
  background-color: var(--hlx-success-main-background);
  & .hlx-snackbar-contents::before {
    background-color: var(--hlx-success-main);
  }
  & .hlx-snackbar-contents::before {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.64645 17.3536L10 17.7071L10.3536 17.3536L19.3536 8.35355L19.7059 8.00125L19.3548 7.6477L17.9448 6.2277L17.5913 5.87164L17.2364 6.22645L9.99951 13.4634L6.76306 10.236L6.40951 9.88339L6.05645 10.2364L4.64645 11.6464L4.29289 12L4.64645 12.3536L9.64645 17.3536ZM2.5 12C2.5 6.75614 6.75614 2.5 12 2.5C17.2439 2.5 21.5 6.75614 21.5 12C21.5 17.2439 17.2439 21.5 12 21.5C6.75614 21.5 2.5 17.2439 2.5 12Z" fill="black" stroke="black"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.64645 17.3536L10 17.7071L10.3536 17.3536L19.3536 8.35355L19.7059 8.00125L19.3548 7.6477L17.9448 6.2277L17.5913 5.87164L17.2364 6.22645L9.99951 13.4634L6.76306 10.236L6.40951 9.88339L6.05645 10.2364L4.64645 11.6464L4.29289 12L4.64645 12.3536L9.64645 17.3536ZM2.5 12C2.5 6.75614 6.75614 2.5 12 2.5C17.2439 2.5 21.5 6.75614 21.5 12C21.5 17.2439 17.2439 21.5 12 21.5C6.75614 21.5 2.5 17.2439 2.5 12Z" fill="black" stroke="black"/></svg>');
  }
}

.hlx-snackbar-error {
  border-color: var(--hlx-error-main);
  background-color: var(--hlx-error-main-background);
  & .hlx-snackbar-contents::before {
    background-color: var(--hlx-error-main);
  }
  & .hlx-snackbar-contents::before {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 17.5H13.5V17V15V14.5H13H11H10.5V15V17V17.5H11H13ZM13 13.5H13.5V13V7V6.5H13H11H10.5V7V13V13.5H11H13ZM2.5 12C2.5 6.75614 6.75614 2.5 12 2.5C17.2439 2.5 21.5 6.75614 21.5 12C21.5 17.2439 17.2439 21.5 12 21.5C6.75614 21.5 2.5 17.2439 2.5 12Z" fill="black" stroke="black"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 17.5H13.5V17V15V14.5H13H11H10.5V15V17V17.5H11H13ZM13 13.5H13.5V13V7V6.5H13H11H10.5V7V13V13.5H11H13ZM2.5 12C2.5 6.75614 6.75614 2.5 12 2.5C17.2439 2.5 21.5 6.75614 21.5 12C21.5 17.2439 17.2439 21.5 12 21.5C6.75614 21.5 2.5 17.2439 2.5 12Z" fill="black" stroke="black"/></svg>');
  }
}

.hlx-snackbar-warning {
  border-color: var(--hlx-warning-main);
  background-color: var(--hlx-warning-main-background);
  & .hlx-snackbar-contents::before {
    background-color: var(--hlx-warning-main);
  }
  & .hlx-snackbar-contents::before {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 19H13.5V18.5V16.5V16H13H11H10.5V16.5V18.5V19H11H13ZM13 15H13.5V14.5V10.5V10H13H11H10.5V10.5V14.5V15H11H13ZM12 3.49793L22.1328 21H1.86722L12 3.49793Z" fill="black" stroke="black"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 19H13.5V18.5V16.5V16H13H11H10.5V16.5V18.5V19H11H13ZM13 15H13.5V14.5V10.5V10H13H11H10.5V10.5V14.5V15H11H13ZM12 3.49793L22.1328 21H1.86722L12 3.49793Z" fill="black" stroke="black"/></svg>');
  }
}

.hlx-snackbar-info {
  border-color: var(--hlx-primary-main);
  background-color: var(--hlx-primary-main-background);
  & .hlx-snackbar-contents::before {
    background-color: var(--hlx-primary-main);
  }
}

.hlx-snackbar-lg {
  width: 43.25rem;
}

.hlx-helper-text {
  font-size: 0.875rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--hlx-content-secondary);
}

.hlx-helper-text--error,
.hlx-text-field--error .hlx-helper-text {
  color: var(--hlx-error-main);
  &::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  &::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 15.5V16.5H11.5V15.5H12.5ZM12.5 7.5V12.5H11.5V7.5H12.5ZM2.5 12C2.5 6.75549 6.74679 2.5 11.99 2.5C17.2442 2.5 21.5 6.75647 21.5 12C21.5 17.2435 17.2442 21.5 11.99 21.5C6.74679 21.5 2.5 17.2445 2.5 12ZM3.5 12C3.5 16.6961 7.30386 20.5 12 20.5C16.6961 20.5 20.5 16.6961 20.5 12C20.5 7.30386 16.6961 3.5 12 3.5C7.30386 3.5 3.5 7.30386 3.5 12Z" fill="%23A1002F" stroke="%23A1002F"/></svg>');
  }
}

.hlx-helper-text--success,
.hlx-text-field--success .hlx-helper-text {
  color: var(--hlx-success-main);
  &::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  &::before {
    background-image: url('data:image/svg+xml,<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m8.44152 16.2286.35339.3534.35355-.3532 10.23644-10.22682.7031.70306-11.29292 11.29286-4.88164-4.8816.71039-.7054z" fill="%230c5c34" stroke="%230c5c34"/></svg>');
  }
}

.hlx-helper-text--disabled,
.hlx-text-field--disabled .hlx-helper-text,
.hlx-text-field:has(.hlx-input:disabled) .hlx-helper-text {
  color: var(--hlx-content-disabled);
  &::before {
    --tw-content: none;
    content: var(--tw-content);
  }
}

.hlx-label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--hlx-content-secondary);
}

.hlx-label:focus,
.hlx-label--focused,
.hlx-text-field--focused .hlx-label,
.hlx-text-field:has(.hlx-input:focus) .hlx-label {
  color: var(--hlx-focus-main);
}

.hlx-label--error,
.hlx-text-field--error .hlx-label,
.hlx-text-field--error:has(.hlx-input:focus) .hlx-label {
  color: var(--hlx-error-main);
}

.hlx-label--success,
.hlx-text-field--success .hlx-label {
  color: var(--hlx-success-main);
}

.hlx-label--disabled,
.hlx-text-field--disabled .hlx-label,
.hlx-text-field:has(.hlx-input:disabled) .hlx-label {
  color: var(--hlx-content-disabled);
}

.hlx-text-field {
  /* Set the spacing between elements */
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

.inline {
  display: inline;
}

.border-\[--hlx-error-main\] {
  border-color: var(--hlx-error-main);
}

.border-\[--hlx-info-main\] {
  border-color: var(--hlx-info-main);
}

.border-\[--hlx-primary-main\] {
  border-color: var(--hlx-primary-main);
}

.border-\[--hlx-success-main\] {
  border-color: var(--hlx-success-main);
}

.border-\[--hlx-warning-main\] {
  border-color: var(--hlx-warning-main);
}

.bg-\[--hlx-error-main-background\] {
  background-color: var(--hlx-error-main-background);
}

.bg-\[--hlx-info-main-background\] {
  background-color: var(--hlx-info-main-background);
}

.bg-\[--hlx-success-main-background\] {
  background-color: var(--hlx-success-main-background);
}

.bg-\[--hlx-warning-main-background\] {
  background-color: var(--hlx-warning-main-background);
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-semibold {
  font-weight: 600;
}

.leading-6 {
  line-height: 1.5rem;
}

@font-face {
  font-family: Whitney;

  src: url(./whitneybook.otf);
}
