/*
! tailwindcss v3.4.6 | 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: rgb(var(--color-gray-200) / 1);
  /* 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: rgb(var(--color-gray-400) / 1);
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: rgb(var(--color-gray-400) / 1);
  /* 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;
}

@font-face {
  font-family: 'Poppins';

  font-style: normal;

  font-weight: 400;

  src: url(/bundles/vwebpharmanexus/fonts/poppins/Poppins-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';

  font-style: normal;

  font-weight: 500;

  src: url(/bundles/vwebpharmanexus/fonts/poppins/Poppins-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';

  font-style: normal;

  font-weight: 600;

  src: url(/bundles/vwebpharmanexus/fonts/poppins/Poppins-SemiBold.ttf) format('truetype');
}

html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
  font-family: Poppins, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  scroll-padding-top: 12rem;
}

body {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-gray-50) / var(--tw-bg-opacity)) !important;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-gray-700) / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.75;
  }
}

body:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.h1 {
  font-size: 32px;
}

@media (min-width: 640px) {
  .h1 {
    font-size: 40px;
  }
}

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

@media (min-width: 640px) {
  .h2 {
    font-size: 32px;
  }
}

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

@media (min-width: 640px) {
  .h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

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

@media (min-width: 640px) {
  .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

.h6 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (min-width: 640px) {
  .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  text-wrap: balance;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
}

textarea {
  min-height: 10rem;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.btn {
  display: inline-flex;
  height: 3rem;
  align-items: center;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-brand {
  display: inline-flex;
  height: 3rem;
  align-items: center;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-600) / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  color: var(--contrast-brand-600);
}

.btn-brand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-700) / var(--tw-bg-opacity));
  color: var(--contrast-brand-700);
}

.btn-brand:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-900) / var(--tw-bg-opacity));
  color: var(--contrast-brand-900);
}

.btn-brand {
  &.btn-outline {
    outline-style: solid;
  }
  &.btn-outline {
    outline-width: 4px;
  }
  &.btn-outline {
    outline-color: rgb(255 255 255 / 0.25);
  }
}

.btn-accent {
  display: inline-flex;
  height: 3rem;
  align-items: center;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent-600) / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  color: var(--contrast-accent-600);
}

.btn-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent-700) / var(--tw-bg-opacity));
  color: var(--contrast-accent-700);
}

.btn-accent:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent-800) / var(--tw-bg-opacity));
  color: var(--contrast-accent-800);
}

.btn-accent {
  &.btn-outline {
    outline-style: solid;
  }
  &.btn-outline {
    outline-width: 4px;
  }
  &.btn-outline {
    outline-color: rgb(255 255 255 / 0.25);
  }
}

.btn-white {
  display: inline-flex;
  height: 3rem;
  align-items: center;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .btn-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-brand-200) / var(--tw-bg-opacity));
  }
}

.btn-link {
  display: inline-flex;
  height: 3rem;
  align-items: center;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
}

.btn-link:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-600) / var(--tw-text-opacity));
}

.btn-link:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-500) / var(--tw-text-opacity));
}

.btn-link:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-xs {
  height: 2rem;
}

.btn-sm {
  height: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-lg {
  height: 3.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* custom content styling (e.g. TinyMCE) */

.wysiwyg_content {
  a {
    white-space: nowrap;
  }
  a {
    border-bottom-width: 1px;
  }
  a {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-accent-600) / var(--tw-border-opacity));
  }
  a {
    font-weight: 500;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(var(--color-accent-600) / var(--tw-text-opacity));
  }
  a {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  a:hover {
    border-color: transparent;
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
  }
  a {
    &[target="_blank"]::after {
      content: '';
      float: none;
      margin-left: .125rem;
      display: inline-block;
      width: 1em;
      height: 1em;
      -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18%2014v4.833A1.166%201.166%200%200%201%2016.833%2020H5.167A1.167%201.167%200%200%201%204%2018.833V7.167A1.166%201.166%200%200%201%205.167%206h4.618m4.447-2H20v5.768m-7.889%202.121l7.778-7.778%22%2F%3E%3C%2Fsvg%3E") no-repeat;
              mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18%2014v4.833A1.166%201.166%200%200%201%2016.833%2020H5.167A1.167%201.167%200%200%201%204%2018.833V7.167A1.166%201.166%200%200%201%205.167%206h4.618m4.447-2H20v5.768m-7.889%202.121l7.778-7.778%22%2F%3E%3C%2Fsvg%3E") no-repeat;
      mask-size: contain;
      -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18%2014v4.833A1.166%201.166%200%200%201%2016.833%2020H5.167A1.167%201.167%200%200%201%204%2018.833V7.167A1.166%201.166%200%200%201%205.167%206h4.618m4.447-2H20v5.768m-7.889%202.121l7.778-7.778%22%2F%3E%3C%2Fsvg%3E") no-repeat;
      -webkit-mask-size: contain;
      background-color: currentColor;
    }
  }
  strong {
    font-weight: 600;
  }
  strong {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
  }
  p {
    margin-bottom: 1.5rem;
  }
  h1 {
    font-size: 32px;
  }
  @media (min-width: 640px) {
    h1 {
      font-size: 40px;
    }
  }
  h1 {
    text-wrap: balance;
  }
  h1 {
    font-weight: 600;
  }
  h1 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
  }
  h1 {
    margin-top: 3rem;
  }
  h1 {
    line-height: 1.25;
  }
  h1:first-child {
    margin-top: 0px;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  @media (min-width: 640px) {
    h2 {
      font-size: 32px;
    }
  }
  h2 {
    text-wrap: balance;
  }
  h2 {
    font-weight: 600;
  }
  h2 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
  }
  h2 {
    margin-top: 2rem;
  }
  h2 {
    margin-bottom: 1.25rem;
  }
  h2 {
    line-height: 1.25;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  @media (min-width: 640px) {
    h3 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  h3 {
    text-wrap: balance;
  }
  h3 {
    font-weight: 600;
  }
  h3 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
  }
  h3 {
    margin-top: 2rem;
  }
  h3 {
    margin-bottom: 0.625rem;
  }
  h3 {
    line-height: 1.25;
  }
  h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  @media (min-width: 640px) {
    h4 {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
  h4 {
    text-wrap: balance;
  }
  h4 {
    font-weight: 600;
  }
  h4 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
  }
  h4 {
    margin-top: 1rem;
  }
  h4 {
    margin-bottom: 0.5rem;
  }
  h4 {
    line-height: 1.25;
  }
  @media (min-width: 640px) {
    h5 {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
  h5 {
    text-wrap: balance;
  }
  h5 {
    font-weight: 600;
  }
  h5 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
  }
  h5 {
    margin-top: 1rem;
  }
  h5 {
    margin-bottom: 0.5rem;
  }
  h5 {
    line-height: 1.25;
  }
  h6 {
    font-size: 15px;
  }
  h6 {
    text-transform: uppercase;
  }
  h6 {
    letter-spacing: 5px;
  }
  @media (min-width: 640px) {
    h6 {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
  h6 {
    text-wrap: balance;
  }
  h6 {
    font-weight: 600;
  }
  h6 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
  }
  h6 {
    margin-top: 1rem;
  }
  h6 {
    margin-bottom: 0.5rem;
  }
  h6 {
    line-height: 1.25;
  }
  ul {
    margin-bottom: 1.5rem;
  }
  ul {
    list-style-position: outside;
  }
  ul {
    list-style-type: disc;
  }
  ul {
    padding-inline-start: 1.5rem;
  }
  ul *::marker {
    color: rgb(var(--color-brand-600) );
  }
  ul::marker {
    color: rgb(var(--color-brand-600) );
  }
  ol {
    margin-bottom: 1.5rem;
  }
  ol {
    list-style-position: outside;
  }
  ol {
    list-style-type: decimal;
  }
  ol {
    padding-inline-start: 1.5rem;
  }
  ol *::marker {
    color: rgb(var(--color-brand-600) );
  }
  ol::marker {
    color: rgb(var(--color-brand-600) );
  }
  li {
    margin-bottom: 0.5rem;
  }
  li {
    line-height: 1.375;
  }
  hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  hr {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gray-200) / var(--tw-border-opacity));
  }
}

.bg-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.-bottom-\[4\.5rem\] {
  bottom: -4.5rem;
}

.-top-9 {
  top: -2.25rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-\[calc\(50\%-1rem\)\] {
  left: calc(50% - 1rem);
}

.left-\[calc\(50\%-2\.25rem\)\] {
  left: calc(50% - 2.25rem);
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0px;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-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-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

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

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

.me-0\.5 {
  margin-inline-end: 0.125rem;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-1\.5 {
  margin-inline-end: 0.375rem;
}

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

.me-2\.5 {
  margin-inline-end: 0.625rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-6 {
  margin-inline-end: 1.5rem;
}

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

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

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

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

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

.ms-1\.5 {
  margin-inline-start: 0.375rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-auto {
  margin-inline-start: auto;
}

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

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

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

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

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

.mt-28 {
  margin-top: 7rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-\[-40px\] {
  margin-top: -40px;
}

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

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

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-\[3\.5rem\] {
  height: 3.5rem;
}

.h-\[3rem\] {
  height: 3rem;
}

.h-\[4\.5rem\] {
  height: 4.5rem;
}

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

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

.h-\[7\.5rem\] {
  height: 7.5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[3\.5rem\] {
  width: 3.5rem;
}

.w-\[3rem\] {
  width: 3rem;
}

.w-\[4\.5rem\] {
  width: 4.5rem;
}

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

.w-full {
  width: 100%;
}

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

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

.max-w-\[25rem\] {
  max-width: 25rem;
}

.max-w-\[calc\(100\%_-_2rem\)\] {
  max-width: calc(100% - 2rem);
}

.max-w-screen-md {
  max-width: 768px;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

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

.grow {
  flex-grow: 1;
}

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.scroll-pt-16 {
  scroll-padding-top: 4rem;
}

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

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.grid-cols-\[65\%_auto\] {
  grid-template-columns: 65% auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-y-2 {
  row-gap: 0.5rem;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.\!rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

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

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

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

.border-r {
  border-right-width: 1px;
}

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

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

.border-accent-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-accent-600) / var(--tw-border-opacity));
}

.border-brand-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-brand-200) / var(--tw-border-opacity));
}

.border-brand-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-brand-600) / var(--tw-border-opacity));
}

.border-brand-700 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-brand-700) / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-danger-700 {
  --tw-border-opacity: 1;
  border-color: rgb(201 9 51 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-gray-200) / var(--tw-border-opacity));
}

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

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-brand-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(var(--color-brand-900) / var(--tw-border-opacity));
}

.\!bg-brand-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-brand-100) / var(--tw-bg-opacity)) !important;
}

.\!bg-brand-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-brand-50) / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--color-gray-50) / var(--tw-bg-opacity)) !important;
}

.bg-\[\#4BBDCE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(75 189 206 / var(--tw-bg-opacity));
}

.bg-\[\#E5007A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 0 122 / var(--tw-bg-opacity));
}

.bg-accent-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent-200) / var(--tw-bg-opacity));
}

.bg-accent-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent-600) / var(--tw-bg-opacity));
}

.bg-brand-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-100) / var(--tw-bg-opacity));
}

.bg-brand-200\/50 {
  background-color: rgb(var(--color-brand-200) / 0.5);
}

.bg-brand-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-50) / var(--tw-bg-opacity));
}

.bg-brand-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-500) / var(--tw-bg-opacity));
}

.bg-brand-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-600) / var(--tw-bg-opacity));
}

.bg-brand-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-700) / var(--tw-bg-opacity));
}

.bg-brand-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-800) / var(--tw-bg-opacity));
}

.bg-brand-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-900) / var(--tw-bg-opacity));
}

.bg-gray-200\/0 {
  background-color: rgb(var(--color-gray-200) / 0);
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-gray-300) / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-gray-50) / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-gray-800) / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-gray-900) / var(--tw-bg-opacity));
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[url\(\'data\:image\/svg\+xml\2c \%3Csvg\%20xmlns\%3D\%22http\%3A\%2F\%2Fwww\.w3\.org\%2F2000\%2Fsvg\%22\%20width\%3D\%221\.5rem\%22\%20height\%3D\%221\.5rem\%22\%20viewBox\%3D\%220\%200\%2024\%2024\%22\%3E\%3Cpath\%20fill\%3D\%22\%23C90933\%22\%20d\%3D\%22M12\%2017q\.425\%200\%20\.713-\.288T13\%2016t-\.288-\.712T12\%2015t-\.712\.288T11\%2016t\.288\.713T12\%2017m-1-4h2V7h-2zm1\%209q-2\.075\%200-3\.9-\.788t-3\.175-2\.137T2\.788\%2015\.9T2\%2012t\.788-3\.9t2\.137-3\.175T8\.1\%202\.788T12\%202t3\.9\.788t3\.175\%202\.137T21\.213\%208\.1T22\%2012t-\.788\%203\.9t-2\.137\%203\.175t-3\.175\%202\.138T12\%2022m0-2q3\.35\%200\%205\.675-2\.325T20\%2012t-2\.325-5\.675T12\%204T6\.325\%206\.325T4\%2012t2\.325\%205\.675T12\%2020m0-8\%22\%2F\%3E\%3C\%2Fsvg\%3E\'\)\] {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221.5rem%22%20height%3D%221.5rem%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23C90933%22%20d%3D%22M12%2017q.425%200%20.713-.288T13%2016t-.288-.712T12%2015t-.712.288T11%2016t.288.713T12%2017m-1-4h2V7h-2zm1%209q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m0-2q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m0-8%22%2F%3E%3C%2Fsvg%3E');
}

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

.from-gray-800\/75 {
  --tw-gradient-from: rgb(var(--color-gray-800) / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-gray-800) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[200px\] {
  --tw-gradient-to-position: 200px;
}

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

.bg-\[calc\(100\%_-_0\.5rem\)_center\] {
  background-position: calc(100% - 0.5rem) center;
}

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.p-10 {
  padding: 2.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

.pb-20 {
  padding-bottom: 5rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

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

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

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

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

.pe-4 {
  padding-inline-end: 1rem;
}

.pe-8 {
  padding-inline-end: 2rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-6 {
  padding-inline-start: 1.5rem;
}

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

.pt-28 {
  padding-top: 7rem;
}

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[\.9375rem\] {
  font-size: .9375rem;
}

.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}

.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}

.text-\[0\.9em\] {
  font-size: 0.9em;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[6rem\] {
  font-size: 6rem;
}

.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.not-italic {
  font-style: normal;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-none {
  line-height: 1;
}

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

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[5px\] {
  letter-spacing: 5px;
}

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

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

.\!text-brand-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-brand-500) / var(--tw-text-opacity)) !important;
}

.text-accent-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-accent-500) / var(--tw-text-opacity));
}

.text-accent-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-accent-600) / var(--tw-text-opacity));
}

.text-accent-800 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-accent-800) / var(--tw-text-opacity));
}

.text-brand-200\/50 {
  color: rgb(var(--color-brand-200) / 0.5);
}

.text-brand-300 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-300) / var(--tw-text-opacity));
}

.text-brand-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-500) / var(--tw-text-opacity));
}

.text-brand-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-600) / var(--tw-text-opacity));
}

.text-brand-800 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-800) / var(--tw-text-opacity));
}

.text-brand-900 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
}

.text-danger-700 {
  --tw-text-opacity: 1;
  color: rgb(201 9 51 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-gray-400) / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-gray-500) / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-gray-600) / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-gray-700) / var(--tw-text-opacity));
}

.text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(21 164 82 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(var(--color-gray-600) / var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(var(--color-gray-600) / var(--tw-placeholder-opacity));
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-90 {
  opacity: 0.9;
}

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

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

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

.outline {
  outline-style: solid;
}

.outline-4 {
  outline-width: 4px;
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-brand-600\/20 {
  --tw-ring-color: rgb(var(--color-brand-600) / 0.2);
}

.ring-brand-600\/25 {
  --tw-ring-color: rgb(var(--color-brand-600) / 0.25);
}

.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-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[margin\] {
  transition-property: margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

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

.\@container {
  container-type: inline-size;
}

.text-contrast-\[accent-600\] {
  color: var(--contrast-accent-600);
}

.text-contrast-\[brand-600\] {
  color: var(--contrast-brand-600);
}

.requirement-indicator {
  --requirement-label: 'required';
  label.required::after {
    content: var(--requirement-label);
  }
  label.required::after {
    margin-inline-start: 0.75rem;
  }
  label.required::after {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  label.required::after {
    font-weight: 400;
  }
  label.required::after {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-600) / var(--tw-text-opacity));
  }
}

.optional-indicator {
  --optional-label: 'optional';
  label:not(.required):not(.no-indicator)::after {
    content: var(--optional-label);
  }
  label:not(.required):not(.no-indicator)::after {
    margin-inline-start: 0.75rem;
  }
  label:not(.required):not(.no-indicator)::after {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  label:not(.required):not(.no-indicator)::after {
    font-weight: 400;
  }
  label:not(.required):not(.no-indicator)::after {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-600) / var(--tw-text-opacity));
  }
}

@container (min-width: 48rem) {
  .\@3xl\:h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  @media (min-width: 640px) {
    .\@3xl\:h3 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

  .\@3xl\:h3 {
    text-wrap: balance;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
  }
}

.hover\:bg-instagram:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

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

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

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

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

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

.marker\:text-brand-600 *::marker {
  color: rgb(var(--color-brand-600) );
}

.marker\:text-brand-600::marker {
  color: rgb(var(--color-brand-600) );
}

.backdrop\:hidden::backdrop {
  display: none;
}

.backdrop\:bg-gray-200::backdrop {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-gray-200) / var(--tw-bg-opacity));
}

.backdrop\:opacity-0::backdrop {
  opacity: 0;
}

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

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-6::before {
  content: var(--tw-content);
  height: 1.5rem;
}

.before\:w-6::before {
  content: var(--tw-content);
  width: 1.5rem;
}

.before\:-translate-x-3::before {
  content: var(--tw-content);
  --tw-translate-x: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-y-3::before {
  content: var(--tw-content);
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:bg-brand-600::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-600) / var(--tw-bg-opacity));
}

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

.after\:-top-1::after {
  content: var(--tw-content);
  top: -0.25rem;
}

.after\:left-\[calc\(100\%\+8px\)\]::after {
  content: var(--tw-content);
  left: calc(100% + 8px);
}

.after\:h-8::after {
  content: var(--tw-content);
  height: 2rem;
}

.after\:w-8::after {
  content: var(--tw-content);
  width: 2rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-brand-600::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-600) / var(--tw-bg-opacity));
}

.after\:py-1::after {
  content: var(--tw-content);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.after\:text-center::after {
  content: var(--tw-content);
  text-align: center;
}

.after\:transition-transform::after {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.after\:content-\[url\(\'data\:image\/svg\+xml\2c \%3Csvg\%20xmlns\%3D\%22http\%3A\%2F\%2Fwww\.w3\.org\%2F2000\%2Fsvg\%22\%20width\%3D\%221\.5rem\%22\%20height\%3D\%221\.5rem\%22\%20viewBox\%3D\%220\%200\%2024\%2024\%22\%3E\%3Cpath\%20fill\%3D\%22\%23fff\%22\%20d\%3D\%22m14\%2018l-1\.4-1\.45L16\.15\%2013H4v-2h12\.15L12\.6\%207\.45L14\%206l6\%206z\%22\%2F\%3E\%3C\%2Fsvg\%3E\'\)\]::after {
  --tw-content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221.5rem%22%20height%3D%221.5rem%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m14%2018l-1.4-1.45L16.15%2013H4v-2h12.15L12.6%207.45L14%206l6%206z%22%2F%3E%3C%2Fsvg%3E');
  content: var(--tw-content);
}

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

.last\:me-0:last-child {
  margin-inline-end: 0px;
}

.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0px;
}

.last-of-type\:border-b-0:last-of-type {
  border-bottom-width: 0px;
}

.visited\:text-accent-700:visited {
  color: rgb(var(--color-accent-700) );
}

.open\:flex[open] {
  display: flex;
}

.checked\:border-brand-600:checked {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-brand-600) / var(--tw-border-opacity));
}

.checked\:bg-brand-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-600) / var(--tw-bg-opacity));
}

.checked\:bg-\[url\(\"data\:image\/svg\+xml\2c \%3Csvg\%20viewBox\%3D\%270\%200\%2020\%2020\%27\%20fill\%3D\%27\%23fff\%27\%20xmlns\%3D\%27http\%3A\%2F\%2Fwww\.w3\.org\%2F2000\%2Fsvg\%27\%3E\%3Ccircle\%20cx\%3D\%2710\%27\%20cy\%3D\%2710\%27\%20r\%3D\%274\%27\%20\%2F\%3E\%3C\%2Fsvg\%3E\"\)\]:checked {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20fill%3D%27%23fff%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Ccircle%20cx%3D%2710%27%20cy%3D%2710%27%20r%3D%274%27%20%2F%3E%3C%2Fsvg%3E");
}

.checked\:bg-\[url\(\'data\:image\/svg\+xml\2c \%3Csvg\%20xmlns\%3D\%22http\%3A\%2F\%2Fwww\.w3\.org\%2F2000\%2Fsvg\%22\%20width\%3D\%221em\%22\%20height\%3D\%221em\%22\%20viewBox\%3D\%220\%200\%2024\%2024\%22\%3E\%3Cpath\%20fill\%3D\%22\%23ffffff\%22\%20d\%3D\%22m9\.55\%2018l-5\.7-5\.7l1\.425-1\.425L9\.55\%2015\.15l9\.175-9\.175L20\.15\%207\.4z\%22\%2F\%3E\%3C\%2Fsvg\%3E\'\)\]:checked {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22m9.55%2018l-5.7-5.7l1.425-1.425L9.55%2015.15l9.175-9.175L20.15%207.4z%22%2F%3E%3C%2Fsvg%3E');
}

.hover\:bg-\[\#4267B2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity));
}

.hover\:bg-accent-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent-700) / var(--tw-bg-opacity));
}

.hover\:bg-brand-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-100) / var(--tw-bg-opacity));
}

.hover\:bg-brand-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-700) / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-gray-200) / var(--tw-bg-opacity));
}

.hover\:text-brand-500:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-500) / var(--tw-text-opacity));
}

.hover\:text-brand-600:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-600) / var(--tw-text-opacity));
}

.hover\:text-brand-900:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-gray-900) / var(--tw-text-opacity));
}

.hover\:text-contrast-\[accent-700\]:hover {
  color: var(--contrast-accent-700);
}

.hover\:text-contrast-\[brand-700\]:hover {
  color: var(--contrast-brand-700);
}

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

.focus\:ring-4: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-brand-600\/20:focus {
  --tw-ring-color: rgb(var(--color-brand-600) / 0.2);
}

.focus\:ring-danger-500\/20:focus {
  --tw-ring-color: rgb(254 53 83 / 0.2);
}

.focus\:ring-danger-700\/20:focus {
  --tw-ring-color: rgb(201 9 51 / 0.2);
}

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

.active\:bg-accent-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent-800) / var(--tw-bg-opacity));
}

.active\:bg-brand-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-brand-900) / var(--tw-bg-opacity));
}

.active\:text-contrast-\[accent-800\]:active {
  color: var(--contrast-accent-800);
}

.active\:text-contrast-\[brand-900\]:active {
  color: var(--contrast-brand-900);
}

.group:hover .group-hover\:ms-3 {
  margin-inline-start: 0.75rem;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-brand-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-600) / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-inherit {
  color: inherit;
}

.group:hover .after\:group-hover\:translate-x-1::after {
  content: var(--tw-content);
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@container (min-width: 24rem) {
  .\@sm\:items-center {
    align-items: center;
  }

  .\@sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

@container (min-width: 32rem) {
  .\@lg\:h-auto {
    height: auto;
  }

  .\@lg\:w-52 {
    width: 13rem;
  }

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

  .\@lg\:flex-row {
    flex-direction: row;
  }

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

  .\@lg\:pt-14 {
    padding-top: 3.5rem;
  }
}

@container (min-width: 36rem) {
  .\@xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@container (min-width: 48rem) {
  .\@3xl\:absolute {
    position: absolute;
  }

  .\@3xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\@3xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\@3xl\:block {
    display: block;
  }

  .\@3xl\:flex {
    display: flex;
  }

  .\@3xl\:hidden {
    display: none;
  }

  .\@3xl\:h-\[100px\] {
    height: 100px;
  }

  .\@3xl\:w-80 {
    width: 20rem;
  }

  .\@3xl\:max-w-none {
    max-width: none;
  }

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

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

  .\@3xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .\@3xl\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }

  .\@3xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\@3xl\:leading-7 {
    line-height: 1.75rem;
  }
}

@container (min-width: 80rem) {
  .\@7xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

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

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

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

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

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

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:me-0 {
    margin-inline-end: 0px;
  }

  .sm\:ms-0 {
    margin-inline-start: 0px;
  }

  .sm\:ms-auto {
    margin-inline-start: auto;
  }

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

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

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

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-\[3\.75rem\] {
    height: 3.75rem;
  }

  .sm\:h-\[4\.5rem\] {
    height: 4.5rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:w-\[3\.75rem\] {
    width: 3.75rem;
  }

  .sm\:w-\[4\.5rem\] {
    width: 4.5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

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

  .sm\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .sm\:grid-cols-\[240px_auto\] {
    grid-template-columns: 240px auto;
  }

  .sm\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .sm\:grid-cols-\[2fr_1fr_1fr\] {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .sm\:grid-cols-\[40\%_auto\] {
    grid-template-columns: 40% auto;
  }

  .sm\:grid-rows-\[auto_auto\] {
    grid-template-rows: auto auto;
  }

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

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

  .sm\:items-start {
    align-items: flex-start;
  }

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

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:rounded-e-lg {
    border-start-end-radius: 0.5rem;
    border-end-end-radius: 0.5rem;
  }

  .sm\:rounded-s-lg {
    border-start-start-radius: 0.5rem;
    border-end-start-radius: 0.5rem;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

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

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

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

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

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

  .sm\:p-9 {
    padding: 2.25rem;
  }

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

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

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .sm\:ps-0 {
    padding-inline-start: 0px;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

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

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

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

  .sm\:text-\[32px\] {
    font-size: 32px;
  }

  .sm\:text-\[40px\] {
    font-size: 40px;
  }

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

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

  .sm\:leading-\[1\.75\] {
    line-height: 1.75;
  }
}

@media (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .md\:me-1 {
    margin-inline-end: 0.25rem;
  }

  .md\:me-6 {
    margin-inline-end: 1.5rem;
  }

  .md\:ms-0 {
    margin-inline-start: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-\[4\.5rem\] {
    height: 4.5rem;
  }

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

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

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

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-96 {
    max-width: 24rem;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gray-50) / var(--tw-bg-opacity));
  }

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

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

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

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[8rem\] {
    font-size: 8rem;
  }

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

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-600) / var(--tw-text-opacity));
  }

  .md\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  @media (min-width: 640px) {
    .lg\:sm\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

  .lg\:static {
    position: static;
  }

  .lg\:relative {
    position: relative;
  }

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

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

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

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

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

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

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

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

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

  .lg\:mt-\[-40px\] {
    margin-top: -40px;
  }

  .lg\:mt-\[200px\] {
    margin-top: 200px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

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

  .lg\:w-12 {
    width: 3rem;
  }

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

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

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

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

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

  .lg\:grid-cols-\[auto_420px\] {
    grid-template-columns: auto 420px;
  }

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

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

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

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:ps-2 {
    padding-inline-start: 0.5rem;
  }

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

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

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

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

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

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

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

  .lg\:before\:right-1\/2::before {
    content: var(--tw-content);
    right: 50%;
  }

  .lg\:before\:-z-10::before {
    content: var(--tw-content);
    z-index: -10;
  }

  .lg\:before\:bg-brand-700::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-brand-700) / var(--tw-bg-opacity));
  }

  .lg\:hover\:border-accent-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-accent-600) / var(--tw-border-opacity));
  }

  .lg\:hover\:border-brand-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-brand-400) / var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:hover\:text-accent-600:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-accent-600) / var(--tw-text-opacity));
  }

  .lg\:hover\:text-brand-400:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-400) / var(--tw-text-opacity));
  }

  .lg\:hover\:text-brand-600:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-600) / var(--tw-text-opacity));
  }

  .lg\:hover\:text-brand-900:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-brand-900) / var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:left-2 {
    left: 0.5rem;
  }

  .group:hover .lg\:group-hover\:right-2 {
    right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1280px) {
  @media (min-width: 768px) {
    .xl\:md\:grid-cols-\[240px_auto\] {
      grid-template-columns: 240px auto;
    }

    .xl\:md\:grid-cols-\[40\%_auto\] {
      grid-template-columns: 40% auto;
    }
  }

  @media (min-width: 640px) {
    .xl\:sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

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

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:ms-auto {
    margin-inline-start: auto;
  }

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

  .xl\:mt-40 {
    margin-top: 10rem;
  }

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

  .xl\:block {
    display: block;
  }

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

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

  .xl\:grid-cols-\[auto_560px\] {
    grid-template-columns: auto 560px;
  }

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

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

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:rounded-e-lg {
    border-start-end-radius: 0.5rem;
    border-end-end-radius: 0.5rem;
  }

  .xl\:rounded-s-lg {
    border-start-start-radius: 0.5rem;
    border-end-start-radius: 0.5rem;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

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

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

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pe-0 {
    padding-inline-end: 0px;
  }

  .xl\:ps-0 {
    padding-inline-start: 0px;
  }

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

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

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

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

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

@media (min-width: 1536px) {
  .\32xl\:me-8 {
    margin-inline-end: 2rem;
  }
}

.dark\:border-danger-500:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(254 53 83 / var(--tw-border-opacity));
}

.dark\:border-gray-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-gray-600) / var(--tw-border-opacity));
}

.dark\:bg-gray-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-gray-700) / var(--tw-bg-opacity));
}

.dark\:bg-gray-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-gray-800) / var(--tw-bg-opacity));
}

.dark\:bg-gray-800\/0:where(.dark, .dark *) {
  background-color: rgb(var(--color-gray-800) / 0);
}

.dark\:bg-\[url\(data\:image\/svg\+xml\2c \%3Csvg\%20xmlns\%3D\%22http\%3A\%2F\%2Fwww\.w3\.org\%2F2000\%2Fsvg\%22\%20width\%3D\%221\.5rem\%22\%20height\%3D\%221\.5rem\%22\%20viewBox\%3D\%220\%200\%2024\%2024\%22\%3E\%3Cpath\%20fill\%3D\%22\%23fe3553\%22\%20d\%3D\%22M12\%2017q\.425\%200\%20\.713-\.288T13\%2016t-\.288-\.712T12\%2015t-\.712\.288T11\%2016t\.288\.713T12\%2017m-1-4h2V7h-2zm1\%209q-2\.075\%200-3\.9-\.788t-3\.175-2\.137T2\.788\%2015\.9T2\%2012t\.788-3\.9t2\.137-3\.175T8\.1\%202\.788T12\%202t3\.9\.788t3\.175\%202\.137T21\.213\%208\.1T22\%2012t-\.788\%203\.9t-2\.137\%203\.175t-3\.175\%202\.138T12\%2022m0-2q3\.35\%200\%205\.675-2\.325T20\%2012t-2\.325-5\.675T12\%204T6\.325\%206\.325T4\%2012t2\.325\%205\.675T12\%2020m0-8\%22\%2F\%3E\%3C\%2Fsvg\%3E\)\]:where(.dark, .dark *) {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221.5rem%22%20height%3D%221.5rem%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fe3553%22%20d%3D%22M12%2017q.425%200%20.713-.288T13%2016t-.288-.712T12%2015t-.712.288T11%2016t.288.713T12%2017m-1-4h2V7h-2zm1%209q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m0-2q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m0-8%22%2F%3E%3C%2Fsvg%3E);
}

.dark\:text-brand-200:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-200) / var(--tw-text-opacity));
}

.dark\:text-brand-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-brand-500) / var(--tw-text-opacity));
}

.dark\:text-danger-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 53 83 / var(--tw-text-opacity));
}

.dark\:text-gray-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-gray-700) / var(--tw-text-opacity));
}

.dark\:text-success-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(73 223 136 / var(--tw-text-opacity));
}

.dark\:text-white:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark\:placeholder-gray-400:where(.dark, .dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(var(--color-gray-400) / var(--tw-placeholder-opacity));
}

.dark\:placeholder-gray-400:where(.dark, .dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(var(--color-gray-400) / var(--tw-placeholder-opacity));
}

.dark\:backdrop\:bg-slate-600:where(.dark, .dark *)::backdrop {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-gray-600) / var(--tw-bg-opacity));
}

.dark\:hover\:text-white:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark\:focus\:border-blue-500:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.dark\:focus\:ring-blue-500:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

@media(max-width:1719px) {
  .\[\@media\(max-width\:1719px\)\]\:rounded-none {
    border-radius: 0px;
  }
}

@media(min-width:1720px) {
  .\[\@media\(min-width\:1720px\)\]\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\[\@media\(min-width\:1720px\)\]\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
