@charset "UTF-8";
/*
! tailwindcss v3.4.7 | 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: #CBCBCB;
  /* 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: #939393;
  /* 2 */ }

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

/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer; }

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default; }

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto; }

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none; }

[type='text'], 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: #777777;
  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: #42819D;
  --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: #42819D; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #777777;
  opacity: 1; }

input::placeholder, textarea::placeholder {
  color: #777777;
  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='%23777777' 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: #42819D;
  background-color: #fff;
  border-color: #777777;
  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: #42819D;
  --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; }

.-translate-x-1\/2, .-translate-y-1\/2, .-translate-y-full, .translate-x-0, .translate-x-full, .translate-y-0, .-rotate-90, .rotate-0, .rotate-180, .rotate-90, .scale-100, .scale-95, .transform {
  --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; }

.from-gray-50, .from-gray-800, .from-transparent, .to-black, .to-gray-50, .to-gray-750, .md\:from-transparent, .md\:to-transparent {
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ; }

.shadow-inner, .shadow-lg, .shadow-sm {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000; }

.filter {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ; }

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

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

.form-input, .form-textarea, .form-select, .form-multiselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #777777;
  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: #42819D;
  --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: #42819D; }

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

.form-input::placeholder, .form-textarea::placeholder {
  color: #777777;
  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='%23777777' 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: #42819D;
  background-color: #fff;
  border-color: #777777;
  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: #42819D;
  --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; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
  color: #161616; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 500; }

h1 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem; }

@media (min-width: 1024px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem; } }

h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem; }

@media (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem; } }

h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem; }

@media (min-width: 768px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem; } }

h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem; }

@media (min-width: 768px) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.75rem; } }

h5 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem; }

@media (min-width: 768px) {
  h5 {
    font-size: 1rem;
    line-height: 1.5rem; } }

h6 {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem; }

@media (min-width: 1024px) {
  h6 {
    font-size: 0.875rem;
    line-height: 1.25rem; } }

p,
ul,
li,
ol,
span {
  line-height: 1.5; }

.prose p,
.prose ul,
.prose li,
.prose ol,
.prose span {
  margin-bottom: 1rem; }

.prose p,
.prose ul,
.prose li,
.prose ol,
.prose span {
  color: #777777; }

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

.visible {
  visibility: visible; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.sticky {
  position: sticky; }

.inset-0 {
  inset: 0px; }

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

.bottom-4 {
  bottom: 1rem; }

.bottom-6 {
  bottom: 1.5rem; }

.left-0 {
  left: 0px; }

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

.left-4 {
  left: 1rem; }

.left-6 {
  left: 1.5rem; }

.left-\[250px\] {
  left: 250px; }

.right-0 {
  right: 0px; }

.right-4 {
  right: 1rem; }

.start-0 {
  inset-inline-start: 0px; }

.top-0 {
  top: 0px; }

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

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

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

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

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

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

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

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

.m-1 {
  margin: 0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem; }

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

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

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

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

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

.me-2 {
  margin-inline-end: 0.5rem; }

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

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

.ml-1\.5 {
  margin-left: 0.375rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.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-auto {
  margin-top: auto; }

.block {
  display: block; }

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

.inline {
  display: inline; }

.flex {
  display: flex; }

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

.table {
  display: table; }

.grid {
  display: grid; }

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

.hidden {
  display: none; }

.size-12 {
  width: 3rem;
  height: 3rem; }

.size-3 {
  width: 0.75rem;
  height: 0.75rem; }

.size-4 {
  width: 1rem;
  height: 1rem; }

.size-5 {
  width: 1.25rem;
  height: 1.25rem; }

.size-6 {
  width: 1.5rem;
  height: 1.5rem; }

.\!h-\[40px\] {
  height: 40px !important; }

.\!h-\[50px\] {
  height: 50px !important; }

.\!h-\[52px\] {
  height: 52px !important; }

.h-16 {
  height: 4rem; }

.h-4 {
  height: 1rem; }

.h-5 {
  height: 1.25rem; }

.h-6 {
  height: 1.5rem; }

.h-8 {
  height: 2rem; }

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

.h-full {
  height: 100%; }

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

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

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

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

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

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

.w-10 {
  width: 2.5rem; }

.w-12 {
  width: 3rem; }

.w-16 {
  width: 4rem; }

.w-4 {
  width: 1rem; }

.w-5 {
  width: 1.25rem; }

.w-6 {
  width: 1.5rem; }

.w-8 {
  width: 2rem; }

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

.w-auto {
  width: auto; }

.w-full {
  width: 100%; }

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

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

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

.max-w-2xl {
  max-width: 42rem; }

.max-w-3xl {
  max-width: 48rem; }

.max-w-4xl {
  max-width: 56rem; }

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

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

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

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

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

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

.max-w-lg {
  max-width: 32rem; }

.max-w-md {
  max-width: 28rem; }

.max-w-xs {
  max-width: 20rem; }

.flex-shrink-0 {
  flex-shrink: 0; }

.flex-grow {
  flex-grow: 1; }

.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-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

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

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

.rotate-0 {
  --tw-rotate: 0deg;
  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-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

.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 spin {
  to {
    transform: rotate(360deg); } }

.animate-spin {
  animation: spin 1s linear infinite; }

.cursor-not-allowed {
  cursor: not-allowed; }

.cursor-pointer {
  cursor: pointer; }

.list-inside {
  list-style-position: inside; }

.list-decimal {
  list-style-type: decimal; }

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

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

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

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

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

.flex-col {
  flex-direction: column; }

.flex-wrap {
  flex-wrap: wrap; }

.items-end {
  align-items: flex-end; }

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

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

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

.gap-1 {
  gap: 0.25rem; }

.gap-2 {
  gap: 0.5rem; }

.gap-3 {
  gap: 0.75rem; }

.gap-4 {
  gap: 1rem; }

.gap-6 {
  gap: 1.5rem; }

.gap-8 {
  gap: 2rem; }

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); }

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * 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)); }

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); }

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #E7E7E7; }

.self-center {
  align-self: center; }

.overflow-hidden {
  overflow: hidden; }

.overflow-y-auto {
  overflow-y: auto; }

.break-words {
  overflow-wrap: break-word; }

.break-all {
  word-break: break-all; }

.\!rounded-none {
  border-radius: 0px !important; }

.rounded-full {
  border-radius: 9999px; }

.rounded-md {
  border-radius: 0.375rem; }

.rounded-none {
  border-radius: 0px; }

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem; }

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem; }

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem; }

.rounded-tr-md {
  border-top-right-radius: 0.375rem; }

.\!border-0 {
  border-width: 0px !important; }

.border {
  border-width: 1px; }

.border-0 {
  border-width: 0px; }

.border-2 {
  border-width: 2px; }

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px; }

.border-b {
  border-bottom-width: 1px; }

.border-b-0 {
  border-bottom-width: 0px; }

.border-l {
  border-left-width: 1px; }

.border-t {
  border-top-width: 1px; }

.border-t-0 {
  border-top-width: 0px; }

.border-solid {
  border-style: solid; }

.border-gray-100 {
  border-color: #E7E7E7; }

.border-gray-200 {
  border-color: #CBCBCB; }

.border-gray-300 {
  border-color: #AFAFAF; }

.border-gray-600 {
  border-color: #5B5B5B; }

.border-gray-75 {
  border-color: #efefef; }

.border-gray-750 {
  border-color: #2e2e2e; }

.border-gray-800 {
  border-color: #232323; }

.border-green-800 {
  border-color: #166534; }

.border-red-500 {
  border-color: #D6255F; }

.border-transparent {
  border-color: transparent; }

.border-b-gray-750 {
  border-bottom-color: #2e2e2e; }

.border-t-gray-700 {
  border-top-color: #464646; }

.bg-black {
  background-color: #000; }

.bg-blue-500 {
  background-color: #5197B6; }

.bg-gray-100 {
  background-color: #E7E7E7; }

.bg-gray-50 {
  background-color: #F5F5F5; }

.bg-gray-700 {
  background-color: #464646; }

.bg-gray-725 {
  background-color: #313131; }

.bg-gray-750 {
  background-color: #2e2e2e; }

.bg-gray-800 {
  background-color: #232323; }

.bg-gray-900 {
  background-color: #161616; }

.bg-green-500 {
  background-color: #22c55e; }

.bg-green-700 {
  background-color: #15803d; }

.bg-red-500 {
  background-color: #D6255F; }

.bg-transparent {
  background-color: transparent; }

.bg-white {
  background-color: #fff; }

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)); }

.from-gray-50 {
  --tw-gradient-from: #F5F5F5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }

.from-gray-800 {
  --tw-gradient-from: #232323 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(35 35 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position); }

.to-gray-50 {
  --tw-gradient-to: #F5F5F5 var(--tw-gradient-to-position); }

.to-gray-750 {
  --tw-gradient-to: #2e2e2e var(--tw-gradient-to-position); }

.bg-cover {
  background-size: cover; }

.bg-center {
  background-position: center; }

.fill-blue-500 {
  fill: #5197B6; }

.fill-current {
  fill: currentColor; }

.fill-white {
  fill: #fff; }

.stroke-current {
  stroke: currentColor; }

.object-contain {
  -o-object-fit: contain;
  object-fit: contain; }

.object-cover {
  -o-object-fit: cover;
  object-fit: cover; }

.object-fill {
  -o-object-fit: fill;
  object-fit: fill; }

.p-2 {
  padding: 0.5rem; }

.p-4 {
  padding: 1rem; }

.p-6 {
  padding: 1.5rem; }

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

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

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

.pb-1 {
  padding-bottom: 0.25rem; }

.pb-12 {
  padding-bottom: 3rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pb-3 {
  padding-bottom: 0.75rem; }

.pb-4 {
  padding-bottom: 1rem; }

.pb-6 {
  padding-bottom: 1.5rem; }

.pb-8 {
  padding-bottom: 2rem; }

.pl-1\.5 {
  padding-left: 0.375rem; }

.pl-2 {
  padding-left: 0.5rem; }

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

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

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

.pt-0 {
  padding-top: 0px; }

.pt-2 {
  padding-top: 0.5rem; }

.pt-3 {
  padding-top: 0.75rem; }

.pt-4 {
  padding-top: 1rem; }

.pt-6 {
  padding-top: 1.5rem; }

.pt-8 {
  padding-top: 2rem; }

.text-left {
  text-align: left; }

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

.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important; }

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem; }

.text-base {
  font-size: 1rem;
  line-height: 1.5rem; }

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem; }

.font-black {
  font-weight: 900; }

.font-bold {
  font-weight: 700; }

.font-medium {
  font-weight: 500; }

.font-normal {
  font-weight: 400; }

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

.uppercase {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

.leading-normal {
  line-height: 1.5; }

.tracking-wide {
  letter-spacing: 0.025em; }

.tracking-wider {
  letter-spacing: 0.05em; }

.text-blue-500 {
  color: #5197B6; }

.text-gray-200 {
  color: #CBCBCB; }

.text-gray-400 {
  color: #939393; }

.text-gray-500 {
  color: #777777; }

.text-gray-600 {
  color: #5B5B5B; }

.text-gray-700 {
  color: #464646; }

.text-gray-800 {
  color: #232323; }

.text-gray-900 {
  color: #161616; }

.text-green-700 {
  color: #15803d; }

.text-red-500 {
  color: #D6255F; }

.text-white {
  color: #fff; }

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

.line-through {
  text-decoration-line: line-through; }

.opacity-0 {
  opacity: 0; }

.opacity-100 {
  opacity: 1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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; }

.transition-all {
  transition-property: all;
  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-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); }

.\[-webkit-tap-highlight-color\:_transparent\] {
  -webkit-tap-highlight-color: transparent; }

@font-face {
  font-family: 'Supreme-Variable';
  src: url("https://cdn.jsdelivr.net/gh/scottxtensive/supreme/Supreme-Variable.woff2") format("woff2");
  font-weight: 300 800;
  font-display: swap;
  font-style: normal; }

body * {
  font-family: "Supreme-Variable", sans-serif !important; }

.prose-sm h3 {
  font-size: 16px;
  margin-bottom: .5rem; }

.prose-sm p,
.prose-sm ul,
.prose-sm li,
.prose-sm ol,
.prose-sm span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #777777; }

.button {
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #232323;
  background-color: #232323;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; }
  .button:hover {
    border-color: #939393; }
  .button:hover {
    background-color: #939393; }

.button--black {
  border-width: 1px;
  border-color: #fff;
  background-color: #161616; }
  .button--black:hover {
    border-color: #fff; }
  .button--black:hover {
    background-color: #232323; }

.button--secondary {
  border-width: 1px;
  border-color: #E7E7E7;
  background-color: #F5F5F5;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #232323; }
  .button--secondary:hover {
    border-color: #E7E7E7; }
  .button--secondary:hover {
    background-color: #E7E7E7; }

.button--outline {
  border-width: 1px;
  border-color: #CBCBCB;
  background-color: transparent;
  color: #777777; }
  .button--outline:hover {
    border-color: #232323; }
  .button--outline:hover {
    background-color: #232323; }
  .button--outline:hover {
    color: #fff; }

.button--outline--white {
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff; }
  .button--outline--white:hover {
    border-color: #fff; }
  .button--outline--white:hover {
    background-color: #fff; }
  .button--outline--white:hover {
    color: #232323; }

.button--large {
  padding: 8px 25px; }

.button--small {
  padding: 5px 10px; }

.button--tiny {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem; }

.button--sample {
  border-width: 1px;
  border-style: solid;
  border-color: #42819D;
  background-color: #5197B6; }
  .button--sample:hover {
    border-color: #6EA8C2; }
  .button--sample:hover {
    background-color: #6EA8C2; }

.button--danger {
  border-width: 1px;
  border-style: solid;
  border-color: #B31F50;
  background-color: #D6255F; }
  .button--danger:hover {
    border-color: #DF4577; }
  .button--danger:hover {
    background-color: #DF4577; }

.button--white {
  border-width: 1px;
  border-style: solid;
  border-color: #E7E7E7;
  background-color: #fff;
  color: #777777; }
  .button--white:hover {
    border-color: #E7E7E7; }
  .button--white:hover {
    background-color: #fff; }
  .button--white:hover {
    color: #232323; }

.button--subscribe {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-width: 1px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #CBCBCB;
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #232323; }
  .button--subscribe:hover {
    border-color: #E7E7E7; }
  .button--subscribe:hover {
    background-color: #E7E7E7; }

.PaypalCommerceInnerContainer,
.PaypalCommerceCreditInnerContainer {
  width: 100% !important;
  max-width: 100% !important;
  z-index: 0; }

.odd\:bg-white:nth-child(odd) {
  background-color: #fff; }

.even\:bg-gray-50:nth-child(even) {
  background-color: #F5F5F5; }

.hover\:border-green-700:hover {
  border-color: #15803d; }

.hover\:bg-gray-100:hover {
  background-color: #E7E7E7; }

.hover\:bg-gray-75:hover {
  background-color: #efefef; }

.hover\:bg-gray-750:hover {
  background-color: #2e2e2e; }

.hover\:bg-gray-800:hover {
  background-color: #232323; }

.hover\:bg-green-600:hover {
  background-color: #16a34a; }

.hover\:bg-red-400:hover {
  background-color: #DF4577; }

.hover\:bg-red-500:hover {
  background-color: #D6255F; }

.hover\:text-black:hover {
  color: #000; }

.hover\:text-blue-500:hover {
  color: #5197B6; }

.hover\:text-gray-200:hover {
  color: #CBCBCB; }

.hover\:text-gray-300:hover {
  color: #AFAFAF; }

.hover\:text-gray-500:hover {
  color: #777777; }

.hover\:text-gray-800:hover {
  color: #232323; }

.hover\:text-gray-900:hover {
  color: #161616; }

.hover\:text-white:hover {
  color: #fff; }

.hover\:underline:hover {
  text-decoration-line: underline; }

.hover\:opacity-100:hover {
  opacity: 1; }

.focus\:text-white:focus {
  color: #fff; }

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px; }

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed; }

.disabled\:opacity-70:disabled {
  opacity: 0.7; }

.peer:checked ~ .peer-checked\:start-5 {
  inset-inline-start: 1.25rem; }

.has-\[\:checked\]\:bg-green-700:has(:checked) {
  background-color: #15803d; }

@media (min-width: 640px) {
  .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\:pt-4 {
    padding-top: 1rem; } }

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute; }
  .md\:relative {
    position: relative; }
  .md\:col-span-4 {
    grid-column: span 4 / span 4; }
  .md\:col-span-5 {
    grid-column: span 5 / span 5; }
  .md\:col-span-7 {
    grid-column: span 7 / span 7; }
  .md\:col-span-8 {
    grid-column: span 8 / span 8; }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .md\:-mt-1 {
    margin-top: -0.25rem; }
  .md\:mb-0 {
    margin-bottom: 0px; }
  .md\:mb-2 {
    margin-bottom: 0.5rem; }
  .md\:ml-0 {
    margin-left: 0px; }
  .md\:ml-6 {
    margin-left: 1.5rem; }
  .md\:ml-auto {
    margin-left: auto; }
  .md\:mr-0 {
    margin-right: 0px; }
  .md\:mr-4 {
    margin-right: 1rem; }
  .md\:mr-auto {
    margin-right: auto; }
  .md\:mt-0 {
    margin-top: 0px; }
  .md\:mt-12 {
    margin-top: 3rem; }
  .md\:mt-6 {
    margin-top: 1.5rem; }
  .md\:mt-\[2px\] {
    margin-top: 2px; }
  .md\:block {
    display: block; }
  .md\:inline {
    display: inline; }
  .md\:flex {
    display: flex; }
  .md\:hidden {
    display: none; }
  .md\:h-20 {
    height: 5rem; }
  .md\:h-auto {
    height: auto; }
  .md\:max-h-\[40px\] {
    max-height: 40px; }
  .md\:min-h-\[280px\] {
    min-height: 280px; }
  .md\:w-12 {
    width: 3rem; }
  .md\:w-20 {
    width: 5rem; }
  .md\:w-auto {
    width: auto; }
  .md\:max-w-\[220px\] {
    max-width: 220px; }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .md\:flex-row {
    flex-direction: row; }
  .md\:flex-col {
    flex-direction: column; }
  .md\:items-center {
    align-items: center; }
  .md\:justify-start {
    justify-content: flex-start; }
  .md\:gap-16 {
    gap: 4rem; }
  .md\:gap-6 {
    gap: 1.5rem; }
  .md\:gap-8 {
    gap: 2rem; }
  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
  .md\:border-0 {
    border-width: 0px; }
  .md\:border-gray-100 {
    border-color: #E7E7E7; }
  .md\:from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
  .md\:to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position); }
  .md\:p-6 {
    padding: 1.5rem; }
  .md\:p-8 {
    padding: 2rem; }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px; }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .md\:pb-0 {
    padding-bottom: 0px; }
  .md\:pb-10 {
    padding-bottom: 2.5rem; }
  .md\:pb-16 {
    padding-bottom: 4rem; }
  .md\:pb-2 {
    padding-bottom: 0.5rem; }
  .md\:pb-5 {
    padding-bottom: 1.25rem; }
  .md\:pb-8 {
    padding-bottom: 2rem; }
  .md\:pt-0 {
    padding-top: 0px; }
  .md\:pt-10 {
    padding-top: 2.5rem; }
  .md\:pt-8 {
    padding-top: 2rem; }
  .md\:text-left {
    text-align: left; }
  .md\:text-right {
    text-align: right; }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem; }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem; }
  .md\:text-white {
    color: #fff; } }

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1; }
  .lg\:order-2 {
    order: 2; }
  .lg\:col-span-10 {
    grid-column: span 10 / span 10; }
  .lg\:col-span-12 {
    grid-column: span 12 / span 12; }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2; }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3; }
  .lg\:col-span-9 {
    grid-column: span 9 / span 9; }
  .lg\:mb-0 {
    margin-bottom: 0px; }
  .lg\:mb-4 {
    margin-bottom: 1rem; }
  .lg\:mb-6 {
    margin-bottom: 1.5rem; }
  .lg\:mb-8 {
    margin-bottom: 2rem; }
  .lg\:ml-4 {
    margin-left: 1rem; }
  .lg\:ml-auto {
    margin-left: auto; }
  .lg\:mt-0 {
    margin-top: 0px; }
  .lg\:mt-6 {
    margin-top: 1.5rem; }
  .lg\:\!block {
    display: block !important; }
  .lg\:block {
    display: block; }
  .lg\:grid {
    display: grid; }
  .lg\:hidden {
    display: none; }
  .lg\:w-12 {
    width: 3rem; }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .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\:flex-row {
    flex-direction: row; }
  .lg\:flex-nowrap {
    flex-wrap: nowrap; }
  .lg\:items-center {
    align-items: center; }
  .lg\:justify-end {
    justify-content: flex-end; }
  .lg\:gap-10 {
    gap: 2.5rem; }
  .lg\:gap-12 {
    gap: 3rem; }
  .lg\:gap-16 {
    gap: 4rem; }
  .lg\:gap-6 {
    gap: 1.5rem; }
  .lg\:gap-8 {
    gap: 2rem; }
  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
  .lg\:border-b {
    border-bottom-width: 1px; }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .lg\:pb-4 {
    padding-bottom: 1rem; }
  .lg\:pb-5 {
    padding-bottom: 1.25rem; }
  .lg\:text-left {
    text-align: left; }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem; } }

@media (min-width: 1280px) {
  .xl\:ml-3 {
    margin-left: 0.75rem; }
  .xl\:ml-8 {
    margin-left: 2rem; }
  .xl\:max-h-\[50px\] {
    max-height: 50px; }
  .xl\:max-w-\[280px\] {
    max-width: 280px; }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .xl\:flex-row {
    flex-direction: row; }
  .xl\:gap-16 {
    gap: 4rem; }
  .xl\:gap-6 {
    gap: 1.5rem; }
  .xl\:border-l {
    border-left-width: 1px; }
  .xl\:pl-3 {
    padding-left: 0.75rem; } }

@media (prefers-color-scheme: dark) {
  .dark\:text-gray-600 {
    color: #5B5B5B; } }

body {
  color: #232323; }

.is-srOnly,
.aria-description--hidden {
  display: none; }

#full_screen_loader.active {
  display: block; }

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

#xt_carousel .splide__arrow {
  border-radius: 0;
  background: transparent;
  transition: .3s ease all;
  transform: initial;
  top: 10px; }
  #xt_carousel .splide__arrow svg {
    fill: #fff;
    width: 15px;
    height: 15px; }

.splide__slide {
  height: auto; }

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible; }

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1; }

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em; }

.splide__arrow:hover:not(:disabled) {
  opacity: .9; }

.splide__arrow:disabled {
  opacity: .3; }

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1; }

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px; }

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__progress__bar {
  background: #ccc;
  height: 3px; }

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.splide__slide:focus {
  outline: 0; }

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf; } }

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf; }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf; } }

.splide__toggle {
  cursor: pointer; }

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer; }

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000; }

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em; }

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em; }

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto; }

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  border-radius: .375rem; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.form-field[data-product-attribute="set-rectangle"] .form-radio:checked + label {
  border-color: #232323; }
  .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + label span {
    color: #232323; }

.form-field[data-product-attribute="swatch"] .form-radio:checked + label span {
  border-color: #232323;
  color: #232323; }

.or-use-label {
  text-align: center;
  margin-bottom: 1rem;
  display: none; }

.productView-thumbnail img {
  width: 100%;
  object-fit: contain; }

.product-image-main img {
  width: 100%;
  object-fit: contain;
  background-color: #F5F5F5; }

.triangle-banner {
  height: 190px;
  left: -100px;
  position: absolute;
  top: -100px;
  width: 190px;
  -webkit-transform: rotate(-45deg);
  box-shadow: 1px 2px 4px #0000001f;
  z-index: 10; }
  @media (max-width: 1024px) {
    .triangle-banner {
      height: 150px;
      left: -75px;
      top: -75px;
      width: 150px; } }
  .triangle-banner span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 45px;
    text-align: center;
    padding-bottom: 7px;
    font-size: 13px;
    color: #fff;
    font-weight: 500; }
    @media (max-width: 1024px) {
      .triangle-banner span {
        font-size: 11px;
        padding: 0 30px;
        padding-bottom: 5px; } }

[data-custom-field="made_in_uk"],
[data-custom-field="Sample"],
[data-custom-field="room_small_size"],
[data-custom-field="room_medium_size"],
[data-custom-field="quantity_pack"],
[data-custom-field="room_small"],
[data-custom-field="room_medium"],
[data-custom-field="room_large"],
[data-custom-field="room_large_size"],
[data-custom-field="suitability_bedroom"],
[data-custom-field="suitability_dining"],
[data-custom-field="suitability_lounge"],
[data-custom-field="suitability_stairs"],
[data-custom-field="suitability_bathroom"],
[data-custom-field="coverage_now"],
[data-custom-field="benefits_warmth"],
[data-custom-field="benefits_matching"],
[data-custom-field="benefits_waterproof"],
[data-custom-field="benefits_install"],
[data-custom-field="benefits_clean"],
[data-custom-field="suitability_kitchen"],
[data-custom-field="tile-banner"],
[data-custom-field="Drop Ship"] {
  display: none; }

#reviews-io-polaris-modal-ReviewsWidget {
  display: none !important; }

@media (min-width: 1280px) {
  .related-product .product-card:nth-of-type(6) {
    display: none; } }

.related-product .splide__track {
  border-radius: .375rem; }

.related-product .splide__arrow {
  border-radius: 0.375rem;
  background: #fff;
  transition: .3s ease all;
  transform: initial;
  top: 10px; }
  .related-product .splide__arrow svg {
    fill: #232323;
    width: 15px;
    height: 15px; }

.related-product .splide__arrow--prev {
  left: 10px; }

.related-product .splide__arrow--next {
  right: 10px; }

.cr-product-box__quantity-input[type="checkbox"] {
  width: 1em !important; }

@media (min-width: 768px) {
  .card-boxed div,
  .card-boxed span {
    color: #fff; } }

.card-boxed .vat-label {
  opacity: 0.7; }

[data-readmore-toggle] {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #777777;
  text-decoration: underline;
  opacity: 0.7; }

.read-more {
  max-height: 82px;
  overflow: hidden;
  transition: max-height 100ms ease-in-out; }
  .read-more * {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important; }
  .read-more [align="center"] {
    text-align: left; }

.navList-action--checkbox {
  display: flex;
  align-items: center;
  padding: 2px 0;
  margin-bottom: .35714rem;
  padding-left: 1.85714rem;
  position: relative;
  width: 100%; }

.navList-action--checkbox::after,
.navList-action--checkbox::before {
  top: 50%;
  border-radius: .375rem; }

.navList-action--checkbox::before {
  background-color: #fff;
  border: solid #8f8f8f;
  border-width: 1px;
  height: 1.14286rem;
  left: 0;
  top: 0;
  width: 1.14286rem;
  margin-top: 3px; }

.navList-action--checkbox::after,
.navList-action--checkbox::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 50ms ease-out; }

.navList-action--checkbox::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  line-height: 1;
  text-align: center; }

.navList-action--checkbox::after {
  height: 1rem;
  left: 1px;
  opacity: 0;
  top: 1px;
  transform: scale(0);
  width: 1rem;
  margin-top: 3px; }

.navList-action--checkbox.is-checked::after,
.navList-action--checkbox.is-selected::after {
  opacity: 1;
  transform: scale(1); }

.navList-item .navList-action-close {
  opacity: 0;
  transition: .25s ease all; }

.navList-item:hover .navList-action-close {
  opacity: 1; }

.accordion-navigation .facet-open {
  display: none; }

.accordion-navigation.is-open .facet-open {
  display: block; }

.accordion-navigation.is-open .facet-closed {
  display: none; }

@font-face {
  font-family: 'Supreme-Variable';
  src: url("https://cdn.jsdelivr.net/gh/scottxtensive/supreme/Supreme-Variable.woff2") format("woff2");
  font-weight: 300 800;
  font-display: swap;
  font-style: normal; }

body * {
  font-family: "Supreme-Variable", sans-serif !important; }

@layer components {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    @apply leading-normal text-gray-900 font-medium; }
    h1 strong,
    h2 strong,
    h3 strong,
    h4 strong,
    h5 strong,
    h6 strong {
      @apply font-medium; }
  h1 {
    @apply text-3xl lg:text-3xl mb-4; }
  h2 {
    @apply text-2xl md:text-2xl mb-4; }
  h3 {
    @apply text-xl md:text-xl mb-4; }
  h4 {
    @apply text-lg md:text-lg mb-4; }
  h5 {
    @apply text-base md:text-base mb-4; }
  h6 {
    @apply text-sm lg:text-sm mb-4; }
  p,
  ul,
  li,
  ol,
  span {
    @apply leading-normal; }
  .prose p,
  .prose ul,
  .prose li,
  .prose ol,
  .prose span {
    @apply mb-4 text-gray-500; } }

.prose-sm h3 {
  font-size: 16px;
  margin-bottom: .5rem; }

.prose-sm p,
.prose-sm ul,
.prose-sm li,
.prose-sm ol,
.prose-sm span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #777777; }

.breadcrumb:not(:first-child)::before {
  content: '/';
  display: inline-block;
  opacity: 0.5;
  margin: 0 2px;
  margin-left: 4px; }

.breadcrumb-label:hover {
  color: #5197B6;
  text-decoration: underline; }

.breadcrumb a {
  font-size: 13px; }

.breadcrumb.is-active .breadcrumb-label {
  color: #5197B6; }

body {
  overflow: initial;
  height: initial; }

.micromodal {
  display: none; }

.micromodal.is-open {
  display: block; }

.micromodal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 20; }

.micromodal__container {
  box-sizing: border-box;
  overflow-y: auto;
  max-width: 760px;
  max-height: 100vh;
  padding: 20px;
  background-color: #fff; }

.micromodal[aria-hidden="false"] .micromodal__overlay {
  animation: microModalFadeIn 0.2s cubic-bezier(0, 0, 0.2, 1); }

.micromodal[aria-hidden="false"] .micromodal__container {
  animation: microModalSlideIn 0.2s cubic-bezier(0, 0, 0.2, 1); }

.micromodal .micromodal__container,
.micromodal .micromodal__overlay {
  will-change: transform; }

@keyframes microModalFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes microModalSlideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

/*!
 * Accordion v3.1.1
 * Simple accordion created in pure Javascript.
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac {
  box-sizing: border-box; }

.ac .ac-header {
  margin: 0;
  padding: 1.5rem 0rem;
  padding-bottom: 0;
  padding-top: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0; }

.ac .ac-trigger {
  color: #232323;
  font-weight: 500;
  line-height: auto;
  text-align: left;
  width: 100%;
  padding: 1rem 0rem;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #CBCBCB;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0; }

.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 0;
  top: 50%; }

.ac .ac-panel {
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  transition: 0.3s ease all; }

.ac .ac-panel .ac-text {
  color: #232323;
  padding: 10px;
  margin: 0; }

.ac.js-enabled .ac-panel {
  visibility: hidden; }

.ac.is-active .ac-panel {
  visibility: visible;
  margin-top: 1rem;
  padding-bottom: 0; }

.ac .ac-panel {
  padding-bottom: 0; }

.ac.is-active > .ac-header .ac-trigger::after {
  content: "\2013";
  top: 46%; }

.accordion {
  border-color: #232323; }

.accordion-title {
  text-transform: uppercase !important;
  color: #232323;
  font-weight: 500 !important;
  font-size: 14px; }

#sub_menu_items {
  width: 75%; }

.bg-overlay {
  background: rgba(55, 55, 55, 0.8);
  z-index: 2; }

.mobile-menu-wrapper {
  height: calc(100vh - 90px);
  height: calc(100svh - 90px); }

#xt_header_top_slider .splide__arrow {
  background: #5197B6;
  transition: .3s ease all; }
  #xt_header_top_slider .splide__arrow svg {
    fill: #fff;
    width: 10px;
    height: 10px; }

.form-input,
.form-textarea,
.form-select,
.form-multiselect {
  color: #232323;
  font-size: 14px;
  border-radius: .375rem;
  padding: 5px 10px;
  height: 100%;
  border-color: #CBCBCB; }
  @media (max-width: 767px) {
    .form-input,
    .form-textarea,
    .form-select,
    .form-multiselect {
      font-size: 16px; } }

.form-select {
  padding-right: 30px; }

.form-checkbox {
  color: #232323;
  border-radius: .375rem;
  border-color: #CBCBCB; }

.subscribe-input {
  box-shadow: none !important; }

[data-product-attribute="set-rectangle"] .form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-input--incrementTotal {
  box-shadow: none !important; }
  .form-input--incrementTotal:focus {
    outline: 0;
    border-color: #CBCBCB; }
  .form-input--incrementTotal::-webkit-outer-spin-button, .form-input--incrementTotal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield; }

.form-input--inverse {
  background: #464646;
  color: #fff; }
  .form-input--inverse::placeholder {
    color: #ffffff75; }

.header-search {
  background: #464646;
  border-radius: .375rem; }
  .header-search input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%; }
    .header-search input:focus {
      outline: 0;
      box-shadow: none; }
  .header-search button {
    background: #464646;
    border: 0;
    padding: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%; }
    .header-search button:hover {
      background: #5197B6; }

.accordion-content {
  display: none; }
  .accordion-content.is-open {
    display: block; }

#search_mobile .header-search {
  border-radius: 0; }
  #search_mobile .header-search button {
    border-radius: 0; }
    #search_mobile .header-search button:hover {
      background: #464646; }

#search_mobile input {
  width: 100%;
  border-radius: 0; }

.page .header-search {
  background: #F5F5F5; }

.page #search_form input {
  width: 100%;
  background: #F5F5F5;
  color: #232323; }
  .page #search_form input::placeholder {
    color: #232323; }

.page #search_form button {
  background: #F5F5F5; }
  .page #search_form button svg {
    color: #232323; }

.cart-preview {
  position: fixed;
  max-width: 420px;
  width: 100%;
  background: #fff;
  padding: 0;
  top: 0;
  height: 100%;
  z-index: 1001;
  overflow-y: auto;
  left: auto;
  right: 0; }
  .cart-preview .form,
  .cart-preview .form-field {
    padding: 0;
    margin: 0; }

#cart-preview-dropdown {
  min-width: 100%;
  top: 0 !important;
  position: relative !important;
  left: 0 !important;
  height: 100% !important; }

.cart-header-item {
  padding: 15px 25px; }

.banners a {
  text-decoration: underline; }

#consent-manager {
  width: calc(100% - 2rem);
  margin: 0 auto;
  bottom: 20px !important; }

.css-10z1g2q {
  background: linear-gradient(to bottom, #fff, #f3f3f3) !important;
  color: #232323 !important;
  border: none;
  border-radius: .375rem;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  padding: 20px 20px !important;
  padding-left: 20px !important; }

.css-1wn42nw button {
  text-transform: uppercase;
  font-weight: 700;
  color: #232323;
  border: 1px solid #CBCBCB;
  transition: .3s ease all; }
  .css-1wn42nw button:hover {
    background: #232323;
    border-color: #232323;
    color: #fff !important; }

.css-1wn42nw button:first-of-type {
  border-color: transparent; }
  .css-1wn42nw button:first-of-type:hover {
    background: transparent;
    border-color: #CBCBCB !important;
    color: #232323 !important; }

.css-1wn42nw button:last-of-type {
  background: #15803d;
  border-color: #166534;
  color: #fff; }
  .css-1wn42nw button:last-of-type:hover {
    background: #16a34a;
    border-color: #15803d; }

.css-1k76mzs {
  color: #232323 !important; }

.css-zikcg4 {
  color: #232323 !important; }

.css-1353ifz {
  padding-bottom: 0 !important; }

.css-1s4cc41 {
  padding-top: 5px !important; }

.css-18uvdg2,
.css-1va7l79 th,
.css-1va7l79 td {
  color: #464646 !important; }

.css-1er9f2w {
  color: #232323 !important;
  text-transform: uppercase;
  font-weight: 700 !important; }

.css-rits9q button {
  text-transform: uppercase;
  font-weight: 700;
  color: #232323;
  border: 1px solid #CBCBCB;
  transition: .3s ease all; }
  .css-rits9q button:hover {
    background: #232323;
    border-color: #232323;
    color: #fff !important; }

.css-rits9q .css-3e0hge {
  background: #232323;
  border-color: #232323;
  color: #fff; }
  .css-rits9q .css-3e0hge:hover {
    background: #464646;
    border-color: #464646; }

#consent-manager-update-banner {
  background-color: #232323 !important; }
  @media (min-width: 1280px) {
    #consent-manager-update-banner {
      text-align: center; } }
  #consent-manager-update-banner a {
    color: #939393 !important;
    font-weight: 500;
    transition: .3s ease all; }
    #consent-manager-update-banner a:hover {
      color: #fff !important;
      cursor: pointer; }

@media (min-width: 1024px) {
  .featured-home .product:nth-of-type(5) {
    display: none; } }

.tabbed-nav {
  z-index: 1;
  position: relative; }
  @media (min-width: 768px) {
    .tabbed-nav {
      top: 5px; } }

.xt-feed .feed-wrapper {
  border-radius: .375rem;
  background: #F5F5F5;
  overflow: hidden; }

.feed-slider .splide__track {
  border-radius: .375rem; }

.feed-slider .splide__arrow {
  border-radius: 0.375rem;
  background: #fff;
  transition: .3s ease all;
  transform: initial;
  top: 10px; }
  .feed-slider .splide__arrow svg {
    fill: #232323;
    width: 15px;
    height: 15px; }

.feed-slider .splide__arrow--prev {
  left: 10px; }

.feed-slider .splide__arrow--next {
  right: 10px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
