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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Flama, ui-sans-serif;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

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

.z-\[9999999\] {
  z-index: 9999999;
}

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

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

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

.z-\[9999999999\] {
  z-index: 9999999999;
}

.order-last {
  order: 9999;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

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

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

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

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

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-6 {
  height: 1.5rem;
}

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

.h-10 {
  height: 2.5rem;
}

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

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

.w-full {
  width: 100%;
}

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

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

.w-2\/3 {
  width: 66.666667%;
}

.w-screen {
  width: 100vw;
}

.w-64 {
  width: 16rem;
}

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

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

.w-10 {
  width: 2.5rem;
}

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

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

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

.min-w-0 {
  min-width: 0px;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-0 {
  gap: 0px;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

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

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

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-cuisine-red {
  --tw-border-opacity: 1;
  border-color: rgb(176 12 15 / var(--tw-border-opacity));
}

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

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

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-cuisine-red {
  --tw-bg-opacity: 1;
  background-color: rgb(176 12 15 / var(--tw-bg-opacity));
}

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

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

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

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-\[\#eadc22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 220 34 / var(--tw-bg-opacity));
}

.bg-\[\#dadada\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-right-top {
  background-position: right top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-\[\#fff\] {
  fill: #fff;
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

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

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

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pt-\[30rem\] {
  padding-top: 30rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

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

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

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

.\!text-left {
  text-align: left !important;
}

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

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

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

.font-bold {
  font-family: Flama-SemiBold;
}

.font-sans {
  font-family: Flama, ui-sans-serif;
}

.font-chronicle {
  font-family: Chronicle;
}

.font-light {
  font-family: Flama-Light;
}

.font-semi {
  font-family: Flama-600;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-sm {
  font-size: .875rem;
}

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

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

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

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

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.\!capitalize {
  text-transform: capitalize !important;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

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

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

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

.text-cuisine-red {
  --tw-text-opacity: 1;
  color: rgb(176 12 15 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

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

.decoration-white {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.decoration-0 {
  text-decoration-thickness: 0px;
}

.opacity-0 {
  opacity: 0;
}

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

.duration-700 {
  transition-duration: 700ms;
}

.has-primary-text-color {
  color: #0EA5E9;
}

.has-secondary-text-color {
  color: #14B8A6;
}

.has-dark-text-color {
  color: #1F2937;
}

.has-light-text-color {
  color: #F9FAFB;
}

.has-primary-background-color {
  background-color: #0EA5E9;
}

.has-secondary-background-color {
  background-color: #14B8A6;
}

.has-dark-background-color {
  background-color: #1F2937;
}

.has-light-background-color {
  background-color: #F9FAFB;
}

.alignfull {
  margin: 0.5rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1280px;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

.has-small-font-size {
  font-size: 14px;
  font-weight: normal;
}

.has-regular-font-size {
  font-size: 16px;
  font-weight: normal;
}

.has-large-font-size {
  font-size: 18px;
  font-weight: bold;
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: .;
  color: #4b5563;
}

@font-face {
  font-family: 'Flama';

  font-style: normal;

  font-weight: normal;

  src: local(''), url('../woff/flama-basic.woff') format('woff');
}

@font-face {
  font-family: 'Flama Italic';

  font-style: italic;

  font-weight: normal;

  src: local(''), url('../woff/flama-mediumitalic.woff') format('woff');
}

@font-face {
  font-family: 'Flama-SemiBold';

  font-style: normal;

  font-weight: normal;

  src: local(''), url('../woff/flama-semibold.woff') format('woff');
}

@font-face {
  font-family: 'Flama-600';

  font-style: normal;

  font-weight: normal;

  src: local(''), url('../woff/flama-medium.woff') format('woff');
}

@font-face {
  font-family: 'Flama-Light';

  font-style: normal;

  font-weight: normal;

  src: local(''), url('../woff/flama-light.woff') format('woff');
}

@font-face {
  font-family: 'Chronicle';

  font-style: normal;

  font-weight: normal;

  src: local(''), url('../woff/chronicledisplay-bold.woff') format('woff');
}

p {
  font-family: Flama, ui-sans-serif;
}

.entry-content,
.block-editor-block-list__layout {
  @media (min-width: 768px) {
    h1 {
      font-size: 5rem;
    }
  }
  @media (min-width: 768px) {
    h2 {
      font-size: 3rem;
    }
  }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.875rem;
    }
  }
  p,
    ul,
    ol {
    a {
      --tw-text-opacity: 1;
      color: rgb(59 130 246 / var(--tw-text-opacity));
    }
    a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
    }
    a {
      &:hover {
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
      }
    }
  }
  p, ul, ol {
    margin-bottom: 2rem;
  }
  ul {
    li {
      list-style-position: inside;
    }
    li {
      list-style-type: disc;
    }
  }
  ol {
    li {
      list-style-position: inside;
    }
    li {
      list-style-type: decimal;
    }
  }
}

#primary-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  #primary-menu {
    flex-direction: row;
  }
}

#primary-menu a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a#primary-menu a:visited {
  color: rgb(255 255 255 );
}

a#primary-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hero-blockquote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.hero-blockquote .hero-title {
  font-family: Flama-SemiBold;
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a.hero-blockquote .hero-title:visited {
  color: rgb(0 0 0 );
}

a.hero-blockquote .hero-title:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hero-blockquote .hero-text {
  font-size: 1.25rem;
}

.aligncenter iframe {
  margin-left: auto;
  margin-right: auto;
}

iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  --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);
}

.wp-block-image {
  margin-bottom: 0px;
}

.entry-content h1 {
  font-size: 5rem;
}

.entry-content h2 {
  font-size: 3rem;
}

.entry-content h3 {
  font-size: 1.875rem;
}

.entry-content .wp-block-group__inner-container {
  padding: 2.5rem;
}

b, strong {
  font-family: Flama-SemiBold !important;
  font-weight: 700 !important;
}

a.text-white:visited {
  color: rgb(255 255 255 );
}

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

a.text-black:visited {
  color: rgb(0 0 0 );
}

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

a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
}

a.text-cuisine-red:visited, button.text-cuisine-red:visited, .text-cuisine-red:visited {
  color: rgb(238 34 35 );
}

a.text-cuisine-red:hover, button.text-cuisine-red:hover, .text-cuisine-red:hover {
  --tw-text-opacity: 1;
  color: rgb(238 34 35 / var(--tw-text-opacity));
}

.cuisine-button-red {
  margin-top: 1.25rem !important;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(176 12 15 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Flama-SemiBold;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.cuisine-button-red:visited {
  color: rgb(255 255 255 );
}

a.cuisine-button-red:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#home-left, #home-right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

#home-left > :not([hidden]) ~ :not([hidden]), #home-right > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

#home-left, #home-right {
  font-family: Flama-SemiBold;
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a#home-left:visited, a#home-right:visited {
  color: rgb(255 255 255 );
}

a#home-left:hover, a#home-right:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#home-right {
  justify-content: flex-start;
}

#home-left li, #home-right li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#home-left li a, #home-right li a {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a#home-left li a:visited, a#home-right li a:visited {
  color: rgb(255 255 255 );
}

a#home-left li a:hover, a#home-right li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.facetwp-facet[data-name="press_filter"] .fs-label,
.facetwp-facet[data-name="press_sort"] select, 
.filters .facetwp-sort select {
  background-color: #ee2123;
  color: #fff;
  border: none;
}

.facetwp-facet[data-name="press_filter"] .fs-arrow {
  border-top-color: #fff;
}

.facetwp-facet[data-name="press_filter"] .fs-wrap {
  line-height: 3;
}

.facetwp-facet[data-name="press_sort"] select {
}

.facetwp-facet {
  display: inline-block;
  vertical-align: top;
}

.filters .facetwp-facet {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
}

.filters .facetwp-facet > :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));
}

.filters .facetwp-facet {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.filters .facetwp-checkbox {
  padding-left: 2.5rem;
}

.facetwp-facet[data-name="product_sort"] {
  padding: 0.5rem;
}

.facetwp-facet-product_search, .facetwp-input-wrap, .facetwp-search {
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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(0px + 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);
}

a.facetwp-facet-product_search:visited, a.facetwp-input-wrap:visited, a.facetwp-search:visited {
  color: rgb(255 255 255 );
}

a.facetwp-facet-product_search:hover, a.facetwp-input-wrap:hover, a.facetwp-search:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.facetwp-facet-product_search::-moz-placeholder, .facetwp-input-wrap::-moz-placeholder, .facetwp-search::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.facetwp-facet-product_search:-ms-input-placeholder, .facetwp-input-wrap:-ms-input-placeholder, .facetwp-search:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.facetwp-facet-product_search::placeholder, .facetwp-input-wrap::placeholder, .facetwp-search::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.facetwp-facet-product_search:focus, .facetwp-input-wrap:focus, .facetwp-search: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(0px + 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);
}

.facetwp-facet.facetwp-facet-product_search {
  margin-bottom: 0px;
}

.facetwp-input-wrap input[type="text"] {
  border-width: 0px;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.facetwp-input-wrap input[type="text"]:visited {
  color: rgb(255 255 255 );
}

a.facetwp-input-wrap input[type="text"]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.facetwp-input-wrap input[type="text"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.facetwp-input-wrap input[type="text"]:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.facetwp-input-wrap input[type="text"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ginput_container input[type="text"], .ginput_container select, .ginput_container input[type="email"], .ginput_container input[type="tel"], .ginput_container input[type="number"], .ginput_container input[type="password"] {
  margin-bottom: 2rem !important;
  border-radius: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0px !important;
  font-size: 1.25rem !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a.ginput_container input[type="text"]:visited, a.ginput_container select:visited, a.ginput_container input[type="email"]:visited, a.ginput_container input[type="tel"]:visited, a.ginput_container input[type="number"]:visited, a.ginput_container input[type="password"]:visited {
  color: rgb(0 0 0 );
}

a.ginput_container input[type="text"]:hover, a.ginput_container select:hover, a.ginput_container input[type="email"]:hover, a.ginput_container input[type="tel"]:hover, a.ginput_container input[type="number"]:hover, a.ginput_container input[type="password"]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.ginput_container input[type="text"]::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container input[type="email"]::-moz-placeholder, .ginput_container input[type="tel"]::-moz-placeholder, .ginput_container input[type="number"]::-moz-placeholder, .ginput_container input[type="password"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(133 132 132 / var(--tw-text-opacity));
}

.ginput_container input[type="text"]:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container input[type="email"]:-ms-input-placeholder, .ginput_container input[type="tel"]:-ms-input-placeholder, .ginput_container input[type="number"]:-ms-input-placeholder, .ginput_container input[type="password"]:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(133 132 132 / var(--tw-text-opacity));
}

.ginput_container input[type="text"]::placeholder, .ginput_container select::placeholder, .ginput_container input[type="email"]::placeholder, .ginput_container input[type="tel"]::placeholder, .ginput_container input[type="number"]::placeholder, .ginput_container input[type="password"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(133 132 132 / var(--tw-text-opacity));
}

.gform_body h2 {
  margin-top: 2.5rem;
  font-family: Flama-SemiBold;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-48 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-family: Flama-SemiBold;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a.header-48:visited {
  color: rgb(0 0 0 );
}

a.header-48:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .header-48 {
    font-size: 2.25rem;
  }
}

.header-48 {
  /* @apply block; */
}

.header-32 {
  display: block;
  font-family: Flama-SemiBold;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a.header-32:visited {
  color: rgb(0 0 0 );
}

a.header-32:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .header-32 {
    font-size: 2.25rem;
  }
}

.gform_footer input[type="submit"] {
  --tw-bg-opacity: 1;
  background-color: rgb(176 12 15 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Flama-SemiBold;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.gform_footer input[type="submit"]:visited {
  color: rgb(255 255 255 );
}

a.gform_footer input[type="submit"]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

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

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

.large-text-light :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

.large-text-light :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

.large-text-light :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}

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

.large-text-light :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}

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

.large-text-light :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

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

.large-text-light :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

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

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

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

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

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

.large-text-light :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}

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

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

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

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

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

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

.large-text-light :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

.large-text-light :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

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

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

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

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

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

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

.large-text-light :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.large-text-light :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

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

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

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

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

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

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

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

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

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

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

.large-text-light :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.large-text-light :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.large-text-light :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.large-text-light :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

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

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

.large-text-light {
  max-width: none;
  text-align: center;
  font-family: Flama-Light !important;
  font-size: 1.25rem;
  font-weight: 300 !important;
  line-height: 2rem;
}

.large-text-light :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-family: Flama-Light;
  font-weight: 300;
}

.large-text-light :is(:where(a):not(:where([class~="not-prose"] *))) {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.large-text-light :is(:where(em):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(176 12 15 / var(--tw-text-opacity));
}

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

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

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

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

.large-text-dark :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

.large-text-dark :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

.large-text-dark :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}

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

.large-text-dark :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}

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

.large-text-dark :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

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

.large-text-dark :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

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

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

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

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

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

.large-text-dark :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}

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

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

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

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

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

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

.large-text-dark :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

.large-text-dark :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

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

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

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

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

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

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

.large-text-dark :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.large-text-dark :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

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

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

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

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

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

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

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

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

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

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

.large-text-dark :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.large-text-dark :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.large-text-dark :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.large-text-dark :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

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

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

.large-text-dark {
  max-width: none;
  text-align: center;
  font-family: Flama-Light !important;
  font-size: 1.25rem;
  font-weight: 300 !important;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.large-text-dark:visited {
  color: rgb(255 255 255 );
}

a.large-text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.large-text-dark :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-family: Flama-Light;
  font-weight: 300;
}

.large-text-dark :is(:where(a):not(:where([class~="not-prose"] *))) {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.large-text-dark :is(:where(em):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(176 12 15 / var(--tw-text-opacity));
}

ul#top-right-menu {
  display: flex;
  width: 100%;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1.75rem;
  font-family: Flama, ui-sans-serif;
}

#top-right-menu a {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a#top-right-menu a:visited {
  color: rgb(255 255 255 );
}

a#top-right-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#top-right-menu a:visited {
  color: rgb(255 255 255 );
}

#top-right-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sub-menu {
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.sub-menu:visited {
  color: rgb(255 255 255 );
}

a.sub-menu:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#top-right-menu .sub-menu a {
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a#top-right-menu .sub-menu a:visited {
  color: rgb(255 255 255 );
}

a#top-right-menu .sub-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#top-right-menu .sub-menu a:visited {
  color: rgb(255 255 255 );
}

#top-right-menu .sub-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/** GFORM 2 **/

#gform_2 {
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

#gform_2 .gform_body, #gform_wrapper_2 {
  width: 100%;
}

#gform_2 .ginput_container input[type="email"] {
  margin-bottom: 0px !important;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px !important;
  font-size: 1.25rem !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a#gform_2 .ginput_container input[type="email"]:visited {
  color: rgb(255 255 255 );
}

a#gform_2 .ginput_container input[type="email"]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#gform_2 .ginput_container input[type="email"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#gform_2 .ginput_container input[type="email"]:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#gform_2 .ginput_container input[type="email"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#gform_2 .gform_footer, #gform_2 .gform_page_footer {
  margin: 0px !important;
  padding: 0px !important;
}

#gform_wrapper_2 .gform_footer, 
#gform_wrapper_2 .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.archive-title {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Flama-SemiBold;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.archive-title:visited {
  color: rgb(255 255 255 );
}

a.archive-title:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .archive-title {
    font-size: 6rem;
  }
}

.archive-subtitle {
  margin-bottom: 0px;
  text-align: center;
  font-family: Chronicle;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.archive-subtitle:visited {
  color: rgb(255 255 255 );
}

a.archive-subtitle:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.article-title {
  font-size: 1.5rem;
}

.article-date {
  padding-top: 0.5rem;
  font-size: 1.125rem;
}

.archive-header {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .archive-header {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.country-selector
{
  display: none;
}

.container {
  /* @apply pb-10; */
}

.cuisine-video .large-text-light strong{
  color:#ee2123
}

#primary {
  padding-bottom: 2.5rem;
}

.facetwp-selection-label {
  display: none !important;
}

.facetwp-selection-value {
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.full-width-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.custom-logo-link img {
  height: auto;
  width: 61.3px;
}

@media (min-width: 768px) {
  .custom-logo-link img {
    width: 120px !important;
  }
}


.mobile-menu a {
  font-family: Flama-SemiBold;
  font-size: 1.25rem;
  font-weight: 700;
}

.main-navigation .mobile-menu ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1.5rem !important;
}

/* .owl-nav {
    @apply absolute flex justify-between w-full top-1/2;
} */

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  /* margin-left: -20px; */
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: 50px;
  display: block !important;
  border: 0px solid black;
}

body.rtl .owl-next {
  /* right: auto; */
  right: 0px;
}

body.rtl .owl-prev {
  left: 25px;
}

body.rtl .owl-carousel-industry .owl-next {
  /* right: auto; */
  right: 50px;
}

body.rtl .owl-carousel-industry  .owl-prev {
  left: 0px;
}

.owl-prev i,
.owl-next i {
  transform: scale(1, 6);
  color: #ccc;
}

/* match height for owl carousel */

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item .border-cuisine-red {
  width: auto;
  height: 100%;
}

.owl-carousel.owl-carousel-press .owl-nav button span,
.owl-carousel.owl-carousel-industry .owl-nav button span {
  /* @apply flex justify-center w-[71px] items-center p-0 leading-none text-6xl font-bold bg-white rounded-full aspect-square text-cuisine-red !important; */
  /* background: url("/left-arrow.svg"); */
}

.owl-carousel.owl-carousel-press .owl-prev {
  margin-left: -20px !important;
}

.owl-carousel.owl-carousel-press .owl-next {
  margin-right: -35px;
}

.owl-carousel.owl-carousel-industry .owl-prev {
  width: 37px !important;
}

@media (min-width: 768px) {
  .owl-carousel.owl-carousel-industry .owl-prev {
    margin-left: -37px !important;
  }
}

.owl-carousel.owl-carousel-industry .owl-prev {
  margin-left: -0px !important;
  width: auto !important;
}

.owl-carousel.owl-carousel-industry .owl-next {
  margin-right: -37px !important;
  width: auto !important;
}

@media (min-width: 768px) {
  .owl-carousel.owl-carousel-industry .owl-next {
    margin-right: -51px !important;
  }
}

.owl-carousel.owl-carousel-industry .owl-next {
  margin-right: -51px !important;
}

.owl-carousel .owl-stage-outer {
  overflow: auto !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

/* .owl-carousel.owl-carousel-press .owl-next, .owl-carousel.owl-carousel-industry .owl-next {
    @apply -mr-[37px] !important;
}

*/

/* styles for the home page forms */

.home-carousel-block .ginput_container input,
.home-carousel-block .gform_footer{
  margin-bottom: 5px !important;
}

.home-carousel-block .gform_footer{
  padding: 0 !important;
}

.home-carousel-block .ginput_container input,
.home-carousel-block select{
  color: #fff;
  padding: 0 5px;
}

.home-carousel-block select option{
  color: black;
}

.home-carousel-block .gform_fields .gfield input::-webkit-input-placeholder {
  color: #fff;
}

.home-carousel-block .gform_fields .gfield input::-moz-placeholder {
  color: #fff;
}

.home-carousel-block .gform_fields .gfield input:-ms-input-placeholder {
  color: #fff;
}

.home-carousel-block .gform_fields .gfield input:-moz-placeholder {
  color: #fff;
}

/* .owl-carousel-industry .owl-nav {
    @apply hidden md:block;
} */

.fs-label-wrap, .fs-wrap {
  border-width: 0px !important;
  padding: 0px;
}

.fs-wrap {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.fs-label-wrap .fs-label {
  padding: 0px !important;
  line-height: 1;
}

.fs-option-label {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a.fs-option-label:visited {
  color: rgb(0 0 0 );
}

a.fs-option-label:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#site-pre-navigation {
  max-width: 490px;
  display: flex;
  justify-content: flex-end;
  margin-top: -10px;
  /* margin: 0 auto; */
  /* position: absolute; */
  /* top: 0px; */
  /* right: 50%; */
  /* width: auto; */
  /* background: blue; */
}

/* target li but not chile elements */

/* #site-pre-navigation li:not(:first-child) {
    @apply mr-2;
} */

#site-pre-navigation {
  margin-top: -20px;
}

#site-pre-navigation li.weglot-parent-menu-item,
#site-pre-navigation li.menu-item-type-custom {
  color: #fff;
  text-decoration: underline;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

#site-pre-navigation ul ul {
  /* box-shadow: 0 3px 3px rgb(0 0 0 / 20%); */
  /* float: left; */
  /* position: absolute; */
  /* top: 100%; */
  /* left: -999em; */
  /* z-index: 99999; */
  background-color: #fff;
}

#site-pre-navigation ul ul a {
  color: #000;
  padding-left: 10px;
  text-decoration: none;
}

#site-pre-navigation ul ul a:hover {
  text-decoration: underline;
}

.push {
  margin-left: auto;
}

.visited\:text-white:visited {
  color: rgb(255 255 255 );
}

.visited\:text-cuisine-red:visited {
  color: rgb(176 12 15 );
}

.visited\:text-black:visited {
  color: rgb(0 0 0 );
}

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

.hover\:visited\:text-cuisine-red:visited:hover {
  color: rgb(176 12 15 );
}

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

.prose-p\:my-0 :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.prose-ul\:text-left :is(:where(ul):not(:where([class~="not-prose"] *))) {
  text-align: left;
}

.prose-img\:my-2 :is(:where(img):not(:where([class~="not-prose"] *))) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.prose-img\:my-0 :is(:where(img):not(:where([class~="not-prose"] *))) {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 640px) {
  .sm\:text-5xl {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .menu\:hidden {
    display: none;
  }
  .menu\:block {
    display: block;
  }

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

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

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

  .md\:w-\[50\%\] {
    width: 50%;
  }

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

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-120 {
    width: 24rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-\[43\%\] {
    width: 43%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-14 {
    gap: 3.5rem;
  }

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:border-cuisine-red {
    --tw-border-opacity: 1;
    border-color: rgb(176 12 15 / var(--tw-border-opacity));
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

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

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

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

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

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

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

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }
}

@media (min-width: 1024px) {
  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .lg\:\!px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

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

  .lg\:\!text-8xl {
    font-size: 6rem !important;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px){
	.entry-content h1 {
		font-size: 3rem;
	}
}