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

.dp ::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.17 | 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)
*/

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

.dp ::before,
.dp ::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
*/

.dp,
.dp :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.
*/

.dp {
  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.
*/

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

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

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

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

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

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

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

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

.dp b,
.dp 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.
*/

.dp code,
.dp kbd,
.dp samp,
.dp 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.
*/

.dp small {
  font-size: 80%;
}

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

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

.dp sub {
  bottom: -0.25em;
}

.dp 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.
*/

.dp 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.
*/

.dp button,
.dp input,
.dp optgroup,
.dp select,
.dp 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.
*/

.dp button,
.dp select {
  text-transform: none;
}

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

.dp button,
.dp input:where([type='button']),
.dp input:where([type='reset']),
.dp 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.
*/

.dp :-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)
*/

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

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

.dp progress {
  vertical-align: baseline;
}

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

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

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

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

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

.dp ::-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.
*/

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

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

.dp summary {
  display: list-item;
}

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

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

.dp fieldset {
  margin: 0;
  padding: 0;
}

.dp legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
.dp dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.dp 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.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.dp :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.
*/

.dp img,
.dp svg,
.dp video,
.dp canvas,
.dp audio,
.dp iframe,
.dp embed,
.dp 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)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
.dp [hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.dp .dp-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;
}
.dp .dp-pointer-events-none {
  pointer-events: none;
}
.dp .dp-fixed {
  position: fixed;
}
.dp .dp-absolute {
  position: absolute;
}
.dp .dp-relative {
  position: relative;
}
.dp .dp-inset-0 {
  inset: 0px;
}
.dp .dp-inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.dp .dp-bottom-0 {
  bottom: 0px;
}
.dp .dp-left-0 {
  left: 0px;
}
.dp .dp-right-0 {
  right: 0px;
}
.dp .dp-right-3 {
  right: 0.75rem;
}
.dp .dp-top-0 {
  top: 0px;
}
.dp .dp-top-3 {
  top: 0.75rem;
}
.dp .dp-z-10 {
  z-index: 10;
}
.dp .dp-col-span-full {
  grid-column: 1 / -1;
}
.dp .\!dp-mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.dp .-dp-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.dp .-dp-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.dp .dp-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.dp .dp-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.dp .dp-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.dp .-dp-mb-px {
  margin-bottom: -1px;
}
.dp .dp-mb-1 {
  margin-bottom: 0.25rem;
}
.dp .dp-mb-10 {
  margin-bottom: 2.5rem;
}
.dp .dp-mb-2 {
  margin-bottom: 0.5rem;
}
.dp .dp-mb-20 {
  margin-bottom: 5rem;
}
.dp .dp-mb-3 {
  margin-bottom: 0.75rem;
}
.dp .dp-mb-5 {
  margin-bottom: 1.25rem;
}
.dp .dp-ml-2 {
  margin-left: 0.5rem;
}
.dp .dp-ml-3 {
  margin-left: 0.75rem;
}
.dp .dp-mr-2 {
  margin-right: 0.5rem;
}
.dp .dp-mt-10 {
  margin-top: 2.5rem;
}
.dp .dp-mt-2 {
  margin-top: 0.5rem;
}
.dp .dp-mt-24 {
  margin-top: 6rem;
}
.dp .dp-mt-3 {
  margin-top: 0.75rem;
}
.dp .dp-mt-4 {
  margin-top: 1rem;
}
.dp .dp-mt-5 {
  margin-top: 1.25rem;
}
.dp .dp-line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.dp .dp-block {
  display: block;
}
.dp .dp-inline-block {
  display: inline-block;
}
.dp .dp-flex {
  display: flex;
}
.dp .dp-inline-flex {
  display: inline-flex;
}
.dp .dp-flow-root {
  display: flow-root;
}
.dp .dp-grid {
  display: grid;
}
.dp .dp-hidden {
  display: none;
}
.dp .dp-h-10 {
  height: 2.5rem;
}
.dp .dp-h-24 {
  height: 6rem;
}
.dp .dp-h-4 {
  height: 1rem;
}
.dp .dp-h-6 {
  height: 1.5rem;
}
.dp .dp-min-h-40 {
  min-height: 10rem;
}
.dp .dp-min-h-60 {
  min-height: 15rem;
}
.dp .dp-min-h-full {
  min-height: 100%;
}
.dp .dp-w-10 {
  width: 2.5rem;
}
.dp .dp-w-14 {
  width: 3.5rem;
}
.dp .dp-w-32 {
  width: 8rem;
}
.dp .dp-w-4 {
  width: 1rem;
}
.dp .dp-w-7 {
  width: 1.75rem;
}
.dp .dp-w-auto {
  width: auto;
}
.dp .dp-w-full {
  width: 100%;
}
.dp .dp-w-screen {
  width: 100vw;
}
.dp .dp-min-w-0 {
  min-width: 0px;
}
.dp .dp-min-w-full {
  min-width: 100%;
}
.dp .dp-flex-1 {
  flex: 1 1 0%;
}
.dp .dp-table-auto {
  table-layout: auto;
}
.dp .dp-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));
}
.dp .dp-cursor-pointer {
  cursor: pointer;
}
.dp .dp-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dp .dp-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.dp .dp-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dp .dp-flex-col {
  flex-direction: column;
}
.dp .dp-items-start {
  align-items: flex-start;
}
.dp .dp-items-end {
  align-items: flex-end;
}
.dp .dp-items-center {
  align-items: center;
}
.dp .dp-justify-end {
  justify-content: flex-end;
}
.dp .dp-justify-center {
  justify-content: center;
}
.dp .dp-justify-between {
  justify-content: space-between;
}
.dp .dp-justify-items-center {
  justify-items: center;
}
.dp .dp-gap-2 {
  gap: 0.5rem;
}
.dp .dp-gap-3 {
  gap: 0.75rem;
}
.dp .dp-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.dp .dp-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));
}
.dp .dp-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.dp .dp-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}
.dp .dp-overflow-hidden {
  overflow: hidden;
}
.dp .dp-overflow-x-auto {
  overflow-x: auto;
}
.dp .dp-overflow-y-auto {
  overflow-y: auto;
}
.dp .dp-whitespace-normal {
  white-space: normal;
}
.dp .dp-whitespace-nowrap {
  white-space: nowrap;
}
.dp .dp-rounded {
  border-radius: 0.25rem;
}
.dp .dp-rounded-lg {
  border-radius: 0.5rem;
}
.dp .dp-rounded-md {
  border-radius: 0.375rem;
}
.dp .dp-rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.dp .dp-border {
  border-width: 1px;
}
.dp .dp-border-0 {
  border-width: 0px;
}
.dp .dp-border-2 {
  border-width: 2px;
}
.dp .dp-border-b {
  border-bottom-width: 1px;
}
.dp .dp-border-t {
  border-top-width: 1px;
}
.dp .dp-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.dp .dp-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.dp .dp-border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.dp .dp-border-primary {
  border-color: var(--dp-color-primary);
}
.dp .dp-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.dp .dp-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.dp .dp-bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.dp .dp-bg-primary {
  background-color: var(--dp-color-primary);
}
.dp .dp-bg-secondary {
  background-color: var(--dp-color-secondary);
}
.dp .dp-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.dp .dp-bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.dp .dp-p-1 {
  padding: 0.25rem;
}
.dp .dp-p-1\.5 {
  padding: 0.375rem;
}
.dp .dp-p-2 {
  padding: 0.5rem;
}
.dp .dp-p-3 {
  padding: 0.75rem;
}
.dp .dp-p-4 {
  padding: 1rem;
}
.dp .dp-p-5 {
  padding: 1.25rem;
}
.dp .dp-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.dp .dp-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.dp .dp-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.dp .dp-px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.dp .dp-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.dp .dp-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dp .dp-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.dp .dp-py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.dp .dp-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.dp .dp-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.dp .dp-pb-4 {
  padding-bottom: 1rem;
}
.dp .dp-pl-3 {
  padding-left: 0.75rem;
}
.dp .dp-pr-10 {
  padding-right: 2.5rem;
}
.dp .dp-pr-3 {
  padding-right: 0.75rem;
}
.dp .dp-pr-4 {
  padding-right: 1rem;
}
.dp .dp-pt-5 {
  padding-top: 1.25rem;
}
.dp .dp-text-left {
  text-align: left;
}
.dp .dp-text-center {
  text-align: center;
}
.dp .dp-text-right {
  text-align: right;
}
.dp .dp-align-middle {
  vertical-align: middle;
}
.dp .dp-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.dp .dp-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.dp .dp-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.dp .dp-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.dp .dp-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.dp .dp-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.dp .dp-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.dp .dp-font-black {
  font-weight: 900;
}
.dp .dp-font-bold {
  font-weight: 700;
}
.dp .dp-font-medium {
  font-weight: 500;
}
.dp .dp-font-normal {
  font-weight: 400;
}
.dp .dp-font-semibold {
  font-weight: 600;
}
.dp .dp-leading-3 {
  line-height: .75rem;
}
.dp .dp-leading-6 {
  line-height: 1.5rem;
}
.dp .dp-leading-7 {
  line-height: 1.75rem;
}
.dp .dp-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dp .dp-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.dp .dp-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.dp .dp-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.dp .dp-text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.dp .dp-text-primary {
  color: var(--dp-color-primary);
}
.dp .dp-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dp .dp-underline {
  text-decoration-line: underline;
}
.dp .dp-underline-offset-2 {
  text-underline-offset: 2px;
}
.dp .dp-opacity-50 {
  opacity: 0.5;
}
.dp .dp-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dp .dp-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dp .dp-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);
}
.dp .dp-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dp .dp-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.dp .dp-ring-inset {
  --tw-ring-inset: inset;
}
.dp .dp-ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.dp .dp-ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}
.dp .dp-ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.dp .dp-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;
}
.dp .dp-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.dp .dp-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.dp {
  --svg: url('data:image/svg+xml,    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">  <path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"/>  </svg>');
  --chevronRight: url('data:image/svg+xml,    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512">    <path d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"/>    </svg>');
}

.dp a:hover {
  color: var(--dp-color-primary);
}

.dp .dp-rating-stars {
  background: url("../img/icons/star.svg") repeat;
  height: 14px;
  width: 79px;
}
.dp .dp-rating-stars.dp-stars-filled {
  background-image: none;
  -webkit-mask: var(--svg);
  mask: var(--svg);
  background-color: var(--dp-color-primary);
}

.dp .dp-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: var(--dp-color-primary);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.dp .dp-btn:hover {
  opacity: 0.8;
}

.dp .dp-btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--dp-color-primary);
}
.dp .dp-btn.dp-btn-loading {
  cursor: not-allowed;
  --tw-bg-opacity: 0.8;
}
.dp .dp-btn.dp-btn-loading:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.dp .dp-btn.dp-btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  --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);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.dp .m-dp-carousel {
  --swiper-theme-color: var(--dp-color-primary);
  --swiper-pagination-bottom: -30px;
}
.dp .m-dp-carousel .swiper-wrapper {
  height: auto;
}
.dp .m-dp-carousel .dp-navigation .dp-nav-btn {
  background-image: none;
  background-color: var(--dp-color-primary);
  -webkit-mask: var(--chevronRight);
  mask: var(--chevronRight);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-mask-size: 30%;
          mask-size: 30%;
}
.dp .m-dp-carousel .dp-navigation .dp-nav-btn.dp-nav-btn-prev {
  transform: rotate(180deg);
}
.dp .m-dp-carousel .dp-navigation .dp-nav-btn.swiper-button-disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}
.dp .placeholder\:dp-text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dp .placeholder\:dp-text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dp .hover\:dp-bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.dp .hover\:dp-underline:hover {
  text-decoration-line: underline;
}
.dp .hover\:dp-underline-offset-2:hover {
  text-underline-offset: 2px;
}
.dp .hover\:dp-opacity-100:hover {
  opacity: 1;
}
.dp .focus\:dp-border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.dp .focus\:dp-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dp .focus\:dp-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.dp .focus\:dp-ring-inset:focus {
  --tw-ring-inset: inset;
}
.dp .focus\:dp-ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.dp .focus\:dp-ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.dp .disabled\:dp-pointer-events-none:disabled {
  pointer-events: none;
}
.dp .disabled\:dp-opacity-50:disabled {
  opacity: 0.5;
}
@media (min-width: 640px) {

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

  .dp .sm\:dp-col-span-8 {
    grid-column: span 8 / span 8;
  }

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

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

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

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

  .dp .sm\:dp-block {
    display: block;
  }

  .dp .sm\:dp-flex {
    display: flex;
  }

  .dp .sm\:dp-hidden {
    display: none;
  }

  .dp .sm\:dp-w-1\/3 {
    width: 33.333333%;
  }

  .dp .sm\:dp-w-full {
    width: 100%;
  }

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

  .dp .sm\:dp-flex-1 {
    flex: 1 1 0%;
  }

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

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

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

  .dp .sm\:dp-justify-between {
    justify-content: space-between;
  }

  .dp .sm\:dp-gap-4 {
    gap: 1rem;
  }

  .dp .sm\:dp-rounded-lg {
    border-radius: 0.5rem;
  }

  .dp .sm\:dp-border-r-2 {
    border-right-width: 2px;
  }

  .dp .sm\:dp-p-0 {
    padding: 0px;
  }

  .dp .sm\:dp-p-4 {
    padding: 1rem;
  }

  .dp .sm\:dp-p-6 {
    padding: 1.5rem;
  }

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

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

  .dp .sm\:dp-pr-6 {
    padding-right: 1.5rem;
  }

  .dp .sm\:dp-text-center {
    text-align: center;
  }

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

  .dp .sm\:dp-leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .dp .lg\:-dp-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .dp .lg\:dp-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1536px) {

  .dp .\32xl\:dp-col-span-10 {
    grid-column: span 10 / span 10;
  }

  .dp .\32xl\:dp-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .dp .\32xl\:dp-w-2\/3 {
    width: 66.666667%;
  }
}
/*# sourceMappingURL=global.css.map */