/* purgecss start ignore */
/* ! tailwindcss v3.3.5 | 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.
*/
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: Chivo, 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 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;
}
/*
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] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::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:  ;
}
/* purgecss end ignore */
.tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.tw-pointer-events-none {
  pointer-events: none;
}
.tw-invisible {
  visibility: hidden;
}
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-inset-0 {
  inset: 0px;
}
.tw-inset-1 {
  inset: 0.25rem;
}
.tw-inset-x-0 {
  left: 0px;
  right: 0px;
}
.tw-inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-bottom-16 {
  bottom: 4rem;
}
.tw-bottom-2 {
  bottom: 0.5rem;
}
.tw-bottom-3 {
  bottom: 0.75rem;
}
.tw-bottom-4 {
  bottom: 1rem;
}
.tw-bottom-6 {
  bottom: 1.5rem;
}
.tw-bottom-\[10px\] {
  bottom: 10px;
}
.tw-bottom-\[20px\] {
  bottom: 20px;
}
.tw-bottom-\[3px\] {
  bottom: 3px;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-left-2 {
  left: 0.5rem;
}
.tw-left-3 {
  left: 0.75rem;
}
.tw-left-4 {
  left: 1rem;
}
.tw-left-mobile-padding {
  left: 20px;
}
.tw-right-0 {
  right: 0px;
}
.tw-right-1 {
  right: 0.25rem;
}
.tw-right-1\.5 {
  right: 0.375rem;
}
.tw-right-1\/2 {
  right: 50%;
}
.tw-right-2 {
  right: 0.5rem;
}
.tw-right-3 {
  right: 0.75rem;
}
.tw-right-4 {
  right: 1rem;
}
.tw-right-\[20px\] {
  right: 20px;
}
.tw-right-\[50\%\] {
  right: 50%;
}
.tw-right-\[55px\] {
  right: 55px;
}
.tw-right-\[82\%\] {
  right: 82%;
}
.tw-top-0 {
  top: 0px;
}
.tw-top-1 {
  top: 0.25rem;
}
.tw-top-1\.5 {
  top: 0.375rem;
}
.tw-top-10 {
  top: 2.5rem;
}
.tw-top-12 {
  top: 3rem;
}
.tw-top-14 {
  top: 3.5rem;
}
.tw-top-2 {
  top: 0.5rem;
}
.tw-top-3 {
  top: 0.75rem;
}
.tw-top-4 {
  top: 1rem;
}
.tw-top-4\.5 {
  top: 18px;
}
.tw-top-40 {
  top: 10rem;
}
.tw-top-\[10px\] {
  top: 10px;
}
.tw-top-\[15\%\] {
  top: 15%;
}
.tw-top-\[50\%\] {
  top: 50%;
}
.tw-top-\[50px\] {
  top: 50px;
}
.tw-z-0 {
  z-index: 0;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-20 {
  z-index: 20;
}
.tw-z-30 {
  z-index: 30;
}
.tw-z-\[1\] {
  z-index: 1;
}
.tw-z-\[999999\] {
  z-index: 999999;
}
.tw-order-1 {
  order: 1;
}
.tw-order-2 {
  order: 2;
}
.tw-order-first {
  order: -9999;
}
.tw-order-last {
  order: 9999;
}
.tw-col-span-2 {
  grid-column: span 2 / span 2;
}
.tw-m-0 {
  margin: 0px;
}
.tw-m-6 {
  margin: 1.5rem;
}
.tw-m-8 {
  margin: 2rem;
}
.tw-m-auto {
  margin: auto;
}
.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.tw-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.tw-my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.\!tw-my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.\!tw-mr-2 {
  margin-right: 0.5rem !important;
}
.\!tw-mr-4 {
  margin-right: 1rem !important;
}
.tw--mb-32 {
  margin-bottom: -8rem;
}
.tw--mb-px {
  margin-bottom: -1px;
}
.tw--ml-6 {
  margin-left: -1.5rem;
}
.tw--mt-28 {
  margin-top: -7rem;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-0\.5 {
  margin-bottom: 0.125rem;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-1\.5 {
  margin-bottom: 0.375rem;
}
.tw-mb-11 {
  margin-bottom: 2.75rem;
}
.tw-mb-12 {
  margin-bottom: 3rem;
}
.tw-mb-14 {
  margin-bottom: 3.5rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-2\.5 {
  margin-bottom: 0.625rem;
}
.tw-mb-24 {
  margin-bottom: 6rem;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-5 {
  margin-bottom: 1.25rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-7 {
  margin-bottom: 1.75rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-mb-\[17px\] {
  margin-bottom: 17px;
}
.tw-mb-\[30px\] {
  margin-bottom: 30px;
}
.tw-me-2 {
  margin-inline-end: 0.5rem;
}
.tw-ml-0 {
  margin-left: 0px;
}
.tw-ml-0\.5 {
  margin-left: 0.125rem;
}
.tw-ml-1 {
  margin-left: 0.25rem;
}
.tw-ml-1\.5 {
  margin-left: 0.375rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-3 {
  margin-left: 0.75rem;
}
.tw-ml-4 {
  margin-left: 1rem;
}
.tw-ml-6 {
  margin-left: 1.5rem;
}
.tw-ml-7 {
  margin-left: 1.75rem;
}
.tw-ml-auto {
  margin-left: auto;
}
.tw-mr-0 {
  margin-right: 0px;
}
.tw-mr-1 {
  margin-right: 0.25rem;
}
.tw-mr-12 {
  margin-right: 3rem;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mr-3 {
  margin-right: 0.75rem;
}
.tw-mr-4 {
  margin-right: 1rem;
}
.tw-mr-5 {
  margin-right: 1.25rem;
}
.tw-mr-8 {
  margin-right: 2rem;
}
.tw-mt-0 {
  margin-top: 0px;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.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-3 {
  margin-top: 0.75rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-5 {
  margin-top: 1.25rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-mt-\[-0\.8rem\] {
  margin-top: -0.8rem;
}
.tw-mt-\[-21px\] {
  margin-top: -21px;
}
.tw-mt-\[15px\] {
  margin-top: 15px;
}
.tw-mt-\[170px\] {
  margin-top: 170px;
}
.tw-mt-\[27px\] {
  margin-top: 27px;
}
.tw-mt-\[2px\] {
  margin-top: 2px;
}
.tw-mt-\[auto\] {
  margin-top: auto;
}
.\!tw-mt-6 {
  margin-top: 1.5rem !important;
}
.tw-mb-\[3px\] {
  margin-bottom: 3px;
}
.tw-mt-\[7px\] {
  margin-top: 7px;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.tw-inline {
  display: inline;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.\!tw-hidden {
  display: none !important;
}
.tw-aspect-square {
  aspect-ratio: 1 / 1;
}
.tw-h-0 {
  height: 0px;
}
.tw-h-1 {
  height: 0.25rem;
}
.tw-h-12 {
  height: 3rem;
}
.tw-h-16 {
  height: 4rem;
}
.tw-h-2 {
  height: 0.5rem;
}
.tw-h-2\/3 {
  height: 66.666667%;
}
.tw-h-20 {
  height: 5rem;
}
.tw-h-24 {
  height: 6rem;
}
.tw-h-32 {
  height: 8rem;
}
.tw-h-36 {
  height: 9rem;
}
.tw-h-4 {
  height: 1rem;
}
.tw-h-5 {
  height: 1.25rem;
}
.tw-h-64 {
  height: 16rem;
}
.tw-h-80 {
  height: 20rem;
}
.tw-h-\[100px\] {
  height: 100px;
}
.tw-h-\[156px\] {
  height: 156px;
}
.tw-h-\[16px\] {
  height: 16px;
}
.tw-h-\[200px\] {
  height: 200px;
}
.tw-h-\[202px\] {
  height: 202px;
}
.tw-h-\[20px\] {
  height: 20px;
}
.tw-h-\[28px\] {
  height: 28px;
}
.tw-h-\[2px\] {
  height: 2px;
}
.tw-h-\[35px\] {
  height: 35px;
}
.tw-h-\[4\.65rem\] {
  height: 4.65rem;
}
.tw-h-\[420px\] {
  height: 420px;
}
.tw-h-\[45px\] {
  height: 45px;
}
.tw-h-\[4rem\] {
  height: 4rem;
}
.tw-h-\[500px\] {
  height: 500px;
}
.tw-h-\[50vh\] {
  height: 50vh;
}
.tw-h-\[55px\] {
  height: 55px;
}
.tw-h-\[5em\] {
  height: 5em;
}
.tw-h-\[7px\] {
  height: 7px;
}
.tw-h-\[80vh\] {
  height: 80vh;
}
.tw-h-\[8px\] {
  height: 8px;
}
.tw-h-\[calc\(100vh-170px\)\] {
  height: calc(100vh - 170px);
}
.tw-h-auto {
  height: auto;
}
.tw-h-full {
  height: 100%;
}
.tw-h-header {
  height: 70px;
}
.tw-h-header-sm {
  height: 45px;
}
.tw-h-screen {
  height: 100vh;
}
.tw-max-h-11 {
  max-height: 2.75rem;
}
.tw-max-h-6 {
  max-height: 1.5rem;
}
.tw-max-h-60 {
  max-height: 15rem;
}
.tw-max-h-8 {
  max-height: 2rem;
}
.tw-max-h-96 {
  max-height: 24rem;
}
.tw-max-h-\[100vw\] {
  max-height: 100vw;
}
.tw-max-h-\[200px\] {
  max-height: 200px;
}
.tw-max-h-\[22px\] {
  max-height: 22px;
}
.tw-max-h-\[32px\] {
  max-height: 32px;
}
.tw-max-h-\[700px\] {
  max-height: 700px;
}
.tw-max-h-\[70vh\] {
  max-height: 70vh;
}
.tw-max-h-\[90vh\] {
  max-height: 90vh;
}
.tw-max-h-full {
  max-height: 100%;
}
.tw-min-h-\[100vh\] {
  min-height: 100vh;
}
.tw-min-h-\[100vw\] {
  min-height: 100vw;
}
.tw-min-h-\[120px\] {
  min-height: 120px;
}
.tw-min-h-\[137px\] {
  min-height: 137px;
}
.tw-min-h-\[14px\] {
  min-height: 14px;
}
.tw-min-h-\[160px\] {
  min-height: 160px;
}
.tw-min-h-\[400px\] {
  min-height: 400px;
}
.tw-min-h-\[460px\] {
  min-height: 460px;
}
.tw-min-h-\[500px\] {
  min-height: 500px;
}
.tw-min-h-\[60rem\] {
  min-height: 60rem;
}
.tw-min-h-\[640px\] {
  min-height: 640px;
}
.tw-min-h-\[65vh\] {
  min-height: 65vh;
}
.tw-min-h-\[900px\] {
  min-height: 900px;
}
.tw-min-h-screen {
  min-height: 100vh;
}
.tw-min-h-\[23px\] {
  min-height: 23px;
}
.tw-w-1\/2 {
  width: 50%;
}
.tw-w-1\/3 {
  width: 33.333333%;
}
.tw-w-1\/4 {
  width: 25%;
}
.tw-w-11 {
  width: 2.75rem;
}
.tw-w-12 {
  width: 3rem;
}
.tw-w-16 {
  width: 4rem;
}
.tw-w-2\/3 {
  width: 66.666667%;
}
.tw-w-20 {
  width: 5rem;
}
.tw-w-3 {
  width: 0.75rem;
}
.tw-w-3\/4 {
  width: 75%;
}
.tw-w-3\/5 {
  width: 60%;
}
.tw-w-32 {
  width: 8rem;
}
.tw-w-36 {
  width: 9rem;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-4\/12 {
  width: 33.333333%;
}
.tw-w-4\/6 {
  width: 66.666667%;
}
.tw-w-44 {
  width: 11rem;
}
.tw-w-48 {
  width: 12rem;
}
.tw-w-5 {
  width: 1.25rem;
}
.tw-w-5\/12 {
  width: 41.666667%;
}
.tw-w-5\/6 {
  width: 83.333333%;
}
.tw-w-52 {
  width: 13rem;
}
.tw-w-56 {
  width: 14rem;
}
.tw-w-64 {
  width: 16rem;
}
.tw-w-7\/12 {
  width: 58.333333%;
}
.tw-w-72 {
  width: 18rem;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-8\/12 {
  width: 66.666667%;
}
.tw-w-80 {
  width: 20rem;
}
.tw-w-96 {
  width: 24rem;
}
.tw-w-\[100px\] {
  width: 100px;
}
.tw-w-\[102px\] {
  width: 102px;
}
.tw-w-\[12\%\] {
  width: 12%;
}
.tw-w-\[120px\] {
  width: 120px;
}
.tw-w-\[140px\] {
  width: 140px;
}
.tw-w-\[165px\] {
  width: 165px;
}
.tw-w-\[170px\] {
  width: 170px;
}
.tw-w-\[200px\] {
  width: 200px;
}
.tw-w-\[20px\] {
  width: 20px;
}
.tw-w-\[210px\] {
  width: 210px;
}
.tw-w-\[2800px\] {
  width: 2800px;
}
.tw-w-\[28px\] {
  width: 28px;
}
.tw-w-\[300px\] {
  width: 300px;
}
.tw-w-\[30px\] {
  width: 30px;
}
.tw-w-\[320px\] {
  width: 320px;
}
.tw-w-\[35px\] {
  width: 35px;
}
.tw-w-\[4\.65rem\] {
  width: 4.65rem;
}
.tw-w-\[4rem\] {
  width: 4rem;
}
.tw-w-\[5em\] {
  width: 5em;
}
.tw-w-\[70px\] {
  width: 70px;
}
.tw-w-\[871px\] {
  width: 871px;
}
.tw-w-\[88\%\] {
  width: 88%;
}
.tw-w-\[90vw\] {
  width: 90vw;
}
.tw-w-\[95px\] {
  width: 95px;
}
.tw-w-\[calc\(100\%\+48px\)\] {
  width: calc(100% + 48px);
}
.tw-w-\[fit-content\] {
  width: -moz-fit-content;
  width: fit-content;
}
.tw-w-auto {
  width: auto;
}
.tw-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.tw-w-full {
  width: 100%;
}
.tw-w-navigation {
  width: 375px;
}
.tw-w-screen {
  width: 100vw;
}
.tw-min-w-\[350px\] {
  min-width: 350px;
}
.tw-min-w-\[540px\] {
  min-width: 540px;
}
.tw-min-w-\[54px\] {
  min-width: 54px;
}
.tw-min-w-\[95px\] {
  min-width: 95px;
}
.tw-min-w-full {
  min-width: 100%;
}
.tw-max-w-2xl {
  max-width: 42rem;
}
.tw-max-w-3xl {
  max-width: 48rem;
}
.tw-max-w-4xl {
  max-width: 56rem;
}
.tw-max-w-5xl {
  max-width: 64rem;
}
.tw-max-w-7xl {
  max-width: 80rem;
}
.tw-max-w-\[113px\] {
  max-width: 113px;
}
.tw-max-w-\[145px\] {
  max-width: 145px;
}
.tw-max-w-\[15rem\] {
  max-width: 15rem;
}
.tw-max-w-\[165px\] {
  max-width: 165px;
}
.tw-max-w-\[16rem\] {
  max-width: 16rem;
}
.tw-max-w-\[1700px\] {
  max-width: 1700px;
}
.tw-max-w-\[175px\] {
  max-width: 175px;
}
.tw-max-w-\[240px\] {
  max-width: 240px;
}
.tw-max-w-\[250px\] {
  max-width: 250px;
}
.tw-max-w-\[267px\] {
  max-width: 267px;
}
.tw-max-w-\[268px\] {
  max-width: 268px;
}
.tw-max-w-\[275px\] {
  max-width: 275px;
}
.tw-max-w-\[287px\] {
  max-width: 287px;
}
.tw-max-w-\[345px\] {
  max-width: 345px;
}
.tw-max-w-\[350px\] {
  max-width: 350px;
}
.tw-max-w-\[375px\] {
  max-width: 375px;
}
.tw-max-w-\[39px\] {
  max-width: 39px;
}
.tw-max-w-\[404px\] {
  max-width: 404px;
}
.tw-max-w-\[410px\] {
  max-width: 410px;
}
.tw-max-w-\[500px\] {
  max-width: 500px;
}
.tw-max-w-\[550px\] {
  max-width: 550px;
}
.tw-max-w-\[582px\] {
  max-width: 582px;
}
.tw-max-w-\[600px\] {
  max-width: 600px;
}
.tw-max-w-\[60vw\] {
  max-width: 60vw;
}
.tw-max-w-\[657px\] {
  max-width: 657px;
}
.tw-max-w-\[74px\] {
  max-width: 74px;
}
.tw-max-w-\[97px\] {
  max-width: 97px;
}
.tw-max-w-full {
  max-width: 100%;
}
.tw-max-w-lg {
  max-width: 32rem;
}
.tw-max-w-md {
  max-width: 28rem;
}
.tw-max-w-none {
  max-width: none;
}
.tw-max-w-sm {
  max-width: 24rem;
}
.tw-max-w-xl {
  max-width: 36rem;
}
.tw-max-w-xs {
  max-width: 20rem;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-flex-auto {
  flex: 1 1 auto;
}
.tw-flex-shrink-0 {
  flex-shrink: 0;
}
.tw-shrink-0 {
  flex-shrink: 0;
}
.tw-flex-grow {
  flex-grow: 1;
}
.tw-table-auto {
  table-layout: auto;
}
.tw--translate-x-full {
  --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-translate-x-0 {
  --tw-translate-x: 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));
}
.tw-translate-x-\[50\%\] {
  --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));
}
.tw-translate-x-full {
  --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-translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-\[-30px\] {
  --tw-translate-y: -30px;
  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-translate-y-\[-50\%\] {
  --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));
}
.tw-translate-y-\[30px\] {
  --tw-translate-y: 30px;
  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-translate-y-\[50px\] {
  --tw-translate-y: 50px;
  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-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-scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-default {
  cursor: default;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tw-snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.tw-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.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-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.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-content-center {
  align-content: center;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-end {
  align-items: flex-end;
}
.tw-items-center {
  align-items: center;
}
.tw-items-stretch {
  align-items: stretch;
}
.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-gap-1 {
  gap: 0.25rem;
}
.tw-gap-1\.5 {
  gap: 0.375rem;
}
.tw-gap-12 {
  gap: 3rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-2\.5 {
  gap: 0.625rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-5 {
  gap: 1.25rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-7 {
  gap: 1.75rem;
}
.tw-gap-\[10px\] {
  gap: 10px;
}
.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-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)));
}
.tw-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)));
}
.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-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)));
}
.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-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));
}
.tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.tw-place-self-end {
  place-self: end;
}
.tw-place-self-center {
  place-self: center;
}
.tw-self-end {
  align-self: flex-end;
}
.tw-self-center {
  align-self: center;
}
.tw-overflow-auto {
  overflow: auto;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-scroll {
  overflow: scroll;
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-overflow-y-hidden {
  overflow-y: hidden;
}
.tw-overflow-x-scroll {
  overflow-x: scroll;
}
.tw-overflow-y-scroll {
  overflow-y: scroll;
}
.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-rounded-\[60px\] {
  border-radius: 60px;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-sm {
  border-radius: 0.125rem;
}
.tw-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.tw-rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.tw-rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.tw-border {
  border-width: 1px;
}
.tw-border-0 {
  border-width: 0px;
}
.tw-border-2 {
  border-width: 2px;
}
.tw-border-\[1px\] {
  border-width: 1px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-b-2 {
  border-bottom-width: 2px;
}
.tw-border-t {
  border-top-width: 1px;
}
.tw-border-t-0 {
  border-top-width: 0px;
}
.tw-border-t-2 {
  border-top-width: 2px;
}
.tw-border-t-4 {
  border-top-width: 4px;
}
.tw-border-solid {
  border-style: solid;
}
.tw-border-\[\#CBCBCB\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}
.tw-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.tw-border-boost-gray {
  --tw-border-opacity: 1;
  border-color: rgb(170 161 132 / var(--tw-border-opacity));
}
.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.tw-border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.tw-border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.tw-border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.tw-border-nynm-gray {
  --tw-border-opacity: 1;
  border-color: rgb(141 147 148 / var(--tw-border-opacity));
}
.tw-border-transparent {
  border-color: transparent;
}
.tw-border-warm-mud-gray {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 63 / var(--tw-border-opacity));
}
.tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.tw-border-\[\#e2e2e2\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.tw-border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.tw-border-b-dark {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(33 33 33 / var(--tw-border-opacity));
}
.\!tw-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.\!tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.tw-bg-\[\#626262\] {
  --tw-bg-opacity: 1;
  background-color: rgb(98 98 98 / var(--tw-bg-opacity));
}
.tw-bg-\[\#9E7336\] {
  --tw-bg-opacity: 1;
  background-color: rgb(158 115 54 / var(--tw-bg-opacity));
}
.tw-bg-\[\#D7D1BD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 209 189 / var(--tw-bg-opacity));
}
.tw-bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.tw-bg-\[\#d9d9d9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.tw-bg-\[\#e4e4e2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 226 / var(--tw-bg-opacity));
}
.tw-bg-alert {
  --tw-bg-opacity: 1;
  background-color: rgb(234 67 89 / var(--tw-bg-opacity));
}
.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.tw-bg-boost-tan {
  --tw-bg-opacity: 1;
  background-color: rgb(188 183 165 / var(--tw-bg-opacity));
}
.tw-bg-byof {
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 239 / var(--tw-bg-opacity));
}
.tw-bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(218 216 202 / var(--tw-bg-opacity));
}
.tw-bg-darkorange {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.tw-bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.tw-bg-inherit {
  background-color: inherit;
}
.tw-bg-m-boost-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(150 82 51 / var(--tw-bg-opacity));
}
.tw-bg-matcha {
  --tw-bg-opacity: 1;
  background-color: rgb(84 109 52 / var(--tw-bg-opacity));
}
.tw-bg-mudcell {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 246 / var(--tw-bg-opacity));
}
.tw-bg-nearblack {
  --tw-bg-opacity: 1;
  background-color: rgb(8 8 8 / var(--tw-bg-opacity));
}
.tw-bg-nynm-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(141 147 148 / var(--tw-bg-opacity));
}
.tw-bg-nynm-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 204 / var(--tw-bg-opacity));
}
.tw-bg-offblack {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 16 / var(--tw-bg-opacity));
}
.tw-bg-offwhite {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 233 / var(--tw-bg-opacity));
}
.tw-bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.tw-bg-\[\#e2e2e2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}
.tw-bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.tw-bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.tw-bg-fade-alt {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.tw-bg-fade-alt-bottom {
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);;
}
.tw-bg-fade-bottom {
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.tw-bg-fade-left {
  background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.tw-bg-inside-mobile {
  background-image: url('https://cdn.shopify.com/s/files/1/0137/9434/5014/files/background-mobile.jpg?v=1673564580');
}
.tw-bg-select-chevron {
  background-image: url('https://cdn.shopify.com/s/files/1/0137/9434/5014/files/expand.png?v=1675821943');
}
.tw-bg-story-circle {
  background-image: linear-gradient(90deg, #FC4A1A 0%, #F7B733 100%);
}
.tw-bg-subscription-upsell {
  background-image: linear-gradient(180deg, rgba(204,192,168,1) 40%, rgba(205,201,193,1) 40%);
}
.tw-bg-contain {
  background-size: contain;
}
.tw-bg-cover {
  background-size: cover;
}
.tw-bg-bottom {
  background-position: bottom;
}
.tw-bg-center {
  background-position: center;
}
.tw-bg-right {
  background-position: right;
}
.tw-bg-right-bottom {
  background-position: right bottom;
}
.tw-bg-right-top {
  background-position: right top;
}
.tw-bg-top {
  background-position: top;
}
.tw-bg-no-repeat {
  background-repeat: no-repeat;
}
.tw-fill-current {
  fill: currentColor;
}
.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-object-none {
  -o-object-fit: none;
     object-fit: none;
}
.tw-object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.tw-object-center {
  -o-object-position: center;
     object-position: center;
}
.tw-object-left {
  -o-object-position: left;
     object-position: left;
}
.tw-object-left-top {
  -o-object-position: left top;
     object-position: left top;
}
.tw-object-right {
  -o-object-position: right;
     object-position: right;
}
.tw-object-right-top {
  -o-object-position: right top;
     object-position: right top;
}
.tw-object-top {
  -o-object-position: top;
     object-position: top;
}
.tw-p-0 {
  padding: 0px;
}
.tw-p-0\.5 {
  padding: 0.125rem;
}
.tw-p-12 {
  padding: 3rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-2\.5 {
  padding: 0.625rem;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-3\.5 {
  padding: 0.875rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-5 {
  padding: 1.25rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-p-8 {
  padding: 2rem;
}
.tw-p-\[1px\] {
  padding: 1px;
}
.tw-p-\[2px\] {
  padding: 2px;
}
.\!tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tw-px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.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-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.tw-px-mobile {
  padding-left: 20px;
  padding-right: 20px;
}
.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tw-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tw-py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.tw-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.tw-py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.tw-py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tw-py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.tw-py-\[4\.5px\] {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}
.tw-py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tw-pb-0 {
  padding-bottom: 0px;
}
.tw-pb-1 {
  padding-bottom: 0.25rem;
}
.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-20 {
  padding-bottom: 5rem;
}
.tw-pb-24 {
  padding-bottom: 6rem;
}
.tw-pb-3 {
  padding-bottom: 0.75rem;
}
.tw-pb-32 {
  padding-bottom: 8rem;
}
.tw-pb-4 {
  padding-bottom: 1rem;
}
.tw-pb-4\.5 {
  padding-bottom: 18px;
}
.tw-pb-5 {
  padding-bottom: 1.25rem;
}
.tw-pb-6 {
  padding-bottom: 1.5rem;
}
.tw-pb-8 {
  padding-bottom: 2rem;
}
.tw-pb-\[33px\] {
  padding-bottom: 33px;
}
.tw-pb-\[50px\] {
  padding-bottom: 50px;
}
.tw-pb-\[7px\] {
  padding-bottom: 7px;
}
.tw-pb-\[9px\] {
  padding-bottom: 9px;
}
.tw-pl-3 {
  padding-left: 0.75rem;
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-pl-7 {
  padding-left: 1.75rem;
}
.tw-pl-mobile-padding {
  padding-left: 20px;
}
.tw-pr-10 {
  padding-right: 2.5rem;
}
.tw-pr-16 {
  padding-right: 4rem;
}
.tw-pr-2 {
  padding-right: 0.5rem;
}
.tw-pr-3 {
  padding-right: 0.75rem;
}
.tw-pr-4 {
  padding-right: 1rem;
}
.tw-pr-5 {
  padding-right: 1.25rem;
}
.tw-pr-6 {
  padding-right: 1.5rem;
}
.tw-pr-8 {
  padding-right: 2rem;
}
.tw-pr-9 {
  padding-right: 2.25rem;
}
.tw-pt-0 {
  padding-top: 0px;
}
.tw-pt-1 {
  padding-top: 0.25rem;
}
.tw-pt-10 {
  padding-top: 2.5rem;
}
.tw-pt-12 {
  padding-top: 3rem;
}
.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-3 {
  padding-top: 0.75rem;
}
.tw-pt-4 {
  padding-top: 1rem;
}
.tw-pt-5 {
  padding-top: 1.25rem;
}
.tw-pt-6 {
  padding-top: 1.5rem;
}
.tw-pt-7 {
  padding-top: 1.75rem;
}
.tw-pt-72 {
  padding-top: 18rem;
}
.tw-pt-8 {
  padding-top: 2rem;
}
.tw-pt-96 {
  padding-top: 24rem;
}
.tw-pt-\[100\%\] {
  padding-top: 100%;
}
.tw-pt-\[10px\] {
  padding-top: 10px;
}
.tw-pt-\[45\%\] {
  padding-top: 45%;
}
.tw-pt-\[52vh\] {
  padding-top: 52vh;
}
.tw-pt-\[53px\] {
  padding-top: 53px;
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-text-right {
  text-align: right;
}
.tw-align-bottom {
  vertical-align: bottom;
}
.tw-font-sans {
  font-family: Chivo, 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";
}
.tw-font-serif {
  font-family: Ovo, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.\!tw-font-sans {
  font-family: Chivo, 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" !important;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tw-text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.tw-text-\[0\.625rem\] {
  font-size: 0.625rem;
}
.tw-text-\[10px\] {
  font-size: 10px;
}
.tw-text-\[11px\] {
  font-size: 11px;
}
.tw-text-\[14px\] {
  font-size: 14px;
}
.tw-text-\[22px\] {
  font-size: 22px;
}
.tw-text-\[24px\] {
  font-size: 24px;
}
.tw-text-\[28px\] {
  font-size: 28px;
}
.tw-text-\[2rem\] {
  font-size: 2rem;
}
.tw-text-\[32px\] {
  font-size: 32px;
}
.tw-text-\[8px\] {
  font-size: 8px;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-title {
  font-size: 2rem;
  line-height: 2.25rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw-text-xxs {
  font-size: .625rem;
}
.\!tw-text-\[20px\] {
  font-size: 20px !important;
}
.\!tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.tw-text-\[20px\] {
  font-size: 20px;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-font-semibold {
  font-weight: 600;
}
.\!tw-font-\[400\] {
  font-weight: 400 !important;
}
.\!tw-font-normal {
  font-weight: 400 !important;
}
.tw-uppercase {
  text-transform: uppercase;
}
.tw-capitalize {
  text-transform: capitalize;
}
.tw-not-italic {
  font-style: normal;
}
.tw-leading-10 {
  line-height: 2.5rem;
}
.tw-leading-4 {
  line-height: 1rem;
}
.tw-leading-5 {
  line-height: 1.25rem;
}
.tw-leading-6 {
  line-height: 1.5rem;
}
.tw-leading-7 {
  line-height: 1.75rem;
}
.tw-leading-8 {
  line-height: 2rem;
}
.tw-leading-\[0\.8\] {
  line-height: 0.8;
}
.tw-leading-\[11\.9px\] {
  line-height: 11.9px;
}
.tw-leading-\[13px\] {
  line-height: 13px;
}
.tw-leading-\[143\%\] {
  line-height: 143%;
}
.tw-leading-\[145\%\] {
  line-height: 145%;
}
.tw-leading-\[156\%\] {
  line-height: 156%;
}
.tw-leading-\[16px\] {
  line-height: 16px;
}
.tw-leading-\[17px\] {
  line-height: 17px;
}
.tw-leading-\[200\%\] {
  line-height: 200%;
}
.tw-leading-\[27px\] {
  line-height: 27px;
}
.tw-leading-\[29px\] {
  line-height: 29px;
}
.tw-leading-\[30px\] {
  line-height: 30px;
}
.tw-leading-\[38px\] {
  line-height: 38px;
}
.tw-leading-none {
  line-height: 1;
}
.tw-leading-normal {
  line-height: 1.5;
}
.tw-leading-relaxed {
  line-height: 1.625;
}
.tw-leading-snug {
  line-height: 1.375;
}
.tw-leading-tight {
  line-height: 1.25;
}
.\!tw-leading-\[1\] {
  line-height: 1 !important;
}
.tw-leading-\[1\] {
  line-height: 1;
}
.\!tw-tracking-normal {
  letter-spacing: 0em !important;
}
.tw-tracking-\[\.3px\] {
  letter-spacing: .3px;
}
.tw-tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.tw-tracking-\[0\.27px\] {
  letter-spacing: 0.27px;
}
.tw-tracking-\[0\.4\] {
  letter-spacing: 0.4;
}
.tw-tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}
.tw-tracking-\[1px\] {
  letter-spacing: 1px;
}
.tw-tracking-\[3px\] {
  letter-spacing: 3px;
}
.tw-tracking-normal {
  letter-spacing: 0em;
}
.tw-tracking-superwide {
  letter-spacing: .187rem;
}
.tw-tracking-tight {
  letter-spacing: -0.025em;
}
.tw-tracking-wide {
  letter-spacing: 0.025em;
}
.tw-tracking-wider {
  letter-spacing: 0.05em;
}
.tw-tracking-widest {
  letter-spacing: 0.1em;
}
.\!tw-text-charcoal {
  --tw-text-opacity: 1 !important;
  color: rgb(9 9 9 / var(--tw-text-opacity)) !important;
}
.\!tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.\!tw-text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.\!tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.tw-text-\[\#090909\] {
  --tw-text-opacity: 1;
  color: rgb(9 9 9 / var(--tw-text-opacity));
}
.tw-text-\[\#424040\] {
  --tw-text-opacity: 1;
  color: rgb(66 64 64 / var(--tw-text-opacity));
}
.tw-text-\[\#8C9394\] {
  --tw-text-opacity: 1;
  color: rgb(140 147 148 / var(--tw-text-opacity));
}
.tw-text-\[\#ACACAC\] {
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity));
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tw-text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(9 9 9 / var(--tw-text-opacity));
}
.tw-text-current {
  color: currentColor;
}
.tw-text-dark {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.tw-text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.tw-text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.tw-text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.tw-text-inherit {
  color: inherit;
}
.tw-text-light {
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
}
.tw-text-m-boost-brown {
  --tw-text-opacity: 1;
  color: rgb(165 95 61 / var(--tw-text-opacity));
}
.tw-text-offwhite {
  --tw-text-opacity: 1;
  color: rgb(239 239 233 / var(--tw-text-opacity));
}
.tw-text-red {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.\!tw-text-\[\#3F3F3F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 63 / var(--tw-text-opacity)) !important;
}
.tw-text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.tw-underline {
  text-decoration-line: underline;
}
.tw-line-through {
  text-decoration-line: line-through;
}
.\!tw-no-underline {
  text-decoration-line: none !important;
}
.tw-no-underline {
  text-decoration-line: none;
}
.tw-decoration-1 {
  text-decoration-thickness: 1px;
}
.\!tw-opacity-0 {
  opacity: 0 !important;
}
.\!tw-opacity-60 {
  opacity: 0.6 !important;
}
.tw-opacity-0 {
  opacity: 0;
}
.tw-opacity-100 {
  opacity: 1;
}
.tw-opacity-50 {
  opacity: 0.5;
}
.tw-opacity-60 {
  opacity: 0.6;
}
.tw-opacity-70 {
  opacity: 0.7;
}
.tw-opacity-75 {
  opacity: 0.75;
}
.tw-opacity-90 {
  opacity: 0.9;
}
.tw-shadow-btn {
  --tw-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0px 4px 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);
}
.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-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);
}
.tw-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);
}
.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tw-ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.tw-ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}
.tw-ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}
.tw-drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.tw-drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}
.tw-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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-max-height {
  transition-property: max-height;
  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-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-delay-200 {
  transition-delay: 200ms;
}
.tw-duration-100 {
  transition-duration: 100ms;
}
.tw-duration-1000 {
  transition-duration: 1000ms;
}
.tw-duration-150 {
  transition-duration: 150ms;
}
.tw-duration-200 {
  transition-duration: 200ms;
}
.tw-duration-300 {
  transition-duration: 300ms;
}
.tw-duration-500 {
  transition-duration: 500ms;
}
.tw-duration-\[\.4s\] {
  transition-duration: .4s;
}
.tw-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.tw-scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tw-scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.tw-page-width {
  max-width: 1310px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .tw-page-width {
    padding-left: 55px;
    padding-right: 55px;
  }
  .tw-text-title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

.metafield-rich_text_field p {
  color: #090909 !important;
  font-size: 16px !important;
}

ol.numbered > li {
  list-style: decimal inside !important;
}

.tw-text-black-all p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tw-text-black-all p > p {
  color: inherit;
}

.tw-text-black-all p .okeReviews-review-main-content-body > p {
  color: inherit;
}

.tw-text-black-all p > p + p {
  margin-top: 1rem;
}

.unorphan {
  overflow-wrap: normal;
  word-break: normal;
}

.tw-prose > h3,
.tw-prose > h4,
.tw-prose > h4 > strong {
  margin-top: 1.5rem;
  font-family: Chivo, 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";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.tw-prose > p {
  font-family: Ovo, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tw-prose > p > p {
  color: inherit;
}

.tw-prose > p .okeReviews-review-main-content-body > p {
  color: inherit;
}

.tw-prose > p > p + p {
  margin-top: 1rem;
}

.tw-prose > p + p,
.tw-prose > p:last-child {
  margin-top: 1.5rem;
}

.tw-prose > p a,
.underline-anchors a {
  text-decoration-line: underline;
}

.tw-prose li {
  margin-bottom: 0.25rem;
  font-family: Chivo, 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";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tw-prose li > p {
  color: inherit;
}

.tw-prose li .okeReviews-review-main-content-body > p {
  color: inherit;
}

.tw-prose li > p + p {
  margin-top: 1rem;
}

.tw-prose > ol > li {
  list-style: decimal inside;
}

.tw-prose-base > p {
  font-family: Ovo, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: 1.15rem;
}

.tw-prose-base li {
  font-size: 1rem;
}

.tw-prose-base li > a {
  text-decoration: underline;
}

.tw-prose-base h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-prose-base h3 b,
.tw-prose-base h3 strong {
  font-weight: 400;
}

.tw-prose-small > p {
  font-family: Ovo, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.tw-prose-small > p + p,
.tw-prose-small > p:last-child {
  margin-top: 1rem;
}

.tw-prose-sans > p {
  font-family: Chivo, 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";
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tw-prose-sans > p > p {
  color: inherit;
}

.tw-prose-sans > p .okeReviews-review-main-content-body > p {
  color: inherit;
}

.tw-prose-sans > p > p + p {
  margin-top: 1rem;
}

.extra-spacing > p {
  margin-bottom: 1em;
}

.tw-pdp-radio-label {
  position: relative;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding: 1rem;
}

.tw-pdp-radio-label:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.tw-peer:checked ~ .tw-pdp-radio-label {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tw-peer:checked ~ .tw-pdp-radio-label::after {
  position: absolute;
  left: 15px;
  top: 23px;
  height: 13px;
  width: 13px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tw-pdp-radio-label::before {
  position: absolute;
  left: 10px;
  top: 18px;
  height: 23px;
  width: 23px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.tw-peer:checked ~ .tw-pdp-radio-label::before {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tw-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: Chivo, 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";
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tw-text-black > p {
  color: inherit;
}

.tw-text-black .okeReviews-review-main-content-body > p {
  color: inherit;
}

.tw-text-black > p + p {
  margin-top: 1rem;
}

/* CSS Slider */
.css-slider {
  scroll-snap-type: x mandatory;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 15px;
}
.css-slider::-webkit-scrollbar {
  display: none;
}
.css-slider > section {
  min-width: 100%;
  height: 100%;
  scroll-snap-align: start;
  position: relative;
}
.css-slider__preview > section {
  min-width: 90%;
}
/** CSS Slider dots ******************/
.css-slider__navigation {
  position: absolute;
  left: 0;
  bottom: 2px;

  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.css-slider__navigation li {
  display: inline-block;
}
.css-slider__navigation li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 0;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.css-slider__navigation li button:focus {
  outline-offset: 4px;
}
/** Active slide dot */
.css-slider__navigation li button[aria-current='true'] {
  background-color: black;
  width: 12px;
  height: 12px;
}

/* These two custom css rules apply to the new pdp images slick-slider,
should be moved in a separate file though. */
.product-images-no-arrows .slick-arrow {
  display: none !important;
}

#ProductSection-product-template .slick-initialized {
  margin-left: -0.5rem;
}

#ProductSection-product-template .product-images .slick-slide {
  margin-right: 0.5rem;
}

#ProductSection-product-template .product-images .slick-list {
  padding-left: 0.5rem !important;
}

[x-cloak] {
  display: none !important;
}

#collection-slider .product-images .slick-slide {
  margin-left: 0px;
  margin-right: 1.875rem;
}

@media (min-width: 768px) {
  #collection-slider .product-images .slick-slide {
    margin-right: 1.25rem;
  }
}

#collection-slider .product-images .slick-slide div {
  height: 100%;
}

#collection-slider .product-images .slick-list {
  height: 100%;
}

#collection-slider .product-images .slick-track {
  display: flex !important;
  height: 100%;
}

@media (min-width: 1280px) {
  .og-product-hero .desktop_image > img {
    margin-top: 6vh;
  }
  .og-product-hero--rest .desktop_image > img {
    margin-top: 12vh;
  }
}
@media (min-width: 1920px) {
  .og-product-hero .desktop_image > img {
    margin-top: 0;
  }
  .og-product-hero--rest .desktop_image > img {
    margin-top: 6vh;
  }
}

.og-product-hero--boost .desktop_image > img {
  height: 150%;
  margin-top: -26vh;
}

.og-product-hero--boost .laptop_image {
  padding-top: 0;
  align-items: start;
}

.og-product-hero--boost .laptop_image > img {
  margin-top: -10vw;
  padding-right: 0;
  max-width: 54em;
}

.og-product-hero--boost .mobile_image {
  position: relative;
  height: 80vh;
  min-height: 500px;
  overflow: hidden;
  margin-bottom: -20vh;
}

.og-product-hero--boost .mobile_image > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  width: 150vw;
  margin-top: -15vh;
}

.product-details-mboost-content {
  margin-top: -20vh;
}
@media (min-width: 768px) {
  .product-details-mboost-content {
    margin-top: 0;
  }
}

.main-hero-reviews
  .okeReviews.okeReviews--theme
  .okeReviews-starRating-indicator-layer {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='14' viewBox='0 0 80 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.9951 11.3686L71.9961 11.368V11.367L75.9361 13.789C76.4171 14.085 76.6911 13.881 76.5641 13.345L75.4891 8.81301L78.9961 5.79301C79.4251 5.42301 79.3111 5.09901 78.7591 5.05301L74.1571 4.68301L72.5346 0.76362L72.5337 0.761252L72.3771 0.383015C72.1651 -0.128985 71.8251 -0.126985 71.6151 0.383015L69.8371 4.68301L65.2351 5.05301C64.6711 5.10001 64.5731 5.43001 64.9951 5.79301L68.5021 8.81501L67.4281 13.345C67.3001 13.884 67.5821 14.08 68.0561 13.788L71.9951 11.3686ZM68.7267 12.2026L70.9961 10.8087L72.0001 10L75.2654 12.2029L74.3757 8.45208L77.2946 5.9385L73.4671 5.63077L71.9964 2.07789L70.5273 5.63074L66.6961 5.93877L69.6153 8.45425L68.7267 12.2026Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.9999 11.3686L56.0009 11.368V11.367L59.9409 13.789C60.4219 14.085 60.6959 13.881 60.5689 13.345L59.4939 8.813L63.0009 5.793C63.4299 5.423 63.3159 5.099 62.7639 5.053L58.1619 4.683L56.5394 0.763612L56.5384 0.761244L56.3819 0.383006C56.1699 -0.128994 55.8299 -0.126994 55.6199 0.383006L53.8419 4.683L49.2399 5.053C48.6759 5.1 48.5779 5.43 48.9999 5.793L52.5069 8.815L51.4329 13.345C51.3049 13.884 51.5869 14.08 52.0609 13.788L55.9999 11.3686ZM52.7315 12.2026L55.0009 10.8086L56.0049 10L59.2702 12.2029L58.3805 8.45207L61.2995 5.93849L57.4719 5.63076L56.0012 2.07788L54.5321 5.63074L50.7009 5.93876L53.6201 8.45424L52.7315 12.2026Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40 11.3686L40.001 11.368V11.367L43.941 13.789C44.422 14.085 44.696 13.881 44.569 13.345L43.494 8.81304L47.0009 5.79304C47.4299 5.42304 47.3159 5.09904 46.7639 5.05304L42.162 4.68304L40.5395 0.763651L40.5385 0.761283L40.382 0.383046C40.17 -0.128954 39.83 -0.126954 39.62 0.383046L37.842 4.68304L33.24 5.05304C32.676 5.10004 32.578 5.43004 33 5.79304L36.507 8.81504L35.433 13.345C35.305 13.884 35.587 14.08 36.061 13.788L40 11.3686ZM36.7315 12.2026L39.001 10.8087L40.0049 10L43.2703 12.2029L42.3806 8.45212L45.2995 5.93853L41.472 5.6308L40.0013 2.07792L38.5322 5.63078L34.701 5.9388L37.6202 8.45428L36.7315 12.2026Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9627 11.3687L23.9637 11.3681V11.3671L27.9037 13.7891C28.3847 14.0851 28.6587 13.8811 28.5317 13.3451L27.4567 8.81306L30.9636 5.79306C31.3926 5.42306 31.2786 5.09906 30.7266 5.05306L26.1247 4.68306L24.5022 0.763669L24.5012 0.761301L24.3447 0.383064C24.1327 -0.128936 23.7927 -0.126936 23.5827 0.383064L21.8047 4.68306L17.2027 5.05306C16.6387 5.10006 16.5407 5.43006 16.9627 5.79306L20.4697 8.81506L19.3957 13.3451C19.2677 13.8841 19.5497 14.0801 20.0237 13.7881L23.9627 11.3687ZM20.6942 12.2026L22.9637 10.8087L23.9676 10.0001L27.233 12.203L26.3433 8.45214L29.2622 5.93855L25.4347 5.63082L23.964 2.07794L22.4949 5.6308L18.6637 5.93882L21.5829 8.4543L20.6942 12.2026Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99899 11.3686L7.99998 11.368V11.367L11.94 13.789C12.421 14.085 12.695 13.881 12.568 13.345L11.493 8.81304L15 5.79305C15.429 5.42305 15.315 5.09905 14.763 5.05305L10.161 4.68305L8.53853 0.763651L8.53755 0.761283L8.38098 0.383046C8.16898 -0.128954 7.82898 -0.126954 7.61898 0.383046L5.84098 4.68305L1.23898 5.05305C0.674982 5.10005 0.576982 5.43005 0.998983 5.79305L4.50598 8.81504L3.43198 13.345C3.30398 13.884 3.58598 14.08 4.05998 13.788L7.99899 11.3686ZM4.73057 12.2026L6.99998 10.8087L8.00396 10L11.2693 12.2029L10.3796 8.45212L13.2985 5.93853L9.47101 5.6308L8.00029 2.07792L6.53122 5.63078L2.70003 5.9388L5.61923 8.45428L4.73057 12.2026Z' fill='white'/%3E%3C/svg%3E%0A");
}

.main-hero-reviews
  .okeReviews.okeReviews--theme
  .okeReviews-starRating-indicator-layer--foreground {
  background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2280%22%20height%3D%2214%22%20viewBox%3D%220%200%2080%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M71.996%2011.368l-3.94%202.42c-.474.292-.756.096-.628-.443l1.074-4.53-3.507-3.022c-.422-.363-.324-.693.24-.74l4.602-.37%201.778-4.3c.21-.51.55-.512.762%200l1.78%204.3%204.602.37c.552.046.666.37.237.74l-3.507%203.02%201.075%204.532c.127.536-.147.74-.628.444l-3.94-2.422zM55.996%2011.368l-3.94%202.42c-.474.292-.756.096-.628-.443l1.074-4.53-3.507-3.022c-.422-.363-.324-.693.24-.74l4.602-.37%201.778-4.3c.21-.51.55-.512.762%200l1.78%204.3%204.602.37c.552.046.666.37.237.74l-3.507%203.02%201.075%204.532c.127.536-.147.74-.628.444l-3.94-2.422zM40.123%2011.368l-3.94%202.42c-.475.292-.756.096-.63-.443l1.076-4.53-3.508-3.022c-.422-.363-.324-.693.24-.74l4.602-.37%201.778-4.3c.21-.51.55-.512.762%200l1.778%204.3%204.603.37c.554.046.667.37.24.74l-3.508%203.02%201.075%204.532c.127.536-.147.74-.628.444l-3.94-2.422zM24.076%2011.368l-3.94%202.42c-.475.292-.757.096-.63-.443l1.076-4.53-3.507-3.022c-.422-.363-.324-.693.238-.74l4.603-.37%201.78-4.3c.21-.51.55-.512.76%200l1.78%204.3%204.602.37c.554.046.667.37.24.74l-3.508%203.02%201.074%204.532c.127.536-.146.74-.628.444l-3.94-2.422zM8.123%2011.368l-3.94%202.42c-.475.292-.756.096-.63-.443l1.076-4.53L1.12%205.792c-.422-.363-.324-.693.24-.74l4.602-.37%201.778-4.3c.21-.51.55-.512.762%200l1.778%204.3%204.603.37c.554.046.667.37.24.74l-3.508%203.02%201.075%204.532c.127.536-.147.74-.628.444l-3.94-2.422z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') !important;
}

.main-hero-reviews .okeReviews {
  font-size: 10px;
}

.main-hero-reviews .okeReviews .okeReviews-reviewsSummary-ratingCount {
  margin: 0.6em 0 0.25em;
}

.oke-sr-count {
  font-size: 12px;
}

.oke-reviewContent-body > p {
  color: #000;
}

.oke-bodyText p {
  color: black;
}

.checklist {
  list-style: none;
  padding: 0 0 0 20px;
}
.checklist li:before {
  content: '✓';
  position: absolute;
  left: -20px;
  color: #fff;
}
.checklist li {
  position: relative;
  color: #d2d2d2;
}

.rest-ritual-images .month_1-image {
  max-width: 220px;
}

.rest-ritual-images .month_2-image {
  max-width: 134.5px;
}

.rise-ritual-images .month_1-image {
  max-width: 134.5px;
}

.rise-ritual-images .month_2-image {
  max-width: 134.5px;
}

.tw-bg-select-chevron {
  background-size: 11px 11px;
  padding-right: 1.7rem;
}

.shadow-text {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.8));
}

:root {
  --star-size: 30px;
  --star-color: #ccc;
  --star-background: #000;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.Stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bfcm22-red-square::before {
  content: '■';
  /*background-color: red;*/
  color: red !important;
  position: absolute;
  display: inline;
  left: 10px;
  width: 8px;
  height: 8px;
}

.bfcm22-red-square-inline::before {
  content: '■';
  /*background-color: red;*/
  color: red !important;
  display: inline;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

.bfcm22-red-square-p > p:first-child::before {
  content: '■';
  /*background-color: red;*/
  color: red !important;
  display: inline;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

.underline-anchors a {
  text-decoration: underline;
}

/* BYOF  */

.boxborder {
  border: 3px solid red !important;
}

.byof-checkbox input[type='checkbox'] {
  display: none;
}

.byof-checkbox input[type='checkbox'] + label::before {
  content: url('https://cdn.shopify.com/s/files/1/0137/9434/5014/files/mark.svg?v=1685055288');
  border: 0.1em solid #979797;
  background-color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: 0.2s;
}

.byof-checkbox input[type='checkbox']:checked + label:before {
  opacity: 1 !important;
  background-color: black !important;
  border: 0.1em solid black;
  color: white !important;
}

.byof-checkbox input[type='checkbox']:disabled + label:before {
  opacity: 1 !important;
  background-color: #555 !important;
  border: 0.1em solid #555;
  color: white !important;
}

/* Habit Banner */

@media (max-width: 540px) {
  #habit-banner {
    background-position: -4rem;
  }
}

@media (max-width: 376px) {
  #habit-banner {
    background-position: -6rem;
  }
  #habit-banner-content {
    width: 68% !important;
  }
}

@media (max-width: 321px) {
  #habit-banner {
    background-position: -100rem;
  }
  #habit-banner-content {
    width: 100% !important;
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* ReCharge */

:root .rc-login {
  --rc-title-font: Chivo, 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;
  --rc-body-font: Chivo, 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;
  --rc-font-color: #090909;
  --rc-button-bg-color: #000;
  --rc-button-font-color: #fff;
  --rc-secured-display: none;
  --rc-border-radius: 0px;
}
.rc-login--header-title,
.rc-enter-code-header {
  font-family: var(--rc-title-font);
  font-weight: 400 !important;
}
.rc-login--header-title::after {
  display: block;
  content: 'Enter the email address you used during checkout to manage your subscriptions.';
  font-size: 16px;
  line-height: 1.4;
  padding-right: 28px;
  margin-top: 14px;
  color: #333;
}
.rc-enter-code-text,
.rc-enter-code-sms-info {
  color: #333 !important;
}
.rc-login-form-button {
  margin-bottom: 28px;
}
.get-subscription-access #MainContent.main-content {
  background-color: #fff;
}
.rc-login .rc-login--body {
  box-shadow: none !important;
  background-color: #f9fafb !important;
}

/* Animations  */

.animate-slidein {
  animation-name: slidein;
  animation-duration: 0.3s;
}
.animate-slidein-1 {
  animation-name: slidein;
  animation-duration: 0.3s;
}
.animate-slidein-2 {
  animation-name: slidein;
  animation-duration: 0.4s;
}
.animate-slidein-3 {
  animation-name: slidein;
  animation-duration: 0.5s;
}
.animate-slidein-sm {
  animation-name: slidein-sm;
  animation-duration: 0.5s;
}

@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slidein-sm {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.animate-scale {
  animation-name: scale;
  animation-duration: 1s;
}
.animate-scale__start {
  transform: scale(1.2);
}

@keyframes scale {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

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

.hover\:\!tw-text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

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

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

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

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

.hover\:\!tw-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:\!tw-border-none:focus {
  border-style: none !important;
}

.focus\:tw-border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:\!tw-text-gray-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.focus\:tw-text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.focus\:\!tw-shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:\!tw-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

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

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

.tw-peer:checked ~ .peer-checked\:tw-block {
  display: block;
}

.tw-peer:checked ~ .peer-checked\:tw-hidden {
  display: none;
}

.aria-pressed\:tw-border-black[aria-pressed="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.aria-pressed\:tw-bg-white[aria-pressed="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:tw-absolute::after {
  position: absolute;
}

.after\:tw--right-1::after {
  right: -0.25rem;
}

.after\:tw-right-2::after {
  right: 0.5rem;
}

.after\:tw-right-2\.5::after {
  right: 0.625rem;
}

.after\:tw-top-2::after {
  top: 0.5rem;
}

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

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

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

.after\:tw-h-4\.5::after {
  height: 18px;
}

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

.after\:tw-w-4\.5::after {
  width: 18px;
}

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

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

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

.after\:tw-bg-primary::after {
  --tw-bg-opacity: 1;
  background-color: rgb(3 150 249 / var(--tw-bg-opacity));
}

.after\:tw-text-xxs::after {
  font-size: .625rem;
}

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

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

.before\:tw-empty-content::before {
  content: '';
}

@media (min-width: 640px) {
  .sm\:tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:tw-mb-0 {
    margin-bottom: 0px;
  }
  .sm\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm\:tw-mt-2 {
    margin-top: 0.5rem;
  }
  .sm\:tw-mt-2\.5 {
    margin-top: 0.625rem;
  }
  .sm\:tw-block {
    display: block;
  }
  .sm\:tw-inline {
    display: inline;
  }
  .sm\:tw-grid {
    display: grid;
  }
  .sm\:tw-hidden {
    display: none;
  }
  .sm\:tw-h-screen {
    height: 100vh;
  }
  .sm\:tw-w-auto {
    width: auto;
  }
  .sm\:tw-max-w-\[220px\] {
    max-width: 220px;
  }
  .sm\:tw-max-w-md {
    max-width: 28rem;
  }
  .sm\:tw-max-w-none {
    max-width: none;
  }
  .sm\:tw-max-w-xs {
    max-width: 20rem;
  }
  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:tw-flex-row {
    flex-direction: row;
  }
  .sm\:tw-flex-col {
    flex-direction: column;
  }
  .sm\:tw-justify-evenly {
    justify-content: space-evenly;
  }
  .sm\:tw-gap-0 {
    gap: 0px;
  }
  .sm\:tw-gap-5 {
    gap: 1.25rem;
  }
  .sm\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:tw-bg-inside {
    background-image: url('https://cdn.shopify.com/s/files/1/0137/9434/5014/files/background-desktop.jpg?v=1673564579');
  }
  .sm\:tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:tw-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:tw-text-left {
    text-align: left;
  }
  .sm\:tw-text-center {
    text-align: center;
  }
  .sm\:tw-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:tw-leading-5 {
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:tw-absolute {
    position: absolute;
  }
  .md\:tw-relative {
    position: relative;
  }
  .md\:tw-sticky {
    position: sticky;
  }
  .md\:tw-bottom-4 {
    bottom: 1rem;
  }
  .md\:tw-left-0 {
    left: 0px;
  }
  .md\:tw-left-auto {
    left: auto;
  }
  .md\:tw-left-desktop-padding {
    left: 55px;
  }
  .md\:tw-right-0 {
    right: 0px;
  }
  .md\:tw-right-3 {
    right: 0.75rem;
  }
  .md\:tw-right-4 {
    right: 1rem;
  }
  .md\:tw-top-0 {
    top: 0px;
  }
  .md\:tw-top-16 {
    top: 4rem;
  }
  .md\:tw-top-3 {
    top: 0.75rem;
  }
  .md\:tw-z-10 {
    z-index: 10;
  }
  .md\:tw-z-\[-1\] {
    z-index: -1;
  }
  .md\:tw-order-1 {
    order: 1;
  }
  .md\:tw-order-2 {
    order: 2;
  }
  .md\:tw-order-first {
    order: -9999;
  }
  .md\:tw-order-last {
    order: 9999;
  }
  .md\:tw-order-none {
    order: 0;
  }
  .md\:tw-float-right {
    float: right;
  }
  .md\:tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:tw-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:tw-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:tw-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:\!tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .md\:tw-mb-0 {
    margin-bottom: 0px;
  }
  .md\:tw-mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:tw-mb-12 {
    margin-bottom: 3rem;
  }
  .md\:tw-mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:tw-mb-4 {
    margin-bottom: 1rem;
  }
  .md\:tw-mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:tw-mb-8 {
    margin-bottom: 2rem;
  }
  .md\:tw-ml-2 {
    margin-left: 0.5rem;
  }
  .md\:tw-ml-3 {
    margin-left: 0.75rem;
  }
  .md\:tw-ml-auto {
    margin-left: auto;
  }
  .md\:tw-mr-0 {
    margin-right: 0px;
  }
  .md\:tw-mr-10 {
    margin-right: 2.5rem;
  }
  .md\:tw-mr-4 {
    margin-right: 1rem;
  }
  .md\:tw-mt-0 {
    margin-top: 0px;
  }
  .md\:tw-mt-10 {
    margin-top: 2.5rem;
  }
  .md\:tw-mt-12 {
    margin-top: 3rem;
  }
  .md\:tw-mt-28 {
    margin-top: 7rem;
  }
  .md\:tw-mt-4 {
    margin-top: 1rem;
  }
  .md\:tw-mt-5 {
    margin-top: 1.25rem;
  }
  .md\:tw-mt-6 {
    margin-top: 1.5rem;
  }
  .md\:tw-mt-8 {
    margin-top: 2rem;
  }
  .md\:\!tw-mt-8 {
    margin-top: 2rem !important;
  }
  .md\:tw-mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:tw-block {
    display: block;
  }
  .md\:tw-inline-block {
    display: inline-block;
  }
  .md\:tw-inline {
    display: inline;
  }
  .md\:tw-flex {
    display: flex;
  }
  .md\:tw-grid {
    display: grid;
  }
  .md\:tw-hidden {
    display: none;
  }
  .md\:tw-h-\[40vh\] {
    height: 40vh;
  }
  .md\:tw-h-\[70vh\] {
    height: 70vh;
  }
  .md\:tw-h-\[84px\] {
    height: 84px;
  }
  .md\:tw-h-\[88vh\] {
    height: 88vh;
  }
  .md\:tw-h-auto {
    height: auto;
  }
  .md\:tw-h-full {
    height: 100%;
  }
  .md\:tw-h-header {
    height: 70px;
  }
  .md\:tw-max-h-\[60rem\] {
    max-height: 60rem;
  }
  .md\:tw-max-h-\[90rem\] {
    max-height: 90rem;
  }
  .md\:tw-min-h-\[120px\] {
    min-height: 120px;
  }
  .md\:tw-min-h-\[375px\] {
    min-height: 375px;
  }
  .md\:tw-min-h-\[42rem\] {
    min-height: 42rem;
  }
  .md\:tw-min-h-\[550px\] {
    min-height: 550px;
  }
  .md\:tw-min-h-\[60rem\] {
    min-height: 60rem;
  }
  .md\:tw-min-h-\[70vh\] {
    min-height: 70vh;
  }
  .md\:tw-min-h-\[710px\] {
    min-height: 710px;
  }
  .md\:tw-min-h-\[720px\] {
    min-height: 720px;
  }
  .md\:tw-min-h-\[800px\] {
    min-height: 800px;
  }
  .md\:tw-w-1\/2 {
    width: 50%;
  }
  .md\:tw-w-1\/3 {
    width: 33.333333%;
  }
  .md\:tw-w-11\/12 {
    width: 91.666667%;
  }
  .md\:tw-w-2\/3 {
    width: 66.666667%;
  }
  .md\:tw-w-2\/5 {
    width: 40%;
  }
  .md\:tw-w-5\/12 {
    width: 41.666667%;
  }
  .md\:tw-w-52 {
    width: 13rem;
  }
  .md\:tw-w-7\/12 {
    width: 58.333333%;
  }
  .md\:tw-w-72 {
    width: 18rem;
  }
  .md\:tw-w-8 {
    width: 2rem;
  }
  .md\:tw-w-80 {
    width: 20rem;
  }
  .md\:tw-w-96 {
    width: 24rem;
  }
  .md\:tw-w-\[376px\] {
    width: 376px;
  }
  .md\:tw-w-auto {
    width: auto;
  }
  .md\:tw-w-full {
    width: 100%;
  }
  .md\:tw-w-navigation {
    width: 375px;
  }
  .md\:tw-w-navigation2x {
    width: 750px;
  }
  .md\:tw-min-w-\[50\%\] {
    min-width: 50%;
  }
  .md\:tw-min-w-\[76px\] {
    min-width: 76px;
  }
  .md\:tw-max-w-2xl {
    max-width: 42rem;
  }
  .md\:tw-max-w-3xl {
    max-width: 48rem;
  }
  .md\:tw-max-w-5xl {
    max-width: 64rem;
  }
  .md\:tw-max-w-\[246px\] {
    max-width: 246px;
  }
  .md\:tw-max-w-\[300px\] {
    max-width: 300px;
  }
  .md\:tw-max-w-\[343px\] {
    max-width: 343px;
  }
  .md\:tw-max-w-lg {
    max-width: 32rem;
  }
  .md\:tw-max-w-md {
    max-width: 28rem;
  }
  .md\:tw-max-w-none {
    max-width: none;
  }
  .md\:tw-max-w-sm {
    max-width: 24rem;
  }
  .md\:tw-max-w-xl {
    max-width: 36rem;
  }
  .md\:tw-max-w-xs {
    max-width: 20rem;
  }
  .md\:tw-max-w-\[504px\] {
    max-width: 504px;
  }
  .md\:tw-flex-1 {
    flex: 1 1 0%;
  }
  .md\:tw-translate-x-0 {
    --tw-translate-x: 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));
  }
  .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-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:tw-flex-row {
    flex-direction: row;
  }
  .md\:tw-flex-col {
    flex-direction: column;
  }
  .md\:tw-flex-wrap {
    flex-wrap: wrap;
  }
  .md\:tw-items-start {
    align-items: flex-start;
  }
  .md\:tw-items-end {
    align-items: flex-end;
  }
  .md\:tw-items-center {
    align-items: center;
  }
  .md\:tw-justify-end {
    justify-content: flex-end;
  }
  .md\:tw-justify-center {
    justify-content: center;
  }
  .md\:tw-justify-between {
    justify-content: space-between;
  }
  .md\:tw-gap-0 {
    gap: 0px;
  }
  .md\:tw-gap-10 {
    gap: 2.5rem;
  }
  .md\:tw-gap-4 {
    gap: 1rem;
  }
  .md\:tw-gap-6 {
    gap: 1.5rem;
  }
  .md\:tw-gap-8 {
    gap: 2rem;
  }
  .md\:tw-gap-12 {
    gap: 3rem;
  }
  .md\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .md\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:tw-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)));
  }
  .md\:tw-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)));
  }
  .md\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:tw-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));
  }
  .md\:tw-overflow-auto {
    overflow: auto;
  }
  .md\:tw-overflow-hidden {
    overflow: hidden;
  }
  .md\:tw-overflow-visible {
    overflow: visible;
  }
  .md\:tw-whitespace-normal {
    white-space: normal;
  }
  .md\:tw-whitespace-nowrap {
    white-space: nowrap;
  }
  .md\:tw-border-0 {
    border-width: 0px;
  }
  .md\:tw-border-b {
    border-bottom-width: 1px;
  }
  .md\:tw-border-l {
    border-left-width: 1px;
  }
  .md\:tw-border-t {
    border-top-width: 1px;
  }
  .md\:tw-border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  .md\:tw-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .md\:tw-bg-transparent {
    background-color: transparent;
  }
  .md\:tw-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:tw-bg-center {
    background-position: center;
  }
  .md\:tw-bg-left {
    background-position: left;
  }
  .md\:tw-p-0 {
    padding: 0px;
  }
  .md\:tw-p-4 {
    padding: 1rem;
  }
  .md\:\!tw-px-desktop {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .md\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:tw-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:tw-px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .md\:tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:tw-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:tw-px-desktop {
    padding-left: 55px;
    padding-right: 55px;
  }
  .md\:tw-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:tw-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:tw-py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:tw-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:tw-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:tw-py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:tw-py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .md\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:tw-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .md\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:tw-py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .md\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:tw-pb-0 {
    padding-bottom: 0px;
  }
  .md\:tw-pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:tw-pb-12 {
    padding-bottom: 3rem;
  }
  .md\:tw-pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:tw-pb-16 {
    padding-bottom: 4rem;
  }
  .md\:tw-pb-20 {
    padding-bottom: 5rem;
  }
  .md\:tw-pb-24 {
    padding-bottom: 6rem;
  }
  .md\:tw-pb-28 {
    padding-bottom: 7rem;
  }
  .md\:tw-pb-32 {
    padding-bottom: 8rem;
  }
  .md\:tw-pb-36 {
    padding-bottom: 9rem;
  }
  .md\:tw-pb-4 {
    padding-bottom: 1rem;
  }
  .md\:tw-pb-4\.5 {
    padding-bottom: 18px;
  }
  .md\:tw-pl-14 {
    padding-left: 3.5rem;
  }
  .md\:tw-pl-24 {
    padding-left: 6rem;
  }
  .md\:tw-pr-0 {
    padding-right: 0px;
  }
  .md\:tw-pr-14 {
    padding-right: 3.5rem;
  }
  .md\:tw-pr-24 {
    padding-right: 6rem;
  }
  .md\:tw-pt-0 {
    padding-top: 0px;
  }
  .md\:tw-pt-10 {
    padding-top: 2.5rem;
  }
  .md\:tw-pt-12 {
    padding-top: 3rem;
  }
  .md\:tw-pt-14 {
    padding-top: 3.5rem;
  }
  .md\:tw-pt-16 {
    padding-top: 4rem;
  }
  .md\:tw-pt-24 {
    padding-top: 6rem;
  }
  .md\:tw-pt-32 {
    padding-top: 8rem;
  }
  .md\:tw-pt-4 {
    padding-top: 1rem;
  }
  .md\:tw-pt-40 {
    padding-top: 10rem;
  }
  .md\:tw-pt-48 {
    padding-top: 12rem;
  }
  .md\:tw-pt-5 {
    padding-top: 1.25rem;
  }
  .md\:tw-pt-72 {
    padding-top: 18rem;
  }
  .md\:tw-pt-8 {
    padding-top: 2rem;
  }
  .md\:tw-pt-\[28px\] {
    padding-top: 28px;
  }
  .md\:tw-pt-\[30px\] {
    padding-top: 30px;
  }
  .md\:tw-pt-\[72\%\] {
    padding-top: 72%;
  }
  .md\:tw-pt-\[88px\] {
    padding-top: 88px;
  }
  .md\:tw-pt-\[98px\] {
    padding-top: 98px;
  }
  .md\:tw-text-left {
    text-align: left;
  }
  .md\:tw-text-center {
    text-align: center;
  }
  .md\:tw-text-right {
    text-align: right;
  }
  .md\:\!tw-text-\[40px\] {
    font-size: 40px !important;
  }
  .md\:tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:tw-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:tw-text-\[12px\] {
    font-size: 12px;
  }
  .md\:tw-text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .md\:tw-text-\[28px\] {
    font-size: 28px;
  }
  .md\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:tw-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:tw-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:tw-leading-7 {
    line-height: 1.75rem;
  }
  .md\:tw-leading-none {
    line-height: 1;
  }
  .md\:tw-leading-normal {
    line-height: 1.5;
  }
  .md\:\!tw-text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
  }
  .md\:tw-text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .md\:tw-opacity-0 {
    opacity: 0;
  }
  .md\:tw-opacity-100 {
    opacity: 1;
  }
  .md\: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);
  }
  .md\:tw-transition-none {
    transition-property: none;
  }
  .md\:tw-transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .md\:tw-duration-300 {
    transition-duration: 300ms;
  }
    .md\:tw-page-width {
    max-width: 1310px;
    padding-left: 20px;
    padding-right: 20px;
  }
    @media (min-width: 768px) {
    .md\:tw-page-width {
      padding-left: 55px;
      padding-right: 55px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:tw-ml-8 {
    margin-left: 2rem;
  }
  .lg\:tw-mr-32 {
    margin-right: 8rem;
  }
  .lg\:tw-mt-24 {
    margin-top: 6rem;
  }
  .lg\:tw-mt-4 {
    margin-top: 1rem;
  }
  .lg\:tw-mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:tw-flex {
    display: flex;
  }
  .lg\:tw-min-h-\[720px\] {
    min-height: 720px;
  }
  .lg\:tw-w-1\/2 {
    width: 50%;
  }
  .lg\:tw-w-4\/12 {
    width: 33.333333%;
  }
  .lg\:tw-max-w-2xl {
    max-width: 42rem;
  }
  .lg\:tw-justify-end {
    justify-content: flex-end;
  }
  .lg\:tw-gap-14 {
    gap: 3.5rem;
  }
  .lg\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:tw-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lg\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:tw-pb-48 {
    padding-bottom: 12rem;
  }
  .lg\:tw-pl-20 {
    padding-left: 5rem;
  }
  .lg\:tw-pl-7 {
    padding-left: 1.75rem;
  }
  .lg\:tw-pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:tw-pr-3 {
    padding-right: 0.75rem;
  }
  .lg\:tw-pt-12 {
    padding-top: 3rem;
  }
  .lg\:tw-pt-14 {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:tw-mt-24 {
    margin-top: 6rem;
  }
  .xl\:tw-mt-32 {
    margin-top: 8rem;
  }
  .xl\:tw-flex {
    display: flex;
  }
  .xl\:tw-hidden {
    display: none;
  }
  .xl\:tw-w-halfplus {
    width: 55%;
  }
  .xl\:tw-flex-col {
    flex-direction: column;
  }
  .xl\:tw-items-start {
    align-items: flex-start;
  }
  .xl\:tw-items-end {
    align-items: flex-end;
  }
  .xl\:tw-gap-\[92px\] {
    gap: 92px;
  }
  .xl\:tw-pl-40 {
    padding-left: 10rem;
  }
  .xl\:tw-pr-0 {
    padding-right: 0px;
  }
  .xl\:tw-pt-12 {
    padding-top: 3rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:tw-top-0 {
    top: 0px;
  }
  .\32xl\:tw-mt-20 {
    margin-top: 5rem;
  }
  .\32xl\:tw-mt-24 {
    margin-top: 6rem;
  }
  .\32xl\:tw-block {
    display: block;
  }
  .\32xl\:tw-hidden {
    display: none;
  }
  .\32xl\:tw-h-\[80vh\] {
    height: 80vh;
  }
  .\32xl\:tw-min-h-\[185px\] {
    min-height: 185px;
  }
  .\32xl\:tw-w-4\/6 {
    width: 66.666667%;
  }
  .\32xl\:tw-w-7\/12 {
    width: 58.333333%;
  }
  .\32xl\:tw-pr-2 {
    padding-right: 0.5rem;
  }
}

@media (min-width: 1920px) {
  .\33xl\:tw-mt-40 {
    margin-top: 10rem;
  }
}

/*# sourceMappingURL=tailwind.min.css.map */
