@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:wght@400;700&display=swap");

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

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

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #A9ABAC;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #707375;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #707375;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

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

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

[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: #535759;
  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: #535759;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #535759;
  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='%23535759' 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: #535759;
  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;
}

.\!container{
  width: 100% !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

  .container{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .container{
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media (min-width: 1200px){
  .\!container{
    max-width: 1200px !important;
  }

  .container{
    max-width: 1200px;
  }
}

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

  .container{
    max-width: 1280px;
  }
}

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

  .container{
    max-width: 1536px;
  }
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}

.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-base{
  font-size: 1rem;
  line-height: 1.75;
}

.prose-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose-base :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-base :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose-base :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-base :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose-base :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-base :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-base :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-base :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-base :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose-base :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.prose-base :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.prose-base :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-base :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose-base :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose-base :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-base :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose-base :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose-base :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose-base :where(.prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose-base :where(.prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose-base :where(.prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose-base :where(.prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose-base :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose-base :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose-base :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose-base :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-base :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-base :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-base :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-base :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-base :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose-base :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose-base :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-base :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-base :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-base :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-base :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose-base :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-base :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-xl{
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1.0666667em;
}

.prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
  border-radius: 0.3125rem;
  padding-top: 0.25em;
  padding-inline-end: 0.4em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.4em;
}

.prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8611111em;
}

.prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-inline-end: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-inline-start: 1.3333333em;
}

.prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

.prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

.prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4em;
}

.prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4em;
}

.prose-xl :where(.prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6em;
  padding-inline-start: 1.6em;
}

.prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}

.prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.8888889em;
  padding-inline-end: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-inline-start: 0.6666667em;
}

.prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl :where(.prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(.prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

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

.prose-2xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.prose-2xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-inline-start: 1.1111111em;
}

.prose-2xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}

.prose-2xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}

.prose-2xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}

.prose-2xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-2xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  border-radius: 0.375rem;
  padding-top: 0.25em;
  padding-inline-end: 0.3333333em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.3333333em;
}

.prose-2xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
}

.prose-2xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.prose-2xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-2xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-inline-end: 1.6em;
  padding-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

.prose-2xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5833333em;
}

.prose-2xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5833333em;
}

.prose-2xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-2xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4166667em;
}

.prose-2xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4166667em;
}

.prose-2xl :where(.prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-2xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.5833333em;
}

.prose-2xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-2xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  line-height: 1.4;
}

.prose-2xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}

.prose-2xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-2xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-2xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.8em;
  padding-inline-end: 0.6em;
  padding-bottom: 0.8em;
  padding-inline-start: 0.6em;
}

.prose-2xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-2xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-2xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}

.prose-2xl :where(.prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(.prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-move{
  --tw-prose-body: #253544;
  --tw-prose-headings: #162029;
  --tw-prose-lead: #162029;
  --tw-prose-links: #C94F0A;
  --tw-prose-bold: #253544;
  --tw-prose-counters: #253544;
  --tw-prose-bullets: #253544;
  --tw-prose-hr: #E2ECF5;
  --tw-prose-quotes: #374F66;
  --tw-prose-quote-borders: #E2ECF5;
  --tw-prose-captions: #374F66;
  --tw-prose-code: #374F66;
  --tw-prose-pre-code: #CFDFEE;
  --tw-prose-pre-bg: #253544;
  --tw-prose-th-borders: #253544;
  --tw-prose-td-borders: #B6CEE5;
  --tw-prose-invert-body: #B6CEE5;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #fff;
  --tw-prose-invert-links: #C94F0A;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #CFDFEE;
  --tw-prose-invert-bullets: #CFDFEE;
  --tw-prose-invert-hr: #86AED4;
  --tw-prose-invert-quotes: #253544;
  --tw-prose-invert-quote-borders: #86AED4;
  --tw-prose-invert-captions: #C94F0A;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #fff;
  --tw-prose-invert-pre-bg: #162029;
  --tw-prose-invert-th-borders: #496987;
  --tw-prose-invert-td-borders: #374F66;
}

.prose-move :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 400;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

.prose-dashboard{
  --tw-prose-body: #374F66;
  --tw-prose-headings: #253544;
  --tw-prose-lead: #253544;
  --tw-prose-links: #C94F0A;
  --tw-prose-bold: #374F66;
  --tw-prose-counters: #374F66;
  --tw-prose-bullets: #374F66;
  --tw-prose-hr: #E2ECF5;
  --tw-prose-quotes: #162029;
  --tw-prose-quote-borders: #E2ECF5;
  --tw-prose-captions: #100E0E;
  --tw-prose-code: #162029;
  --tw-prose-pre-code: #CFDFEE;
  --tw-prose-pre-bg: #F6F6F6;
  --tw-prose-th-borders: #F6F6F6;
  --tw-prose-td-borders: #F8F8F8;
  --tw-prose-invert-body: #F8F8F8;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #fff;
  --tw-prose-invert-links: #C94F0A;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #CFDFEE;
  --tw-prose-invert-bullets: #CFDFEE;
  --tw-prose-invert-hr: #86AED4;
  --tw-prose-invert-quotes: #253544;
  --tw-prose-invert-quote-borders: #86AED4;
  --tw-prose-invert-captions: #C94F0A;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #fff;
  --tw-prose-invert-pre-bg: #162029;
  --tw-prose-invert-th-borders: #496987;
  --tw-prose-invert-td-borders: #374F66;
}

.prose-dashboard :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 400;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

.prose-dashboard :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0.4em;
}

.aspect-h-1{
  --tw-aspect-h: 1;
}

.aspect-w-1{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-2{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 2;
}

.aspect-w-2 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.playus-button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.playus-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.playus-button:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.playus-button:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.playus-button--normal{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.playus-button--normal:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.playus-button--normal:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.playus-button--normal:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.playus-button--medium{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.playus-button--large{
  border-radius: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.playus-button--small{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.playus-button--mini{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.playus-button--secondary{
  --tw-border-opacity: 1;
  border-color: rgb(250 219 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 219 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(50 44 41 / var(--tw-text-opacity, 1));
}

.playus-button--secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(251 225 215 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(251 225 215 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(50 44 41 / var(--tw-text-opacity, 1));
}

.playus-button--secondary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 225 215 / var(--tw-ring-opacity, 1));
}

.playus-button--blue{
  --tw-border-opacity: 1;
  border-color: rgb(92 132 169 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(92 132 169 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.playus-button--blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
}

.playus-button--blue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.playus-button--orange{
  --tw-border-opacity: 1;
  border-color: rgb(167 66 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(167 66 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.playus-button--orange:hover{
  --tw-border-opacity: 1;
  border-color: rgb(101 40 5 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(101 40 5 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.playus-button--orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(67 26 3 / var(--tw-bg-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 26 3 / var(--tw-ring-opacity, 1));
}

.playus-button--outline{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 197 175 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(41 39 35 / var(--tw-text-opacity, 1));
}

.playus-button--outline:hover{
  --tw-border-opacity: 1;
  border-color: rgb(135 131 117 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(41 39 35 / var(--tw-text-opacity, 1));
}

.playus-button--outline:focus{
  background-color: transparent;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(135 131 117 / var(--tw-ring-opacity, 1));
}

.playus-button--outline-orange{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(167 66 8 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(167 66 8 / var(--tw-text-opacity, 1));
}

.playus-button--outline-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgb(101 40 5 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(101 40 5 / var(--tw-text-opacity, 1));
}

.playus-button--outline-orange:focus{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(40 16 2 / var(--tw-text-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(40 16 2 / var(--tw-ring-opacity, 1));
}

.playus-button--outline-blue{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.playus-button--outline-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(55 79 102 / var(--tw-text-opacity, 1));
}

.playus-button--outline-blue:focus{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(37 53 68 / var(--tw-text-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.playus-button--disabled{
  cursor: not-allowed;
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 202 202 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(121 121 121 / var(--tw-text-opacity, 1)) !important;
}

.playus-button--disabled:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 202 202 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity, 1)) !important;
}

.playus-button--disabled:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(202 202 202 / var(--tw-ring-opacity, 1)) !important;
}

.blue-purple-gradient {
  background: var(--wmth--custom--layer--accent--colorful-1) !important;
}

.neutral-gradient {
  background: var(--wmth--preset--gradient-neutral-light) !important;
}

.playus-pill{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 79 10 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.playus-pill:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(134 53 7 / var(--tw-bg-opacity, 1));
}

.playus-pill--big{
  border-radius: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible{
  visibility: visible;
}

.\!static{
  position: static !important;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

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

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

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

.-top-\[12rem\]{
  top: -12rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-10{
  bottom: 2.5rem;
}

.bottom-8{
  bottom: 2rem;
}

.left-0{
  left: 0px;
}

.left-\[-9vw\]{
  left: -9vw;
}

.left-full{
  left: 100%;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-4{
  right: 1rem;
}

.right-7{
  right: 1.75rem;
}

.right-\[-9vw\]{
  right: -9vw;
}

.right-full{
  right: 100%;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

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

.top-10{
  top: 2.5rem;
}

.top-36{
  top: 9rem;
}

.top-4{
  top: 1rem;
}

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

.top-full{
  top: 100%;
}

.isolate{
  isolation: isolate;
}

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.order-last{
  order: 9999;
}

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

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

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.clear-both{
  clear: both;
}

.m-0{
  margin: 0px;
}

.m-8{
  margin: 2rem;
}

.m-auto{
  margin: auto;
}

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

.-mx-0\.5{
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

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

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

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

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

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

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

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

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

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

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

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

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

.-ml-5{
  margin-left: -1.25rem;
}

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

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

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

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

.-mt-96{
  margin-top: -24rem;
}

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

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

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

.mb-11{
  margin-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-9{
  margin-bottom: 2.25rem;
}

.ml-0{
  margin-left: 0px;
}

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

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

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

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

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

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

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

.mr-3{
  margin-right: 0.75rem;
}

.mr-5{
  margin-right: 1.25rem;
}

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

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

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

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

.mt-11{
  margin-top: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border{
  box-sizing: border-box;
}

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

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

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[23\/22\]{
  aspect-ratio: 23/22;
}

.aspect-\[250\/181\]{
  aspect-ratio: 250/181;
}

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

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

.aspect-\[69\/35\]{
  aspect-ratio: 69/35;
}

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

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

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

.\!h-\[69px\]{
  height: 69px !important;
}

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

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-14{
  height: 3.5rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

.max-h-\[calc\(100vh-84px\)\]{
  max-height: calc(100vh - 84px);
}

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

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

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

.min-h-screen{
  min-height: 100vh;
}

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

.\!w-\[110px\]{
  width: 110px !important;
}

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

.w-0{
  width: 0px;
}

.w-1\.5{
  width: 0.375rem;
}

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

.w-1\/6{
  width: 16.666667%;
}

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

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

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

.w-20{
  width: 5rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-4{
  width: 1rem;
}

.w-4\/12{
  width: 33.333333%;
}

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

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

.w-\[calc\(100vw-\(100\%\+2rem\)\)\]{
  width: calc(100vw - (100% + 2rem));
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

.w-px{
  width: 1px;
}

.w-screen{
  width: 100vw;
}

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

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

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

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

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-8xl{
  max-width: 90rem;
}

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

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

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

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

.max-w-md{
  max-width: 28rem;
}

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

.max-w-sm{
  max-width: 24rem;
}

.max-w-xs{
  max-width: 20rem;
}

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

.flex-none{
  flex: none;
}

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

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

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

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

.grow{
  flex-grow: 1;
}

.basis-full{
  flex-basis: 100%;
}

.table-auto{
  table-layout: auto;
}

.\!border-collapse{
  border-collapse: collapse !important;
}

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

.origin-top-right{
  transform-origin: top right;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

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

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

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-grab{
  cursor: grab;
}

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-start{
  scroll-snap-align: start;
}

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

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

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

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

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

.columns-3{
  -moz-columns: 3;
       columns: 3;
}

.columns-4{
  -moz-columns: 4;
       columns: 4;
}

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

.auto-rows-auto{
  grid-auto-rows: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-9{
  gap: 2.25rem;
}

.gap-px{
  gap: 1px;
}

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-11{
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

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

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

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

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

.gap-y-0{
  row-gap: 0px;
}

.gap-y-1{
  row-gap: 0.25rem;
}

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

.gap-y-14{
  row-gap: 3.5rem;
}

.gap-y-20{
  row-gap: 5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

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

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

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(198 199 200 / var(--tw-divide-opacity, 1));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(221 221 222 / var(--tw-divide-opacity, 1));
}

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

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

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

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

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

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.\!border-t-0{
  border-top-width: 0px !important;
}

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

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

.border-l-0{
  border-left-width: 0px;
}

.border-l-4{
  border-left-width: 4px;
}

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

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

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

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

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

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

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

.\!border-pink-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 182 172 / var(--tw-border-opacity, 1)) !important;
}

.\!border-primary-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(92 132 169 / var(--tw-border-opacity, 1)) !important;
}

.\!border-quaternary-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 158 107 / var(--tw-border-opacity, 1)) !important;
}

.\!border-silver-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 202 202 / var(--tw-border-opacity, 1)) !important;
}

.\!border-tertiary-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(201 79 10 / var(--tw-border-opacity, 1)) !important;
}

.border-dark-300{
  --tw-border-opacity: 1;
  border-color: rgb(117 114 114 / var(--tw-border-opacity, 1));
}

.border-dark-50{
  --tw-border-opacity: 1;
  border-color: rgb(214 213 213 / var(--tw-border-opacity, 1));
}

.border-dark-800{
  --tw-border-opacity: 1;
  border-color: rgb(24 22 22 / var(--tw-border-opacity, 1));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(112 115 117 / var(--tw-border-opacity, 1));
}

.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 222 / var(--tw-border-opacity, 1));
}

.border-pink{
  --tw-border-opacity: 1;
  border-color: rgb(250 219 207 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
}

.border-primary-600{
  --tw-border-opacity: 1;
  border-color: rgb(92 132 169 / var(--tw-border-opacity, 1));
}

.border-primary-950{
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
}

.border-secondary-300{
  --tw-border-opacity: 1;
  border-color: rgb(220 216 202 / var(--tw-border-opacity, 1));
}

.border-secondary-500{
  --tw-border-opacity: 1;
  border-color: rgb(203 197 175 / var(--tw-border-opacity, 1));
}

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

.border-silver-500{
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
}

.border-tertiary-600{
  --tw-border-opacity: 1;
  border-color: rgb(167 66 8 / var(--tw-border-opacity, 1));
}

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

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

.border-y-gray-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 222 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(221 221 222 / var(--tw-border-opacity, 1));
}

.\!border-b-silver-700{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(161 161 161 / var(--tw-border-opacity, 1)) !important;
}

.\!border-t-silver-700{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 161 161 / var(--tw-border-opacity, 1)) !important;
}

.border-b-dark-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 213 213 / var(--tw-border-opacity, 1));
}

.border-b-gray-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(198 199 200 / var(--tw-border-opacity, 1));
}

.border-b-gray-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 222 / var(--tw-border-opacity, 1));
}

.border-b-primary-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 223 238 / var(--tw-border-opacity, 1));
}

.border-b-primary-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(182 206 229 / var(--tw-border-opacity, 1));
}

.border-b-silver-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 202 202 / var(--tw-border-opacity, 1));
}

.border-b-silver-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
}

.border-b-skin-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 224 221 / var(--tw-border-opacity, 1));
}

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

.border-t-dark-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(10 9 9 / var(--tw-border-opacity, 1));
}

.border-t-gray-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 222 / var(--tw-border-opacity, 1));
}

.border-t-primary-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(158 190 220 / var(--tw-border-opacity, 1));
}

.border-t-primary-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(92 132 169 / var(--tw-border-opacity, 1));
}

.border-t-silver-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(202 202 202 / var(--tw-border-opacity, 1));
}

.border-t-silver-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
}

.border-t-tertiary-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(201 79 10 / var(--tw-border-opacity, 1));
}

.\!bg-pink-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 237 231 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-primary-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(182 206 229 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-quaternary-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 223 206 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-silver-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-tertiary-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 196 173 / var(--tw-bg-opacity, 1)) !important;
}

.bg-current{
  background-color: currentColor;
}

.bg-dark-300{
  --tw-bg-opacity: 1;
  background-color: rgb(117 114 114 / var(--tw-bg-opacity, 1));
}

.bg-dark-400{
  --tw-bg-opacity: 1;
  background-color: rgb(83 78 78 / var(--tw-bg-opacity, 1));
}

.bg-dark-50{
  --tw-bg-opacity: 1;
  background-color: rgb(214 213 213 / var(--tw-bg-opacity, 1));
}

.bg-dark-800{
  --tw-bg-opacity: 1;
  background-color: rgb(24 22 22 / var(--tw-bg-opacity, 1));
}

.bg-dark-950{
  --tw-bg-opacity: 1;
  background-color: rgb(10 9 9 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(198 199 200 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(112 115 117 / var(--tw-bg-opacity, 1));
}

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

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

.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(250 219 207 / var(--tw-bg-opacity, 1));
}

.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 239 / var(--tw-bg-opacity, 1));
}

.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(208 182 172 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(110 158 203 / var(--tw-bg-opacity, 1));
}

.bg-primary-10{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(207 223 238 / var(--tw-bg-opacity, 1));
}

.bg-primary-20{
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 252 / var(--tw-bg-opacity, 1));
}

.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(226 236 245 / var(--tw-bg-opacity, 1));
}

.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(110 158 203 / var(--tw-bg-opacity, 1));
}

.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(92 132 169 / var(--tw-bg-opacity, 1));
}

.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(73 105 135 / var(--tw-bg-opacity, 1));
}

.bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(37 53 68 / var(--tw-bg-opacity, 1));
}

.bg-primary-950{
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
}

.bg-sand-300{
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 240 / var(--tw-bg-opacity, 1));
}

.bg-secondary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(220 216 202 / var(--tw-bg-opacity, 1));
}

.bg-secondary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(212 207 188 / var(--tw-bg-opacity, 1));
}

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

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

.bg-silver-400{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

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

.bg-tertiary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 196 173 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(228 167 132 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(244 220 206 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(201 79 10 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(167 66 8 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

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

.bg-none{
  background-image: none;
}

.from-primary-10{
  --tw-gradient-from: #F8FAFC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-80\%{
  --tw-gradient-from-position: 80%;
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-100\%{
  --tw-gradient-to-position: 100%;
}

.bg-\[length\:1\.5em_1\.5em\]{
  background-size: 1.5em 1.5em;
}

.bg-\[length\:100\%_100\%\]{
  background-size: 100% 100%;
}

.bg-\[50\%\]{
  background-position: 50%;
}

.bg-\[right_0\.5rem_center\]{
  background-position: right 0.5rem center;
}

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

.fill-current{
  fill: currentColor;
}

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

.\!p-2{
  padding: 0.5rem !important;
}

.\!p-\[10px\]{
  padding: 10px !important;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-\[14px\]{
  padding: 14px;
}

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

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

.\!py-\[14px\]{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pl-10{
  padding-left: 2.5rem !important;
}

.\!pr-10{
  padding-right: 2.5rem !important;
}

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

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

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

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

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

.pb-11{
  padding-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-9{
  padding-bottom: 2.25rem;
}

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

.pl-1{
  padding-left: 0.25rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

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

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

.pr-10{
  padding-right: 2.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!font-secondary{
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji" !important;
}

.font-sans{
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

.font-secondary{
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
}

.font-tertiary{
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!font-normal{
  font-weight: 400 !important;
}

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

.font-light{
  font-weight: 300;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.\!not-italic{
  font-style: normal !important;
}

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

.\!leading-7{
  line-height: 1.75rem !important;
}

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

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

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

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

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

.leading-relaxed{
  line-height: 1.625;
}

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

.tracking-normal{
  letter-spacing: 0em;
}

.\!text-primary-900{
  --tw-text-opacity: 1 !important;
  color: rgb(37 53 68 / var(--tw-text-opacity, 1)) !important;
}

.\!text-silver-800{
  --tw-text-opacity: 1 !important;
  color: rgb(121 121 121 / var(--tw-text-opacity, 1)) !important;
}

.\!text-tertiary-500{
  --tw-text-opacity: 1 !important;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1)) !important;
}

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

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

.text-current{
  color: currentColor;
}

.text-dark-100{
  --tw-text-opacity: 1;
  color: rgb(186 184 184 / var(--tw-text-opacity, 1));
}

.text-dark-300{
  --tw-text-opacity: 1;
  color: rgb(117 114 114 / var(--tw-text-opacity, 1));
}

.text-dark-400{
  --tw-text-opacity: 1;
  color: rgb(83 78 78 / var(--tw-text-opacity, 1));
}

.text-dark-500{
  --tw-text-opacity: 1;
  color: rgb(48 43 43 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(140 143 144 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(42 44 45 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(28 29 30 / var(--tw-text-opacity, 1));
}

.text-pink-800{
  --tw-text-opacity: 1;
  color: rgb(125 110 104 / var(--tw-text-opacity, 1));
}

.text-pink-950{
  --tw-text-opacity: 1;
  color: rgb(50 44 41 / var(--tw-text-opacity, 1));
}

.text-primary-100{
  --tw-text-opacity: 1;
  color: rgb(207 223 238 / var(--tw-text-opacity, 1));
}

.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(182 206 229 / var(--tw-text-opacity, 1));
}

.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(158 190 220 / var(--tw-text-opacity, 1));
}

.text-primary-50{
  --tw-text-opacity: 1;
  color: rgb(226 236 245 / var(--tw-text-opacity, 1));
}

.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(110 158 203 / var(--tw-text-opacity, 1));
}

.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(92 132 169 / var(--tw-text-opacity, 1));
}

.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(55 79 102 / var(--tw-text-opacity, 1));
}

.text-primary-900{
  --tw-text-opacity: 1;
  color: rgb(37 53 68 / var(--tw-text-opacity, 1));
}

.text-primary-950{
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

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

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-sand-300{
  --tw-text-opacity: 1;
  color: rgb(250 248 240 / var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(203 197 175 / var(--tw-text-opacity, 1));
}

.text-secondary-300{
  --tw-text-opacity: 1;
  color: rgb(220 216 202 / var(--tw-text-opacity, 1));
}

.text-secondary-950{
  --tw-text-opacity: 1;
  color: rgb(41 39 35 / var(--tw-text-opacity, 1));
}

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

.text-skin-200{
  --tw-text-opacity: 1;
  color: rgb(234 209 204 / var(--tw-text-opacity, 1));
}

.text-skin-50{
  --tw-text-opacity: 1;
  color: rgb(247 237 235 / var(--tw-text-opacity, 1));
}

.text-tertiary-300{
  --tw-text-opacity: 1;
  color: rgb(219 138 92 / var(--tw-text-opacity, 1));
}

.text-tertiary-500{
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
}

.text-tertiary-600{
  --tw-text-opacity: 1;
  color: rgb(167 66 8 / var(--tw-text-opacity, 1));
}

.text-transparent{
  color: transparent;
}

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

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

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

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

.decoration-tertiary-500{
  text-decoration-color: #C94F0A;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(112 115 117 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(112 115 117 / var(--tw-placeholder-opacity, 1));
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-90{
  opacity: 0.9;
}

.\!shadow-none{
  --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;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-dark-200\/20{
  --tw-shadow-color: rgb(151 149 149 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/30{
  --tw-shadow-color: rgb(207 223 238 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/50{
  --tw-shadow-color: rgb(207 223 238 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/20{
  --tw-shadow-color: rgb(92 132 169 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary-800\/10{
  --tw-shadow-color: rgb(102 99 88 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.outline{
  outline-style: solid;
}

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

.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

.blur{
  --tw-blur: blur(8px);
  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);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia{
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.delay-75{
  transition-delay: 75ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* @font-face {
	font-family: 'Moche';
	src: url('../fonts/moche/Moche-Regular.eot');
	src: url('../fonts/moche/Moche-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/moche/Moche-Regular.woff2') format('woff2'),
		url('../fonts/moche/Moche-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */

@font-face {
  font-family: "Gascogne";

  src: url("../fonts/gascogne/font.woff2") format("woff2"),
		url("../fonts/gascogne/font.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

*,
::before,
::after {
  --wmth--custom--layer--accent--colorful-1: linear-gradient(
      145.9deg,
      #fdf3ee 27.11%,
      #cfdfee 96.25%
    ),
    linear-gradient(266.32deg, #f1e0dd -44.26%, #cfdfee 82.44%), #cfdfee;
  --wmth--preset--gradient-neutral-light: linear-gradient(
      145deg,
      #ffffff 0%,
      #f4f4f4 70.14%
    ),
    #f4f4f4;
}

/** Buttons */

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.gform_wrapper.gravity-theme .gform_footer button:focus,
.gform_wrapper.gravity-theme .gform_footer input:focus,
.gform_wrapper.gravity-theme .gform_page_footer button:focus,
.gform_wrapper.gravity-theme .gform_page_footer input:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.gform_wrapper.gravity-theme .gform_footer button:disabled,
.gform_wrapper.gravity-theme .gform_footer input:disabled,
.gform_wrapper.gravity-theme .gform_page_footer button:disabled,
.gform_wrapper.gravity-theme .gform_page_footer input:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.scrolling #menu-cta-menu .gform_wrapper.gravity-theme .gform_footer button,.scrolling #menu-cta-menu 
.gform_wrapper.gravity-theme .gform_footer input,.scrolling #menu-cta-menu 
.gform_wrapper.gravity-theme .gform_page_footer button,.scrolling #menu-cta-menu 
.gform_wrapper.gravity-theme .gform_page_footer input{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.gform_wrapper.gravity-theme .gform_footer button.gform_previous_button.button,
.gform_wrapper.gravity-theme .gform_footer input.gform_previous_button.button,
.gform_wrapper.gravity-theme
  .gform_page_footer
  button.gform_previous_button.button,
.gform_wrapper.gravity-theme
  .gform_page_footer
  input.gform_previous_button.button{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.gform_wrapper.gravity-theme .gform_footer button.gform_previous_button.button:hover,
.gform_wrapper.gravity-theme .gform_footer input.gform_previous_button.button:hover,
.gform_wrapper.gravity-theme
  .gform_page_footer
  button.gform_previous_button.button:hover,
.gform_wrapper.gravity-theme
  .gform_page_footer
  input.gform_previous_button.button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(55 79 102 / var(--tw-text-opacity, 1));
}

.gform_wrapper.gravity-theme .gform_footer button.gform_previous_button.button:focus,
.gform_wrapper.gravity-theme .gform_footer input.gform_previous_button.button:focus,
.gform_wrapper.gravity-theme
  .gform_page_footer
  button.gform_previous_button.button:focus,
.gform_wrapper.gravity-theme
  .gform_page_footer
  input.gform_previous_button.button:focus{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(37 53 68 / var(--tw-text-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer{
  margin-top: 3.5rem !important;
}

.gform_wrapper.gravity-theme .gform_footer button + input,
.gform_wrapper.gravity-theme .gform_footer input + button,
.gform_wrapper.gravity-theme .gform_footer input + input,
.gform_wrapper.gravity-theme .gform_page_footer button + input,
.gform_wrapper.gravity-theme .gform_page_footer input + button,
.gform_wrapper.gravity-theme .gform_page_footer input + input{
  margin-left: 0.5rem !important;
}

@media (min-width: 1024px) {
  .gform_wrapper.gravity-theme .gform_footer button + input,
.gform_wrapper.gravity-theme .gform_footer input + button,
.gform_wrapper.gravity-theme .gform_footer input + input,
.gform_wrapper.gravity-theme .gform_page_footer button + input,
.gform_wrapper.gravity-theme .gform_page_footer input + button,
.gform_wrapper.gravity-theme .gform_page_footer input + input{
    margin-left: 2.75rem !important;
  }
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend{
  margin-left: 0px !important;
  padding-top: 0px !important;
}

/** Required Legend */

.gform_required_legend{
  display: none;
}

/** Inputs */

.gform_wrapper .gfield_required{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-style: normal !important;
  --tw-text-opacity: 1 !important;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1)) !important;
}

.gform_wrapper.gravity-theme .gfield_label{
  margin-left: 0px !important;
  margin-bottom: 0.25rem !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(37 53 68 / var(--tw-text-opacity, 1)) !important;
}

.page-template-page-partner-signup .gform_wrapper.gravity-theme .gfield_label{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label a, .gform_wrapper.gravity-theme .gfield_radio label a{
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
}

.gform_wrapper.gravity-theme input[type='color'],
.gform_wrapper.gravity-theme input[type='date'],
.gform_wrapper.gravity-theme input[type='datetime-local'],
.gform_wrapper.gravity-theme input[type='datetime'],
.gform_wrapper.gravity-theme input[type='email'],
.gform_wrapper.gravity-theme input[type='month'],
.gform_wrapper.gravity-theme input[type='number'],
.gform_wrapper.gravity-theme input[type='password'],
.gform_wrapper.gravity-theme input[type='search'],
.gform_wrapper.gravity-theme input[type='tel'],
.gform_wrapper.gravity-theme input[type='text'],
.gform_wrapper.gravity-theme input[type='time'],
.gform_wrapper.gravity-theme input[type='url'],
.gform_wrapper.gravity-theme input[type='week'],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea{
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(117 114 114 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1;
  color: rgb(37 53 68 / var(--tw-text-opacity, 1));
  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: 75ms;
}

.gform_wrapper.gravity-theme input[type='color']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='date']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='datetime-local']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='datetime']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='email']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='month']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='number']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='password']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='search']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='tel']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='text']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='time']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='url']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='week']::-moz-placeholder, .gform_wrapper.gravity-theme select::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity, 1));
}

.gform_wrapper.gravity-theme input[type='color']::placeholder,
.gform_wrapper.gravity-theme input[type='date']::placeholder,
.gform_wrapper.gravity-theme input[type='datetime-local']::placeholder,
.gform_wrapper.gravity-theme input[type='datetime']::placeholder,
.gform_wrapper.gravity-theme input[type='email']::placeholder,
.gform_wrapper.gravity-theme input[type='month']::placeholder,
.gform_wrapper.gravity-theme input[type='number']::placeholder,
.gform_wrapper.gravity-theme input[type='password']::placeholder,
.gform_wrapper.gravity-theme input[type='search']::placeholder,
.gform_wrapper.gravity-theme input[type='tel']::placeholder,
.gform_wrapper.gravity-theme input[type='text']::placeholder,
.gform_wrapper.gravity-theme input[type='time']::placeholder,
.gform_wrapper.gravity-theme input[type='url']::placeholder,
.gform_wrapper.gravity-theme input[type='week']::placeholder,
.gform_wrapper.gravity-theme select::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity, 1));
}

.gform_wrapper.gravity-theme input[type='color']:focus,
.gform_wrapper.gravity-theme input[type='date']:focus,
.gform_wrapper.gravity-theme input[type='datetime-local']:focus,
.gform_wrapper.gravity-theme input[type='datetime']:focus,
.gform_wrapper.gravity-theme input[type='email']:focus,
.gform_wrapper.gravity-theme input[type='month']:focus,
.gform_wrapper.gravity-theme input[type='number']:focus,
.gform_wrapper.gravity-theme input[type='password']:focus,
.gform_wrapper.gravity-theme input[type='search']:focus,
.gform_wrapper.gravity-theme input[type='tel']:focus,
.gform_wrapper.gravity-theme input[type='text']:focus,
.gform_wrapper.gravity-theme input[type='time']:focus,
.gform_wrapper.gravity-theme input[type='url']:focus,
.gform_wrapper.gravity-theme input[type='week']:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 158 203 / var(--tw-ring-opacity, 1));
}

.gform_wrapper.gravity-theme input[type='color']:active,
.gform_wrapper.gravity-theme input[type='date']:active,
.gform_wrapper.gravity-theme input[type='datetime-local']:active,
.gform_wrapper.gravity-theme input[type='datetime']:active,
.gform_wrapper.gravity-theme input[type='email']:active,
.gform_wrapper.gravity-theme input[type='month']:active,
.gform_wrapper.gravity-theme input[type='number']:active,
.gform_wrapper.gravity-theme input[type='password']:active,
.gform_wrapper.gravity-theme input[type='search']:active,
.gform_wrapper.gravity-theme input[type='tel']:active,
.gform_wrapper.gravity-theme input[type='text']:active,
.gform_wrapper.gravity-theme input[type='time']:active,
.gform_wrapper.gravity-theme input[type='url']:active,
.gform_wrapper.gravity-theme input[type='week']:active,
.gform_wrapper.gravity-theme select:active,
.gform_wrapper.gravity-theme textarea:active{
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
}

.gform_wrapper.gravity-theme input[type='color']:disabled,
.gform_wrapper.gravity-theme input[type='date']:disabled,
.gform_wrapper.gravity-theme input[type='datetime-local']:disabled,
.gform_wrapper.gravity-theme input[type='datetime']:disabled,
.gform_wrapper.gravity-theme input[type='email']:disabled,
.gform_wrapper.gravity-theme input[type='month']:disabled,
.gform_wrapper.gravity-theme input[type='number'],
.gform_wrapper.gravity-theme input[type='password']:disabled,
.gform_wrapper.gravity-theme input[type='search']:disabled,
.gform_wrapper.gravity-theme input[type='tel']:disabled,
.gform_wrapper.gravity-theme input[type='text']:disabled,
.gform_wrapper.gravity-theme input[type='time']:disabled,
.gform_wrapper.gravity-theme input[type='url']:disabled,
.gform_wrapper.gravity-theme input[type='week']:disabled,
.gform_wrapper.gravity-theme select:disabled,
.gform_wrapper.gravity-theme textarea:disabled{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.gform_wrapper.gravity-theme .gf_placeholder{
  --tw-text-opacity: 1;
  color: rgb(151 149 149 / var(--tw-text-opacity, 1));
}

.gform_wrapper.gravity-theme .gform_fields{
  row-gap: 1.5rem !important;
}

/** Validation */

.gform_wrapper .gform_validation_errors{
  border-radius: 0.5rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(201 79 10 / var(--tw-border-opacity, 1)) !important;
  background-color: rgb(237 196 173 / var(--tw-bg-opacity, 1)) !important;
  --tw-bg-opacity: 0.5 !important;
  --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;
}

.gform_wrapper .gform_validation_errors > h2{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1)) !important;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message{
  border-radius: 0.5rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(201 79 10 / var(--tw-border-opacity, 1)) !important;
  background-color: rgb(237 196 173 / var(--tw-bg-opacity, 1)) !important;
  --tw-bg-opacity: 0.5 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper [aria-invalid='true'] + label,
.gform_wrapper label + [aria-invalid='true']{
  --tw-text-opacity: 1 !important;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1)) !important;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

/* .gform_wrapper.gravity-theme .gfield_description {
	@apply text-black;
} */

/** Password Strenght */

.gform_wrapper.gravity-theme .gfield_password_strength{
  margin-top: 1rem !important;
  padding: 10px !important;
}

.gform_wrapper.gravity-theme .gfield_password_strength.mismatch,
.gform_wrapper.gravity-theme .gfield_password_strength.short{
  --tw-border-opacity: 1 !important;
  border-color: rgb(201 79 10 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 196 173 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1)) !important;
}

.gform_wrapper.gravity-theme .gfield_password_strength.bad{
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 158 107 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 223 206 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(232 158 107 / var(--tw-text-opacity, 1)) !important;
}

.gform_wrapper.gravity-theme .gfield_password_strength.good{
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 182 172 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 237 231 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(208 182 172 / var(--tw-text-opacity, 1)) !important;
}

.gform_wrapper.gravity-theme .gfield_password_strength.strong{
  --tw-border-opacity: 1 !important;
  border-color: rgb(92 132 169 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(182 206 229 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(92 132 169 / var(--tw-text-opacity, 1)) !important;
}

.gform_wrapper.gravity-theme .gform_show_password span.dashicons-hidden:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.036 12.322a1.012 1.012 0 010-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178z' /%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z' /%3E%3C/svg%3E%0A");
  filter: invert(87%) sepia(7%) saturate(1205%) hue-rotate(179deg)
        brightness(93%) contrast(93%);
  display: block;
  width: 1.5rem;
}

.gform_wrapper.gravity-theme .gform_show_password span.dashicons-visibility:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.98 8.223A10.477 10.477 0 001.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.45 10.45 0 0112 4.5c4.756 0 8.773 3.162 10.065 7.498a10.523 10.523 0 01-4.293 5.774M6.228 6.228L3 3m3.228 3.228l3.65 3.65m7.894 7.894L21 21m-3.228-3.228l-3.65-3.65m0 0a3 3 0 10-4.243-4.243m4.242 4.242L9.88 9.88' /%3E%3C/svg%3E%0A");
  filter: invert(87%) sepia(7%) saturate(1205%) hue-rotate(179deg)
        brightness(93%) contrast(93%);
  display: block;
  width: 1.5rem;
}

.gfield--type-fileupload .gfield_description{
  padding-top: 0px !important;
}

.gform_wrapper.gravity-theme .ginput_counter{
  padding-top: 0.25rem !important;
  padding-left: 0.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(161 161 161 / var(--tw-text-opacity, 1)) !important;
}

.gform_ajax_spinner{
  max-width: 50px;
}

/* coupons */

.ginput_container_coupon{
  display: flex;
}

.ginput_container_coupon .button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ginput_container_coupon .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ginput_container_coupon .button:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.ginput_container_coupon .button:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.scrolling #menu-cta-menu .ginput_container_coupon .button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.ginput_container_coupon img{
  max-height: -moz-max-content;
  max-height: max-content;
  align-self: center;
}

@media (min-width: 768px){
  .ginput_container_coupon img{
    margin-left: 1rem;
  }
}

.gform-hidden-coupon .ginput_container_coupon{
  height: 0px;
  overflow: hidden;
}

.gform-hidden-coupon .gf_coupon_name_container{
  display: none;
}

.gform_wrapper.gravity-theme .gchoice{
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gravity-contact .gform_wrapper.gravity-theme .gform_footer,
  .gravity-contact .gform_wrapper.gravity-theme .gform_page_footer{
  margin-top: 1.5rem !important;
}

.gravity-orange .gform_wrapper.gravity-theme .gform_footer button,
  .gravity-orange .gform_wrapper.gravity-theme .gform_footer input,
  .gravity-orange .gform_wrapper.gravity-theme .gform_page_footer button,
  .gravity-orange .gform_wrapper.gravity-theme .gform_page_footer input{
  border-radius: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(167 66 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(167 66 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.gravity-orange .gform_wrapper.gravity-theme .gform_footer button:hover,
  .gravity-orange .gform_wrapper.gravity-theme .gform_footer input:hover,
  .gravity-orange .gform_wrapper.gravity-theme .gform_page_footer button:hover,
  .gravity-orange .gform_wrapper.gravity-theme .gform_page_footer input:hover{
  --tw-border-opacity: 1;
  border-color: rgb(101 40 5 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(101 40 5 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.gravity-orange .gform_wrapper.gravity-theme .gform_footer button:focus,
  .gravity-orange .gform_wrapper.gravity-theme .gform_footer input:focus,
  .gravity-orange .gform_wrapper.gravity-theme .gform_page_footer button:focus,
  .gravity-orange .gform_wrapper.gravity-theme .gform_page_footer input:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(67 26 3 / var(--tw-bg-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 26 3 / var(--tw-ring-opacity, 1));
}

.video-player-fix {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-player-fix iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

lite-youtube{
  max-width: 100% !important;
}

.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}

.entry-content h1, .block-editor-block-list__layout h1{
  font-size: 3rem;
  line-height: 1;
}

.entry-content h2, .block-editor-block-list__layout h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.entry-content h3, .block-editor-block-list__layout h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
  --tw-text-opacity: 1;
  color: rgb(167 66 8 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
  --tw-text-opacity: 1;
  color: rgb(101 40 5 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.entry-content p,
	.entry-content ul,
	.entry-content ol,
	.block-editor-block-list__layout p,
	.block-editor-block-list__layout ul,
	.block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}

.entry-content ol li, .block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}

.scrolling #logo-front{
  height: 69px !important;
  width: 110px !important;
}

.scrolling #menu-cta-menu .playus-button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.current-menu-item,
.link-menu--active{
  --tw-text-opacity: 1 !important;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1)) !important;
}

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

.menu-item.cart-contents{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .menu-item.cart-contents{
    --tw-text-opacity: 1;
    color: rgb(22 32 41 / var(--tw-text-opacity, 1));
  }
}

.menu-item.cart-contents span:not(.cart-contents-count){
  display: inline-block;
  padding-left: 0.75rem;
}

@media (min-width: 1024px){
  .menu-item.cart-contents span:not(.cart-contents-count){
    display: inline;
    padding-left: 0px;
  }
}

.cart-contents-count{
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: flex;
  min-height: 18px;
  min-width: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 79 10 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .cart-contents-count{
    top: -0.5rem;
  }
}

.link-menu{
  display: inline-block;
  width: 100%;
}

.hero-block__text {
  font-size: clamp(1.875rem, 0.975rem + 2.25vw, 3rem);
  line-height: 1.2;
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.hero-block__text--side{
  text-align: left;
}

.hero-block__text--title {
  font-size: clamp(1.875rem, 0.975rem + 2.25vw, 3rem);
  line-height: 1.2;
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.hero-block__text--side-contact {
  font-size: clamp(1.875rem, 0.975rem + 2.25vw, 3rem);
  text-align: left;
}

.hero-block__text--term-page{
  text-align: center;
  font-size: 3rem;
  line-height: 1;
}

.hero-block__logo svg{
  margin-bottom: 1rem;
  height: auto;
  width: 8rem;
}

.hero-block__subtitle{
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.hero-block__subtitle--content{
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

/* .page-template-page-home {

	.hero-block {

		.first-hero-item {

			@apply items-end;
		}

		.second-hero-item {

			@apply flex justify-end bottom-10 md:bottom-16;
		}
		
		.third-hero-item {

			@apply flex;
		}
		
		.fourth-hero-item {

			@apply flex flex-col items-end;
		}

		&__text {
			font-size: clamp(3.5rem, 4.5vw, 4rem);
		}
	}
} */

.hero-video{
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.hero-video iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100vh;
  width: 100vw;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .hero-video iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw
  }
}

@media (max-aspect-ratio: 16/9) {
  .hero-video iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh
  }
}

@media (min-aspect-ratio: 16/9) {
  #video-hero-calc .hero-video iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw
  }
}

@media (max-aspect-ratio: 16/9) {
  #video-hero-calc .hero-video iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 162.78vh
  }
}

.swiper-button-next,
.swiper-button-prev{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blaze-track-container{
  position: relative;
}

.blaze-arrow{
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
}

.blaze-arrow--prev {
  left: 3vw;
}

/* fill: "#fff"; */

.blaze-arrow--prev:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23FFFFFF' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18' /%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: inline-block;
}

.blaze-arrow--next {
  left: auto;
  right: 3vw;
}

.blaze-arrow--next:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23FFFFFF' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3' /%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: inline-block;
}

.blaze-hero .blaze-arrow{
  z-index: 40;
}

.blaze-pagination button {
  font-size: 0px;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 167 132 / var(--tw-bg-opacity, 1));
}

.blaze-pagination button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(201 79 10 / var(--tw-bg-opacity, 1));
}

.blaze-tour.blaze-slider {
  --slides-to-show: 2.15;
}

@media (min-width: 640px) {
  .blaze-tour.blaze-slider {
    --slides-to-show: 1;
  }
}

@media (min-width: 768px) {
  .blaze-tour.blaze-slider {
    --slides-to-show: 2;
  }
}

@media (min-width: 1024px) {
  .blaze-tour.blaze-slider {
    --slides-to-show: 2.15;
  }

  .blaze-tour .blaze-track > * {
    transform: translate3d(-42.5%, 0px, 0px);
  }
}

@media (min-width: 1280px) {
  .blaze-tour.blaze-slider {
    --slides-to-show: 2.15;
  }

  .blaze-tour .blaze-track > * {
    transform: translate3d(-42.5%, 0px, 0px);
  }
}

.blaze-hero.blaze-slider {
  --slides-to-show: 1;
}

@media (min-width: 640px) {
  .blaze-hero.blaze-slider {
    --slides-to-show: 1;
  }
}

@media (min-width: 768px) {
  .blaze-hero.blaze-slider {
    --slides-to-show: 1;
  }
}

@media (min-width: 1024px) {
  .blaze-hero.blaze-slider {
    --slides-to-show: 1;
  }

  .blaze-hero .blaze-track > * {
    transform: translate3d(0, 0px, 0px);
  }
}

@media (min-width: 1280px) {
  .blaze-hero.blaze-slider {
    --slides-to-show: 1;
  }

  .blaze-hero .blaze-track > * {
    transform: translate3d(0, 0px, 0px);
  }
}

.blaze-testimonials .blaze-arrow--prev:after, .blaze-product .blaze-arrow--prev:after, .blaze-product-thumbs .blaze-arrow--prev:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23C94F0A' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18' /%3E%3C/svg%3E%0A");
}

.blaze-testimonials .blaze-arrow--next:after, .blaze-product .blaze-arrow--next:after, .blaze-product-thumbs .blaze-arrow--next:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23C94F0A' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3' /%3E%3C/svg%3E%0A");
}

.blaze-product.blaze-slider {
  --slides-to-show: 1;
}

@media (min-width: 640px) {
  .blaze-product.blaze-slider {
    --slides-to-show: 1;
  }
}

@media (min-width: 768px) {
  .blaze-product.blaze-slider {
    --slides-to-show: 1;
  }
}

@media (min-width: 1024px) {
  .blaze-product.blaze-slider {
    --slides-to-show: 1;
  }

  .blaze-product .blaze-track > * {
    transform: translate3d(0, 0px, 0px);
  }
}

@media (min-width: 1280px) {
  .blaze-product.blaze-slider {
    --slides-to-show: 1;
  }

  .blaze-product .blaze-track > * {
    transform: translate3d(0, 0px, 0px);
  }
}

.blaze-product .blaze-arrow{
  z-index: 40;
}

.blaze-product .blaze-arrow--prev {
  left: -3vw;
}

.blaze-product .blaze-arrow--next {
  right: -3vw;
}

.blaze-product-thumbs .blaze-arrow{
  z-index: 40;
}

.blaze-product-thumbs .blaze-arrow--prev{
  left: -9vw;
}

@media (min-width: 768px){
  .blaze-product-thumbs .blaze-arrow--prev{
    left: -3vw;
  }
}

.blaze-product-thumbs .blaze-arrow--next{
  right: -9vw;
}

@media (min-width: 768px){
  .blaze-product-thumbs .blaze-arrow--next{
    right: -3vw;
  }
}

.blaze-product-thumbs button.active{
  opacity: 1;
}

.blaze-product-thumbs.blaze-slider {
  --slides-to-show: 2;
  --slide-gap: 1.5rem;
}

@media (min-width: 640px) {
  .blaze-product-thumbs.blaze-slider {
    --slides-to-show: 3;
  }
}

@media (min-width: 768px) {
  .blaze-product-thumbs.blaze-slider {
    --slides-to-show: 3;
  }
}

@media (min-width: 1024px) {
  .blaze-product-thumbs.blaze-slider {
    --slides-to-show: 3;
  }

  .blaze-product-thumbs .blaze-track > * {
    transform: translate3d(0, 0px, 0px);
  }
}

@media (min-width: 1280px) {
  .blaze-product-thumbs.blaze-slider {
    --slides-to-show: 3;
  }

  .blaze-product-thumbs .blaze-track > * {
    transform: translate3d(0, 0px, 0px);
  }
}

.move-content .move-text:first-of-type p:first-of-type::first-letter{
  float: left;
  font-size: 62px;
  text-transform: uppercase;
  line-height: 62px;
}

.bibliography + .bibliography{
  margin-top: -2rem;
}

.playus-audio-seek:active {
  cursor: grabbing;
}

.playus-audio-tooltip {
  transform: translate(-50%, -100%);
}

/* .playus-ripple {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(167, 66, 8, 0.4);
  transform: scale(0);
  animation: playus-ripple-animation 3600ms ease-out;
  pointer-events: none;
  z-index: 50;
  outline: 1px solid red;
}

@keyframes playus-ripple-animation {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
} */

.playus-article-audio-container.dragging .playus-audio-progress-indicator,
.playus-article-audio-container.dragging .playus-audio-seek {
  transition: none !important;
}

.playus-article-audio-container.dragging .playus-buffer-bar {
  transition: none !important;
}

@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.playus-buffer-bar.shimmering {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 25%,
    rgba(167, 66, 8, 0.2) 50%,
    rgba(255, 255, 255, 0.1) 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite linear;
}

.prose-move figure.alignright{
  float: right;
  margin-left: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .prose-move figure.alignright{
    max-width: 43%;
  }
}

@media (min-width: 1024px){
  .prose-move figure.alignright{
    margin-left: 2.5rem;
    width: auto;
  }
}

@media (min-width: 1280px){
  .prose-move figure.alignright{
    margin-left: 4rem;
  }
}

.prose-move figure.alignright img{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.125rem;
}

.prose-move figure.alignleft{
  float: left;
  margin-right: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .prose-move figure.alignleft{
    max-width: 43%;
  }
}

@media (min-width: 1024px){
  .prose-move figure.alignleft{
    margin-right: 2.5rem;
    width: auto;
  }
}

@media (min-width: 1280px){
  .prose-move figure.alignleft{
    margin-right: 4rem;
  }
}

.prose-move figure.alignleft img{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.125rem;
}

.prose-move figure.aligncenter{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px){
  .prose-move figure.aligncenter{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.prose-move figure.aligncenter img{
  margin-left: auto;
  margin-right: auto;
}

.prose-move figure img{
  margin-bottom: 0px;
  margin-top: 0px;
}

.prose-move :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.prose-move :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.prose-dashboard :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.prose-dashboard :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

@media (min-width: 768px){
  .quiz-login-actions{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

.logged-notice{
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.quiz-subscription-html{
  margin-top: -1.5rem;
}

/* .quiz-form {
  .gform_wrapper.gravity-theme .gfield input,
  .gform_wrapper.gravity-theme .gfield select {
    @apply max-w-full md:max-w-lg;
  }
} */

.dashboard-content .gform_confirmation_message{
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
}

.dashboard-content .woocommerce table.shop_table_responsive tr td,
  .dashboard-content .woocommerce-page table.shop_table_responsive tr td{
  width: 100%;
}

@media (min-width: 768px){
  .dashboard-content .woocommerce table.shop_table_responsive tr td,
  .dashboard-content .woocommerce-page table.shop_table_responsive tr td{
    width: auto;
  }
}

.dashboard-content .woocommerce table.shop_table_responsive tr td,
  .dashboard-content .woocommerce-page table.shop_table_responsive tr td {
  /* &::before {
      content: none;
    } */
}

.wm-subscriptions h2{
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wm-subscriptions button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wm-subscriptions button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wm-subscriptions button:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.wm-subscriptions button:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.wm-subscriptions button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.scrolling #menu-cta-menu .wm-subscriptions button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.partner-img-container label{
  margin-bottom: 0.25rem;
  margin-left: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(83 78 78 / var(--tw-text-opacity, 1));
}

.partner-img-preview{
  max-width: 28rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(117 114 114 / var(--tw-border-opacity, 1));
}

.wm-cancel-form .gform_wrapper.gravity-theme .gform_footer,
  .wm-cancel-form .gform_wrapper.gravity-theme .gform_page_footer{
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 1.5rem !important;
  padding: 0px;
}

.wm-cancel-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button, .wm-cancel-form .gform_wrapper.gravity-theme .gform_page_footer .gform_button.button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wm-cancel-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button:hover, .wm-cancel-form .gform_wrapper.gravity-theme .gform_page_footer .gform_button.button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wm-cancel-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button:focus, .wm-cancel-form .gform_wrapper.gravity-theme .gform_page_footer .gform_button.button:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.wm-cancel-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button:disabled, .wm-cancel-form .gform_wrapper.gravity-theme .gform_page_footer .gform_button.button:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.wm-cancel-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button, .wm-cancel-form .gform_wrapper.gravity-theme .gform_page_footer .gform_button.button{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 197 175 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(41 39 35 / var(--tw-text-opacity, 1));
}

.wm-cancel-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button:hover, .wm-cancel-form .gform_wrapper.gravity-theme .gform_page_footer .gform_button.button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(135 131 117 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(41 39 35 / var(--tw-text-opacity, 1));
}

.wm-cancel-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button:focus, .wm-cancel-form .gform_wrapper.gravity-theme .gform_page_footer .gform_button.button:focus{
  background-color: transparent;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(135 131 117 / var(--tw-ring-opacity, 1));
}

.scrolling #menu-cta-menu .wm-cancel-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button,.scrolling #menu-cta-menu  .wm-cancel-form .gform_wrapper.gravity-theme .gform_page_footer .gform_button.button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.wm-renew-form .gform_wrapper.gravity-theme .gform_footer,
  .wm-renew-form .gform_wrapper.gravity-theme .gform_page_footer{
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 1.5rem !important;
  padding: 0px;
}

body#tinymce.wp-editor {
  font-family: Arial, Helvetica, sans-serif !important;
}

.prose-dashboard .wc-item-meta{
  padding-left: 0px;
}

.nature-color-change {
  filter: invert(92%) sepia(6%) saturate(1036%) hue-rotate(181deg)
    brightness(95%) contrast(95%);
}

.newsletter-component .gform_wrapper.gravity-theme .gform_fields{
  row-gap: 1rem !important;
}

.newsletter-component .gform_wrapper.gravity-theme input[type="text"],
	.newsletter-component .gform_wrapper.gravity-theme input[type="email"]{
  border-radius: 0.75rem !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.newsletter-component .gform_wrapper.gravity-theme .gform_footer{
  margin-top: 1.5rem !important;
}

.newsletter-component .gform_wrapper.gravity-theme .gform_footer input{
  border-radius: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(167 66 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(167 66 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.newsletter-component .gform_wrapper.gravity-theme .gform_footer input:hover{
  --tw-border-opacity: 1;
  border-color: rgb(101 40 5 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(101 40 5 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.newsletter-component .gform_wrapper.gravity-theme .gform_footer input:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(67 26 3 / var(--tw-bg-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 26 3 / var(--tw-ring-opacity, 1));
}

.newsletter-component .gform_wrapper.gravity-theme .gform_footer input{
  width: auto;
}

.playus-accordion--container .playus-accordion--panel{
  height: 0px;
  max-height: 0px;
  overflow: hidden;
}

.playus-accordion--container .playus-accordion--chevron {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23181616' class='w-6 h-6 text-primary-600'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.playus-accordion--container.active .playus-accordion--panel{
  height: auto;
  max-height: 50000px;
}

.playus-accordion--container.active .playus-accordion--chevron {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23181616' class='w-6 h-6 text-primary-600'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 15.75l7.5-7.5 7.5 7.5' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

/** button general */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button{
  font-weight: 400;
}

.scrolling #menu-cta-menu .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled]{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled]:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled]:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled]:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled]:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled]:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled]:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled]:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled]:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled]:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled]:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled]:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled]:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled]{
  cursor: not-allowed;
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 202 202 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(121 121 121 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled]:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 202 202 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity, 1)) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled]:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled]:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled]:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled]:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(202 202 202 / var(--tw-ring-opacity, 1)) !important;
}

.scrolling #menu-cta-menu .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled],.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled],.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled],.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled],.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled],.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled],.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled],.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled]{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.alt{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.alt:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.alt:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.alt:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.alt{
  border-radius: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(167 66 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(167 66 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.alt:hover{
  --tw-border-opacity: 1;
  border-color: rgb(101 40 5 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(101 40 5 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.alt:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.alt:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(67 26 3 / var(--tw-bg-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 26 3 / var(--tw-ring-opacity, 1));
}

.scrolling #menu-cta-menu .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.alt,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.alt,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt,.scrolling #menu-cta-menu 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.alt,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.alt,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.alt,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.alt,.scrolling #menu-cta-menu 
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.alt{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.select2-container {
  /* The container where the selectbox is housing*/
  position: relative;
  margin: 0px;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  /* Selection box itself */
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --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);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  /* DIV inside Selection box with text, clear button and arrow down*/
  display: block;
  height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 1.5rem;
}

.select2-container .select2-selection--single .select2-selection__clear {
  /* The DIV where the X is housing to clear the chosen option */
  position: relative;
  margin: -0.25rem;
}

.select2-container[dir='rtl']
  .select2-selection--single
  .select2-selection__rendered {
  /*@apply;*/
}

.select2-container .select2-selection--multiple{
  box-sizing: border-box;
  display: block;
  height: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.5rem;
}

.select2-container .select2-search--inline {
  /* Search box*/
  float: left;
}

.select2-container .select2-search--inline .select2-search__field{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  box-sizing: border-box;
  width: 100%;
  border-width: 1px;
  padding-left: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button{
  -webkit-appearance: none;
          appearance: none;
}

.select2-dropdown {
  /* Dropdown area after the arrow down is clicked */
  position: absolute;
  z-index: 50;
  float: left;
  box-sizing: border-box;
  display: block;
  width: auto;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(117 114 114 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.select2-results{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.select2-results__options{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.select2-results__option {
  /* The rows with results that you see after dropdown.
	Increase p-1 to p-2 to have more space between results */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.5rem !important;
}

.select2-results__option[aria-selected]{
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  /* Dropdown container opened and results are shown*/
  left: 0px;
  margin-top: 0.75rem;
}

.select2-container--open .select2-dropdown--above {
  /* The left and right borders of the option rows */
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(112 115 117 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.select2-container--open .select2-dropdown--below {
  /* The left and right borders of the option rows */
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(112 115 117 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.select2-search--dropdown {
  /* Search dropdown element*/
  display: block;
  padding: 0.5rem;
}

.select2-search--dropdown .select2-search__field {
  /* Search box itself where you can enter text*/
  box-sizing: border-box;
  height: 2.5rem;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
  -webkit-appearance: none;
          appearance: none;
}

.select2-search--dropdown.select2-search--hide{
  display: none;
}

.select2-close-mask{
  margin: 0px;
  display: block;
  width: 3rem;
  min-width: 100%;
  padding: 0px;
  border: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* 
	Default template settings:
*/

.select2-container--default .select2-selection--single {
  /* Selection bar - Self */
  height: 46px;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(117 114 114 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  /* Selection bar - Text color of the item you selected from the results */
  --tw-text-opacity: 1;
  color: rgb(83 87 89 / var(--tw-text-opacity, 1));
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  /* Selection bar - Clear button - If this property is enabled*/
  float: right;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  /* Selection bar - Color of the placeholder text before selection - If this property is enabled */
  --tw-text-opacity: 1;
  color: rgb(69 73 74 / var(--tw-text-opacity, 1));
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  /* Selection bar - DIV where the arrow pointing down is living*/
  position: absolute;
  top: 0px;
  right: 0px;
  height: 2.5rem;
  width: 2rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  /* Arrow is a CSS triangle that does not exists in Tailwind without a package */
  position: absolute;
  height: 0px;
  width: 0px;
  border-top-width: 4px;
  border-bottom-width: 0px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  left: 50%;
  margin-left: -24px;
  margin-top: -12px;
  top: 50%;
  border: none;
  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='%2342444B' 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;
  width: 1.5em;
  height: 1.5em;
}

.select2-container--default[dir='rtl']
  .select2-selection--single
  .select2-selection__clear {
  /* Selection bar - Clear button - If this property is enabled from right to left*/
  float: left;
  margin-left: 1rem;
}

.select2-container--default[dir='rtl']
  .select2-selection--single
  .select2-selection__arrow {
  /* Placement of the dropdown arrow when in rtl mode */
  left: 0px;
  right: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  /* Selection by property disabled*/
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(140 143 144 / var(--tw-bg-opacity, 1));
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  /* Selection bar - Hide the clear cross when selection bar is disabled*/
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple{
  height: 100%;
  min-height: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  --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);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered{
  margin: 0px;
  box-sizing: border-box;
  min-width: 100%;
  list-style-type: none;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li{
  list-style-type: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear{
  float: right;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  cursor: pointer;
  padding: 0.25rem;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice{
  float: left;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  cursor: default;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(83 87 89 / var(--tw-text-opacity, 1));
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove{
  margin-right: 0.25rem;
  display: inline-block;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(83 87 89 / var(--tw-text-opacity, 1));
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover{
  --tw-text-opacity: 1;
  color: rgb(83 87 89 / var(--tw-text-opacity, 1));
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple{
  border-width: 2px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove{
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice{
  float: left;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  cursor: default;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(140 143 144 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --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);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  /* The border of the search textbox */
  border-style: solid;
}

.select2-container--default .select2-search--inline .select2-search__field {
  /* Search textbox */
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  border-style: none;
  background-color: transparent;
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.select2-container--default .select2-results > .select2-results__options {
  /* Hight of the dropdown zone where the options or results are visible */
  height: 100%;
  max-height: 8rem;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role='group'] {
  /* No clue what this does */
  padding: 0px;
}

.select2-container--default .select2-results__option[aria-disabled='true']{
  --tw-text-opacity: 1;
  color: rgb(83 87 89 / var(--tw-text-opacity, 1));
}

.select2-container--default .select2-results__option[aria-selected='true'] {
  /* The already selected option row color */
  --tw-bg-opacity: 1;
  background-color: rgb(140 143 144 / var(--tw-bg-opacity, 1));
}

.select2-results__option--selected{
  display: none;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  /* Background color and text color of the options rows when select is open */
  --tw-bg-opacity: 1;
  background-color: rgb(198 199 200 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(83 87 89 / var(--tw-text-opacity, 1));
}

.select2-container--default .select2-results__group {
  /* Have no idea what this is for */
  display: block;
  cursor: default;
  padding: 6px;
}

.woocommerce div.product .product_title{
  margin-top: 0.25rem;
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .woocommerce div.product .product_title{
    font-size: 52px;
  }
}

.single-pricing{
  margin-top: -0.5rem;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2.75rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.woocommerce div.product p.price .original-computed-price, .woocommerce div.product span.price .original-computed-price{
  width: 100%;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del{
  order: 9999;
  align-self: flex-start;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(83 78 78 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
  font-weight: 400;
  text-decoration-line: none;
}

.woocommerce div.product form.cart .variations tbody{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.woocommerce div.product form.cart .variations tr{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th{
  display: flex;
  width: 100%;
  flex-direction: column;
}

.woocommerce div.product form.cart .variations label{
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.woocommerce div.product form.cart .variations select{
  margin-right: 0px;
}

.woocommerce .quantity{
  float: none !important;
  display: block;
  width: 100%;
}

@media (min-width: 768px){
  .woocommerce .quantity{
    width: 50%;
  }
}

.woocommerce .quantity .qty{
  width: 100%;
  text-align: left;
}

.woocommerce div.product form.cart{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.woocommerce div.product form.cart .button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce div.product form.cart .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce div.product form.cart .button:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.woocommerce div.product form.cart .button:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.woocommerce div.product form.cart .button{
  border-radius: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(167 66 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(167 66 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce div.product form.cart .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(101 40 5 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(101 40 5 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce div.product form.cart .button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(67 26 3 / var(--tw-bg-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 26 3 / var(--tw-ring-opacity, 1));
}

.woocommerce div.product form.cart .button{
  margin-top: 3rem;
  display: inline-block;
  width: 100%;
  font-weight: 400;
}

.scrolling #menu-cta-menu .woocommerce div.product form.cart .button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.woocommerce div.product form.cart .product_meta a{
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce div.product form.cart .product_meta a:hover{
  --tw-text-opacity: 1;
  color: rgb(134 53 7 / var(--tw-text-opacity, 1));
}

.woocommerce-product-details__short-description{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.woocommerce-product-details__short-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.woocommerce-product-details__short-description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.woocommerce-product-details__short-description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.woocommerce-product-details__short-description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.woocommerce-product-details__short-description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-product-details__short-description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-product-details__short-description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-product-details__short-description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.woocommerce-product-details__short-description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.woocommerce-product-details__short-description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.woocommerce-product-details__short-description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.woocommerce-product-details__short-description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.woocommerce-product-details__short-description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.woocommerce-product-details__short-description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.woocommerce-product-details__short-description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.woocommerce-product-details__short-description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.woocommerce-product-details__short-description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.woocommerce-product-details__short-description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.woocommerce-product-details__short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.woocommerce-product-details__short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.woocommerce-product-details__short-description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.woocommerce-product-details__short-description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.woocommerce-product-details__short-description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.woocommerce-product-details__short-description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.woocommerce-product-details__short-description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.woocommerce-product-details__short-description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.woocommerce-product-details__short-description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.woocommerce-product-details__short-description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.woocommerce-product-details__short-description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.woocommerce-product-details__short-description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.woocommerce-product-details__short-description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.woocommerce-product-details__short-description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.woocommerce-product-details__short-description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.woocommerce-product-details__short-description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-product-details__short-description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-product-details__short-description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-product-details__short-description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.woocommerce-product-details__short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.woocommerce-product-details__short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.woocommerce-product-details__short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.woocommerce-product-details__short-description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-product-details__short-description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-product-details__short-description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.woocommerce-product-details__short-description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.woocommerce-product-details__short-description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-product-details__short-description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-product-details__short-description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-product-details__short-description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.woocommerce-product-details__short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.woocommerce-product-details__short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.woocommerce-product-details__short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.woocommerce-product-details__short-description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.woocommerce-product-details__short-description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.woocommerce-product-details__short-description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.woocommerce-product-details__short-description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.woocommerce-product-details__short-description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.woocommerce-product-details__short-description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.woocommerce-product-details__short-description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.woocommerce-product-details__short-description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.woocommerce-product-details__short-description :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.woocommerce-product-details__short-description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-product-details__short-description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.woocommerce-product-details__short-description{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.woocommerce-product-details__short-description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-product-details__short-description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.woocommerce-product-details__short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.woocommerce-product-details__short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.woocommerce-product-details__short-description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.woocommerce-product-details__short-description :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.woocommerce-product-details__short-description :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.woocommerce-product-details__short-description :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.woocommerce-product-details__short-description :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.woocommerce-product-details__short-description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.woocommerce-product-details__short-description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.woocommerce-product-details__short-description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.woocommerce-product-details__short-description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce-product-details__short-description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce-product-details__short-description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.woocommerce-product-details__short-description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce-product-details__short-description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce-product-details__short-description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-product-details__short-description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.woocommerce-product-details__short-description{
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.woocommerce-product-details__short-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.woocommerce-product-details__short-description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.woocommerce-product-details__short-description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.woocommerce-product-details__short-description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.woocommerce-product-details__short-description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.woocommerce-product-details__short-description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.woocommerce-product-details__short-description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.woocommerce-product-details__short-description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce-product-details__short-description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce-product-details__short-description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-product-details__short-description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce-product-details__short-description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.woocommerce-product-details__short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.woocommerce-product-details__short-description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}

.woocommerce-product-details__short-description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.woocommerce-product-details__short-description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.woocommerce-product-details__short-description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.woocommerce-product-details__short-description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.woocommerce-product-details__short-description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.woocommerce-product-details__short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.woocommerce-product-details__short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.woocommerce-product-details__short-description :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.woocommerce-product-details__short-description :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.woocommerce-product-details__short-description :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.woocommerce-product-details__short-description :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.woocommerce-product-details__short-description :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.woocommerce-product-details__short-description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.woocommerce-product-details__short-description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.woocommerce-product-details__short-description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.woocommerce-product-details__short-description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

.woocommerce-product-details__short-description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.woocommerce-product-details__short-description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}

.woocommerce-product-details__short-description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.woocommerce-product-details__short-description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce-product-details__short-description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce-product-details__short-description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.woocommerce-product-details__short-description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce-product-details__short-description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce-product-details__short-description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce-product-details__short-description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-product-details__short-description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.woocommerce-product-details__short-description :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.woocommerce-product-details__short-description{
  --tw-prose-body: #253544;
  --tw-prose-headings: #162029;
  --tw-prose-lead: #162029;
  --tw-prose-links: #C94F0A;
  --tw-prose-bold: #253544;
  --tw-prose-counters: #253544;
  --tw-prose-bullets: #253544;
  --tw-prose-hr: #E2ECF5;
  --tw-prose-quotes: #374F66;
  --tw-prose-quote-borders: #E2ECF5;
  --tw-prose-captions: #374F66;
  --tw-prose-code: #374F66;
  --tw-prose-pre-code: #CFDFEE;
  --tw-prose-pre-bg: #253544;
  --tw-prose-th-borders: #253544;
  --tw-prose-td-borders: #B6CEE5;
  --tw-prose-invert-body: #B6CEE5;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #fff;
  --tw-prose-invert-links: #C94F0A;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #CFDFEE;
  --tw-prose-invert-bullets: #CFDFEE;
  --tw-prose-invert-hr: #86AED4;
  --tw-prose-invert-quotes: #253544;
  --tw-prose-invert-quote-borders: #86AED4;
  --tw-prose-invert-captions: #C94F0A;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #fff;
  --tw-prose-invert-pre-bg: #162029;
  --tw-prose-invert-th-borders: #496987;
  --tw-prose-invert-td-borders: #374F66;
}

.woocommerce-product-details__short-description :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 400;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

.woocommerce-product-details__short-description{
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(83 78 78 / var(--tw-text-opacity, 1));
}

.woocommerce-product-details__short-description figure.alignright{
  float: right;
  margin-left: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .woocommerce-product-details__short-description figure.alignright{
    max-width: 43%;
  }
}

@media (min-width: 1024px){
  .woocommerce-product-details__short-description figure.alignright{
    margin-left: 2.5rem;
    width: auto;
  }
}

@media (min-width: 1280px){
  .woocommerce-product-details__short-description figure.alignright{
    margin-left: 4rem;
  }
}

.woocommerce-product-details__short-description figure.alignright img{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.125rem;
}

.woocommerce-product-details__short-description figure.alignleft{
  float: left;
  margin-right: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .woocommerce-product-details__short-description figure.alignleft{
    max-width: 43%;
  }
}

@media (min-width: 1024px){
  .woocommerce-product-details__short-description figure.alignleft{
    margin-right: 2.5rem;
    width: auto;
  }
}

@media (min-width: 1280px){
  .woocommerce-product-details__short-description figure.alignleft{
    margin-right: 4rem;
  }
}

.woocommerce-product-details__short-description figure.alignleft img{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.125rem;
}

.woocommerce-product-details__short-description figure.aligncenter{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px){
  .woocommerce-product-details__short-description figure.aligncenter{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.woocommerce-product-details__short-description figure.aligncenter img{
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-product-details__short-description figure img{
  margin-bottom: 0px;
  margin-top: 0px;
}

.woocommerce-product-details__short-description :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.woocommerce-product-details__short-description :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.woocommerce div.product{
  margin-left: 0px;
}

@media (min-width: 768px){
  .woocommerce div.product{
    margin-left: 0px;
  }
}

@media (min-width: 1024px){
  .woocommerce div.product{
    margin-left: 0px;
  }
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{
  padding-left: 0px;
}

@media (min-width: 768px){
  .woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{
    padding-left: 2rem;
  }
}

@media (min-width: 1024px){
  .woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{
    padding-left: 5rem;
  }
}

/** Additional information table */

.woocommerce table.shop_attributes{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.woocommerce table.shop_attributes :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.woocommerce table.shop_attributes :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.woocommerce table.shop_attributes :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.woocommerce table.shop_attributes :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.woocommerce table.shop_attributes :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce table.shop_attributes :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce table.shop_attributes :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce table.shop_attributes :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.woocommerce table.shop_attributes :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.woocommerce table.shop_attributes :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.woocommerce table.shop_attributes :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.woocommerce table.shop_attributes :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.woocommerce table.shop_attributes :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.woocommerce table.shop_attributes :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.woocommerce table.shop_attributes :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.woocommerce table.shop_attributes :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.woocommerce table.shop_attributes :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.woocommerce table.shop_attributes :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.woocommerce table.shop_attributes :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.woocommerce table.shop_attributes :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.woocommerce table.shop_attributes :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.woocommerce table.shop_attributes :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.woocommerce table.shop_attributes :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.woocommerce table.shop_attributes :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.woocommerce table.shop_attributes :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.woocommerce table.shop_attributes :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.woocommerce table.shop_attributes :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.woocommerce table.shop_attributes :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.woocommerce table.shop_attributes :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.woocommerce table.shop_attributes :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.woocommerce table.shop_attributes :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.woocommerce table.shop_attributes :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.woocommerce table.shop_attributes :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.woocommerce table.shop_attributes :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce table.shop_attributes :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce table.shop_attributes :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce table.shop_attributes :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.woocommerce table.shop_attributes :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.woocommerce table.shop_attributes :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.woocommerce table.shop_attributes :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.woocommerce table.shop_attributes :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce table.shop_attributes :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce table.shop_attributes :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.woocommerce table.shop_attributes :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.woocommerce table.shop_attributes :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce table.shop_attributes :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce table.shop_attributes :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce table.shop_attributes :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.woocommerce table.shop_attributes :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.woocommerce table.shop_attributes :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.woocommerce table.shop_attributes :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.woocommerce table.shop_attributes :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.woocommerce table.shop_attributes :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.woocommerce table.shop_attributes :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.woocommerce table.shop_attributes :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.woocommerce table.shop_attributes :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.woocommerce table.shop_attributes :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.woocommerce table.shop_attributes :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.woocommerce table.shop_attributes :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.woocommerce table.shop_attributes :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.woocommerce table.shop_attributes :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce table.shop_attributes :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.woocommerce table.shop_attributes{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.woocommerce table.shop_attributes :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce table.shop_attributes :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.woocommerce table.shop_attributes :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.woocommerce table.shop_attributes :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.woocommerce table.shop_attributes :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.woocommerce table.shop_attributes :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.woocommerce table.shop_attributes :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.woocommerce table.shop_attributes :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.woocommerce table.shop_attributes :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.woocommerce table.shop_attributes :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.woocommerce table.shop_attributes :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.woocommerce table.shop_attributes :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.woocommerce table.shop_attributes :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce table.shop_attributes :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce table.shop_attributes :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce table.shop_attributes :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce table.shop_attributes :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce table.shop_attributes :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce table.shop_attributes :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.woocommerce table.shop_attributes :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce table.shop_attributes :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce table.shop_attributes :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce table.shop_attributes :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce table.shop_attributes :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.woocommerce table.shop_attributes{
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.woocommerce table.shop_attributes :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.woocommerce table.shop_attributes :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.woocommerce table.shop_attributes :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.woocommerce table.shop_attributes :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.woocommerce table.shop_attributes :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.woocommerce table.shop_attributes :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.woocommerce table.shop_attributes :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.woocommerce table.shop_attributes :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce table.shop_attributes :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce table.shop_attributes :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce table.shop_attributes :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce table.shop_attributes :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.woocommerce table.shop_attributes :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.woocommerce table.shop_attributes :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}

.woocommerce table.shop_attributes :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.woocommerce table.shop_attributes :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.woocommerce table.shop_attributes :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.woocommerce table.shop_attributes :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.woocommerce table.shop_attributes :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.woocommerce table.shop_attributes :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.woocommerce table.shop_attributes :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.woocommerce table.shop_attributes :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.woocommerce table.shop_attributes :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.woocommerce table.shop_attributes :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.woocommerce table.shop_attributes :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.woocommerce table.shop_attributes :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.woocommerce table.shop_attributes :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.woocommerce table.shop_attributes :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.woocommerce table.shop_attributes :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.woocommerce table.shop_attributes :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

.woocommerce table.shop_attributes :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.woocommerce table.shop_attributes :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce table.shop_attributes :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce table.shop_attributes :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce table.shop_attributes :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce table.shop_attributes :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}

.woocommerce table.shop_attributes :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.woocommerce table.shop_attributes :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce table.shop_attributes :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce table.shop_attributes :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.woocommerce table.shop_attributes :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce table.shop_attributes :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce table.shop_attributes :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce table.shop_attributes :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce table.shop_attributes :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.woocommerce table.shop_attributes :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce table.shop_attributes :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.woocommerce table.shop_attributes{
  --tw-prose-body: #253544;
  --tw-prose-headings: #162029;
  --tw-prose-lead: #162029;
  --tw-prose-links: #C94F0A;
  --tw-prose-bold: #253544;
  --tw-prose-counters: #253544;
  --tw-prose-bullets: #253544;
  --tw-prose-hr: #E2ECF5;
  --tw-prose-quotes: #374F66;
  --tw-prose-quote-borders: #E2ECF5;
  --tw-prose-captions: #374F66;
  --tw-prose-code: #374F66;
  --tw-prose-pre-code: #CFDFEE;
  --tw-prose-pre-bg: #253544;
  --tw-prose-th-borders: #253544;
  --tw-prose-td-borders: #B6CEE5;
  --tw-prose-invert-body: #B6CEE5;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #fff;
  --tw-prose-invert-links: #C94F0A;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #CFDFEE;
  --tw-prose-invert-bullets: #CFDFEE;
  --tw-prose-invert-hr: #86AED4;
  --tw-prose-invert-quotes: #253544;
  --tw-prose-invert-quote-borders: #86AED4;
  --tw-prose-invert-captions: #C94F0A;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #fff;
  --tw-prose-invert-pre-bg: #162029;
  --tw-prose-invert-th-borders: #496987;
  --tw-prose-invert-td-borders: #374F66;
}

.woocommerce table.shop_attributes :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 400;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

.woocommerce table.shop_attributes{
  min-width: 100%;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(202 202 202 / var(--tw-border-opacity, 1));
}

.woocommerce table.shop_attributes figure.alignright{
  float: right;
  margin-left: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .woocommerce table.shop_attributes figure.alignright{
    max-width: 43%;
  }
}

@media (min-width: 1024px){
  .woocommerce table.shop_attributes figure.alignright{
    margin-left: 2.5rem;
    width: auto;
  }
}

@media (min-width: 1280px){
  .woocommerce table.shop_attributes figure.alignright{
    margin-left: 4rem;
  }
}

.woocommerce table.shop_attributes figure.alignright img{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.125rem;
}

.woocommerce table.shop_attributes figure.alignleft{
  float: left;
  margin-right: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .woocommerce table.shop_attributes figure.alignleft{
    max-width: 43%;
  }
}

@media (min-width: 1024px){
  .woocommerce table.shop_attributes figure.alignleft{
    margin-right: 2.5rem;
    width: auto;
  }
}

@media (min-width: 1280px){
  .woocommerce table.shop_attributes figure.alignleft{
    margin-right: 4rem;
  }
}

.woocommerce table.shop_attributes figure.alignleft img{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.125rem;
}

.woocommerce table.shop_attributes figure.aligncenter{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px){
  .woocommerce table.shop_attributes figure.aligncenter{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.woocommerce table.shop_attributes figure.aligncenter img{
  margin-left: auto;
  margin-right: auto;
}

.woocommerce table.shop_attributes figure img{
  margin-bottom: 0px;
  margin-top: 0px;
}

.woocommerce table.shop_attributes :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.woocommerce table.shop_attributes :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.woocommerce table.shop_attributes th{
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 202 202 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  text-align: left;
  font-weight: 400;
}

.woocommerce table.shop_attributes th p{
  padding: 0px;
}

.woocommerce table.shop_attributes td{
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 202 202 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  font-weight: 400;
  font-style: normal;
}

.woocommerce table.shop_attributes td p{
  padding: 0px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th{
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 232 / var(--tw-bg-opacity, 1));
}

/** related */

.related.products{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .related.products{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.related.products h2{
  margin-bottom: 3rem;
  text-align: center;
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.related.products:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 100%;
  display: block;
  height: 100%;
  width: calc(100vw - (100% + 2rem));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .related.products:after{
    width: calc(100vw - (100% + 2.5rem));
  }
}

.related.products:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 100%;
  display: block;
  height: 100%;
  width: calc(100vw - (100% + 2rem));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .related.products:before{
    width: calc(100vw - (100% + 2.5rem));
  }
}

/** upsells */

.up-sells.upsells.products{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .up-sells.upsells.products{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.up-sells.upsells.products h2{
  margin-bottom: 3rem;
  text-align: center;
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.related.products + .up-sells.upsells.products{
  margin-top: 0px;
}

/** variations plugin */

.bundle_form table.variations .required{
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce div.product .stock{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(92 132 169 / var(--tw-text-opacity, 1));
}

.bundled_product_excerpt.product_excerpt{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.bundled_product_excerpt.product_excerpt :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.bundled_product_excerpt.product_excerpt :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.bundled_product_excerpt.product_excerpt :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.bundled_product_excerpt.product_excerpt :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.bundled_product_excerpt.product_excerpt :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.bundled_product_excerpt.product_excerpt :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.bundled_product_excerpt.product_excerpt :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.bundled_product_excerpt.product_excerpt :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.bundled_product_excerpt.product_excerpt :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.bundled_product_excerpt.product_excerpt :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.bundled_product_excerpt.product_excerpt :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.bundled_product_excerpt.product_excerpt :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.bundled_product_excerpt.product_excerpt :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.bundled_product_excerpt.product_excerpt :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.bundled_product_excerpt.product_excerpt :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.bundled_product_excerpt.product_excerpt :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.bundled_product_excerpt.product_excerpt :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.bundled_product_excerpt.product_excerpt :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.bundled_product_excerpt.product_excerpt :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.bundled_product_excerpt.product_excerpt :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.bundled_product_excerpt.product_excerpt :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.bundled_product_excerpt.product_excerpt :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.bundled_product_excerpt.product_excerpt :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.bundled_product_excerpt.product_excerpt :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.bundled_product_excerpt.product_excerpt :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.bundled_product_excerpt.product_excerpt :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.bundled_product_excerpt.product_excerpt :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.bundled_product_excerpt.product_excerpt :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.bundled_product_excerpt.product_excerpt :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.bundled_product_excerpt.product_excerpt :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.bundled_product_excerpt.product_excerpt :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.bundled_product_excerpt.product_excerpt :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.bundled_product_excerpt.product_excerpt :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.bundled_product_excerpt.product_excerpt :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.bundled_product_excerpt.product_excerpt :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.bundled_product_excerpt.product_excerpt :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.bundled_product_excerpt.product_excerpt :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.bundled_product_excerpt.product_excerpt :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.bundled_product_excerpt.product_excerpt :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.bundled_product_excerpt.product_excerpt :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.bundled_product_excerpt.product_excerpt :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.bundled_product_excerpt.product_excerpt :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.bundled_product_excerpt.product_excerpt :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.bundled_product_excerpt.product_excerpt :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.bundled_product_excerpt.product_excerpt :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.bundled_product_excerpt.product_excerpt :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.bundled_product_excerpt.product_excerpt :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.bundled_product_excerpt.product_excerpt :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.bundled_product_excerpt.product_excerpt :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.bundled_product_excerpt.product_excerpt :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.bundled_product_excerpt.product_excerpt :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.bundled_product_excerpt.product_excerpt{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.bundled_product_excerpt.product_excerpt :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.bundled_product_excerpt.product_excerpt :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.bundled_product_excerpt.product_excerpt :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.bundled_product_excerpt.product_excerpt :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.bundled_product_excerpt.product_excerpt :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.bundled_product_excerpt.product_excerpt :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.bundled_product_excerpt.product_excerpt :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.bundled_product_excerpt.product_excerpt :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.bundled_product_excerpt.product_excerpt :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.bundled_product_excerpt.product_excerpt :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.bundled_product_excerpt.product_excerpt :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.bundled_product_excerpt.product_excerpt :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.bundled_product_excerpt.product_excerpt :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.bundled_product_excerpt.product_excerpt :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.bundled_product_excerpt.product_excerpt :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.bundled_product_excerpt.product_excerpt :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.bundled_product_excerpt.product_excerpt :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.bundled_product_excerpt.product_excerpt :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.bundled_product_excerpt.product_excerpt :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.bundled_product_excerpt.product_excerpt :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.bundled_product_excerpt.product_excerpt :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.bundled_product_excerpt.product_excerpt :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.bundled_product_excerpt.product_excerpt :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.bundled_product_excerpt.product_excerpt :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.bundled_product_excerpt.product_excerpt{
  --tw-prose-body: #253544;
  --tw-prose-headings: #162029;
  --tw-prose-lead: #162029;
  --tw-prose-links: #C94F0A;
  --tw-prose-bold: #253544;
  --tw-prose-counters: #253544;
  --tw-prose-bullets: #253544;
  --tw-prose-hr: #E2ECF5;
  --tw-prose-quotes: #374F66;
  --tw-prose-quote-borders: #E2ECF5;
  --tw-prose-captions: #374F66;
  --tw-prose-code: #374F66;
  --tw-prose-pre-code: #CFDFEE;
  --tw-prose-pre-bg: #253544;
  --tw-prose-th-borders: #253544;
  --tw-prose-td-borders: #B6CEE5;
  --tw-prose-invert-body: #B6CEE5;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #fff;
  --tw-prose-invert-links: #C94F0A;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #CFDFEE;
  --tw-prose-invert-bullets: #CFDFEE;
  --tw-prose-invert-hr: #86AED4;
  --tw-prose-invert-quotes: #253544;
  --tw-prose-invert-quote-borders: #86AED4;
  --tw-prose-invert-captions: #C94F0A;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #fff;
  --tw-prose-invert-pre-bg: #162029;
  --tw-prose-invert-th-borders: #496987;
  --tw-prose-invert-td-borders: #374F66;
}

.bundled_product_excerpt.product_excerpt :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 400;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

.bundled_product_excerpt.product_excerpt figure.alignright{
  float: right;
  margin-left: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .bundled_product_excerpt.product_excerpt figure.alignright{
    max-width: 43%;
  }
}

@media (min-width: 1024px){
  .bundled_product_excerpt.product_excerpt figure.alignright{
    margin-left: 2.5rem;
    width: auto;
  }
}

@media (min-width: 1280px){
  .bundled_product_excerpt.product_excerpt figure.alignright{
    margin-left: 4rem;
  }
}

.bundled_product_excerpt.product_excerpt figure.alignright img{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.125rem;
}

.bundled_product_excerpt.product_excerpt figure.alignleft{
  float: left;
  margin-right: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .bundled_product_excerpt.product_excerpt figure.alignleft{
    max-width: 43%;
  }
}

@media (min-width: 1024px){
  .bundled_product_excerpt.product_excerpt figure.alignleft{
    margin-right: 2.5rem;
    width: auto;
  }
}

@media (min-width: 1280px){
  .bundled_product_excerpt.product_excerpt figure.alignleft{
    margin-right: 4rem;
  }
}

.bundled_product_excerpt.product_excerpt figure.alignleft img{
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.125rem;
}

.bundled_product_excerpt.product_excerpt figure.aligncenter{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px){
  .bundled_product_excerpt.product_excerpt figure.aligncenter{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.bundled_product_excerpt.product_excerpt figure.aligncenter img{
  margin-left: auto;
  margin-right: auto;
}

.bundled_product_excerpt.product_excerpt figure img{
  margin-bottom: 0px;
  margin-top: 0px;
}

.bundled_product_excerpt.product_excerpt :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.bundled_product_excerpt.product_excerpt :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

div.bundled_product_summary,
.woocommerce div.product.bundled_product_summary{
  margin-bottom: 2rem !important;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(161 161 161 / var(--tw-border-opacity, 1)) !important;
  padding-bottom: 2rem !important;
}

.woocommerce[class*='columns-']{
  -moz-columns: auto;
       columns: auto;
}

.woocommerce .products ul{
  display: grid;
}

.woocommerce .products ul::after {
  content: none;
}

.woocommerce .products ul::before {
  content: none;
}

.woocommerce ul.products{
  display: grid;
}

.woocommerce ul.products::after {
  content: none;
}

.woocommerce ul.products::before {
  content: none;
}

.woocommerce ul.products.columns-2{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media (min-width: 768px){
  .woocommerce ul.products.columns-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce ul.products.columns-3{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media (min-width: 768px){
  .woocommerce ul.products.columns-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.woocommerce ul.products.columns-4{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media (min-width: 768px){
  .woocommerce ul.products.columns-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.woocommerce ul.products li.product{
  margin-right: 0px;
  width: 100% !important;
  list-style-type: none;
}

/* width: 100% !important; */

.woocommerce ul.products li.product.wc-block-grid__product{
  margin-bottom: 4rem;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
  /* @apply absolute top-0 flex items-center w-full h-full mx-auto text-3xl leading-none text-center text-white md:text-2xl lg:text-3xl place-content-center font-book; */
  /* &:before {
                            content: '$ ';
                            @apply items-baseline;
                        }

                        &:after {
                            content: '';
                            @apply items-baseline ml-2;
                        } */
}

.woocommerce ul.products li.product.first .woocommerce-loop-category__title:before {
  content: '';
}

.woocommerce ul.products li.product a{
  position: relative;
}

.woocommerce ul.products li.product a img{
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
}

.woocommerce ul.products li.product .button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce ul.products li.product .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce ul.products li.product .button:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.woocommerce ul.products li.product .button:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.woocommerce ul.products li.product .button{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(167 66 8 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(167 66 8 / var(--tw-text-opacity, 1));
}

.woocommerce ul.products li.product .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(101 40 5 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(101 40 5 / var(--tw-text-opacity, 1));
}

.woocommerce ul.products li.product .button:focus{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(40 16 2 / var(--tw-text-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(40 16 2 / var(--tw-ring-opacity, 1));
}

.woocommerce ul.products li.product .button{
  margin-top: 0px;
  width: 100%;
  border-style: solid;
}

.scrolling #menu-cta-menu .woocommerce ul.products li.product .button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.woocommerce ul.products li.product .button:focus{
  --tw-text-opacity: 1;
  color: rgb(40 16 2 / var(--tw-text-opacity, 1));
}

.woocommerce ul.products li.product .price{
  margin-top: 0px;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.woocommerce ul.products li.product .price del{
  order: 9999;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(83 78 78 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.woocommerce ul.products li.product .price ins{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-decoration-line: none;
}

.woocommerce.columns-3 ul.products li.product{
  width: 100%;
}

.woocommerce.columns-3 ul.products li.product a {
  /* @apply relative flex; */
}

.wc-block-grid__product
  .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title{
  margin-bottom: 0px;
}

.woocommerce-cart .default-header-container{
  margin-bottom: 0.75rem;
  padding-bottom: 1rem;
}

.woocommerce-cart .default-title{
  text-align: left;
}

.woocommerce-cart a.remove {
  text-indent: -9999px;
}

.woocommerce-cart a.remove:before{
  float: left;
  height: 2rem;
  width: 2rem;
  text-indent: 0;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%238E8F93' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18L18 6M6 6l12 12' /%3E%3C/svg%3E%0A");
}

.woocommerce-cart a.remove:hover{
  background-color: transparent;
  color: inherit !important;
}

.woocommerce table.shop_table{
  margin-bottom: 6rem;
  border-radius: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-color: rgb(10 9 9 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
}

.woocommerce table.shop_table th{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(83 78 78 / var(--tw-text-opacity, 1));
}

.woocommerce table.shop_table td{
  --tw-border-opacity: 1;
  border-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.woocommerce table.shop_table td.product-price,
  .woocommerce table.shop_table td.product-subtotal{
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.woocommerce-cart table.cart img{
  width: 8rem;
  border-radius: 0.5rem;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: inherit;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child{
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before{
  font-weight: 400;
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr{
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px){
  .woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr{
    display: table-row;
  }
}

.woocommerce table.shop_table_responsive tr .product-remove, .woocommerce-page table.shop_table_responsive tr .product-remove {
  border-top: inherit !important;
  width: 20%;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 161 161 / var(--tw-border-opacity, 1)) !important;
}

@media (min-width: 768px){
  .woocommerce table.shop_table_responsive tr .product-remove, .woocommerce-page table.shop_table_responsive tr .product-remove{
    width: auto;
    border-top-width: 0px !important;
  }
}

.woocommerce table.shop_table_responsive tr .product-name, .woocommerce-page table.shop_table_responsive tr .product-name{
  display: flex;
  width: 80%;
  flex-direction: column;
  text-align: left !important;
}

@media (min-width: 768px){
  .woocommerce table.shop_table_responsive tr .product-name, .woocommerce-page table.shop_table_responsive tr .product-name{
    display: table-cell;
    width: auto;
  }
}

.woocommerce table.shop_table_responsive tr .product-name a, .woocommerce-page table.shop_table_responsive tr .product-name a{
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
}

.woocommerce table.shop_table_responsive tr .product-price, .woocommerce-page table.shop_table_responsive tr .product-price{
  order: 4;
  width: 100%;
  border-top-width: 0px;
  padding-top: 0px;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px){
  .woocommerce table.shop_table_responsive tr .product-price, .woocommerce-page table.shop_table_responsive tr .product-price{
    order: 0;
    width: auto;
    border-top-width: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.woocommerce table.shop_table_responsive tr .product-quantity, .woocommerce-page table.shop_table_responsive tr .product-quantity{
  order: 3;
  width: 100%;
  border-top-width: 0px;
  padding-top: 0px;
}

@media (min-width: 768px){
  .woocommerce table.shop_table_responsive tr .product-quantity, .woocommerce-page table.shop_table_responsive tr .product-quantity{
    order: 0;
    width: auto;
    border-top-width: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.woocommerce table.shop_table_responsive tr .product-quantity .quantity, .woocommerce-page table.shop_table_responsive tr .product-quantity .quantity{
  width: 100%;
}

@media (min-width: 768px){
  .woocommerce table.shop_table_responsive tr .product-quantity .quantity, .woocommerce-page table.shop_table_responsive tr .product-quantity .quantity{
    width: 100%;
  }
}

.woocommerce table.shop_table_responsive tr .product-subtotal, .woocommerce-page table.shop_table_responsive tr .product-subtotal{
  order: 5;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top-width: 0px;
  padding-top: 0px;
}

@media (min-width: 768px){
  .woocommerce table.shop_table_responsive tr .product-subtotal, .woocommerce-page table.shop_table_responsive tr .product-subtotal{
    order: 0;
    display: table-cell;
    width: auto;
    border-top-width: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-remove, .woocommerce-page
  table.shop_table_responsive
  tr.woocommerce-cart-form__cart-item .product-remove {
  border-top: inherit !important;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(161 161 161 / var(--tw-border-opacity, 1)) !important;
}

.woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-price, .woocommerce-page
  table.shop_table_responsive
  tr.woocommerce-cart-form__cart-item .product-price{
  border-top-width: 0px;
}

@media (min-width: 768px){
  .woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-price, .woocommerce-page
  table.shop_table_responsive
  tr.woocommerce-cart-form__cart-item .product-price{
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
  }
}

.woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-quantity, .woocommerce-page
  table.shop_table_responsive
  tr.woocommerce-cart-form__cart-item .product-quantity{
  border-top-width: 0px;
}

@media (min-width: 768px){
  .woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-quantity, .woocommerce-page
  table.shop_table_responsive
  tr.woocommerce-cart-form__cart-item .product-quantity{
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
  }
}

.woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-subtotal, .woocommerce-page
  table.shop_table_responsive
  tr.woocommerce-cart-form__cart-item .product-subtotal{
  border-top-width: 0px;
}

@media (min-width: 768px){
  .woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-subtotal, .woocommerce-page
  table.shop_table_responsive
  tr.woocommerce-cart-form__cart-item .product-subtotal{
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
  }
}

/** Table actions */

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions{
  width: 100%;
}

@media (min-width: 768px){
  .woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions{
    width: auto;
  }
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon{
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px){
  .woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon{
    display: table-cell;
    width: auto;
  }
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text{
  width: 100%;
}

@media (min-width: 768px){
  .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text{
    width: auto;
  }
}

.woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .input-text + .button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce table.cart td.actions .coupon .input-text + .button:hover, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button:hover, .woocommerce-page table.cart td.actions .coupon .input-text + .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce table.cart td.actions .coupon .input-text + .button:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button:focus, .woocommerce-page table.cart td.actions .coupon .input-text + .button:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.woocommerce table.cart td.actions .coupon .input-text + .button:disabled, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button:disabled, .woocommerce-page table.cart td.actions .coupon .input-text + .button:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .input-text + .button{
  margin-top: 1rem;
  width: 100%;
}

.scrolling #menu-cta-menu .woocommerce table.cart td.actions .coupon .input-text + .button,.scrolling #menu-cta-menu  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,.scrolling #menu-cta-menu  .woocommerce-page table.cart td.actions .coupon .input-text + .button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .input-text + .button{
    margin-top: 0px;
    width: auto;
  }
}

/** Colateral table - secondary table */

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(24 22 22 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table{
  border-top-width: 0px;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th{
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

#add_payment_method .cart-collaterals .cart_totals tr td p button, #add_payment_method .cart-collaterals .cart_totals tr th p button, .woocommerce-cart .cart-collaterals .cart_totals tr td p button, .woocommerce-cart .cart-collaterals .cart_totals tr th p button, .woocommerce-checkout .cart-collaterals .cart_totals tr td p button, .woocommerce-checkout .cart-collaterals .cart_totals tr th p button{
  margin-top: 1rem;
  width: 100%;
}

#wc-stripe-payment-request-button-separator{
  margin-bottom: 1.5rem;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button{
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  content: '';
}

.woocommerce-shipping-destination strong{
  font-weight: 400;
}

.order-total strong{
  font-weight: 400;
}

/** Cart totals table */

.woocommerce table.shop_table_responsive tr.cart-subtotal,
  .woocommerce table.shop_table_responsive tr.order-total,
  .woocommerce-page table.shop_table_responsive tr.cart-subtotal,
  .woocommerce-page table.shop_table_responsive tr.order-total{
  display: block;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

@media (min-width: 768px){
  .woocommerce table.shop_table_responsive tr.cart-subtotal,
  .woocommerce table.shop_table_responsive tr.order-total,
  .woocommerce-page table.shop_table_responsive tr.cart-subtotal,
  .woocommerce-page table.shop_table_responsive tr.order-total{
    display: table-row;
  }
}

.woocommerce table.shop_table_responsive tr.cart-subtotal th,
    .woocommerce table.shop_table_responsive tr.cart-subtotal td,
    .woocommerce table.shop_table_responsive tr.order-total th,
    .woocommerce table.shop_table_responsive tr.order-total td,
    .woocommerce-page table.shop_table_responsive tr.cart-subtotal th,
    .woocommerce-page table.shop_table_responsive tr.cart-subtotal td,
    .woocommerce-page table.shop_table_responsive tr.order-total th,
    .woocommerce-page table.shop_table_responsive tr.order-total td{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  border-radius: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(167 66 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(167 66 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(101 40 5 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(101 40 5 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(67 26 3 / var(--tw-bg-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 26 3 / var(--tw-ring-opacity, 1));
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  width: 100%;
}

.scrolling #menu-cta-menu #add_payment_method .wc-proceed-to-checkout a.checkout-button,.scrolling #menu-cta-menu 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.scrolling #menu-cta-menu 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/** Cross Sells */

.cross-sells h2{
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  padding-bottom: 1.5rem;
  text-align: left;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.woocommerce-checkout .entry-header h1{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 9 9 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
  text-align: left;
}

.woocommerce-checkout #order_review_heading{
  display: none;
}

/** @apply px-0 bg-gray-100 bg-opacity-0 lg:px-7; */

/**
			&:before {
				content: '';
				@apply absolute top-0 z-0 hidden w-full h-full min-h-screen bg-gray-100 bg-opacity-0 lg:block lg:bg-opacity-50 -ml-7;
			}
			*/

.woocommerce-checkout form .col-2 .woocommerce-additional-fields{
  position: relative;
  z-index: 10;
}

.woocommerce-checkout .woocommerce-shipping-fields{
  margin-bottom: 1.5rem;
}

.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{
  margin-bottom: 2.5rem;
}

.woocommerce-checkout footer{
  margin-top: 0px;
}

.woocommerce-checkout #content{
  padding-bottom: 3rem;
}

/**
	table.shop_table td {

		@apply border-transparent;
	}
	*/

.woocommerce-checkout table.shop_table{
  border-collapse: collapse;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

/**
		.product-thumbnail {
		
			@apply w-28;
		}
		
		.product-total {
			@apply w-5/12;
		}

		.cart-subtotal {

			th, td {
				border-top-width: 2rem;
				@apply border-transparent;
			}
		}
		*/

.woocommerce-checkout table.shop_table .product-quantity{
  font-weight: 400;
}

/**
	.cart-art-thumbnail {
	
		&::before {
			content: '';
			@apply aspect-w-1 aspect-h-1;
		}
	}
	*/

/* @apply mt-10; */

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p{
  margin-bottom: 3.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a{
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a:hover{
  --tw-gradient-to: #863507 var(--tw-gradient-to-position);
}

.woocommerce-checkout #place_order{
  width: 100%;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table
    tfoot
    tr.woocommerce-shipping-total.shipping
    td
    .lpp-shipping-package-wrapper
    .woocommerce-shipping-totals.shipping
    th {
  /** @apply hidden; */
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead tr th {
  /**
					&.product-name {
						@apply w-4/12 lg:w-auto;
					}
					*/
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-total.shipping td .lpp-shipping-package-wrapper tbody tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-methods .select2.select2-container.select2-container--default {
  /**
											width: 100% !important;
											*/
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-saved-wholesale-price td{
  display: table-cell;
}

.woocommerce-checkout .woocommerce table.shop_table td{
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

.woocommerce-checkout .woocommerce table.shop_table td.product-name{
  position: relative;
  top: -1px;
  display: flex;
  flex-direction: column-reverse;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
  margin-top: 1.5rem;
}

.woocommerce ul#shipping_method li{
  margin-bottom: 0px;
}

#wc-stripe-payment-request-button-separator{
  margin-bottom: 0px;
}

.woocommerce-SavedPaymentMethods-tokenInput {
  width: 1rem !important;
}

td[data-title='Shipping']:before {
  /** display: none; */
}

.pickup-location-field .pickup-location-address {
  /** @apply hidden; */
}

.checkout-button{
  width: 100%;
}

#wc-stripe-new-payment-method{
  height: 1rem !important;
  width: 1rem !important;
}

/**
.woocommerce-checkout {

	@apply mt-8;
}
*/

.woocommerce-billing-fields h3{
  margin-bottom: 1.5rem;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
  margin-top: 2rem;
  padding: 1rem;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
  border-color: transparent;
  padding: 0px;
}

#add_payment_method #payment ul.payment_methods li label[for='payment_method_stripe'],
        #add_payment_method #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'],
        .woocommerce-cart #payment ul.payment_methods li label[for='payment_method_stripe'],
        .woocommerce-cart #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'],
        .woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_stripe'],
        .woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay']{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#add_payment_method #payment ul.payment_methods li label[for='payment_method_stripe'] > :not([hidden]) ~ :not([hidden]),
        #add_payment_method #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] > :not([hidden]) ~ :not([hidden]),
        .woocommerce-cart #payment ul.payment_methods li label[for='payment_method_stripe'] > :not([hidden]) ~ :not([hidden]),
        .woocommerce-cart #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] > :not([hidden]) ~ :not([hidden]),
        .woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_stripe'] > :not([hidden]) ~ :not([hidden]),
        .woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] > :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)));
}

#add_payment_method #payment ul.payment_methods li label[for='payment_method_stripe'] img:first-of-type, #add_payment_method #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] img:first-of-type, .woocommerce-cart #payment ul.payment_methods li label[for='payment_method_stripe'] img:first-of-type, .woocommerce-cart #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] img:first-of-type, .woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_stripe'] img:first-of-type, .woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] img:first-of-type{
  margin-left: 1rem;
}

#add_payment_method #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] img, .woocommerce-cart #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] img, .woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] img {
  height: 24px;
  width: 40px;
  margin-left: 8px !important;
  padding-left: 3px;
}

#add_payment_method #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] img:first-of-type, .woocommerce-cart #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] img:first-of-type, .woocommerce-checkout #payment ul.payment_methods li label[for='payment_method_eh_stripe_pay'] img:first-of-type {
  margin-left: 16px !important;
}

#add_payment_method #payment ul.payment_methods li input#payment_method_stripe,
          #add_payment_method #payment ul.payment_methods li input#payment_method_eh_stripe_pay,
          .woocommerce-cart #payment ul.payment_methods li input#payment_method_stripe,
          .woocommerce-cart #payment ul.payment_methods li input#payment_method_eh_stripe_pay,
          .woocommerce-checkout #payment ul.payment_methods li input#payment_method_stripe,
          .woocommerce-checkout #payment ul.payment_methods li input#payment_method_eh_stripe_pay{
  float: left;
  margin-top: 0.5rem;
}

#add_payment_method #payment div .form-row, .woocommerce-cart #payment div .form-row, .woocommerce-checkout #payment div .form-row{
  padding: 0px;
}

#add_payment_method #payment div .form-row-first,
    #add_payment_method #payment div .form-row-last,
    .woocommerce-cart #payment div .form-row-first,
    .woocommerce-cart #payment div .form-row-last,
    .woocommerce-checkout #payment div .form-row-first,
    .woocommerce-checkout #payment div .form-row-last{
  width: 100%;
}

@media (min-width: 768px){
  #add_payment_method #payment div .form-row-first,
    #add_payment_method #payment div .form-row-last,
    .woocommerce-cart #payment div .form-row-first,
    .woocommerce-cart #payment div .form-row-last,
    .woocommerce-checkout #payment div .form-row-first,
    .woocommerce-checkout #payment div .form-row-last{
    width: auto;
  }
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid rgba(244, 244, 244, 0.5);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form label, .woocommerce-cart #payment div.payment_box .wc-credit-card-form label, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form label{
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(69 73 74 / var(--tw-text-opacity, 1));
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
  float: none;
}

.wc-credit-card-form.wc-payment-form .wc-stripe-elements-field,
  .wc-credit-card-form.wc-payment-form .wc-stripe-iban-element-field,
  .wc-credit-card-form.wc-payment-form .eh-stripe-elements-field,
  .wc-credit-card-form.wc-payment-form .eh-stripe-iban-element-field,
  .eh-credit-card-form.eh-payment-form .wc-stripe-elements-field,
  .eh-credit-card-form.eh-payment-form .wc-stripe-iban-element-field,
  .eh-credit-card-form.eh-payment-form .eh-stripe-elements-field,
  .eh-credit-card-form.eh-payment-form .eh-stripe-iban-element-field{
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(112 115 117 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wc-credit-card-form.wc-payment-form .wc-stripe-elements-field::-moz-placeholder, .wc-credit-card-form.wc-payment-form .wc-stripe-iban-element-field::-moz-placeholder, .wc-credit-card-form.wc-payment-form .eh-stripe-elements-field::-moz-placeholder, .wc-credit-card-form.wc-payment-form .eh-stripe-iban-element-field::-moz-placeholder, .eh-credit-card-form.eh-payment-form .wc-stripe-elements-field::-moz-placeholder, .eh-credit-card-form.eh-payment-form .wc-stripe-iban-element-field::-moz-placeholder, .eh-credit-card-form.eh-payment-form .eh-stripe-elements-field::-moz-placeholder, .eh-credit-card-form.eh-payment-form .eh-stripe-iban-element-field::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(112 115 117 / var(--tw-placeholder-opacity, 1));
}

.wc-credit-card-form.wc-payment-form .wc-stripe-elements-field::placeholder,
  .wc-credit-card-form.wc-payment-form .wc-stripe-iban-element-field::placeholder,
  .wc-credit-card-form.wc-payment-form .eh-stripe-elements-field::placeholder,
  .wc-credit-card-form.wc-payment-form .eh-stripe-iban-element-field::placeholder,
  .eh-credit-card-form.eh-payment-form .wc-stripe-elements-field::placeholder,
  .eh-credit-card-form.eh-payment-form .wc-stripe-iban-element-field::placeholder,
  .eh-credit-card-form.eh-payment-form .eh-stripe-elements-field::placeholder,
  .eh-credit-card-form.eh-payment-form .eh-stripe-iban-element-field::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(112 115 117 / var(--tw-placeholder-opacity, 1));
}

.wc-credit-card-form.wc-payment-form .wc-stripe-elements-field,
  .wc-credit-card-form.wc-payment-form .wc-stripe-iban-element-field,
  .wc-credit-card-form.wc-payment-form .eh-stripe-elements-field,
  .wc-credit-card-form.wc-payment-form .eh-stripe-iban-element-field,
  .eh-credit-card-form.eh-payment-form .wc-stripe-elements-field,
  .eh-credit-card-form.eh-payment-form .wc-stripe-iban-element-field,
  .eh-credit-card-form.eh-payment-form .eh-stripe-elements-field,
  .eh-credit-card-form.eh-payment-form .eh-stripe-iban-element-field{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-delay: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wc-credit-card-form.wc-payment-form .wc-stripe-elements-field:focus,
  .wc-credit-card-form.wc-payment-form .wc-stripe-iban-element-field:focus,
  .wc-credit-card-form.wc-payment-form .eh-stripe-elements-field:focus,
  .wc-credit-card-form.wc-payment-form .eh-stripe-iban-element-field:focus,
  .eh-credit-card-form.eh-payment-form .wc-stripe-elements-field:focus,
  .eh-credit-card-form.eh-payment-form .wc-stripe-iban-element-field:focus,
  .eh-credit-card-form.eh-payment-form .eh-stripe-elements-field:focus,
  .eh-credit-card-form.eh-payment-form .eh-stripe-iban-element-field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.wc-credit-card-form.wc-payment-form .wc-stripe-elements-field.StripeElement--focus, .wc-credit-card-form.wc-payment-form .wc-stripe-iban-element-field.StripeElement--focus, .wc-credit-card-form.wc-payment-form .eh-stripe-elements-field.StripeElement--focus, .wc-credit-card-form.wc-payment-form .eh-stripe-iban-element-field.StripeElement--focus, .eh-credit-card-form.eh-payment-form .wc-stripe-elements-field.StripeElement--focus, .eh-credit-card-form.eh-payment-form .wc-stripe-iban-element-field.StripeElement--focus, .eh-credit-card-form.eh-payment-form .eh-stripe-elements-field.StripeElement--focus, .eh-credit-card-form.eh-payment-form .eh-stripe-iban-element-field.StripeElement--focus{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.wc-credit-card-form.wc-payment-form .wc-stripe-elements-field.StripeElement--invalid, .wc-credit-card-form.wc-payment-form .wc-stripe-iban-element-field.StripeElement--invalid, .wc-credit-card-form.wc-payment-form .eh-stripe-elements-field.StripeElement--invalid, .wc-credit-card-form.wc-payment-form .eh-stripe-iban-element-field.StripeElement--invalid, .eh-credit-card-form.eh-payment-form .wc-stripe-elements-field.StripeElement--invalid, .eh-credit-card-form.eh-payment-form .wc-stripe-iban-element-field.StripeElement--invalid, .eh-credit-card-form.eh-payment-form .eh-stripe-elements-field.StripeElement--invalid, .eh-credit-card-form.eh-payment-form .eh-stripe-iban-element-field.StripeElement--invalid{
  --tw-border-opacity: 1;
  border-color: rgb(201 79 10 / var(--tw-border-opacity, 1));
}

.wc-credit-card-form.wc-payment-form .wc-stripe-elements-field.StripeElement--complete, .wc-credit-card-form.wc-payment-form .wc-stripe-iban-element-field.StripeElement--complete, .wc-credit-card-form.wc-payment-form .eh-stripe-elements-field.StripeElement--complete, .wc-credit-card-form.wc-payment-form .eh-stripe-iban-element-field.StripeElement--complete, .eh-credit-card-form.eh-payment-form .wc-stripe-elements-field.StripeElement--complete, .eh-credit-card-form.eh-payment-form .wc-stripe-iban-element-field.StripeElement--complete, .eh-credit-card-form.eh-payment-form .eh-stripe-elements-field.StripeElement--complete, .eh-credit-card-form.eh-payment-form .eh-stripe-iban-element-field.StripeElement--complete{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

#eh-stripe-card-element,
#eh-stripe-exp-element,
#eh-stripe-cvc-element,
#eh-stripe-iban-element{
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(112 115 117 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#eh-stripe-card-element::-moz-placeholder, #eh-stripe-exp-element::-moz-placeholder, #eh-stripe-cvc-element::-moz-placeholder, #eh-stripe-iban-element::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(112 115 117 / var(--tw-placeholder-opacity, 1));
}

#eh-stripe-card-element::placeholder,
#eh-stripe-exp-element::placeholder,
#eh-stripe-cvc-element::placeholder,
#eh-stripe-iban-element::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(112 115 117 / var(--tw-placeholder-opacity, 1));
}

#eh-stripe-card-element,
#eh-stripe-exp-element,
#eh-stripe-cvc-element,
#eh-stripe-iban-element{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-delay: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#eh-stripe-card-element:focus,
#eh-stripe-exp-element:focus,
#eh-stripe-cvc-element:focus,
#eh-stripe-iban-element:focus{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

#eh-stripe-card-element,
#eh-stripe-exp-element,
#eh-stripe-cvc-element,
#eh-stripe-iban-element {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  height: 44px;
}

.woocommerce-checkout #payment div.payment_box{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid rgba(244, 244, 244, 1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-SavedPaymentMethods-tokenInput{
  width: 1.25rem !important;
}

.woocommerce-order-received .woocommerce{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.woocommerce-order-received .woocommerce :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.woocommerce-order-received .woocommerce :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.woocommerce-order-received .woocommerce :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.woocommerce-order-received .woocommerce :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.woocommerce-order-received .woocommerce :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.woocommerce-order-received .woocommerce :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.woocommerce-order-received .woocommerce :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.woocommerce-order-received .woocommerce :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.woocommerce-order-received .woocommerce :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.woocommerce-order-received .woocommerce :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.woocommerce-order-received .woocommerce :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.woocommerce-order-received .woocommerce :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.woocommerce-order-received .woocommerce :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.woocommerce-order-received .woocommerce :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.woocommerce-order-received .woocommerce :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.woocommerce-order-received .woocommerce :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.woocommerce-order-received .woocommerce :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.woocommerce-order-received .woocommerce :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.woocommerce-order-received .woocommerce :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.woocommerce-order-received .woocommerce :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.woocommerce-order-received .woocommerce :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.woocommerce-order-received .woocommerce :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.woocommerce-order-received .woocommerce :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.woocommerce-order-received .woocommerce :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.woocommerce-order-received .woocommerce :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.woocommerce-order-received .woocommerce :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.woocommerce-order-received .woocommerce :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-order-received .woocommerce :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-order-received .woocommerce :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-order-received .woocommerce :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.woocommerce-order-received .woocommerce :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.woocommerce-order-received .woocommerce :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.woocommerce-order-received .woocommerce :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.woocommerce-order-received .woocommerce :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.woocommerce-order-received .woocommerce :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.woocommerce-order-received .woocommerce :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.woocommerce-order-received .woocommerce :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.woocommerce-order-received .woocommerce :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.woocommerce-order-received .woocommerce :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.woocommerce-order-received .woocommerce :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.woocommerce-order-received .woocommerce :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.woocommerce-order-received .woocommerce :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.woocommerce-order-received .woocommerce :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.woocommerce-order-received .woocommerce :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.woocommerce-order-received .woocommerce :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.woocommerce-order-received .woocommerce :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.woocommerce-order-received .woocommerce :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.woocommerce-order-received .woocommerce :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.woocommerce-order-received .woocommerce :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.woocommerce-order-received .woocommerce :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-order-received .woocommerce :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.woocommerce-order-received .woocommerce{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.woocommerce-order-received .woocommerce :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-order-received .woocommerce :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.woocommerce-order-received .woocommerce :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.woocommerce-order-received .woocommerce :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.woocommerce-order-received .woocommerce :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.woocommerce-order-received .woocommerce :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.woocommerce-order-received .woocommerce :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.woocommerce-order-received .woocommerce :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.woocommerce-order-received .woocommerce :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.woocommerce-order-received .woocommerce :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.woocommerce-order-received .woocommerce :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.woocommerce-order-received .woocommerce :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.woocommerce-order-received .woocommerce :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-order-received .woocommerce :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-order-received .woocommerce :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-order-received .woocommerce :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-order-received .woocommerce :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce-order-received .woocommerce :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce-order-received .woocommerce :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.woocommerce-order-received .woocommerce :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce-order-received .woocommerce :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce-order-received .woocommerce :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-order-received .woocommerce :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-order-received .woocommerce :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.woocommerce-order-received .woocommerce{
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.woocommerce-order-received .woocommerce :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.woocommerce-order-received .woocommerce :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.woocommerce-order-received .woocommerce :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.woocommerce-order-received .woocommerce :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.woocommerce-order-received .woocommerce :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.woocommerce-order-received .woocommerce :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.woocommerce-order-received .woocommerce :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.woocommerce-order-received .woocommerce :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce-order-received .woocommerce :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce-order-received .woocommerce :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-order-received .woocommerce :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce-order-received .woocommerce :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.woocommerce-order-received .woocommerce :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.woocommerce-order-received .woocommerce :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}

.woocommerce-order-received .woocommerce :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.woocommerce-order-received .woocommerce :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.woocommerce-order-received .woocommerce :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.woocommerce-order-received .woocommerce :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.woocommerce-order-received .woocommerce :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.woocommerce-order-received .woocommerce :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.woocommerce-order-received .woocommerce :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.woocommerce-order-received .woocommerce :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.woocommerce-order-received .woocommerce :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.woocommerce-order-received .woocommerce :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.woocommerce-order-received .woocommerce :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.woocommerce-order-received .woocommerce :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.woocommerce-order-received .woocommerce :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.woocommerce-order-received .woocommerce :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.woocommerce-order-received .woocommerce :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.woocommerce-order-received .woocommerce :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

.woocommerce-order-received .woocommerce :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.woocommerce-order-received .woocommerce :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-order-received .woocommerce :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-order-received .woocommerce :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-order-received .woocommerce :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-order-received .woocommerce :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}

.woocommerce-order-received .woocommerce :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.woocommerce-order-received .woocommerce :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce-order-received .woocommerce :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce-order-received .woocommerce :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.woocommerce-order-received .woocommerce :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.woocommerce-order-received .woocommerce :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.woocommerce-order-received .woocommerce :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.woocommerce-order-received .woocommerce :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-order-received .woocommerce :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.woocommerce-order-received .woocommerce :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce-order-received .woocommerce :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.woocommerce-order-received .woocommerce{
  --tw-prose-body: #374F66;
  --tw-prose-headings: #253544;
  --tw-prose-lead: #253544;
  --tw-prose-links: #C94F0A;
  --tw-prose-bold: #374F66;
  --tw-prose-counters: #374F66;
  --tw-prose-bullets: #374F66;
  --tw-prose-hr: #E2ECF5;
  --tw-prose-quotes: #162029;
  --tw-prose-quote-borders: #E2ECF5;
  --tw-prose-captions: #100E0E;
  --tw-prose-code: #162029;
  --tw-prose-pre-code: #CFDFEE;
  --tw-prose-pre-bg: #F6F6F6;
  --tw-prose-th-borders: #F6F6F6;
  --tw-prose-td-borders: #F8F8F8;
  --tw-prose-invert-body: #F8F8F8;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #fff;
  --tw-prose-invert-links: #C94F0A;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #CFDFEE;
  --tw-prose-invert-bullets: #CFDFEE;
  --tw-prose-invert-hr: #86AED4;
  --tw-prose-invert-quotes: #253544;
  --tw-prose-invert-quote-borders: #86AED4;
  --tw-prose-invert-captions: #C94F0A;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #fff;
  --tw-prose-invert-pre-bg: #162029;
  --tw-prose-invert-th-borders: #496987;
  --tw-prose-invert-td-borders: #374F66;
}

.woocommerce-order-received .woocommerce :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 400;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

.woocommerce-order-received .woocommerce :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0.4em;
}

.woocommerce-order-received .woocommerce{
  max-width: none;
}

.woocommerce-order-received .woocommerce :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.woocommerce-order-received .woocommerce :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.woocommerce-order-received .woocommerce .wc-item-meta{
  padding-left: 0px;
}

.woocommerce-order-received .woocommerce table.shop_table td.product-name{
  display: block;
}

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

/** Shop and Archive pages **/

.woocommerce-products-header__title.page-title{
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.playus-product-head .facetwp-facet{
  margin-bottom: 0px;
}

.playus-product-head .facetwp-dropdown,
  .playus-product-head .facetwp-sort-select{
  width: 100%;
  min-width: 100%;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(117 114 114 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 2.5rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
  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: 75ms;
}

.playus-product-head .facetwp-dropdown::-moz-placeholder, .playus-product-head .facetwp-sort-select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity, 1));
}

.playus-product-head .facetwp-dropdown::placeholder,
  .playus-product-head .facetwp-sort-select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity, 1));
}

.playus-product-head .facetwp-dropdown:focus,
  .playus-product-head .facetwp-sort-select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 158 203 / var(--tw-ring-opacity, 1));
}

.playus-product-head .facetwp-dropdown:active,
  .playus-product-head .facetwp-sort-select:active{
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px){
  .playus-product-head .facetwp-dropdown,
  .playus-product-head .facetwp-sort-select{
    width: auto;
  }
}

.woocommerce.tax-guide,
.woocommerce.tax-product_cat{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
  --tw-border-opacity: 1;
  border-top-color: rgb(92 132 169 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  text-wrap: nowrap;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-error .button:focus, .woocommerce-info .button:focus, .woocommerce-message .button:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.woocommerce-error .button:disabled, .woocommerce-info .button:disabled, .woocommerce-message .button:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 197 175 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(41 39 35 / var(--tw-text-opacity, 1));
}

.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(135 131 117 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(41 39 35 / var(--tw-text-opacity, 1));
}

.woocommerce-error .button:focus, .woocommerce-info .button:focus, .woocommerce-message .button:focus{
  background-color: transparent;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(135 131 117 / var(--tw-ring-opacity, 1));
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button{
  border-style: solid;
  font-weight: 400;
}

.scrolling #menu-cta-menu .woocommerce-error .button,.scrolling #menu-cta-menu  .woocommerce-info .button,.scrolling #menu-cta-menu  .woocommerce-message .button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
  position: absolute;
  top: calc(50% - 1rem);
  line-height: 1.75rem;
}

.woocommerce-message,
.woocommerce-info{
  --tw-border-opacity: 1;
  border-top-color: rgb(92 132 169 / var(--tw-border-opacity, 1));
}

.woocommerce-message::before, .woocommerce-info::before{
  --tw-text-opacity: 1;
  color: rgb(92 132 169 / var(--tw-text-opacity, 1));
}

.woocommerce-error{
  --tw-border-opacity: 1;
  border-top-color: rgb(201 79 10 / var(--tw-border-opacity, 1));
}

.woocommerce-error::before{
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-notices-wrapper .woocommerce-info,
  .woocommerce-notices-wrapper .woocommerce-message{
  --tw-border-opacity: 1;
  border-top-color: rgb(92 132 169 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(226 236 245 / var(--tw-bg-opacity, 1));
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-error li, .woocommerce-notices-wrapper .woocommerce-info li, .woocommerce-notices-wrapper .woocommerce-message li{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce-notices-wrapper .woocommerce-message .button {
  text-wrap: nowrap;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 32 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-notices-wrapper .woocommerce-error .button:hover, .woocommerce-notices-wrapper .woocommerce-info .button:hover, .woocommerce-notices-wrapper .woocommerce-message .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-error .button:focus, .woocommerce-notices-wrapper .woocommerce-info .button:focus, .woocommerce-notices-wrapper .woocommerce-message .button:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-error .button:disabled, .woocommerce-notices-wrapper .woocommerce-info .button:disabled, .woocommerce-notices-wrapper .woocommerce-message .button:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce-notices-wrapper .woocommerce-message .button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 197 175 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(41 39 35 / var(--tw-text-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-error .button:hover, .woocommerce-notices-wrapper .woocommerce-info .button:hover, .woocommerce-notices-wrapper .woocommerce-message .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(135 131 117 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(41 39 35 / var(--tw-text-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-error .button:focus, .woocommerce-notices-wrapper .woocommerce-info .button:focus, .woocommerce-notices-wrapper .woocommerce-message .button:focus{
  background-color: transparent;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(135 131 117 / var(--tw-ring-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce-notices-wrapper .woocommerce-message .button{
  border-style: solid;
  font-weight: 400;
}

.scrolling #menu-cta-menu .woocommerce-notices-wrapper .woocommerce-error .button,.scrolling #menu-cta-menu  .woocommerce-notices-wrapper .woocommerce-info .button,.scrolling #menu-cta-menu  .woocommerce-notices-wrapper .woocommerce-message .button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.woocommerce-notices-wrapper .woocommerce-error::before, .woocommerce-notices-wrapper .woocommerce-info::before, .woocommerce-notices-wrapper .woocommerce-message::before{
  position: absolute;
  top: calc(50% - 1rem);
  line-height: 1.75rem;
}

.woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-info{
  --tw-border-opacity: 1;
  border-top-color: rgb(92 132 169 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(226 236 245 / var(--tw-bg-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-message::before, .woocommerce-notices-wrapper .woocommerce-info::before{
  --tw-text-opacity: 1;
  color: rgb(92 132 169 / var(--tw-text-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-error{
  --tw-border-opacity: 1;
  border-top-color: rgb(201 79 10 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 220 206 / var(--tw-bg-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-error::before{
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
}

.woocommerce form .form-row{
  margin-bottom: 1.5rem;
  padding: 0px;
}

.woocommerce form .form-row label{
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.woocommerce form .form-row .required{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
}

.woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
}

.woocommerce form .form-row .input-checkbox{
  display: inline-block;
}

.woocommerce form .form-row.create-account span{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.woocommerce form .form-row #account_display_name + span{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(140 143 144 / var(--tw-text-opacity, 1));
}

.woocommerce form .form-row#billing_country_field .woocommerce-input-wrapper strong, .woocommerce form .form-row#shipping_country_field .woocommerce-input-wrapper strong{
  margin-left: 0.5rem;
  display: block;
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

/* .woocommerce-Button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {

	@apply playus-button inline-block !text-white font-normal;
} */

/* .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	@apply playus-button inline-block !text-white font-normal;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	@apply playus-button inline-block !text-white font-normal;

} */

/* .woocommerce .payment-method-actions {

	.button {

		@apply py-2 bg-primary;
	}
} */

/**
.woocommerce, .woocommerce-page {

	.woocommerce-error, .woocommerce-info, .woocommerce-message {

		.button {

			@apply py-2 bg-primary;
		}
	}
}
*/

/* .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {

	@apply right-7 top-4;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {

	@apply ml-4;
	content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 16' style='enable-background:new 0 0 20 16;' xml:space='preserve'%3E%3Cpolygon class='st0' style='fill:none;' points='0,0 20,0 20,16 0,16 '/%3E%3Cpath class='st1' style='fill-rule:evenodd;clip-rule:evenodd;fill:%2368BEBE;' d='M9.7,1c6-0.2,9.5,5.4,10.1,6.5c0.2,0.3,0.2,0.7,0,1l0,0l-0.1,0.1c-0.9,1.6-4.1,6.3-9.5,6.4l0,0H10 c-5.9,0-9.3-5.4-9.9-6.5C0,8.2,0,7.8,0.1,7.5l0,0l0.1-0.1C1.1,5.8,4.3,1.1,9.7,1z M10.1,3L9.8,3c-4,0.1-6.6,3.4-7.6,5 c0.9,1.4,3.7,5.1,8,5c4-0.1,6.6-3.4,7.6-5c-0.9-1.4-3.7-5.1-8-5L10.1,3z M10,4.5l0.2,0C12,4.6,13.5,6.1,13.5,8l0,0l0,0.2 c-0.1,1.8-1.6,3.3-3.5,3.3c-1.9,0-3.5-1.6-3.5-3.5S8.1,4.5,10,4.5L10,4.5z M10,6.5C9.2,6.5,8.5,7.2,8.5,8S9.2,9.5,10,9.5l0,0l0.1,0 c0.8-0.1,1.4-0.7,1.4-1.5l0,0l0-0.1C11.4,7.1,10.8,6.5,10,6.5z'/%3E%3C/svg%3E");

} 
*/

.facetwp-pager .facetwp-pager{
  display: flex;
  list-style-type: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
}

.facetwp-pager .facetwp-pager .facetwp-page{
  margin: 0px;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.facetwp-pager .facetwp-pager .facetwp-page:hover{
  --tw-text-opacity: 1;
  color: rgb(134 53 7 / var(--tw-text-opacity, 1));
}

.facetwp-pager .facetwp-pager .facetwp-page.active{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.playus-facet-container--partners .facetwp-facet{
  margin-bottom: 0px !important;
}

.playus-facet-container--partners .facetwp-dropdown{
  min-width: 150px;
}

.playus-facet-container--partners .facetwp-icon{
  padding-right: 0.5rem;
}

.playus-facet-container--partners .facetwp-icon:before {
  background-image: url('../img/search-lens.svg');
  background-repeat: no-repeat;
}

.playus-facet-container--partners .fs-label-wrap,
  .playus-facet-container--partners .fs-dropdown{
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(117 114 114 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1;
  color: rgb(83 78 78 / var(--tw-text-opacity, 1));
  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: 75ms;
}

.playus-facet-container--partners .fs-label-wrap::-moz-placeholder, .playus-facet-container--partners .fs-dropdown::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity, 1));
}

.playus-facet-container--partners .fs-label-wrap::placeholder,
  .playus-facet-container--partners .fs-dropdown::placeholder{
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity, 1));
}

.playus-facet-container--partners .fs-label-wrap:focus,
  .playus-facet-container--partners .fs-dropdown:focus{
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 158 203 / var(--tw-ring-opacity, 1));
}

.playus-facet-container--partners .fs-label-wrap:active,
  .playus-facet-container--partners .fs-dropdown:active{
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
}

.playus-facet-container--partners .fs-label-wrap .fs-label{
  padding: 0px;
}

.playus-facet-container--partners .fs-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23535759' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  position: absolute;
  top: 0px;
  right: 0.25rem;
  bottom: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-size: 1.5em 1.5em;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.playus-facet-container--partners .fs-dropdown .fs-search{
  border-radius: 0.5rem;
  padding: 0px;
}

.playus-facet-container--partners .fs-wrap.multiple .fs-option .fs-checkbox i{
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(117 114 114 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.playus-facet-container--partners .fs-wrap.multiple .fs-option .fs-checkbox i:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 158 203 / var(--tw-ring-opacity, 1));
}

.playus-facet-container--partners .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E");
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(117 114 114 / var(--tw-bg-opacity, 1));
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(117 114 114 / var(--tw-text-opacity, 1));
}

.playus-facet-container--partners .fs-wrap.multiple .fs-option.selected .fs-checkbox i:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 158 203 / var(--tw-ring-opacity, 1));
}

.partner-signup-form .partner-img-preview{
  margin-top: 0.5rem;
  max-width: 20rem;
}

.partner-signup-form .partner-img-container{
  margin-top: -1.5rem;
}

.partner-signup-form .partner-img-container label{
  margin-left: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.partner-signup-form .gform_wrapper.gravity-theme .description,
  .partner-signup-form .gform_wrapper.gravity-theme .gfield_description,
  .partner-signup-form .gform_wrapper.gravity-theme .gsection_description,
  .partner-signup-form .gform_wrapper.gravity-theme .instructions{
  padding-top: 0px;
}

.partner-update-form .gform_wrapper.gravity-theme .description,
  .partner-update-form .gform_wrapper.gravity-theme .gfield_description,
  .partner-update-form .gform_wrapper.gravity-theme .gsection_description,
  .partner-update-form .gform_wrapper.gravity-theme .instructions{
  padding-top: 0px;
}

.page-template-page-partner-dashboard-profile .partner-img-container{
  margin-top: -1.5rem;
  display: flex;
}

.page-template-page-partner-dashboard-profile .partner-img-container label{
  order: 2;
  margin: 0px;
}

.page-template-page-partner-dashboard-profile .partner-img-container .partner-img-preview{
  order: 1;
  overflow: hidden;
}

.page-template-page-partner-dashboard-profile #gfield_description_7_18{
  margin-bottom: 1rem;
}

.pricing-table-complete-grow{
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.pricing-table-complete-grow:hover::after{
  top: -1rem;
  left: -1rem;
  height: calc(100% + 32px);
  width: calc(100% + 32px);
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pricing-table-complete-grow:hover .thead{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.pricing-table-complete-grow:hover .thead th{
  padding-bottom: 1.75rem;
}

.pricing-table-complete-grow:hover .tbody{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  /* svg {
				@apply w-8 h-8;
			} */
}

.swp-pagination ul{
  display: flex;
  list-style-type: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
}

.swp-pagination li a{
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.swp-pagination li a:hover{
  --tw-text-opacity: 1;
  color: rgb(134 53 7 / var(--tw-text-opacity, 1));
}

[type='checkbox'],
[type='radio']{
  height: 1.25rem;
  width: 1.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(117 114 114 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(117 114 114 / var(--tw-text-opacity, 1));
}

[type='checkbox']:focus,
[type='radio']:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 158 203 / var(--tw-ring-opacity, 1));
}

[type='checkbox']{
  border-radius: 0.25rem;
}

fieldset{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

[type='text'],
[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{
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(117 114 114 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1;
  color: rgb(83 78 78 / var(--tw-text-opacity, 1));
  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: 75ms;
}

[type='text']::-moz-placeholder, [type='email']::-moz-placeholder, [type='url']::-moz-placeholder, [type='password']::-moz-placeholder, [type='number']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='week']::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity, 1));
}

[type='text']::placeholder,
[type='email']::placeholder,
[type='url']::placeholder,
[type='password']::placeholder,
[type='number']::placeholder,
[type='date']::placeholder,
[type='datetime-local']::placeholder,
[type='month']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='time']::placeholder,
[type='week']::placeholder,
[multiple]::placeholder,
textarea::placeholder,
select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity, 1));
}

[type='text']: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{
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 158 203 / var(--tw-ring-opacity, 1));
}

[type='text']:active,
[type='email']:active,
[type='url']:active,
[type='password']:active,
[type='number']:active,
[type='date']:active,
[type='datetime-local']:active,
[type='month']:active,
[type='search']:active,
[type='tel']:active,
[type='time']:active,
[type='week']:active,
[multiple]:active,
textarea:active,
select:active{
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
}

.quiz-form form{
  position: relative;
}

.quiz-form .gform_wrapper.gravity-theme .gf_page_steps{
  position: absolute;
  top: -12rem;
  left: -0px;
  z-index: -10;
  margin-bottom: 0px;
  border-style: none;
}

@media (min-width: 768px){
  .quiz-form .gform_wrapper.gravity-theme .gf_page_steps{
    left: -3rem;
  }
}

.quiz-form .gform_wrapper.gravity-theme .gf_step_pending{
  display: none;
}

.quiz-form .gform_wrapper.gravity-theme .gf_step_completed{
  display: none;
}

.quiz-form .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
  font-size: clamp(17rem, 9.4rem + 19vw, 26.5rem);
  height: auto;
  width: auto;
  border-radius: 0px;
  border-style: none;
  background-color: transparent;
  background-image: none;
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(250 236 225 / var(--tw-text-opacity, 1));
}

.quiz-form .gform_wrapper.gravity-theme .gf_step_active .gf_step_number::before{
  --tw-content: '0';
  content: var(--tw-content);
}

.quiz-form .gform_wrapper.gravity-theme .gform_footer button,
  .quiz-form .gform_wrapper.gravity-theme .gform_footer input,
  .quiz-form .gform_wrapper.gravity-theme .gform_page_footer button,
  .quiz-form .gform_wrapper.gravity-theme .gform_page_footer input{
  --tw-border-opacity: 1;
  border-color: rgb(167 66 8 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(167 66 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.quiz-form .gform_wrapper.gravity-theme .gform_footer button:hover,
  .quiz-form .gform_wrapper.gravity-theme .gform_footer input:hover,
  .quiz-form .gform_wrapper.gravity-theme .gform_page_footer button:hover,
  .quiz-form .gform_wrapper.gravity-theme .gform_page_footer input:hover{
  --tw-border-opacity: 1;
  border-color: rgb(101 40 5 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(101 40 5 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.quiz-form .gform_wrapper.gravity-theme .gform_footer button:focus,
  .quiz-form .gform_wrapper.gravity-theme .gform_footer input:focus,
  .quiz-form .gform_wrapper.gravity-theme .gform_page_footer button:focus,
  .quiz-form .gform_wrapper.gravity-theme .gform_page_footer input:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(67 26 3 / var(--tw-bg-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 26 3 / var(--tw-ring-opacity, 1));
}

.quiz-form .gform_wrapper.gravity-theme .gfield.gfield--type-radio .gfield_label{
  margin-left: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(37 53 68 / var(--tw-text-opacity, 1)) !important;
}

.quiz-form .gform_wrapper.gravity-theme .gfield.gfield--type-radio .ginput_container_radio{
  margin-top: 1rem;
  padding-left: 1rem;
}

.quiz-form .gform_wrapper.gravity-theme .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice{
  margin-bottom: 1rem;
}

.quiz-form .gform_wrapper.gravity-theme .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice:last-of-type{
  margin-bottom: 0px;
}

.gform_wrapper.gravity-theme .gfield_label{
  position: relative;
  max-width: calc(100% - 6rem);
}

.gform_wrapper.gravity-theme .gfield_required{
  position: absolute;
}

.login-form .gform_wrapper.gravity-theme input[type='color'],
  .login-form .gform_wrapper.gravity-theme input[type='date'],
  .login-form .gform_wrapper.gravity-theme input[type='datetime-local'],
  .login-form .gform_wrapper.gravity-theme input[type='datetime'],
  .login-form .gform_wrapper.gravity-theme input[type='email'],
  .login-form .gform_wrapper.gravity-theme input[type='month'],
  .login-form .gform_wrapper.gravity-theme input[type='number'],
  .login-form .gform_wrapper.gravity-theme input[type='password'],
  .login-form .gform_wrapper.gravity-theme input[type='search'],
  .login-form .gform_wrapper.gravity-theme input[type='tel'],
  .login-form .gform_wrapper.gravity-theme input[type='text'],
  .login-form .gform_wrapper.gravity-theme input[type='time'],
  .login-form .gform_wrapper.gravity-theme input[type='url'],
  .login-form .gform_wrapper.gravity-theme input[type='week'],
  .login-form .gform_wrapper.gravity-theme select,
  .login-form .gform_wrapper.gravity-theme textarea{
  width: 100%;
}

.login-form .gform_wrapper.gravity-theme .gform_footer,
  .login-form .gform_wrapper.gravity-theme .gform_page_footer{
  margin-top: 1rem !important;
  flex-direction: column;
}

.login-form .gform_wrapper.gravity-theme .gform_footer button,
  .login-form .gform_wrapper.gravity-theme .gform_footer input,
  .login-form .gform_wrapper.gravity-theme .gform_page_footer button,
  .login-form .gform_wrapper.gravity-theme .gform_page_footer input{
  border-radius: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 100%;
}

.login-form .gform_wrapper.gravity-theme .gform_fields{
  row-gap: 2rem !important;
}

.cert-rules{
  margin-top: -1.5rem;
}

@media (min-width: 768px){
  .md\:prose-2xl{
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .md\:prose-2xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .md\:prose-2xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-inline-start: 1.1111111em;
  }

  .md\:prose-2xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .md\:prose-2xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .md\:prose-2xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .md\:prose-2xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md\:prose-2xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-2xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    border-radius: 0.375rem;
    padding-top: 0.25em;
    padding-inline-end: 0.3333333em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.3333333em;
  }

  .md\:prose-2xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
  }

  .md\:prose-2xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }

  .md\:prose-2xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }

  .md\:prose-2xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-inline-end: 1.6em;
    padding-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .md\:prose-2xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }

  .md\:prose-2xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }

  .md\:prose-2xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md\:prose-2xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }

  .md\:prose-2xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4166667em;
  }

  .md\:prose-2xl :where(.md\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .md\:prose-2xl :where(.md\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .md\:prose-2xl :where(.md\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl :where(.md\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .md\:prose-2xl :where(.md\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:prose-2xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .md\:prose-2xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.5833333em;
  }

  .md\:prose-2xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md\:prose-2xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-2xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-2xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-2xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-2xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .md\:prose-2xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }

  .md\:prose-2xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .md\:prose-2xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .md\:prose-2xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8em;
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }

  .md\:prose-2xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .md\:prose-2xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .md\:prose-2xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-2xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .md\:prose-2xl :where(.md\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .md\:prose-2xl :where(.md\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}

@media (min-width: 1024px){
  .lg\:playus-button--large{
    border-radius: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:playus-button--orange{
    --tw-border-opacity: 1;
    border-color: rgb(167 66 8 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(167 66 8 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .lg\:playus-button--orange:hover{
    --tw-border-opacity: 1;
    border-color: rgb(101 40 5 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(101 40 5 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .lg\:playus-button--orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(67 26 3 / var(--tw-bg-opacity, 1));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(67 26 3 / var(--tw-ring-opacity, 1));
  }
}

.first-letter\:float-left::first-letter{
  float: left;
}

.first-letter\:text-\[62px\]::first-letter{
  font-size: 62px;
}

.first-letter\:uppercase::first-letter{
  text-transform: uppercase;
}

.first-letter\:leading-\[62px\]::first-letter{
  line-height: 62px;
}

.placeholder\:text-gray-200::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-200::placeholder{
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity, 1));
}

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

.before\:-left-\[100vw\]::before{
  content: var(--tw-content);
  left: -100vw;
}

.before\:-top-10::before{
  content: var(--tw-content);
  top: -2.5rem;
}

.before\:-top-\[72px\]::before{
  content: var(--tw-content);
  top: -72px;
}

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

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

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

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

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-screen::before{
  content: var(--tw-content);
  width: 100vw;
}

.before\:bg-pink-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 239 / var(--tw-bg-opacity, 1));
}

.before\:bg-primary-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(226 236 245 / var(--tw-bg-opacity, 1));
}

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

.before\:pt-20::before{
  content: var(--tw-content);
  padding-top: 5rem;
}

.before\:font-tertiary::before{
  content: var(--tw-content);
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

.before\:text-\[292px\]::before{
  content: var(--tw-content);
  font-size: 292px;
}

.before\:font-bold::before{
  content: var(--tw-content);
  font-weight: 700;
}

.before\:text-pink-300::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(252 231 223 / var(--tw-text-opacity, 1));
}

.before\:content-\[\'0\'\]::before{
  --tw-content: '0';
  content: var(--tw-content);
}

.before\:content-\[\'\201C\'\]::before{
  --tw-content: '“';
  content: var(--tw-content);
}

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

.after\:-left-4::after{
  content: var(--tw-content);
  left: -1rem;
}

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

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

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

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

.after\:mt-2::after{
  content: var(--tw-content);
  margin-top: 0.5rem;
}

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

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

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

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

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

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

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

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

.after\:rounded-lg::after{
  content: var(--tw-content);
  border-radius: 0.5rem;
}

.after\:bg-dark-950::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(10 9 9 / var(--tw-bg-opacity, 1));
}

.after\:bg-primary-950::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(22 32 41 / var(--tw-bg-opacity, 1));
}

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

.after\:shadow-lg::after{
  content: var(--tw-content);
  --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);
}

.after\:shadow-dark-200\/20::after{
  content: var(--tw-content);
  --tw-shadow-color: rgb(151 149 149 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

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

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

.focus-within\:bg-gray-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 222 / var(--tw-bg-opacity, 1));
}

.focus-within\:bg-silver-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.hover\:\!border-silver-600:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 202 202 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-pink-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(251 225 215 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 79 102 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(135 131 117 / var(--tw-border-opacity, 1));
}

.hover\:border-tertiary-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(101 40 5 / var(--tw-border-opacity, 1));
}

.hover\:\!bg-silver-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity, 1)) !important;
}

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

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

.hover\:bg-pink-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 225 215 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(92 132 169 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 79 102 / var(--tw-bg-opacity, 1));
}

.hover\:bg-silver-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-silver-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(134 53 7 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tertiary-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 40 5 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-dark-500:hover{
  --tw-text-opacity: 1;
  color: rgb(48 43 43 / var(--tw-text-opacity, 1));
}

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

.hover\:text-pink-950:hover{
  --tw-text-opacity: 1;
  color: rgb(50 44 41 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(110 158 203 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-300:hover{
  --tw-text-opacity: 1;
  color: rgb(158 190 220 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(73 105 135 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-800:hover{
  --tw-text-opacity: 1;
  color: rgb(55 79 102 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-950:hover{
  --tw-text-opacity: 1;
  color: rgb(22 32 41 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-950:hover{
  --tw-text-opacity: 1;
  color: rgb(41 39 35 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(201 79 10 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(134 53 7 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary-800:hover{
  --tw-text-opacity: 1;
  color: rgb(101 40 5 / var(--tw-text-opacity, 1));
}

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

.focus\:relative:focus{
  position: relative;
}

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

.focus\:border-primary-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
}

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

.focus\:opacity-100:focus{
  opacity: 1;
}

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

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

.focus\:\!ring-silver-600:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(202 202 202 / var(--tw-ring-opacity, 1)) !important;
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 158 203 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-950:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 32 41 / var(--tw-ring-opacity, 1));
}

.focus\:ring-secondary-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(135 131 117 / var(--tw-ring-opacity, 1));
}

.focus\:ring-tertiary-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 26 3 / var(--tw-ring-opacity, 1));
}

.focus\:ring-tertiary-950:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(40 16 2 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.active\:border-primary-500:active{
  --tw-border-opacity: 1;
  border-color: rgb(110 158 203 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-200:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity, 1));
}

.disabled\:bg-gray-200:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity, 1));
}

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

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

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

.group:hover .group-hover\:text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(92 132 169 / var(--tw-text-opacity, 1));
}

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

.prose-headings\:mt-0 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0px;
}

.prose-headings\:font-secondary :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
}

.prose-headings\:font-tertiary :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

.prose-headings\:text-2xl :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.5rem;
  line-height: 2rem;
}

.prose-headings\:text-3xl :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.prose-headings\:text-xl :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.prose-headings\:font-normal :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 400;
}

.prose-headings\:leading-tight :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  line-height: 1.25;
}

.prose-headings\:text-primary-900 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(37 53 68 / var(--tw-text-opacity, 1));
}

.prose-headings\:text-white :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.prose-h1\:font-secondary :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
}

.prose-h1\:text-3xl :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.prose-h3\:font-secondary :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: Gascogne, Georgia, Cambria, "Times New Roman", Times, serif, "Apple Color Emoji";
}

.prose-h3\:text-3xl :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.prose-p\:font-tertiary :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: Montserrat, Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji";
}

.prose-p\:text-primary-200 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(182 206 229 / var(--tw-text-opacity, 1));
}

.prose-p\:text-primary-300 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(158 190 220 / var(--tw-text-opacity, 1));
}

.prose-p\:text-white :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-decoration-line: none;
}

.hover\:prose-a\:text-tertiary-800 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
  --tw-text-opacity: 1;
  color: rgb(101 40 5 / var(--tw-text-opacity, 1));
}

.prose-strong\:text-white :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.prose-ol\:my-0 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0px;
  margin-bottom: 0px;
}

.prose-ul\:text-white :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.prose-li\:my-0\.5 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.prose-img\:my-0 :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 640px){
  .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }

  .md\:-left-\[3rem\]{
    left: -3rem;
  }

  .md\:left-\[-3vw\]{
    left: -3vw;
  }

  .md\:right-\[-3vw\]{
    right: -3vw;
  }

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

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

  .md\:z-auto{
    z-index: auto;
  }

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

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

  .md\:order-none{
    order: 0;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

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

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

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

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

  .md\:col-start-2{
    grid-column-start: 2;
  }

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

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

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:\!mb-24{
    margin-bottom: 6rem !important;
  }

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

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

  .md\:ml-0{
    margin-left: 0px;
  }

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

  .md\:mr-10{
    margin-right: 2.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:table-cell{
    display: table-cell;
  }

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

  .md\:hidden{
    display: none;
  }

  .md\:h-\[42vh\]{
    height: 42vh;
  }

  .md\:h-\[50vh\]{
    height: 50vh;
  }

  .md\:h-\[55vh\]{
    height: 55vh;
  }

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

  .md\:max-h-\[50vh\]{
    max-height: 50vh;
  }

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

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

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

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

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

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-9{
    width: 2.25rem;
  }

  .md\:w-\[calc\(100vw-\(100\%\+2\.5rem\)\)\]{
    width: calc(100vw - (100% + 2.5rem));
  }

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

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

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-\[43\%\]{
    max-width: 43%;
  }

  .md\:max-w-\[85\%\]{
    max-width: 85%;
  }

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

  .md\:basis-1\/4{
    flex-basis: 25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:justify-around{
    justify-content: space-around;
  }

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

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

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

  .md\:gap-28{
    gap: 7rem;
  }

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

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

  .md\:gap-7{
    gap: 1.75rem;
  }

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

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

  .md\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

  .md\:gap-y-0{
    row-gap: 0px;
  }

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

  .md\:gap-y-3{
    row-gap: 0.75rem;
  }

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

  .md\:\!border-t-0{
    border-top-width: 0px !important;
  }

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:border-t-silver-700{
    --tw-border-opacity: 1;
    border-top-color: rgb(161 161 161 / var(--tw-border-opacity, 1));
  }

  .md\:bg-primary-100{
    --tw-bg-opacity: 1;
    background-color: rgb(207 223 238 / var(--tw-bg-opacity, 1));
  }

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

  .md\:bg-none{
    background-image: none;
  }

  .md\:p-14{
    padding: 3.5rem;
  }

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

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

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

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

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

  .md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

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

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-primary-800{
    --tw-text-opacity: 1;
    color: rgb(55 79 102 / var(--tw-text-opacity, 1));
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .md\: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\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .md\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

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

  .md\:hover\:bg-primary-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(207 223 238 / var(--tw-bg-opacity, 1));
  }

  .md\:hover\:text-primary-800:hover{
    --tw-text-opacity: 1;
    color: rgb(55 79 102 / var(--tw-text-opacity, 1));
  }

  .md\:prose-h1\:text-4xl :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:prose-h3\:text-4xl :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

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

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

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

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

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

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

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

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

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

  .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem;
  }

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

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

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

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

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

  .lg\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:w-60{
    width: 15rem;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

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

  .lg\:w-\[calc\(100\%-200px\)\]{
    width: calc(100% - 200px);
  }

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

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

  .lg\:flex-auto{
    flex: 1 1 auto;
  }

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

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

  .lg\:auto-cols-min{
    grid-auto-columns: min-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-px{
    gap: 1px;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

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

  .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

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

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

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

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

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

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

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

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

  .lg\:pr-28{
    padding-right: 7rem;
  }

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

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

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

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

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

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

  .lg\:text-primary-950{
    --tw-text-opacity: 1;
    color: rgb(22 32 41 / var(--tw-text-opacity, 1));
  }

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

  .lg\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}

@media (min-width: 1280px){
  .xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:ml-16{
    margin-left: 4rem;
  }

  .xl\:mr-16{
    margin-right: 4rem;
  }

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

@media(max-width:1200px){
  .\[\@media\(max-width\:1200px\)\]\:hidden{
    display: none;
  }

  .\[\@media\(max-width\:1200px\)\]\:w-full{
    width: 100%;
  }
}

@media(max-width:1250px){
  .\[\@media\(max-width\:1250px\)\]\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media(max-width:1324px){
  .\[\@media\(max-width\:1324px\)\]\:h-\[62px\]{
    height: 62px;
  }

  .\[\@media\(max-width\:1324px\)\]\:w-\[100px\]{
    width: 100px;
  }
}
