/*
! tailwindcss v3.0.18 | 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: #e5e7eb; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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: #9ca3af; /* 2 */
}

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

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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:  ;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([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;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([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;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([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;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([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;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --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-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-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;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.validation-error {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.alert {
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.alert--error {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.alert--success {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-\[20px\] {
  top: 20px;
}
.right-0 {
  right: 0px;
}
.-top-\[25\%\] {
  top: -25%;
}
.-top-0 {
  top: -0px;
}
.-right-0 {
  right: -0px;
}
.left-0 {
  left: 0px;
}
.top-3 {
  top: 0.75rem;
}
.right-3 {
  right: 0.75rem;
}
.top-full {
  top: 100%;
}
.top-1\/2 {
  top: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-1\/2 {
  left: 50%;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.m-0 {
  margin: 0px;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.-mb-\[172px\] {
  margin-bottom: -172px;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.mr-8 {
  margin-right: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-9 {
  height: 2.25rem;
}
.h-5 {
  height: 1.25rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-\[50px\] {
  height: 50px;
}
.h-6 {
  height: 1.5rem;
}
.h-screen {
  height: 100vh;
}
.h-20 {
  height: 5rem;
}
.h-\[20px\] {
  height: 20px;
}
.h-4 {
  height: 1rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[16px\] {
  height: 16px;
}
.h-auto {
  height: auto;
}
.h-\[100px\] {
  height: 100px;
}
.h-11 {
  height: 2.75rem;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[18px\] {
  height: 18px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[664px\] {
  max-height: 664px;
}
.max-h-\[134px\] {
  max-height: 134px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-24 {
  width: 6rem;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.w-6 {
  width: 1.5rem;
}
.w-16 {
  width: 4rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[260px\] {
  width: 260px;
}
.w-1\/2 {
  width: 50%;
}
.w-4 {
  width: 1rem;
}
.w-32 {
  width: 8rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-20 {
  width: 5rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[86px\] {
  min-width: 86px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[675px\] {
  max-width: 675px;
}
.max-w-\[445px\] {
  max-width: 445px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[65ch\] {
  max-width: 65ch;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-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));
}
.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));
}
.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));
}
@-webkit-keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-end {
  place-items: end;
}
.place-items-center {
  place-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-7 {
  gap: 1.75rem;
}
.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-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-card {
  border-radius: 10px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-b-card {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[\#F5F5F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-divider {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-t-divider {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.border-t-\[\#2f3234\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(47 50 52 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(61 163 76 / var(--tw-bg-opacity));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(70 73 77 / var(--tw-bg-opacity));
}
.bg-\[\#56595d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(86 89 93 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(242 86 86 / var(--tw-bg-opacity));
}
.bg-\[\#E6F3E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 243 232 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-6 {
  padding: 1.5rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-droid {
  font-family: droid serif, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.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-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-tight {
  line-height: 1.25;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-loose {
  line-height: 2;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-heading {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-text {
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(61 163 76 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-mute {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(242 86 86 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-\[\#CFD1D4\] {
  --tw-text-opacity: 1;
  color: rgb(207 209 212 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.text-\[\#2f3133\] {
  --tw-text-opacity: 1;
  color: rgb(47 49 51 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-card {
  --tw-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 2px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-dropdown {
  --tw-shadow: 1px 2px 10px rgb(0 0 0 / 50%);
  --tw-shadow-colored: 1px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-gray-300 {
  outline-color: #d1d5db;
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

@-webkit-keyframes content-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes content-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes content-out {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes content-out {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.c-header {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 999;
  border-bottom-width: 1px;
}
@media (min-width: 949px) {

  .c-header {
    position: static;
  }
}
.c-header__main {
  height: 70px;
}
@media (min-width: 949px) {
  .c-header__main {
    height: 100px;
  }
}
.c-header__logo {
  width: 160px;
}
@media (min-width: 949px) {
  .c-header__logo {
    width: 250px;
  }
}

.c-desktop-service-navigation {
  background-color: #F8F8F8;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
}
.c-desktop-service-navigation__item {
  padding: 0 15px;
}
.c-desktop-service-navigation__title {
  color: #46494D;
  font-size: 11px;
  text-transform: uppercase;
}
.c-desktop-service-navigation__title-container {
  padding: 0 15px 10px 15px;
}
.c-desktop-service-navigation__arrow {
  color: #46494D;
  font-size: 5px;
}

.c-desktop-list-item {
  transition: background-color 0.2s ease-in-out;
  border-left: 1px solid #6AB074;
}
.c-desktop-list-item:last-child {
  border-right: 1px solid #6ab074;
}
.c-desktop-list-item.active, .c-desktop-list-item:hover {
  background-color: #2F953E;
}

.c-mobile-menu {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  border-top: 1px solid #E6E6E6;
  overflow-y: auto;
  scroll-behavior: smooth;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
  opacity: 0;
}
.c-mobile-menu.active {
  opacity: 1;
  transform: translateX(0);
}

.c-desktop-cart {
  background-color: #F8F8F8;
}
.c-desktop-cart__image {
  padding: 0 8px;
}
.c-desktop-cart__btn {
  color: white;
  padding: 15px;
  background-color: #E65255;
  line-height: 1;
  border-radius: 0 5px 5px 0;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
.c-desktop-cart__btn span {
  font-weight: 900;
  font-size: 16px;
}
.c-desktop-cart__item {
  display: flex;
  align-items: center;
  line-height: 1.25;
}
.c-desktop-cart__items {
  padding-right: 30px;
}
.c-desktop-cart__label {
  width: 30px;
  font-size: 10px;
  font-weight: 300;
  color: #46494D;
  margin-left: 4px;
}
.c-desktop-cart__value {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  width: 62px;
  color: #333;
}
.c-desktop-cart__value--red {
  color: #e65255;
}

.c-desktop-cart {
  background-color: #F8F8F8;
}
.c-desktop-cart__image {
  padding: 0 8px;
}
.c-desktop-cart__btn {
  color: white;
  padding: 15px;
  background-color: #E65255;
  line-height: 1;
  border-radius: 0 5px 5px 0;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
.c-desktop-cart__btn span {
  font-weight: 900;
  font-size: 16px;
}
.c-desktop-cart__item {
  display: flex;
  align-items: center;
  line-height: 1.25;
}
.c-desktop-cart__items {
  padding-right: 30px;
}
.c-desktop-cart__label {
  width: 30px;
  font-size: 10px;
  font-weight: 300;
  color: #46494D;
  margin-left: 4px;
}
.c-desktop-cart__value {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  width: 62px;
  color: #333;
}
.c-desktop-cart__value--red {
  color: #e65255;
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(61 163 76 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: transform 0.2s ease-in-out;
  min-height: 2.5rem;
}
.c-btn:before {
  content: "";
  background-color: white;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}
.c-btn:hover:before {
  opacity: 0.2;
}
.c-btn--error {
  pointer-events: none;
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(242 86 86 / var(--tw-bg-opacity));
}
.c-btn:active {
  transform: translateY(1px);
}
.c-btn--block {
  width: 100%;
}
.c-btn--icon {
  min-height: 0px;
  padding: 0.5rem;
}
.c-btn--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.c-btn--small {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.c-btn--wizard {
  height: 50px;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  font-weight: 400;
}
.c-btn--outlined {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(61 163 76 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(61 163 76 / var(--tw-text-opacity));
}
.c-btn--outlined.c-btn--wizard {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.c-btn.hidden {
  display: none;
}
.c-btn--bodega {
  border-radius: 20px;
  display: block;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(70 73 77 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-search-filter {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  flex-shrink: 0;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  opacity: 0;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  top: 70px;
  z-index: 888;
}
@media (min-width: 949px) {
  .c-search-filter {
    position: static;
  }
  .c-search-filter {
    margin-top: 2.5rem;
  }
  .c-search-filter {
    width: 260px;
  }
  .c-search-filter {
    transform: none;
  }
  .c-search-filter {
    border-radius: 10px;
  }
  .c-search-filter {
    opacity: 1;
  }
  .c-search-filter {
    --tw-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 2px 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);
  }
  .c-search-filter {
    transition-property: none;
  }
}
.c-search-filter.open {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.c-search-filter__header {
  position: absolute;
  top: 0.75rem;
  left: 1.5rem;
  right: 1.5rem;
}
@media (min-width: 949px) {
  .c-search-filter__header {
    position: static;
  }
}
.c-search-filter__main {
  position: absolute;
  top: 4rem;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow-y: auto;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(246 246 246 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 949px) {
  .c-search-filter__main {
    position: static;
  }
  .c-search-filter__main {
    padding-left: 0px;
    padding-right: 0px;
  }
  .c-search-filter__main {
    padding-bottom: 0px;
  }
}

.c-step-wizard {
  position: relative;
}
.c-step-wizard-progress {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.c-step-wizard-progress__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}
.c-step-wizard-progress__item:not(:last-child):before, .c-step-wizard-progress__item:not(:last-child):after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: red;
  top: 19px;
  z-index: -1;
  left: 50%;
}
.c-step-wizard-progress__item:not(:last-child):before {
  background-color: #B9BAB9;
  width: 100%;
}
.c-step-wizard-progress__item:not(:last-child):after {
  background-color: #171717;
  width: 0;
  transition: width 0.3s ease-in-out;
}
.c-step-wizard-progress__item.active .c-step-wizard-progress__label, .c-step-wizard-progress__item.completed .c-step-wizard-progress__label {
  color: #171717;
}
.c-step-wizard-progress__item.active .c-step-wizard-progress__number {
  background-color: #FFF;
  border-color: #171717;
  color: #171717;
}
.c-step-wizard-progress__item.completed .c-step-wizard-progress__number {
  background-color: #171717;
  border-color: #171717;
  color: #FFF;
}
.c-step-wizard-progress__item.completed:after {
  width: 100%;
}
.c-step-wizard-progress__number {
  display: grid;
  place-items: center;
  font-weight: 600;
  height: 40px;
  width: 40px;
  background-color: #ECEDED;
  color: #333;
  border: 2px solid #B9BAB9;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 769px) {}
.c-step-wizard-progress__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.5rem;
  color: #757575;
  transition: color 0.2s ease-in-out;
  font-size: 14px;
  text-align: center;
  max-width: 100%;
  flex: 1;
}
@media (min-width: 769px) {}
.c-step-wizard-step {
  display: none;
}
.c-step-wizard-step.active {
  display: block;
}
.c-step-wizard__items {
  margin-top: 1.25rem;
}
.c-step-wizard__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 769px) {

  .c-step-wizard__actions {
    flex-direction: row;
  }

  .c-step-wizard__actions {
    gap: 1.25rem;
  }
}
.c-step-wizard__actions button {
  max-width: 450px;
}

.c-product-tabs {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  --tw-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 2px 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);
}
@media (min-width: 1024px) {
  .c-product-tabs {
    flex-direction: row;
  }
}
.c-product-tabs__buttons {
  display: flex;
}
@media (min-width: 1024px) {
  .c-product-tabs__buttons {
    display: block;
  }
  .c-product-tabs__buttons {
    width: 300px;
  }
}
.c-product-tabs__button {
  display: grid;
  width: 100%;
  place-items: center;
  gap: 0.75rem;
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.c-product-tabs__button:first-child {
  border-top-left-radius: 10px;
}
.c-product-tabs__button:last-child {
  border-top-right-radius: 10px;
}
.c-product-tabs__button.active {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.c-product-tabs__button.active:after {
  --tw-bg-opacity: 1;
  background-color: rgb(61 163 76 / var(--tw-bg-opacity));
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.c-product-tabs__button.active:last-child:after {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (min-width: 1024px) {
  .c-product-tabs__button {
    height: 33.3%;
  }
  .c-product-tabs__button:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .c-product-tabs__button:first-child {
    border-style: none;
  }
  .c-product-tabs__button.active:after {
    left: 0;
    width: 5px;
    height: 100%;
  }
  .c-product-tabs__button.active:first-child:after {
    border-top-left-radius: 10px;
  }
  .c-product-tabs__button.active:last-child:after {
    border-bottom-left-radius: 10px;
  }
}
.c-product-tabs__container {
  position: relative;
  flex-grow: 1;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  height: 600px;
}
@media (min-width: 480px) {
  .c-product-tabs__container {
    height: 550px;
  }
}
@media (min-width: 667px) {
  .c-product-tabs__container {
    height: 400px;
  }
}
@media (min-width: 769px) {
  .c-product-tabs__container {
    height: 390px;
  }
}
@media (min-width: 1024px) {
  .c-product-tabs__container {
    flex-grow: 1;
  }
  .c-product-tabs__container {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .c-product-tabs__container {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .c-product-tabs__container {
    height: 370px;
  }
}
@media (min-width: 1080px) {
  .c-product-tabs__container {
    height: 350px;
  }
}
.c-product-tabs__content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.75rem;
  -webkit-animation: content-out 0.2s both;
          animation: content-out 0.2s both;
}
.c-product-tabs__content.active {
  -webkit-animation: content-in 0.2s 0.2s both;
          animation: content-in 0.2s 0.2s both;
}
@media (min-width: 1024px) {
  .c-product-tabs__content {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .c-product-tabs__content {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.c-product-rating__rating {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}

.c-product-rating__rating-0 {
  filter: grayscale(100%);
}

.c-product-rating__rating > input {
  display: none;
}

.c-product-rating__rating > label {
  cursor: pointer;
  width: 26px;
  height: 26px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.c-product-rating__rating > input:checked ~ label,
.c-product-rating__rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

@media (hover: hover) {
  .c-product-rating__rating > input:not(:checked) ~ label:hover,
.c-product-rating__rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  }
}
.c-tabs__label:not(.active):hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.c-tabs__label.active {
  --tw-border-opacity: 1;
  border-color: rgb(61 163 76 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(61 163 76 / var(--tw-text-opacity));
}
.c-tabs__tab {
  display: none;
}
.c-btn.c-tabs__tab {
  display: none;
}
.c-tabs__tab {
  -webkit-animation: content-out 0.2s both;
          animation: content-out 0.2s both;
}
.c-tabs__tab.active {
  display: block;
  -webkit-animation: content-in 0.2s 0.2s both;
          animation: content-in 0.2s 0.2s both;
}

.c-faq-question {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.c-faq-question.active .c-faq-question__question-container {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.c-faq-question.active .c-faq-question__answer {
  display: block;
}
.c-faq-question.active .c-faq-question__plus {
  display: none;
}
.c-btn.c-faq-question.active .c-faq-question__plus {
  display: none;
}
.c-faq-question.active .c-faq-question__minus {
  display: block;
}
.c-faq-question__question-container {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.c-faq-question__question-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.c-faq-question__answer {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.c-faq-question__answer :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.c-faq-question__answer :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.c-faq-question__answer :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.c-faq-question__answer :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.c-faq-question__answer :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.c-faq-question__answer :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.c-faq-question__answer :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.c-faq-question__answer :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.c-faq-question__answer :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.c-faq-question__answer :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.c-faq-question__answer :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.c-faq-question__answer :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.c-faq-question__answer :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.c-faq-question__answer :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.c-faq-question__answer :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.c-faq-question__answer :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.c-faq-question__answer :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.c-faq-question__answer :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.c-faq-question__answer :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.c-faq-question__answer :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.c-faq-question__answer :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.c-faq-question__answer :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.c-faq-question__answer :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.c-faq-question__answer :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.c-faq-question__answer :where(h1):not(:where([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;
}
.c-faq-question__answer :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.c-faq-question__answer :where(h2):not(:where([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;
}
.c-faq-question__answer :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.c-faq-question__answer :where(h3):not(:where([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;
}
.c-faq-question__answer :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.c-faq-question__answer :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.c-faq-question__answer :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.c-faq-question__answer :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.c-faq-question__answer :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.c-faq-question__answer :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.c-faq-question__answer :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.c-faq-question__answer :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.c-faq-question__answer :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.c-faq-question__answer :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.c-faq-question__answer :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.c-faq-question__answer :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.c-faq-question__answer :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.c-faq-question__answer :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.c-faq-question__answer :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.c-faq-question__answer :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.c-faq-question__answer :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.c-faq-question__answer :where(pre code):not(:where([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;
}
.c-faq-question__answer :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.c-faq-question__answer :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.c-faq-question__answer :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.c-faq-question__answer :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.c-faq-question__answer :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.c-faq-question__answer :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.c-faq-question__answer :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.c-faq-question__answer :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.c-faq-question__answer :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.c-faq-question__answer :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.c-faq-question__answer {
  --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-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-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;
}
.c-faq-question__answer :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.c-faq-question__answer :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.c-faq-question__answer :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.c-faq-question__answer :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.c-faq-question__answer :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.c-faq-question__answer :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.c-faq-question__answer :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.c-faq-question__answer :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.c-faq-question__answer :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.c-faq-question__answer :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.c-faq-question__answer :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.c-faq-question__answer :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.c-faq-question__answer :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.c-faq-question__answer :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.c-faq-question__answer :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.c-faq-question__answer :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.c-faq-question__answer :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.c-faq-question__answer :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.c-faq-question__answer :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.c-faq-question__answer :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.c-faq-question__answer :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.c-faq-question__answer :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.c-faq-question__answer {
  display: none;
  max-width: none;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.c-btn.c-faq-question__answer {
  display: none;
}
.c-faq-question__answer {
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
}
.c-faq-question__answer h1, .c-faq-question__answer h2, .c-faq-question__answer h3, .c-faq-question__answer h4 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.c-faq-question__answer h1 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.c-faq-question__answer h2 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.c-faq-question__answer h3 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.c-faq-question__answer h4 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.c-faq-question__answer a {
  word-break: break-word;
}
.c-faq-question__answer p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.c-faq-question__answer p:first-child {
  margin-top: 0px;
}
.c-faq-question__answer p:last-child {
  margin-bottom: 0px;
}
.c-faq-question__answer p {
  word-break: break-word;
}
.c-faq-question__answer li {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.c-faq-question__answer li::marker {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.c-faq-question__answer blockquote {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.c-faq-question__answer table td {
  vertical-align: middle;
}
.c-faq-question__minus {
  display: none;
}
.c-btn.c-faq-question__minus {
  display: none;
}

.p-checkout__sidebar:after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  background: #FAFAFA;
  z-index: -1;
  box-shadow: 0 -1px 0 #E1E1E1 inset;
}
@media (min-width: 1024px) {
  .p-checkout__sidebar:after {
    left: 0;
    background-position: left top;
    box-shadow: 1px 0 0 #E1E1E1 inset;
  }
}

.p-home__grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 667px) {
  .p-home__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .p-home__grid {
    grid-template-columns: 675px minmax(0, 1fr);
  }
}
.p-home-grid__campaigns {
  grid-column: 1/-1;
}
.p-home-grid__offers {
  margin-bottom: 2rem;
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .p-home-grid__offers {
    grid-column: auto;
    grid-row: 2/4;
  }
  .p-home-grid__offers {
    margin-bottom: 0px;
  }
}
.p-home-grid__service {
  order: 3;
}
@media (min-width: 667px) {
  .p-home-grid__service {
    order: 0;
  }
}
.p-home-grid__packages {
  grid-column: 1/-1;
  order: 2;
}
@media (min-width: 667px) {
  .p-home-grid__packages {
    order: 0;
  }
}
.p-home-grid__products {
  grid-column: 1/-1;
  margin-bottom: 2rem;
  order: 1;
}
@media (min-width: 667px) {
  .p-home-grid__products {
    order: 0;
  }
}
@media (min-width: 1024px) {
  .p-home-grid__products {
    margin-bottom: 0px;
  }
}
.p-home-grid__howto {
  grid-column: 1/-1;
  order: 4;
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-family: "Open Sans", sans-serif;
}
body.page-checkout main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0px;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.container--product {
  max-width: 949px;
}
.container--small {
  max-width: 800px;
}

.loadable {
  transition: opacity 0.2s ease-in-out;
}

.loading {
  opacity: 0.3;
  pointer-events: none;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 949px) {

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section:first-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 949px) {

  .section:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.section-space {
  padding-top: 3rem;
}
@media (min-width: 949px) {

  .section-space {
    padding-top: 3rem;
  }

  .section:last-child {
    padding-bottom: 5rem;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
.slick-slide img {
  margin: 0 auto;
}

.slick-slider.slick-dotted {
  margin-bottom: 0 !important;
}

.slick-dots {
  bottom: -30px !important;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px !important;
  color: #757575 !important;
}

.slick-prev {
  left: -45px !important;
}

.slick-next {
  right: -25px !important;
}

.prose {
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
}
.prose--mute p {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.prose--mute li {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
.prose h1, .prose h2, .prose h3, .prose h4 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.prose h1 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.prose h2 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.prose h3 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.prose h4 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.prose a {
  word-break: break-word;
}
.prose p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.prose p:first-child {
  margin-top: 0px;
}
.prose p:last-child {
  margin-bottom: 0px;
}
.prose p {
  word-break: break-word;
}
.prose li {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.prose li::marker {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.prose blockquote {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.prose table td {
  vertical-align: middle !important;
}

@media (min-width: 667px) {
  table.responsive {
    display: inline-table !important;
  }
  table.responsive thead tr:not(:first-child) {
    display: none;
  }
}
table.responsive td {
  display: flex;
  height: 56px;
  align-items: center;
  border-width: 1px;
  border-left-width: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 667px) {

  table.responsive td {
    display: table-cell;
  }

  table.responsive td {
    border-left-width: 0px;
    border-right-width: 0px;
  }
}
table.responsive td:not(:last-child) {
  border-bottom-width: 0px;
}
@media (min-width: 667px) {

  table.responsive td:not(:last-child) {
    border-bottom-width: 1px;
  }
}
table.responsive td:first-child {
  border-top-right-radius: 0.5rem;
}
@media (min-width: 667px) {

  table.responsive td:first-child {
    border-top-right-radius: 0px;
  }
}
table.responsive td:last-child {
  border-bottom-right-radius: 0.5rem;
}
@media (min-width: 667px) {

  table.responsive td:last-child {
    border-bottom-right-radius: 0px;
  }
}
table.responsive th {
  display: flex;
  height: 56px;
  align-items: center;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 667px) {

  table.responsive th {
    display: table-cell;
  }

  table.responsive th {
    border-left-width: 0px;
    border-right-width: 0px;
  }

  table.responsive th {
    border-top-width: 0px;
  }
}
table.responsive th:not(:last-child) {
  border-bottom-width: 0px;
}
table.responsive th:first-child {
  border-top-left-radius: 0.5rem;
}
@media (min-width: 667px) {

  table.responsive th:first-child {
    border-top-left-radius: 0px;
  }
}
table.responsive th:last-child {
  border-bottom-left-radius: 0.5rem;
}
@media (min-width: 667px) {

  table.responsive th:last-child {
    border-bottom-left-radius: 0px;
  }
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.first\:block:first-child {
  display: block;
}
.first\:rounded-t-lg:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.first\:border-none:first-child {
  border-style: none;
}
.first\:pl-1:first-child {
  padding-left: 0.25rem;
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:rounded-b-lg:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.last\:border-b:last-child {
  border-bottom-width: 1px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:border-none:last-child {
  border-style: none;
}
.last\:pr-0:last-child {
  padding-right: 0px;
}
.first-of-type\:border-t-0:first-of-type {
  border-top-width: 0px;
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}
.hover\:text-heading:hover {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(61 163 76 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-card:hover {
  --tw-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 2px 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);
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 375px) {

  .xs\:w-36 {
    width: 9rem;
  }

  .xs\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 480px) {

  .s\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

  .s\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (min-width: 667px) {

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table-row {
    display: table-row;
  }

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

  .sm\:w-40 {
    width: 10rem;
  }

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

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

  .sm\:flex-none {
    flex: none;
  }

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

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

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

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

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 769px) {

  .md\:relative {
    position: relative;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

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

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

  .md\:w-32 {
    width: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 949px) {

  .desktop\:static {
    position: static;
  }

  .desktop\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .desktop\:top-5 {
    top: 1.25rem;
  }

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

  .desktop\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

  .desktop\:block {
    display: block;
  }

  .desktop\:flex {
    display: flex;
  }

  .desktop\:hidden {
    display: none;
  }

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

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

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

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

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

  .desktop\:h-14 {
    height: 3.5rem;
  }

  .desktop\:h-4 {
    height: 1rem;
  }

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

  .desktop\:w-\[45\%\] {
    width: 45%;
  }

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

  .desktop\:w-28 {
    width: 7rem;
  }

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

  .desktop\:w-4 {
    width: 1rem;
  }

  .desktop\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

  .desktop\:gap-5 {
    gap: 1.25rem;
  }

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

  .desktop\:gap-3 {
    gap: 0.75rem;
  }

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

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

  .desktop\:self-start {
    align-self: flex-start;
  }

  .desktop\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .desktop\:border-none {
    border-style: none;
  }

  .desktop\:border-\[\#36373A\] {
    --tw-border-opacity: 1;
    border-color: rgb(54 55 58 / var(--tw-border-opacity));
  }

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

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

  .desktop\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

  .desktop\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

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

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

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

  .desktop\:pl-6 {
    padding-left: 1.5rem;
  }

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

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

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

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

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

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

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

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

  .desktop\:uppercase {
    text-transform: uppercase;
  }

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

  .desktop\:text-mute {
    --tw-text-opacity: 1;
    color: rgb(117 117 117 / var(--tw-text-opacity));
  }

  .group:hover .desktop\:group-hover\:block {
    display: block;
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:-mb-\[180px\] {
    margin-bottom: -180px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

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

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

  .lg\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

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

  .lg\:pl-8 {
    padding-left: 2rem;
  }

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

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

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

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

  .lg\:text-\[22px\] {
    font-size: 22px;
  }
}
@media (min-width: 1080px) {

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

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

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