@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900|Poppins:100,200,300,400,500,600,700,800,900&display=swap');


/* ! tailwindcss v3.4.3 | 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: #cacaca; /* 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: 'Poppins', system-ui, -apple-system, sans-serif; /* 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: #a4a4a4; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a4a4a4; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #919191;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #919191;
  opacity: 1;
}input::placeholder,textarea::placeholder{
  color: #919191;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}::-webkit-datetime-edit{
  display: inline-flex;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23919191' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #919191;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}@media (forced-colors: active) {[type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}*, ::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: 1320px){.container{
    max-width: 1320px;
  }
}
@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}
body{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
body :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
body :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
body :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
body :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
body :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
body :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
body :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
body :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
body :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
body :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
body :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
body :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
body :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
body :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
body :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
body :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
body :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
body :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
body :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
body :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
body :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
body :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
body :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
body :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
body :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
body :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
body :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
body :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
body :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
body :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
body :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
body :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
body :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
body :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
body :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
body :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
body :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
body :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
body :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
body :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
body :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
body :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
body :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
body :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
body :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
body :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
body :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
body :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
body :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
body :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
body :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
body :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
body{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
body :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
body :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
body :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
body :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
body :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
body :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
body :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
body :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
body :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
body :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
body :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
body :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
body :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
body :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
body :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
body :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
body :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
body :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
body :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
body :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
body :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
body :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
body :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
body :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
body{
  max-width: none;
  padding-top: 100px;
}
@media (min-width: 1024px){body{
    padding-top: 121px;
  }
}
@media (min-width: 1320px){body{
    padding-top: 153px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-x-2{
  left: 0.5rem;
  right: 0.5rem;
}
.inset-x-2\.5{
  left: 0.625rem;
  right: 0.625rem;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-12{
  bottom: -3rem;
}
.-bottom-8{
  bottom: -2rem;
}
.-left-3{
  left: -0.75rem;
}
.-left-7{
  left: -1.75rem;
}
.-top-0{
  top: -0px;
}
.-top-0\.5{
  top: -0.125rem;
}
.-top-12{
  top: -3rem;
}
.-top-20{
  top: -5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-2\.5{
  bottom: 0.625rem;
}
.bottom-28{
  bottom: 7rem;
}
.bottom-4{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-10{
  left: 2.5rem;
}
.left-2{
  left: 0.5rem;
}
.left-4{
  left: 1rem;
}
.right-0{
  right: 0px;
}
.right-1\/2{
  right: 50%;
}
.right-10{
  right: 2.5rem;
}
.right-12{
  right: 3rem;
}
.right-3{
  right: 0.75rem;
}
.right-36{
  right: 9rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-7{
  right: 1.75rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-24{
  top: 6rem;
}
.top-28{
  top: 7rem;
}
.top-3{
  top: 0.75rem;
}
.top-3\.5{
  top: 0.875rem;
}
.top-\[-52px\]{
  top: -52px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[1100\]{
  z-index: 1100;
}
.z-\[999\]{
  z-index: 999;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-ml-4{
  margin-left: -1rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mr-4{
  margin-right: -1rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.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;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-\[10vh\]{
  margin-top: 10vh;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.inline-grid{
  display: inline-grid;
}
.hidden{
  display: none;
}
.size-10{
  width: 2.5rem;
  height: 2.5rem;
}
.size-12{
  width: 3rem;
  height: 3rem;
}
.size-14{
  width: 3.5rem;
  height: 3.5rem;
}
.size-2{
  width: 0.5rem;
  height: 0.5rem;
}
.size-20{
  width: 5rem;
  height: 5rem;
}
.size-24{
  width: 6rem;
  height: 6rem;
}
.size-32{
  width: 8rem;
  height: 8rem;
}
.size-4{
  width: 1rem;
  height: 1rem;
}
.size-5{
  width: 1.25rem;
  height: 1.25rem;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.size-8{
  width: 2rem;
  height: 2rem;
}
.size-\[138px\]{
  width: 138px;
  height: 138px;
}
.h-0{
  height: 0px;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-2\/5{
  height: 40%;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-52{
  height: 13rem;
}
.h-6{
  height: 1.5rem;
}
.h-96{
  height: 24rem;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[185px\]{
  height: 185px;
}
.h-\[3px\]{
  height: 3px;
}
.h-auto{
  height: auto;
}
.h-dvh{
  height: 100dvh;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-10{
  max-height: 2.5rem;
}
.max-h-28{
  max-height: 7rem;
}
.max-h-44{
  max-height: 11rem;
}
.max-h-5{
  max-height: 1.25rem;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-72{
  max-height: 18rem;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.max-h-\[550px\]{
  max-height: 550px;
}
.max-h-\[80dvh\]{
  max-height: 80dvh;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-full{
  max-height: 100%;
}
.min-h-12{
  min-height: 3rem;
}
.min-h-5{
  min-height: 1.25rem;
}
.min-h-52{
  min-height: 13rem;
}
.min-h-6{
  min-height: 1.5rem;
}
.min-h-9{
  min-height: 2.25rem;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[256px\]{
  min-height: 256px;
}
.min-h-\[70vh\]{
  min-height: 70vh;
}
.min-h-\[85px\]{
  min-height: 85px;
}
.min-h-\[86px\]{
  min-height: 86px;
}
.min-h-\[87px\]{
  min-height: 87px;
}
.\!w-max{
  width: -moz-max-content !important;
  width: max-content !important;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-10\/12{
  width: 83.333333%;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-3{
  width: 0.75rem;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-6\/12{
  width: 50%;
}
.w-9\/12{
  width: 75%;
}
.w-\[152px\]{
  width: 152px;
}
.w-\[336px\]{
  width: 336px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.w-screen{
  width: 100vw;
}
.min-w-10{
  min-width: 2.5rem;
}
.min-w-12{
  min-width: 3rem;
}
.min-w-24{
  min-width: 6rem;
}
.min-w-28{
  min-width: 7rem;
}
.min-w-3{
  min-width: 0.75rem;
}
.min-w-4{
  min-width: 1rem;
}
.min-w-5{
  min-width: 1.25rem;
}
.min-w-6{
  min-width: 1.5rem;
}
.min-w-8{
  min-width: 2rem;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[87px\]{
  min-width: 87px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-1{
  max-width: 0.25rem;
}
.max-w-1\.5{
  max-width: 0.375rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-36{
  max-width: 9rem;
}
.max-w-40{
  max-width: 10rem;
}
.max-w-48{
  max-width: 12rem;
}
.max-w-52{
  max-width: 13rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-64{
  max-width: 16rem;
}
.max-w-72{
  max-width: 18rem;
}
.max-w-96{
  max-width: 24rem;
}
.max-w-\[2000px\]{
  max-width: 2000px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[340px\]{
  max-width: 340px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[90dvw\]{
  max-width: 90dvw;
}
.max-w-\[90vw\]{
  max-width: 90vw;
}
.max-w-full{
  max-width: 100%;
}
.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-screen-sm{
  max-width: 640px;
}
.max-w-screen-xl{
  max-width: 1320px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/4{
  --tw-translate-y: -25%;
  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-3\/4{
  --tw-translate-y: -75%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-10{
  --tw-translate-x: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-12{
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.cursor-grab{
  cursor: grab;
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-none{
  grid-template-columns: none;
}
.grid-cols-subgrid{
  grid-template-columns: subgrid;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-content-between{
  place-content: space-between;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-7{
  row-gap: 1.75rem;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-border > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-divide-opacity));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-8{
  border-width: 8px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-\[3px\]{
  border-left-width: 3px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-\[\#CCC\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#D3D3D3\]{
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
}
.border-\[\#D8D8D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(216 216 217 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-border{
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(202 202 202 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(145 145 145 / var(--tw-border-opacity));
}
.border-primary-200{
  --tw-border-opacity: 1;
  border-color: rgb(234 157 144 / var(--tw-border-opacity));
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(187 12 23 / var(--tw-border-opacity));
}
.border-secondary-500{
  --tw-border-opacity: 1;
  border-color: rgb(36 36 34 / var(--tw-border-opacity));
}
.border-secondary_background{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-tertiary_background{
  --tw-border-opacity: 1;
  border-color: rgb(251 251 251 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#ba0c17\]{
  --tw-bg-opacity: 1;
  background-color: rgb(186 12 23 / var(--tw-bg-opacity));
}
.bg-\[\#f3e7d8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 231 216 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-border{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(183 183 183 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(145 145 145 / var(--tw-bg-opacity));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-light_primary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(247 237 232 / var(--tw-bg-opacity));
}
.bg-light_primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(243 227 220 / var(--tw-bg-opacity));
}
.bg-light_secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(243 231 216 / var(--tw-bg-opacity));
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(187 12 23 / var(--tw-bg-opacity));
}
.bg-red_primary{
  --tw-bg-opacity: 1;
  background-color: rgb(177 0 0 / var(--tw-bg-opacity));
}
.bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 34 / var(--tw-bg-opacity));
}
.bg-secondary_background{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-tertiary_background{
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / 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-opacity-35{
  --tw-bg-opacity: 0.35;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#FF6770\]{
  --tw-gradient-from: #FF6770 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 103 112 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400{
  --tw-gradient-from: #ce4c3e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(206 76 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-50{
  --tw-gradient-from: #f6ebeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 235 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500{
  --tw-gradient-from: #bb0c17 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 12 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red_primary{
  --tw-gradient-from: #b10000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#B40000\]{
  --tw-gradient-to: #B40000 var(--tw-gradient-to-position);
}
.to-\[\#FF6770\]{
  --tw-gradient-to: #FF6770 var(--tw-gradient-to-position);
}
.to-\[primary-500\]{
  --tw-gradient-to: primary-500 var(--tw-gradient-to-position);
}
.to-primary-100{
  --tw-gradient-to: #f3c4bd var(--tw-gradient-to-position);
}
.to-primary-500{
  --tw-gradient-to: #bb0c17 var(--tw-gradient-to-position);
}
.to-red_primary{
  --tw-gradient-to: #b10000 var(--tw-gradient-to-position);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-\[15\%_center\]{
  -o-object-position: 15% center;
     object-position: 15% center;
}
.object-\[50\%_35\%\]{
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[10px\]{
  padding: 10px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-0\.5{
  padding-left: 0.125rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-1\.5{
  padding-right: 0.375rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[340px\]{
  padding-top: 340px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-Poppins{
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
}
.font-sans{
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
}
.text-10px{
  font-size: 0.625rem;
  line-height: 1rem;
}
.text-21px{
  font-size: 1.313rem;
  line-height: 1.5rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[46px\]{
  font-size: 46px;
}
.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;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[54px\]{
  line-height: 54px;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(187 12 23 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-secondary-500{
  --tw-text-opacity: 1;
  color: rgb(36 36 34 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.decoration-secondary-500{
  text-decoration-color: #242422;
}
.decoration-solid{
  text-decoration-style: solid;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.underline-offset-auto{
  text-underline-offset: auto;
}
.placeholder-secondary-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(36 36 34 / var(--tw-placeholder-opacity));
}
.placeholder-secondary-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(36 36 34 / var(--tw-placeholder-opacity));
}
.placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}
.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}
.opacity-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-\[0_0_6px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 6px 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-\[0_0_8px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0 8px 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-\[0_0_8px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 0 8px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 4px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_4px_\#0000001a\;\]{
  --tw-shadow: 0px 0px 4px #0000001a;;
  --tw-shadow-colored: 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_6px_0px_rgba\(0\2c _0\2c _0\2c _0\.15\)\]{
  --tw-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 0px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_8px_0px_rgba\(0\2c _0\2c _0\2c _0\.25\)\]{
  --tw-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-custom{
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-light{
  --tw-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 0px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-normal{
  --tw-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-secondary-500{
  --tw-shadow-color: #242422;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-0{
  outline-width: 0px;
}
.drop-shadow-\[0_0_8px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-drop-shadow: drop-shadow(0 0 8px rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


                    
/* Class styles components */                    

h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
}                    
body, html {
    min-height: 100vh;
}                    
.placeholder\:text-gray-300::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}                    
.placeholder\:text-gray-300::placeholder{
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}                    
.even\:bg-secondary_background:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}                    
.checked\:\!text-primary-500:checked{
  --tw-text-opacity: 1 !important;
  color: rgb(187 12 23 / var(--tw-text-opacity)) !important;
}                    
.hover\:-translate-y-1:hover{
  --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));
}                    
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}                    
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}                    
.hover\:cursor-pointer:hover{
  cursor: pointer;
}                    
.hover\:border-primary-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(246 235 235 / var(--tw-border-opacity));
}                    
.hover\:border-primary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(187 12 23 / var(--tw-border-opacity));
}                    
.hover\:border-secondary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(36 36 34 / var(--tw-border-opacity));
}                    
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}                    
.hover\:bg-background:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 211 215 / var(--tw-bg-opacity));
}                    
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}                    
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}                    
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity));
}                    
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(183 183 183 / var(--tw-bg-opacity));
}                    
.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(164 164 164 / var(--tw-bg-opacity));
}                    
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}                    
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}                    
.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 100 100 / var(--tw-bg-opacity));
}                    
.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}                    
.hover\:bg-light_primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 227 220 / var(--tw-bg-opacity));
}                    
.hover\:bg-primary-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(206 76 62 / var(--tw-bg-opacity));
}                    
.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 235 235 / var(--tw-bg-opacity));
}                    
.hover\:bg-primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(187 12 23 / var(--tw-bg-opacity));
}                    
.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(171 11 21 / var(--tw-bg-opacity));
}                    
.hover\:bg-primary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 10 19 / var(--tw-bg-opacity));
}                    
.hover\:bg-secondary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 34 / var(--tw-bg-opacity));
}                    
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}                    
.hover\:font-medium:hover{
  font-weight: 500;
}                    
.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(187 12 23 / var(--tw-text-opacity));
}                    
.hover\:text-secondary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(36 36 34 / var(--tw-text-opacity));
}                    
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}                    
.hover\:underline:hover{
  text-decoration-line: underline;
}                    
.hover\:shadow-\[0_0_8px_0_rgba\(0\2c 0\2c 0\2c 0\.10\)\]:hover{
  --tw-shadow: 0 0 8px 0 rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 0 8px 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);
}                    
.hover\:shadow-\[0px_0px_8px_0px_rgba\(0\2c _0\2c _0\2c _0\.25\)\]:hover{
  --tw-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}                    
.hover\:shadow-xl:hover{
  --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);
}                    
.focus\:border:focus{
  border-width: 1px;
}                    
.focus\:\!border-primary-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 12 23 / var(--tw-border-opacity)) !important;
}                    
.focus\:border-green-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}                    
.focus\:border-primary-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(187 12 23 / var(--tw-border-opacity));
}                    
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}                    
.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}                    
.focus\:ring-primary-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(222 118 102 / var(--tw-ring-opacity));
}                    
.active\:cursor-grabbing:active{
  cursor: grabbing;
}                    
.group:hover .group-hover\:-translate-y-10{
  --tw-translate-y: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}                    
.group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}                    
.group:hover .group-hover\:translate-x-7{
  --tw-translate-x: 1.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));
}                    
.group:hover .group-hover\:rotate-12{
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}                    
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}                    
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}                    
.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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\:stroke-primary-500{
  stroke: #bb0c17;
}                    
.group:hover .group-hover\:stroke-white{
  stroke: #fff;
}                    
.group:hover .group-hover\:font-medium{
  font-weight: 500;
}                    
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}                    
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}                    
.group:hover .group-hover\:grayscale-0{
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}                    
.peer:checked ~ .peer-checked\:border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(187 12 23 / var(--tw-border-opacity));
}                    
.peer:checked ~ .peer-checked\:bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(187 12 23 / var(--tw-bg-opacity));
}                    
.peer:checked ~ .peer-checked\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}                    
@media (min-width: 640px){.sm\:bottom-1\/2{
    bottom: 50%;
  }.sm\:right-0{
    right: 0px;
  }.sm\:right-16{
    right: 4rem;
  }.sm\:mb-0{
    margin-bottom: 0px;
  }.sm\:mb-10{
    margin-bottom: 2.5rem;
  }.sm\:mb-3{
    margin-bottom: 0.75rem;
  }.sm\:mr-3{
    margin-right: 0.75rem;
  }.sm\:flex{
    display: flex;
  }.sm\:size-16{
    width: 4rem;
    height: 4rem;
  }.sm\:size-\[185px\]{
    width: 185px;
    height: 185px;
  }.sm\:h-36{
    height: 9rem;
  }.sm\:h-72{
    height: 18rem;
  }.sm\:max-h-\[600px\]{
    max-height: 600px;
  }.sm\:w-full{
    width: 100%;
  }.sm\:max-w-48{
    max-width: 12rem;
  }.sm\:max-w-80{
    max-width: 20rem;
  }.sm\:max-w-96{
    max-width: 24rem;
  }.sm\:max-w-\[185px\]{
    max-width: 185px;
  }.sm\:max-w-\[80vw\]{
    max-width: 80vw;
  }.sm\:max-w-none{
    max-width: none;
  }.sm\:translate-y-1\/2{
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.sm\:flex-wrap{
    flex-wrap: wrap;
  }.sm\:items-start{
    align-items: flex-start;
  }.sm\:gap-4{
    gap: 1rem;
  }.sm\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }.sm\:gap-y-1{
    row-gap: 0.25rem;
  }.sm\:p-10{
    padding: 2.5rem;
  }.sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }.sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.sm\:pb-6{
    padding-bottom: 1.5rem;
  }.sm\:pt-10{
    padding-top: 2.5rem;
  }.sm\:text-left{
    text-align: left;
  }.sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }.sm\:leading-6{
    line-height: 1.5rem;
  }.sm\:leading-8{
    line-height: 2rem;
  }.group:hover .sm\:group-hover\:translate-x-3{
    --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));
  }
}                    
@media (min-width: 768px){.md\:block{
    display: block;
  }.md\:hidden{
    display: none;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.md\:overflow-x-visible{
    overflow-x: visible;
  }.md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}                    
@media (min-width: 1024px){.lg\:static{
    position: static;
  }.lg\:absolute{
    position: absolute;
  }.lg\:relative{
    position: relative;
  }.lg\:-bottom-16{
    bottom: -4rem;
  }.lg\:bottom-auto{
    bottom: auto;
  }.lg\:left-0{
    left: 0px;
  }.lg\:left-36{
    left: 9rem;
  }.lg\:right-44{
    right: 11rem;
  }.lg\:right-5{
    right: 1.25rem;
  }.lg\:right-6{
    right: 1.5rem;
  }.lg\:top-1\/2{
    top: 50%;
  }.lg\:top-4{
    top: 1rem;
  }.lg\:top-5{
    top: 1.25rem;
  }.lg\:top-6{
    top: 1.5rem;
  }.lg\:top-8{
    top: 2rem;
  }.lg\:z-0{
    z-index: 0;
  }.lg\:z-10{
    z-index: 10;
  }.lg\:z-20{
    z-index: 20;
  }.lg\:order-1{
    order: 1;
  }.lg\:order-2{
    order: 2;
  }.lg\:order-3{
    order: 3;
  }.lg\:col-span-4{
    grid-column: span 4 / span 4;
  }.lg\:col-span-8{
    grid-column: span 8 / span 8;
  }.lg\:row-span-2{
    grid-row: span 2 / span 2;
  }.lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }.lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.lg\:-mr-10{
    margin-right: -2.5rem;
  }.lg\:mb-0{
    margin-bottom: 0px;
  }.lg\:mb-10{
    margin-bottom: 2.5rem;
  }.lg\:mb-14{
    margin-bottom: 3.5rem;
  }.lg\:mb-2{
    margin-bottom: 0.5rem;
  }.lg\:mb-3{
    margin-bottom: 0.75rem;
  }.lg\:mb-4{
    margin-bottom: 1rem;
  }.lg\:mb-5{
    margin-bottom: 1.25rem;
  }.lg\:mb-6{
    margin-bottom: 1.5rem;
  }.lg\:mb-7{
    margin-bottom: 1.75rem;
  }.lg\:mb-8{
    margin-bottom: 2rem;
  }.lg\:mr-1{
    margin-right: 0.25rem;
  }.lg\:mt-0{
    margin-top: 0px;
  }.lg\:mt-10{
    margin-top: 2.5rem;
  }.lg\:mt-14{
    margin-top: 3.5rem;
  }.lg\:mt-20{
    margin-top: 5rem;
  }.lg\:mt-3{
    margin-top: 0.75rem;
  }.lg\:mt-4{
    margin-top: 1rem;
  }.lg\:mt-6{
    margin-top: 1.5rem;
  }.lg\:mt-7{
    margin-top: 1.75rem;
  }.lg\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }.lg\:block{
    display: block;
  }.lg\:inline-block{
    display: inline-block;
  }.lg\:flex{
    display: flex;
  }.lg\:grid{
    display: grid;
  }.lg\:\!hidden{
    display: none !important;
  }.lg\:hidden{
    display: none;
  }.lg\:size-10{
    width: 2.5rem;
    height: 2.5rem;
  }.lg\:size-20{
    width: 5rem;
    height: 5rem;
  }.lg\:size-32{
    width: 8rem;
    height: 8rem;
  }.lg\:size-8{
    width: 2rem;
    height: 2rem;
  }.lg\:size-\[135px\]{
    width: 135px;
    height: 135px;
  }.lg\:size-\[88px\]{
    width: 88px;
    height: 88px;
  }.lg\:h-12{
    height: 3rem;
  }.lg\:h-14{
    height: 3.5rem;
  }.lg\:h-28{
    height: 7rem;
  }.lg\:h-5{
    height: 1.25rem;
  }.lg\:h-56{
    height: 14rem;
  }.lg\:h-64{
    height: 16rem;
  }.lg\:h-\[230px\]{
    height: 230px;
  }.lg\:h-\[300px\]{
    height: 300px;
  }.lg\:h-\[430px\]{
    height: 430px;
  }.lg\:h-fit{
    height: -moz-fit-content;
    height: fit-content;
  }.lg\:h-full{
    height: 100%;
  }.lg\:max-h-60{
    max-height: 15rem;
  }.lg\:max-h-\[404px\]{
    max-height: 404px;
  }.lg\:max-h-\[430px\]{
    max-height: 430px;
  }.lg\:max-h-\[700px\]{
    max-height: 700px;
  }.lg\:max-h-none{
    max-height: none;
  }.lg\:min-h-16{
    min-height: 4rem;
  }.lg\:min-h-6{
    min-height: 1.5rem;
  }.lg\:min-h-\[168px\]{
    min-height: 168px;
  }.lg\:min-h-\[88px\]{
    min-height: 88px;
  }.lg\:min-h-\[90px\]{
    min-height: 90px;
  }.lg\:w-1\/2{
    width: 50%;
  }.lg\:w-1\/3{
    width: 33.333333%;
  }.lg\:w-2\/3{
    width: 66.666667%;
  }.lg\:w-2\/5{
    width: 40%;
  }.lg\:w-3\/12{
    width: 25%;
  }.lg\:w-3\/5{
    width: 60%;
  }.lg\:w-4\/12{
    width: 33.333333%;
  }.lg\:w-5{
    width: 1.25rem;
  }.lg\:w-5\/12{
    width: 41.666667%;
  }.lg\:w-52{
    width: 13rem;
  }.lg\:w-6\/12{
    width: 50%;
  }.lg\:w-64{
    width: 16rem;
  }.lg\:w-7\/12{
    width: 58.333333%;
  }.lg\:w-8\/12{
    width: 66.666667%;
  }.lg\:w-9\/12{
    width: 75%;
  }.lg\:w-\[22\%\]{
    width: 22%;
  }.lg\:w-\[400px\]{
    width: 400px;
  }.lg\:w-\[45\%\]{
    width: 45%;
  }.lg\:w-\[540px\]{
    width: 540px;
  }.lg\:w-\[78\%\]{
    width: 78%;
  }.lg\:w-full{
    width: 100%;
  }.lg\:min-w-10{
    min-width: 2.5rem;
  }.lg\:min-w-20{
    min-width: 5rem;
  }.lg\:min-w-6{
    min-width: 1.5rem;
  }.lg\:min-w-64{
    min-width: 16rem;
  }.lg\:min-w-96{
    min-width: 24rem;
  }.lg\:min-w-\[135px\]{
    min-width: 135px;
  }.lg\:max-w-44{
    max-width: 11rem;
  }.lg\:max-w-56{
    max-width: 14rem;
  }.lg\:max-w-60{
    max-width: 15rem;
  }.lg\:max-w-64{
    max-width: 16rem;
  }.lg\:max-w-72{
    max-width: 18rem;
  }.lg\:max-w-96{
    max-width: 24rem;
  }.lg\:max-w-\[70dvw\]{
    max-width: 70dvw;
  }.lg\:max-w-\[900px\]{
    max-width: 900px;
  }.lg\:max-w-full{
    max-width: 100%;
  }.lg\:max-w-max{
    max-width: -moz-max-content;
    max-width: max-content;
  }.lg\:max-w-none{
    max-width: none;
  }.lg\:max-w-sm{
    max-width: 24rem;
  }.lg\:max-w-xs{
    max-width: 20rem;
  }.lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\: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));
  }.lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }.lg\:flex-col{
    flex-direction: column;
  }.lg\:flex-wrap{
    flex-wrap: wrap;
  }.lg\:items-start{
    align-items: flex-start;
  }.lg\:items-end{
    align-items: flex-end;
  }.lg\:items-center{
    align-items: center;
  }.lg\:items-stretch{
    align-items: stretch;
  }.lg\:justify-end{
    justify-content: flex-end;
  }.lg\:justify-center{
    justify-content: center;
  }.lg\:justify-between{
    justify-content: space-between;
  }.lg\:gap-0{
    gap: 0px;
  }.lg\:gap-10{
    gap: 2.5rem;
  }.lg\:gap-14{
    gap: 3.5rem;
  }.lg\:gap-16{
    gap: 4rem;
  }.lg\:gap-2{
    gap: 0.5rem;
  }.lg\:gap-3{
    gap: 0.75rem;
  }.lg\:gap-4{
    gap: 1rem;
  }.lg\:gap-5{
    gap: 1.25rem;
  }.lg\:gap-6{
    gap: 1.5rem;
  }.lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }.lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }.lg\:overflow-visible{
    overflow: visible;
  }.lg\:text-nowrap{
    text-wrap: nowrap;
  }.lg\:rounded-lg{
    border-radius: 0.5rem;
  }.lg\:rounded-none{
    border-radius: 0px;
  }.lg\:rounded-sm{
    border-radius: 0.125rem;
  }.lg\:border-b{
    border-bottom-width: 1px;
  }.lg\:border-b-0{
    border-bottom-width: 0px;
  }.lg\:border-l-0{
    border-left-width: 0px;
  }.lg\:border-r-0{
    border-right-width: 0px;
  }.lg\:border-t-0{
    border-top-width: 0px;
  }.lg\:border-solid{
    border-style: solid;
  }.lg\:border-border{
    --tw-border-opacity: 1;
    border-color: rgb(233 233 233 / var(--tw-border-opacity));
  }.lg\:bg-transparent{
    background-color: transparent;
  }.lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }.lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }.lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }.lg\:object-\[1\%_center\]{
    -o-object-position: 1% center;
       object-position: 1% center;
  }.lg\:object-\[10\%_center\]{
    -o-object-position: 10% center;
       object-position: 10% center;
  }.lg\:object-\[11\%_center\]{
    -o-object-position: 11% center;
       object-position: 11% center;
  }.lg\:object-\[12\%_center\]{
    -o-object-position: 12% center;
       object-position: 12% center;
  }.lg\:object-\[13\%_center\]{
    -o-object-position: 13% center;
       object-position: 13% center;
  }.lg\:object-\[15\%_center\]{
    -o-object-position: 15% center;
       object-position: 15% center;
  }.lg\:object-\[17\%_center\]{
    -o-object-position: 17% center;
       object-position: 17% center;
  }.lg\:p-0{
    padding: 0px;
  }.lg\:p-4{
    padding: 1rem;
  }.lg\:p-5{
    padding: 1.25rem;
  }.lg\:p-6{
    padding: 1.5rem;
  }.lg\:p-7{
    padding: 1.75rem;
  }.lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }.lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }.lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }.lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }.lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }.lg\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }.lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }.lg\:pb-0{
    padding-bottom: 0px;
  }.lg\:pb-10{
    padding-bottom: 2.5rem;
  }.lg\:pb-14{
    padding-bottom: 3.5rem;
  }.lg\:pb-16{
    padding-bottom: 4rem;
  }.lg\:pb-20{
    padding-bottom: 5rem;
  }.lg\:pb-24{
    padding-bottom: 6rem;
  }.lg\:pb-28{
    padding-bottom: 7rem;
  }.lg\:pb-4{
    padding-bottom: 1rem;
  }.lg\:pb-5{
    padding-bottom: 1.25rem;
  }.lg\:pb-6{
    padding-bottom: 1.5rem;
  }.lg\:pb-7{
    padding-bottom: 1.75rem;
  }.lg\:pb-8{
    padding-bottom: 2rem;
  }.lg\:pl-10{
    padding-left: 2.5rem;
  }.lg\:pl-16{
    padding-left: 4rem;
  }.lg\:pr-0{
    padding-right: 0px;
  }.lg\:pr-14{
    padding-right: 3.5rem;
  }.lg\:pr-2{
    padding-right: 0.5rem;
  }.lg\:pr-3{
    padding-right: 0.75rem;
  }.lg\:pt-0{
    padding-top: 0px;
  }.lg\:pt-10{
    padding-top: 2.5rem;
  }.lg\:pt-11{
    padding-top: 2.75rem;
  }.lg\:pt-14{
    padding-top: 3.5rem;
  }.lg\:pt-16{
    padding-top: 4rem;
  }.lg\:pt-20{
    padding-top: 5rem;
  }.lg\:pt-28{
    padding-top: 7rem;
  }.lg\:pt-4{
    padding-top: 1rem;
  }.lg\:pt-40{
    padding-top: 10rem;
  }.lg\:pt-5{
    padding-top: 1.25rem;
  }.lg\:pt-8{
    padding-top: 2rem;
  }.lg\:text-left{
    text-align: left;
  }.lg\:text-center{
    text-align: center;
  }.lg\:\!text-\[45px\]{
    font-size: 45px !important;
  }.lg\:text-21px{
    font-size: 1.313rem;
    line-height: 1.5rem;
  }.lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }.lg\:text-\[22px\]{
    font-size: 22px;
  }.lg\:text-\[23px\]{
    font-size: 23px;
  }.lg\:text-\[25px\]{
    font-size: 25px;
  }.lg\:text-\[26px\]{
    font-size: 26px;
  }.lg\:text-\[32px\]{
    font-size: 32px;
  }.lg\:text-\[40px\]{
    font-size: 40px;
  }.lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }.lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }.lg\:font-semibold{
    font-weight: 600;
  }.lg\:leading-10{
    line-height: 2.5rem;
  }.lg\:leading-6{
    line-height: 1.5rem;
  }.lg\:leading-7{
    line-height: 1.75rem;
  }.lg\:leading-8{
    line-height: 2rem;
  }.lg\:leading-9{
    line-height: 2.25rem;
  }.lg\:leading-\[48px\]{
    line-height: 48px;
  }.lg\:leading-\[54px\]{
    line-height: 54px;
  }.lg\:leading-normal{
    line-height: 1.5;
  }.lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.lg\:hover\:shadow-normal:hover{
    --tw-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}                    
@media (min-width: 1320px){.xl\:static{
    position: static;
  }.xl\:left-3{
    left: 0.75rem;
  }.xl\:right-52{
    right: 13rem;
  }.xl\:top-36{
    top: 9rem;
  }.xl\:top-\[100px\]{
    top: 100px;
  }.xl\:ml-24{
    margin-left: 6rem;
  }.xl\:mr-0{
    margin-right: 0px;
  }.xl\:flex{
    display: flex;
  }.xl\:hidden{
    display: none;
  }.xl\:size-12{
    width: 3rem;
    height: 3rem;
  }.xl\:size-\[185px\]{
    width: 185px;
    height: 185px;
  }.xl\:h-40{
    height: 10rem;
  }.xl\:h-44{
    height: 11rem;
  }.xl\:h-\[346px\]{
    height: 346px;
  }.xl\:h-auto{
    height: auto;
  }.xl\:h-max{
    height: -moz-max-content;
    height: max-content;
  }.xl\:w-10\/12{
    width: 83.333333%;
  }.xl\:w-4\/12{
    width: 33.333333%;
  }.xl\:w-5\/12{
    width: 41.666667%;
  }.xl\:w-6\/12{
    width: 50%;
  }.xl\:w-7\/12{
    width: 58.333333%;
  }.xl\:w-8\/12{
    width: 66.666667%;
  }.xl\:w-\[\%\]{
    width: %;
  }.xl\:w-\[0\%\]{
    width: 0%;
  }.xl\:w-\[3\%\]{
    width: 3%;
  }.xl\:w-\[30\%\]{
    width: 30%;
  }.xl\:w-\[35\%\]{
    width: 35%;
  }.xl\:w-\[4\%\]{
    width: 4%;
  }.xl\:w-\[40\%\]{
    width: 40%;
  }.xl\:w-\[45\%\]{
    width: 45%;
  }.xl\:w-\[46\%\]{
    width: 46%;
  }.xl\:w-\[5\%\]{
    width: 5%;
  }.xl\:w-\[50\%\]{
    width: 50%;
  }.xl\:w-\[56\%\]{
    width: 56%;
  }.xl\:w-\[6\%\]{
    width: 6%;
  }.xl\:w-\[60\%\]{
    width: 60%;
  }.xl\:w-\[65\%\]{
    width: 65%;
  }.xl\:w-auto{
    width: auto;
  }.xl\:w-full{
    width: 100%;
  }.xl\:min-w-80{
    min-width: 20rem;
  }.xl\:max-w-none{
    max-width: none;
  }.xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.xl\:flex-row{
    flex-direction: row;
  }.xl\:items-center{
    align-items: center;
  }.xl\:justify-between{
    justify-content: space-between;
  }.xl\:gap-14{
    gap: 3.5rem;
  }.xl\:gap-16{
    gap: 4rem;
  }.xl\:gap-20{
    gap: 5rem;
  }.xl\:gap-28{
    gap: 7rem;
  }.xl\:gap-4{
    gap: 1rem;
  }.xl\:gap-6{
    gap: 1.5rem;
  }.xl\:overflow-visible{
    overflow: visible;
  }.xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }.xl\:border-b-4{
    border-bottom-width: 4px;
  }.xl\:border-solid{
    border-style: solid;
  }.xl\:border-transparent{
    border-color: transparent;
  }.xl\:p-4{
    padding: 1rem;
  }.xl\:p-6{
    padding: 1.5rem;
  }.xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }.xl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }.xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }.xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }.xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }.xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.xl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }.xl\:pb-10{
    padding-bottom: 2.5rem;
  }.xl\:pl-36{
    padding-left: 9rem;
  }.xl\:pl-4{
    padding-left: 1rem;
  }.xl\:pl-40{
    padding-left: 10rem;
  }.xl\:pr-0{
    padding-right: 0px;
  }.xl\:pt-10{
    padding-top: 2.5rem;
  }.xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.xl\:font-semibold{
    font-weight: 600;
  }.xl\:leading-7{
    line-height: 1.75rem;
  }.xl\: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);
  }.xl\:hover\:border-primary-500:hover{
    --tw-border-opacity: 1;
    border-color: rgb(187 12 23 / var(--tw-border-opacity));
  }
}                    
@media (min-width: 1536px){.\32xl\:-ml-11{
    margin-left: -2.75rem;
  }.\32xl\:-mr-11{
    margin-right: -2.75rem;
  }.\32xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}                    
.\[\&\>\:first-child\]\:col-span-2>:first-child{
  grid-column: span 2 / span 2;
}                    
@media (min-width: 1024px){.lg\:\[\&\>\:first-child\]\:col-span-1>:first-child{
    grid-column: span 1 / span 1;
  }
}
