/** Shopify CDN: Minification failed

Line 564:0 All "@import" rules must come first

**/
*, ::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:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

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

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/* Custom fonts */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html,
  body,
  main {
  font-family: 'Manrope', sans-serif, system-ui;
  font-size: 10px;
  /* 10px - this is setting the base for the site. */
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 35 37 / var(--tw-text-opacity, 1));
}

h1,
  .h1 {
  margin-bottom: 1.5rem;
  font-size: 64px !important;
  line-height: 72px !important;
}

@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 80px !important;
    line-height: 88px !important;
  }
}

h2,
  .h2 {
  margin-bottom: 1.5rem;
  font-size: 48px !important;
  line-height: 56px !important;
}

@media (min-width: 1280px) {
  h2,
  .h2 {
    font-size: 64px !important;
    line-height: 72px !important;
  }
}

h3,
  .h3 {
  margin-bottom: 1.5rem;
  font-size: 32px !important;
  line-height: 40px !important;
}

@media (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}

h4,
  .h4 {
  margin-bottom: 1.5rem;
  font-size: 24px !important;
  line-height: 32px !important;
}

@media (min-width: 1280px) {
  h4,
  .h4 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

h5,
  .h5 {
  margin-bottom: 1.5rem;
  font-size: 20px !important;
  line-height: 30px !important;
}

@media (min-width: 1280px) {
  h5,
  .h5 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

h6,
  .h6 {
  margin-bottom: 1.5rem;
  font-size: 16px !important;
  line-height: 26px !important;
}

@media (min-width: 1280px) {
  h6,
  .h6 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

p {
  margin-bottom: 1rem;
  font-size: 16px !important;
  line-height: 26px !important;
}

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

@media (min-width: 640px) {
  .tw-container {
    max-width: 640px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media (min-width: 990px) {
  .tw-container {
    max-width: 990px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media (min-width: 1280px) {
  .tw-container {
    max-width: 1280px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media (min-width: 1440px) {
  .tw-container {
    max-width: 1440px;
    padding-right: 12rem;
    padding-left: 12rem;
  }
}

@media (min-width: 1512px) {
  .tw-container {
    max-width: 1512px;
    padding-right: 10rem;
    padding-left: 10rem;
  }
}

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

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

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

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

.bg-primary-gradient {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #f46d2f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 109 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f8963a var(--tw-gradient-to-position);
}

.block-contact-form,
  .block-newsletter,
  #email-fields {
  .field {
    overflow: hidden;
  }
  .field {
    border-radius: 0.5rem;
  }
  .field {
    border-width: 1px;
  }
  .field {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }
  .field:hover {
    --tw-border-opacity: 1;
    border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }
  label {
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity, 1));
  }
}

.\!field:after {
  box-shadow: none !important;
}

.field:after {
  box-shadow: none !important;
}

.\!field:hover.\!field:after {
  box-shadow: none !important;
}

.field:hover.field:after {
  box-shadow: none !important;
}

.\!field:hover.\!field:after {
  box-shadow: none !important;
}

.field__input:focus {
  box-shadow: none !important;
}

article {
  h2,
    h3,
    h4,
    h5,
    h6 {
    margin-bottom: 2rem;
  }
  h2,
    h3,
    h4,
    h5,
    h6 {
    font-weight: 700;
  }
  @media (min-width: 1280px) {
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 3rem;
    }
  }
  h1,
    .h1 {
    margin-bottom: 1.5rem;
  }
  h1,
    .h1 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
  @media (min-width: 1280px) {
    h1,
    .h1 {
      font-size: 64px !important;
      line-height: 72px !important;
    }
  }
  h2,
    .h2 {
    margin-bottom: 1.5rem;
  }
  h2,
    .h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  @media (min-width: 1280px) {
    h2,
    .h2 {
      font-size: 48px !important;
      line-height: 56px !important;
    }
  }
  h3,
    .h3 {
    margin-bottom: 1.5rem;
  }
  h3,
    .h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  @media (min-width: 1280px) {
    h3,
    .h3 {
      font-size: 32px !important;
      line-height: 40px !important;
    }
  }
  h4,
    .h4 {
    margin-bottom: 1.5rem;
  }
  h4,
    .h4 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  h5,
    .h5 {
    margin-bottom: 1.5rem;
  }
  h5,
    .h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  @media (min-width: 1280px) {
    h5,
    .h5 {
      font-size: 24px !important;
      line-height: 32px !important;
    }
  }
  h6,
    .h6 {
    margin-bottom: 1.5rem;
  }
  h6,
    .h6 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  @media (min-width: 1280px) {
    h6,
    .h6 {
      font-size: 20px !important;
      line-height: 30px !important;
    }
  }
  p {
    margin-bottom: 2rem;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  @media (min-width: 1280px) {
    p {
      margin-bottom: 3rem;
    }
  }
  @media (min-width: 1280px) {
    p {
      font-size: 20px !important;
      line-height: 30px !important;
    }
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(239 129 19 / var(--tw-text-opacity, 1));
  }
  a {
    text-decoration-line: underline;
  }
  a {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a {
    transition-duration: 300ms;
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity, 1));
  }
  a:hover {
    text-decoration-color: #27272a;
  }
  table {
    width: 100% !important;
  }
  table {
    p {
      margin-bottom: 0px;
    }
  }
  ul {
    margin-bottom: 2rem;
  }
  ul {
    list-style-type: disc;
  }
  ul {
    padding-left: 16px;
  }
  ul {
    font-size: 16px;
    line-height: 26px;
  }
  ol {
    margin-bottom: 2rem;
  }
  ol {
    list-style-type: decimal;
  }
  ol {
    padding-left: 16px;
  }
  ol {
    font-size: 16px;
    line-height: 26px;
  }
  li span {
    margin-bottom: 0.5rem;
  }
  li span {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  iframe {
    aspect-ratio: 7 / 3;
  }
  iframe {
    width: 100%;
    height: 100%;
  }
  iframe {
    overflow: hidden;
  }
  iframe {
    border-radius: 0.5rem;
  }
  blockquote {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 129 19 / var(--tw-border-opacity, 1));
  }
  hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  hr {
    height: 1px;
  }
  hr {
    --tw-bg-opacity: 1;
    background-color: rgb(239 129 19 / var(--tw-bg-opacity, 1));
  }
  div[style='text-align: center;'] img {
    margin: auto;
  }
  div[style='text-align: right;'] img {
    margin-left: auto;
  }
  img {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  img {
    overflow: hidden;
  }
  img {
    border-radius: 0.5rem;
  }
}

.tw-pointer-events-none {
  pointer-events: none;
}

.tw-invisible {
  visibility: hidden;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-inset-0 {
  inset: 0px;
}

.tw-bottom-0 {
  bottom: 0px;
}

.tw-bottom-\[-1px\] {
  bottom: -1px;
}

.tw-left-0 {
  left: 0px;
}

.tw-right-0 {
  right: 0px;
}

.tw-top-0 {
  top: 0px;
}

.tw-z-0 {
  z-index: 0;
}

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

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

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

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

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

.tw-m-auto {
  margin: auto;
}

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

.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

.-tw-mb-0\.5 {
  margin-bottom: -0.125rem;
}

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

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

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

.-tw-mb-16 {
  margin-bottom: -4rem;
}

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

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

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

.-tw-mb-24 {
  margin-bottom: -6rem;
}

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

.-tw-mb-32 {
  margin-bottom: -8rem;
}

.-tw-mb-36 {
  margin-bottom: -9rem;
}

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

.-tw-mb-40 {
  margin-bottom: -10rem;
}

.-tw-mb-44 {
  margin-bottom: -11rem;
}

.-tw-mb-48 {
  margin-bottom: -12rem;
}

.-tw-mb-52 {
  margin-bottom: -13rem;
}

.-tw-mb-56 {
  margin-bottom: -14rem;
}

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

.-tw-mb-60 {
  margin-bottom: -15rem;
}

.-tw-mb-64 {
  margin-bottom: -16rem;
}

.-tw-mb-72 {
  margin-bottom: -18rem;
}

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

.-tw-mb-80 {
  margin-bottom: -20rem;
}

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

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

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

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

.-tw-mt-14 {
  margin-top: -3.5rem;
}

.-tw-mt-16 {
  margin-top: -4rem;
}

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

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

.-tw-mt-20 {
  margin-top: -5rem;
}

.-tw-mt-24 {
  margin-top: -6rem;
}

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

.-tw-mt-32 {
  margin-top: -8rem;
}

.-tw-mt-36 {
  margin-top: -9rem;
}

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

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

.-tw-mt-44 {
  margin-top: -11rem;
}

.-tw-mt-48 {
  margin-top: -12rem;
}

.-tw-mt-52 {
  margin-top: -13rem;
}

.-tw-mt-56 {
  margin-top: -14rem;
}

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

.-tw-mt-60 {
  margin-top: -15rem;
}

.-tw-mt-64 {
  margin-top: -16rem;
}

.-tw-mt-72 {
  margin-top: -18rem;
}

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

.-tw-mt-80 {
  margin-top: -20rem;
}

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

.tw-mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

.tw-mb-16 {
  margin-bottom: 4rem;
}

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

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

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

.tw-mb-24 {
  margin-bottom: 6rem;
}

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

.tw-mb-32 {
  margin-bottom: 8rem;
}

.tw-mb-36 {
  margin-bottom: 9rem;
}

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

.tw-mb-40 {
  margin-bottom: 10rem;
}

.tw-mb-44 {
  margin-bottom: 11rem;
}

.tw-mb-48 {
  margin-bottom: 12rem;
}

.tw-mb-52 {
  margin-bottom: 13rem;
}

.tw-mb-56 {
  margin-bottom: 14rem;
}

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

.tw-mb-60 {
  margin-bottom: 15rem;
}

.tw-mb-64 {
  margin-bottom: 16rem;
}

.tw-mb-72 {
  margin-bottom: 18rem;
}

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

.tw-mb-80 {
  margin-bottom: 20rem;
}

.tw-ml-6 {
  margin-left: 1.5rem;
}

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

.tw-mr-0 {
  margin-right: 0px;
}

.tw-mr-auto {
  margin-right: auto;
}

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

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

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

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

.tw-mt-14 {
  margin-top: 3.5rem;
}

.tw-mt-16 {
  margin-top: 4rem;
}

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

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

.tw-mt-20 {
  margin-top: 5rem;
}

.tw-mt-24 {
  margin-top: 6rem;
}

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

.tw-mt-32 {
  margin-top: 8rem;
}

.tw-mt-36 {
  margin-top: 9rem;
}

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

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

.tw-mt-44 {
  margin-top: 11rem;
}

.tw-mt-48 {
  margin-top: 12rem;
}

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

.tw-mt-52 {
  margin-top: 13rem;
}

.tw-mt-56 {
  margin-top: 14rem;
}

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

.tw-mt-60 {
  margin-top: 15rem;
}

.tw-mt-64 {
  margin-top: 16rem;
}

.tw-mt-72 {
  margin-top: 18rem;
}

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

.tw-mt-80 {
  margin-top: 20rem;
}

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

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

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

.\!tw-block {
  display: block !important;
}

.tw-block {
  display: block;
}

.\!tw-flex {
  display: flex !important;
}

.tw-flex {
  display: flex;
}

.tw-grid {
  display: grid;
}

.\!tw-hidden {
  display: none !important;
}

.tw-hidden {
  display: none;
}

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

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

.tw-aspect-imax {
  aspect-ratio: 1.43 / 1;
}

.tw-aspect-narrow-video {
  aspect-ratio: 7 / 3;
}

.tw-aspect-nearly-square {
  aspect-ratio: 1 / 1.05;
}

.tw-aspect-square {
  aspect-ratio: 1 / 1;
}

.tw-aspect-video {
  aspect-ratio: 16 / 9;
}

.tw-size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

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

.tw-size-8 {
  width: 2rem;
  height: 2rem;
}

.tw-size-\[20px\] {
  width: 20px;
  height: 20px;
}

.tw-size-\[32px\] {
  width: 32px;
  height: 32px;
}

.tw-size-full {
  width: 100%;
  height: 100%;
}

.tw-h-1 {
  height: 0.25rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-20 {
  height: 5rem;
}

.tw-h-5 {
  height: 1.25rem;
}

.tw-h-72 {
  height: 18rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-96 {
  height: 24rem;
}

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

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

.tw-h-\[75vh\] {
  height: 75vh;
}

.tw-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

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

.tw-h-max {
  height: -moz-max-content;
  height: max-content;
}

.tw-max-h-0 {
  max-height: 0px;
}

.tw-max-h-96 {
  max-height: 24rem;
}

.tw-min-h-96 {
  min-height: 24rem;
}

.tw-min-h-\[6rem\] {
  min-height: 6rem;
}

.tw-w-1\/4 {
  width: 25%;
}

.tw-w-1\/5 {
  width: 20%;
}

.tw-w-11\/12 {
  width: 91.666667%;
}

.tw-w-2\/12 {
  width: 16.666667%;
}

.tw-w-2\/5 {
  width: 40%;
}

.tw-w-3\/4 {
  width: 75%;
}

.tw-w-32 {
  width: 8rem;
}

.tw-w-5 {
  width: 1.25rem;
}

.tw-w-5\/12 {
  width: 41.666667%;
}

.tw-w-6\/12 {
  width: 50%;
}

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

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

.tw-w-\[90\%\] {
  width: 90%;
}

.tw-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.tw-w-full {
  width: 100%;
}

.tw-min-w-12 {
  min-width: 3rem;
}

.tw-min-w-40 {
  min-width: 10rem;
}

.tw-min-w-\[65rem\] {
  min-width: 65rem;
}

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

.tw-max-w-screen-3xl {
  max-width: 1920px;
}

.tw-max-w-screen-lg {
  max-width: 990px;
}

.tw-max-w-screen-xl {
  max-width: 1280px;
}

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

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

.tw-border-collapse {
  border-collapse: collapse;
}

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

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

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

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

.tw-cursor-pointer {
  cursor: pointer;
}

.\!tw-appearance-auto {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

.tw-columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.tw-columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.tw-break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

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

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

.\!tw-flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

.\!tw-items-center {
  align-items: center !important;
}

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

.tw-items-baseline {
  align-items: baseline;
}

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

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

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

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

.tw-justify-around {
  justify-content: space-around;
}

.\!tw-gap-6 {
  gap: 1.5rem !important;
}

.tw-gap-12 {
  gap: 3rem;
}

.tw-gap-16 {
  gap: 4rem;
}

.tw-gap-2 {
  gap: 0.5rem;
}

.tw-gap-32 {
  gap: 8rem;
}

.tw-gap-4 {
  gap: 1rem;
}

.tw-gap-6 {
  gap: 1.5rem;
}

.tw-gap-8 {
  gap: 2rem;
}

.tw-gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.tw-gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.tw-gap-y-12 {
  row-gap: 3rem;
}

.tw-gap-y-16 {
  row-gap: 4rem;
}

.tw-gap-y-8 {
  row-gap: 2rem;
}

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

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

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

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

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-overflow-x-clip {
  overflow-x: clip;
}

.tw-overflow-x-scroll {
  overflow-x: scroll;
}

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

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

.tw-rounded {
  border-radius: 0.25rem;
}

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

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

.tw-rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.tw-border {
  border-width: 1px;
}

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

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

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

.tw-border-b-2 {
  border-bottom-width: 2px;
}

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

.tw-border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(239 129 19 / var(--tw-border-opacity, 1));
}

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

.tw-border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.tw-border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 129 19 / var(--tw-border-opacity, 1));
}

.tw-bg-\[\#F2F2F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 243 / var(--tw-bg-opacity, 1));
}

.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 37 / var(--tw-bg-opacity, 1));
}

.tw-bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.tw-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(239 129 19 / var(--tw-bg-opacity, 1));
}

.tw-bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(211 41 40 / var(--tw-bg-opacity, 1));
}

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

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

.tw-bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.tw-bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

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

.tw-bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

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

.tw-from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw-to-white\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}

.tw-fill-zinc-800 {
  fill: #27272a;
}

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

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

.tw-object-center {
  -o-object-position: center;
     object-position: center;
}

.tw-p-0 {
  padding: 0px;
}

.tw-p-10 {
  padding: 2.5rem;
}

.tw-p-12 {
  padding: 3rem;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-5 {
  padding: 1.25rem;
}

.tw-p-6 {
  padding: 1.5rem;
}

.tw-p-8 {
  padding: 2rem;
}

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

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

.tw-px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-pb-0\.5 {
  padding-bottom: 0.125rem;
}

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

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

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

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

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

.tw-pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

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

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

.tw-pb-32 {
  padding-bottom: 8rem;
}

.tw-pb-36 {
  padding-bottom: 9rem;
}

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

.tw-pb-40 {
  padding-bottom: 10rem;
}

.tw-pb-44 {
  padding-bottom: 11rem;
}

.tw-pb-48 {
  padding-bottom: 12rem;
}

.tw-pb-52 {
  padding-bottom: 13rem;
}

.tw-pb-56 {
  padding-bottom: 14rem;
}

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

.tw-pb-60 {
  padding-bottom: 15rem;
}

.tw-pb-64 {
  padding-bottom: 16rem;
}

.tw-pb-72 {
  padding-bottom: 18rem;
}

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

.tw-pb-80 {
  padding-bottom: 20rem;
}

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

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

.tw-pr-0 {
  padding-right: 0px;
}

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

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

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

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

.tw-pt-14 {
  padding-top: 3.5rem;
}

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

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

.tw-pt-2\.5 {
  padding-top: 0.625rem;
}

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

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

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

.tw-pt-3\.5 {
  padding-top: 0.875rem;
}

.tw-pt-32 {
  padding-top: 8rem;
}

.tw-pt-36 {
  padding-top: 9rem;
}

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

.tw-pt-40 {
  padding-top: 10rem;
}

.tw-pt-44 {
  padding-top: 11rem;
}

.tw-pt-48 {
  padding-top: 12rem;
}

.tw-pt-52 {
  padding-top: 13rem;
}

.tw-pt-56 {
  padding-top: 14rem;
}

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

.tw-pt-60 {
  padding-top: 15rem;
}

.tw-pt-64 {
  padding-top: 16rem;
}

.tw-pt-72 {
  padding-top: 18rem;
}

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

.tw-pt-80 {
  padding-top: 20rem;
}

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

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

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

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

.\!tw-text-2xl {
  font-size: 32px !important;
  line-height: 40px !important;
}

.\!tw-text-3xl {
  font-size: 48px !important;
  line-height: 56px !important;
}

.\!tw-text-4xl {
  font-size: 64px !important;
  line-height: 72px !important;
}

.\!tw-text-base {
  font-size: 16px !important;
  line-height: 26px !important;
}

.\!tw-text-lg {
  font-size: 20px !important;
  line-height: 30px !important;
}

.\!tw-text-sm {
  font-size: 14px !important;
  line-height: 24px !important;
}

.\!tw-text-xl {
  font-size: 24px !important;
  line-height: 32px !important;
}

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

.tw-text-base {
  font-size: 16px;
  line-height: 26px;
}

.tw-text-lg {
  font-size: 20px;
  line-height: 30px;
}

.tw-text-sm {
  font-size: 14px;
  line-height: 24px;
}

.tw-text-xl {
  font-size: 24px;
  line-height: 32px;
}

.tw-text-xs {
  font-size: 12px;
  line-height: 22px;
}

.tw-text-xxs {
  font-size: 10px;
  line-height: 20px;
}

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

.tw-font-extrabold {
  font-weight: 800;
}

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

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

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

.tw-uppercase {
  text-transform: uppercase;
}

.tw-lowercase {
  text-transform: lowercase;
}

.tw-capitalize {
  text-transform: capitalize;
}

.tw-normal-case {
  text-transform: none;
}

.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(35 35 37 / var(--tw-text-opacity, 1));
}

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

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

.tw-text-primary {
  --tw-text-opacity: 1;
  color: rgb(239 129 19 / var(--tw-text-opacity, 1));
}

.tw-text-red {
  --tw-text-opacity: 1;
  color: rgb(211 41 40 / var(--tw-text-opacity, 1));
}

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

.tw-text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.tw-text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.tw-text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.tw-text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

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

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

.tw-no-underline {
  text-decoration-line: none;
}

.tw-decoration-transparent {
  text-decoration-color: transparent;
}

.tw-decoration-zinc-400 {
  text-decoration-color: #a1a1aa;
}

.tw-underline-offset-\[3px\] {
  text-underline-offset: 3px;
}

.tw-opacity-0 {
  opacity: 0;
}

.tw-opacity-30 {
  opacity: 0.3;
}

.tw-opacity-50 {
  opacity: 0.5;
}

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

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

.tw-shadow-rhino {
  --tw-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 16px 40px 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);
}

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

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

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

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

.tw-duration-500 {
  transition-duration: 500ms;
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.scrollbar-hidden {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

.faq-answer,
.metafield-rich_text_field {
  ul {
    margin-left: 2rem;
  }
  ul {
    list-style-type: disc;
  }
  ul {
    font-size: 16px;
    line-height: 26px;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(239 129 19 / var(--tw-text-opacity, 1));
  }
  a {
    text-decoration-line: underline;
  }
  a {
    text-decoration-color: #EF8113;
  }
  a:hover {
    cursor: pointer;
  }
}

.text-block {
  ul {
    margin-left: 2rem;
  }
  ul {
    list-style-type: disc;
  }
  ul {
    font-size: 16px;
    line-height: 26px;
  }
  ul li {
    margin-bottom: 1.5rem;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(239 129 19 / var(--tw-text-opacity, 1));
  }
  a {
    text-decoration-line: underline;
  }
  a {
    text-decoration-color: #EF8113;
  }
  a:hover {
    cursor: pointer;
  }
}

.product__description {
  ul {
    margin-bottom: 2rem;
  }
  ul {
    list-style-type: disc;
  }
  ul {
    padding-left: 0px;
  }
  ul {
    font-size: 16px;
    line-height: 26px;
  }
  ol {
    margin-bottom: 2rem;
  }
  ol {
    list-style-type: decimal;
  }
  ol {
    padding-left: 0px;
  }
  ol {
    font-size: 16px;
    line-height: 26px;
  }
  li span {
    margin-bottom: 0.5rem;
  }
  li span {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(239 129 19 / var(--tw-text-opacity, 1));
  }
  a {
    text-decoration-line: underline;
  }
  a {
    text-decoration-color: #EF8113;
  }
  a:hover {
    cursor: pointer;
  }
}

.collection-hero__text-wrapper {
  p {
    font-size: 16px;
    line-height: 26px;
  }
  ul {
    margin-bottom: 2rem;
  }
  ul {
    list-style-position: inside;
  }
  ul {
    list-style-type: disc;
  }
  ul {
    padding-left: 0px;
  }
  ul {
    font-size: 16px;
    line-height: 26px;
  }
  ul li span {
    margin-bottom: 0.5rem;
  }
  ul li span {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

.predictive-search * {
  font-size: 16px !important;
  line-height: 1 !important;
}

/* Center the Slick Carousel Dots */

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  /* Adjust for spacing above the dots */
  list-style: none;
  padding: 0;
}

/* Remove the numbers and style the dots */

.slick-dots li {
  display: flex;
  min-height: 1.25rem;
  min-width: 1.25rem;
  align-items: center;
  justify-content: center;
}

.slick-dots li button {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  text-indent: -9999px;
  /* Hide any text/numbers */
}

/* Active Dot Styling */

.slick-dots li.slick-active button {
  width: 1.25rem;
  height: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 129 19 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .md\:tw-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3rem;
    padding-left: 3rem;
  }

  @media (min-width: 640px) {
    .md\:tw-container {
      max-width: 640px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 768px) {
    .md\:tw-container {
      max-width: 768px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  @media (min-width: 990px) {
    .md\:tw-container {
      max-width: 990px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  @media (min-width: 1280px) {
    .md\:tw-container {
      max-width: 1280px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  @media (min-width: 1440px) {
    .md\:tw-container {
      max-width: 1440px;
      padding-right: 12rem;
      padding-left: 12rem;
    }
  }

  @media (min-width: 1512px) {
    .md\:tw-container {
      max-width: 1512px;
      padding-right: 10rem;
      padding-left: 10rem;
    }
  }

  @media (min-width: 1680px) {
    .md\:tw-container {
      max-width: 1680px;
    }
  }

  @media (min-width: 1920px) {
    .md\:tw-container {
      max-width: 1920px;
    }
  }

  @media (min-width: 2560px) {
    .md\:tw-container {
      max-width: 2560px;
    }
  }

  @media (min-width: 3440px) {
    .md\:tw-container {
      max-width: 3440px;
    }
  }
}

@media (min-width: 990px) {
  .lg\:tw-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3rem;
    padding-left: 3rem;
  }

  @media (min-width: 640px) {
    .lg\:tw-container {
      max-width: 640px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 768px) {
    .lg\:tw-container {
      max-width: 768px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  @media (min-width: 990px) {
    .lg\:tw-container {
      max-width: 990px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  @media (min-width: 1280px) {
    .lg\:tw-container {
      max-width: 1280px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  @media (min-width: 1440px) {
    .lg\:tw-container {
      max-width: 1440px;
      padding-right: 12rem;
      padding-left: 12rem;
    }
  }

  @media (min-width: 1512px) {
    .lg\:tw-container {
      max-width: 1512px;
      padding-right: 10rem;
      padding-left: 10rem;
    }
  }

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

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

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

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

@media (min-width: 1440px) {
  .\32xl\:\!tw-container {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  @media (min-width: 640px) {
    .\32xl\:\!tw-container {
      max-width: 640px !important;
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:\!tw-container {
      max-width: 768px !important;
      padding-right: 6rem !important;
      padding-left: 6rem !important;
    }
  }

  @media (min-width: 990px) {
    .\32xl\:\!tw-container {
      max-width: 990px !important;
      padding-right: 6rem !important;
      padding-left: 6rem !important;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:\!tw-container {
      max-width: 1280px !important;
      padding-right: 6rem !important;
      padding-left: 6rem !important;
    }
  }

  @media (min-width: 1440px) {
    .\32xl\:\!tw-container {
      max-width: 1440px !important;
      padding-right: 12rem !important;
      padding-left: 12rem !important;
    }
  }

  @media (min-width: 1512px) {
    .\32xl\:\!tw-container {
      max-width: 1512px !important;
      padding-right: 10rem !important;
      padding-left: 10rem !important;
    }
  }

  @media (min-width: 1680px) {
    .\32xl\:\!tw-container {
      max-width: 1680px !important;
    }
  }

  @media (min-width: 1920px) {
    .\32xl\:\!tw-container {
      max-width: 1920px !important;
    }
  }

  @media (min-width: 2560px) {
    .\32xl\:\!tw-container {
      max-width: 2560px !important;
    }
  }

  @media (min-width: 3440px) {
    .\32xl\:\!tw-container {
      max-width: 3440px !important;
    }
  }
}

.\*\:tw-aspect-video > * {
  aspect-ratio: 16 / 9;
}

.\*\:tw-size-6 > * {
  width: 1.5rem;
  height: 1.5rem;
}

.\*\:tw-size-full > * {
  width: 100%;
  height: 100%;
}

.\*\:tw-border-t > * {
  border-top-width: 1px;
}

.\*\:tw-border-zinc-600 > * {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.\*\:tw-text-black > * {
  --tw-text-opacity: 1;
  color: rgb(35 35 37 / var(--tw-text-opacity, 1));
}

.\*\:tw-text-primary > * {
  --tw-text-opacity: 1;
  color: rgb(239 129 19 / var(--tw-text-opacity, 1));
}

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

.\*\:tw-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;
}

.\*\:tw-duration-300 > * {
  transition-duration: 300ms;
}

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

.after\:-tw-left-full::after {
  content: var(--tw-content);
  left: -100%;
}

.after\:tw-bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

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

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

.after\:tw-h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}

.after\:tw-w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:tw-bg-primary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 129 19 / var(--tw-bg-opacity, 1));
}

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

.after\:tw-duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

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

.first\:tw-pl-0:first-child {
  padding-left: 0px;
}

.last\:tw-border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:tw-pr-0:last-child {
  padding-right: 0px;
}

.first-of-type\:\*\:tw-border-0 > *:first-of-type {
  border-width: 0px;
}

.hover\:tw-visible:hover {
  visibility: visible;
}

.hover\:tw-max-h-96:hover {
  max-height: 24rem;
}

.hover\:tw-border-zinc-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.hover\:tw-bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 37 / var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 129 19 / var(--tw-bg-opacity, 1));
}

.hover\:tw-bg-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 103 15 / var(--tw-bg-opacity, 1));
}

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

.hover\:tw-text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(35 35 37 / var(--tw-text-opacity, 1));
}

.hover\:tw-text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(239 129 19 / var(--tw-text-opacity, 1));
}

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

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

.hover\:tw-decoration-primary:hover {
  text-decoration-color: #EF8113;
}

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

.hover\:tw-shadow-rhino:hover {
  --tw-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 16px 40px 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\:tw-text-primary:hover > * {
  --tw-text-opacity: 1;
  color: rgb(239 129 19 / var(--tw-text-opacity, 1));
}

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

.tw-group:hover .group-hover\:tw-max-h-96 {
  max-height: 24rem;
}

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

.tw-group:hover .group-hover\:tw-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(239 129 19 / var(--tw-bg-opacity, 1));
}

.tw-group\/cta:hover .group-hover\/cta\:tw-text-primary {
  --tw-text-opacity: 1;
  color: rgb(239 129 19 / var(--tw-text-opacity, 1));
}

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

.tw-group:hover .group-hover\:tw-text-primary {
  --tw-text-opacity: 1;
  color: rgb(239 129 19 / var(--tw-text-opacity, 1));
}

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

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

.tw-group\/underline:hover .group-hover\/underline\:tw-decoration-black {
  text-decoration-color: #232325;
}

.tw-group:hover .group-hover\:tw-decoration-black {
  text-decoration-color: #232325;
}

.tw-group:hover .group-hover\:tw-decoration-primary {
  text-decoration-color: #EF8113;
}

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

.tw-group:hover .group-hover\:tw-opacity-15 {
  opacity: 0.15;
}

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

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

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

.tw-group-full-width-content .group-\[-full-width-content\]\:tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-peer:hover ~ .peer-hover\:tw-visible {
  visibility: visible;
}

.tw-peer:hover ~ .peer-hover\:tw-opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:tw-w-\[450px\] {
    width: 450px;
  }

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

  .sm\:tw-flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .after\:sm\:tw-hidden::after {
    content: var(--tw-content);
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:tw-h-\[55rem\] {
    height: 55rem;
  }

  .md\:tw-columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

  .md\:tw-gap-10 {
    gap: 2.5rem;
  }

  .md\:tw-gap-12 {
    gap: 3rem;
  }

  .md\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 990px) {
  .lg\:tw-sticky {
    position: sticky;
  }

  .lg\:tw-top-40 {
    top: 10rem;
  }

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

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

  .lg\:tw-m-auto {
    margin: auto;
  }

  .lg\:tw-mt-16 {
    margin-top: 4rem;
  }

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-hidden {
    display: none;
  }

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

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

  .lg\:tw-h-\[48rem\] {
    height: 48rem;
  }

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

  .lg\:tw-h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

  .lg\:tw-h-screen {
    height: 100vh;
  }

  .lg\:tw-max-h-\[800px\] {
    max-height: 800px;
  }

  .lg\:tw-w-2\/12 {
    width: 16.666667%;
  }

  .lg\:tw-w-2\/5 {
    width: 40%;
  }

  .lg\:tw-w-3\/4 {
    width: 75%;
  }

  .lg\:tw-w-3\/5 {
    width: 60%;
  }

  .lg\:tw-w-4\/5 {
    width: 80%;
  }

  .lg\:tw-w-5\/12 {
    width: 41.666667%;
  }

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

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

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

  .lg\:tw-flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

  .lg\:tw-grid-cols-\[calc\(40\%-4rem\)_calc\(60\%-4rem\)\] {
    grid-template-columns: calc(40% - 4rem) calc(60% - 4rem);
  }

  .lg\:tw-grid-cols-\[calc\(60\%-4rem\)_calc\(40\%-4rem\)\] {
    grid-template-columns: calc(60% - 4rem) calc(40% - 4rem);
  }

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

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

  .lg\:tw-items-start {
    align-items: flex-start;
  }

  .lg\:tw-items-end {
    align-items: flex-end;
  }

  .lg\:tw-items-center {
    align-items: center;
  }

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

  .lg\:tw-justify-end {
    justify-content: flex-end;
  }

  .lg\:tw-justify-center {
    justify-content: center;
  }

  .lg\:tw-gap-10 {
    gap: 2.5rem;
  }

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

  .lg\:tw-gap-14 {
    gap: 3.5rem;
  }

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

  .lg\:tw-gap-24 {
    gap: 6rem;
  }

  .lg\:tw-gap-32 {
    gap: 8rem;
  }

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

  .lg\:tw-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

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

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

  .lg\:tw-text-right {
    text-align: right;
  }

  .lg\:tw-text-start {
    text-align: start;
  }

  .lg\:tw-text-lg {
    font-size: 20px;
    line-height: 30px;
  }

  .lg\:tw-text-sm {
    font-size: 14px;
    line-height: 24px;
  }

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

  .lg\:\*\:tw-gap-2 > * {
    gap: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:-tw-mb-0 {
    margin-bottom: -0px;
  }

  .xl\:-tw-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

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

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

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

  .xl\:-tw-mb-16 {
    margin-bottom: -4rem;
  }

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

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

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

  .xl\:-tw-mb-24 {
    margin-bottom: -6rem;
  }

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

  .xl\:-tw-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-tw-mb-36 {
    margin-bottom: -9rem;
  }

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

  .xl\:-tw-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-tw-mb-44 {
    margin-bottom: -11rem;
  }

  .xl\:-tw-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-tw-mb-52 {
    margin-bottom: -13rem;
  }

  .xl\:-tw-mb-56 {
    margin-bottom: -14rem;
  }

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

  .xl\:-tw-mb-60 {
    margin-bottom: -15rem;
  }

  .xl\:-tw-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-tw-mb-72 {
    margin-bottom: -18rem;
  }

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

  .xl\:-tw-mb-80 {
    margin-bottom: -20rem;
  }

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

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

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

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

  .xl\:-tw-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-tw-mt-16 {
    margin-top: -4rem;
  }

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

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

  .xl\:-tw-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-tw-mt-24 {
    margin-top: -6rem;
  }

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

  .xl\:-tw-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-tw-mt-36 {
    margin-top: -9rem;
  }

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

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

  .xl\:-tw-mt-44 {
    margin-top: -11rem;
  }

  .xl\:-tw-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-tw-mt-52 {
    margin-top: -13rem;
  }

  .xl\:-tw-mt-56 {
    margin-top: -14rem;
  }

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

  .xl\:-tw-mt-60 {
    margin-top: -15rem;
  }

  .xl\:-tw-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-tw-mt-72 {
    margin-top: -18rem;
  }

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

  .xl\:-tw-mt-80 {
    margin-top: -20rem;
  }

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

  .xl\:tw-mb-0\.5 {
    margin-bottom: 0.125rem;
  }

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

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

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

  .xl\:tw-mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

  .xl\:tw-mb-24 {
    margin-bottom: 6rem;
  }

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

  .xl\:tw-mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:tw-mb-36 {
    margin-bottom: 9rem;
  }

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

  .xl\:tw-mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:tw-mb-44 {
    margin-bottom: 11rem;
  }

  .xl\:tw-mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:tw-mb-52 {
    margin-bottom: 13rem;
  }

  .xl\:tw-mb-56 {
    margin-bottom: 14rem;
  }

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

  .xl\:tw-mb-60 {
    margin-bottom: 15rem;
  }

  .xl\:tw-mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:tw-mb-72 {
    margin-bottom: 18rem;
  }

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

  .xl\:tw-mb-80 {
    margin-bottom: 20rem;
  }

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

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

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

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

  .xl\:tw-mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:tw-mt-16 {
    margin-top: 4rem;
  }

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

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

  .xl\:tw-mt-20 {
    margin-top: 5rem;
  }

  .xl\:tw-mt-24 {
    margin-top: 6rem;
  }

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

  .xl\:tw-mt-32 {
    margin-top: 8rem;
  }

  .xl\:tw-mt-36 {
    margin-top: 9rem;
  }

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

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

  .xl\:tw-mt-44 {
    margin-top: 11rem;
  }

  .xl\:tw-mt-48 {
    margin-top: 12rem;
  }

  .xl\:tw-mt-52 {
    margin-top: 13rem;
  }

  .xl\:tw-mt-56 {
    margin-top: 14rem;
  }

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

  .xl\:tw-mt-60 {
    margin-top: 15rem;
  }

  .xl\:tw-mt-64 {
    margin-top: 16rem;
  }

  .xl\:tw-mt-72 {
    margin-top: 18rem;
  }

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

  .xl\:tw-mt-80 {
    margin-top: 20rem;
  }

  .xl\:tw-flex {
    display: flex;
  }

  .xl\:tw-hidden {
    display: none;
  }

  .xl\:tw-h-\[48rem\] {
    height: 48rem;
  }

  .xl\:tw-max-w-\[844px\] {
    max-width: 844px;
  }

  .xl\:tw-max-w-\[98rem\] {
    max-width: 98rem;
  }

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

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

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

  .xl\:tw-gap-28 {
    gap: 7rem;
  }

  .xl\:tw-gap-6 {
    gap: 1.5rem;
  }

  .xl\:tw-gap-8 {
    gap: 2rem;
  }

  .xl\:tw-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

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

  .xl\:tw-pb-0\.5 {
    padding-bottom: 0.125rem;
  }

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

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

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

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

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

  .xl\:tw-pb-2\.5 {
    padding-bottom: 0.625rem;
  }

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

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

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

  .xl\:tw-pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:tw-pb-36 {
    padding-bottom: 9rem;
  }

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

  .xl\:tw-pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:tw-pb-44 {
    padding-bottom: 11rem;
  }

  .xl\:tw-pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:tw-pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:tw-pb-56 {
    padding-bottom: 14rem;
  }

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

  .xl\:tw-pb-60 {
    padding-bottom: 15rem;
  }

  .xl\:tw-pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:tw-pb-72 {
    padding-bottom: 18rem;
  }

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

  .xl\:tw-pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:tw-pr-36 {
    padding-right: 9rem;
  }

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

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

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

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

  .xl\:tw-pt-14 {
    padding-top: 3.5rem;
  }

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

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

  .xl\:tw-pt-2\.5 {
    padding-top: 0.625rem;
  }

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

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

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

  .xl\:tw-pt-32 {
    padding-top: 8rem;
  }

  .xl\:tw-pt-36 {
    padding-top: 9rem;
  }

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

  .xl\:tw-pt-40 {
    padding-top: 10rem;
  }

  .xl\:tw-pt-44 {
    padding-top: 11rem;
  }

  .xl\:tw-pt-48 {
    padding-top: 12rem;
  }

  .xl\:tw-pt-52 {
    padding-top: 13rem;
  }

  .xl\:tw-pt-56 {
    padding-top: 14rem;
  }

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

  .xl\:tw-pt-60 {
    padding-top: 15rem;
  }

  .xl\:tw-pt-64 {
    padding-top: 16rem;
  }

  .xl\:tw-pt-72 {
    padding-top: 18rem;
  }

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

  .xl\:tw-pt-80 {
    padding-top: 20rem;
  }

  .xl\:\!tw-text-2xl {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .xl\:\!tw-text-3xl {
    font-size: 48px !important;
    line-height: 56px !important;
  }

  .xl\:\!tw-text-4xl {
    font-size: 64px !important;
    line-height: 72px !important;
  }

  .xl\:\!tw-text-5xl {
    font-size: 80px !important;
    line-height: 88px !important;
  }

  .xl\:\!tw-text-lg {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .xl\:\!tw-text-xl {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}

@media (min-width: 1440px) {
  .\32xl\:tw-h-\[53rem\] {
    height: 53rem;
  }

  .\32xl\:tw-h-\[55rem\] {
    height: 55rem;
  }

  .\32xl\:tw-max-w-screen-3xl {
    max-width: 1920px;
  }

  .\32xl\:tw-max-w-screen-xl {
    max-width: 1280px;
  }
}

@media (min-width: 1512px) {
  .\33xl\:tw-mr-auto {
    margin-right: auto;
  }

  .\33xl\:tw-h-\[73rem\] {
    height: 73rem;
  }

  .\33xl\:tw-gap-16 {
    gap: 4rem;
  }
}

@media (min-width: 2560px) {
  .\36xl\:tw-h-\[90rem\] {
    height: 90rem;
  }
}

@media (min-width: 3440px) {
  .\37xl\:tw-h-\[110rem\] {
    height: 110rem;
  }
}

.\[\&\:has\(\:nth-child\(2\)\)\]\:\!tw-flex:has(:nth-child(2)) {
  display: flex !important;
}

.\[\&\>p\]\:tw-mt-4>p {
  margin-top: 1rem;
}

.\[\&\>span\]\:tw-text-primary>span {
  --tw-text-opacity: 1;
  color: rgb(239 129 19 / var(--tw-text-opacity, 1));
}

.\[\&_\*\]\:\!tw-text-base\/relaxed * {
  font-size: 16px !important;
  line-height: 1.625 !important;
}

.\[\&_\.shopify-block\]\:tw-border-b .shopify-block {
  border-bottom-width: 1px;
}

.\[\&_\.shopify-block\]\:tw-border-zinc-200 .shopify-block {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.last\:\[\&_\.shopify-block\]\:tw-border-0 .shopify-block:last-child {
  border-width: 0px;
}

.\[\&_\.slick-arrow\]\:\!tw-size-24 .slick-arrow {
  width: 6rem !important;
  height: 6rem !important;
}

.\[\&_\.slick-list\]\:tw-overflow-visible .slick-list {
  overflow: visible;
}

.\[\&_\.slick-slide\]\:\!tw-h-\[inherit\] .slick-slide {
  height: inherit !important;
}

.\[\&_\.slick-slide\]\:tw-h-\[inherit\] .slick-slide {
  height: inherit;
}

.\[\&_\.slick-track\]\:tw-ml-0 .slick-track {
  margin-left: 0px;
}

.\[\&_\.slick-track\]\:tw-mr-auto .slick-track {
  margin-right: auto;
}

.\[\&_\.slick-track\]\:\!tw-flex .slick-track {
  display: flex !important;
}

.\[\&_\.slick-track\]\:tw-flex .slick-track {
  display: flex;
}

.\[\&_\.slick-track\]\:\!tw-snap-x .slick-track {
  scroll-snap-type: x var(--tw-scroll-snap-strictness) !important;
}

.\[\&_\.slick-track\]\:tw-snap-x .slick-track {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.\[\&_\.slick-track\]\:\!tw-gap-6 .slick-track {
  gap: 1.5rem !important;
}

.\[\&_\.slick-track\]\:tw-gap-8 .slick-track {
  gap: 2rem;
}

.\[\&_\.slick-track\]\:\!tw-scroll-smooth .slick-track {
  scroll-behavior: smooth !important;
}

.\[\&_\.slick-track\]\:tw-scroll-smooth .slick-track {
  scroll-behavior: smooth;
}

.\[\&_\.text-block\]\:tw-pb-8 .text-block {
  padding-bottom: 2rem;
}

.\[\&_h2\]\:tw-pt-6 h2 {
  padding-top: 1.5rem;
}

.\[\&_h3\]\:tw-pt-6 h3 {
  padding-top: 1.5rem;
}

.\[\&_h4\]\:tw-pt-6 h4 {
  padding-top: 1.5rem;
}

.\[\&_h5\]\:tw-pt-6 h5 {
  padding-top: 1.5rem;
}

.\[\&_h6\]\:tw-pt-6 h6 {
  padding-top: 1.5rem;
}

.\[\&_img\]\:tw-h-full img {
  height: 100%;
}

.\[\&_img\]\:tw-max-h-\[70rem\] img {
  max-height: 70rem;
}

.\[\&_svg\]\:tw-fill-primary svg {
  fill: #EF8113;
}

.\[\&_svg\]\:tw-transition-colors svg {
  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;
}

.\[\&_svg\]\:tw-duration-300 svg {
  transition-duration: 300ms;
}

.\*\:\[\&_svg\]\:tw-fill-black svg > * {
  fill: #232325;
}

.\*\:\[\&_svg\]\:tw-fill-primary svg > * {
  fill: #EF8113;
}

.\*\:\[\&_svg\]\:tw-fill-white svg > * {
  fill: #fff;
}

.\[\&_svg\]\:hover\:tw-fill-black:hover svg {
  fill: #232325;
}

.tw-group:hover .group-hover\:\[\&_svg\]\:tw-fill-white svg {
  fill: #fff;
}

.\[\&_thead_td_\]\:tw-p-0 thead td {
  padding: 0px;
}
