/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

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

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

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

*, ::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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}


      [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
     {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}

[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 {
	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, 0 0 #0000);
	border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #6b7280;
	opacity: 1;
}

input::placeholder, textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}


      [type='checkbox'],
      [type='radio']
     {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
}

[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, 0 0 #0000);
}


      [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");
}

[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");
}


      [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;
}


      [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 auto -webkit-focus-ring-color;
}

h1,
.h1 {
  --fluid-type-min: 3.125rem;
  --fluid-type-max: 6.25rem;
  --fluid-type-target: 5vw;
  /* max-width: 11ch; */
  line-height: 0.8;
}

h2,
.h2 {
  --fluid-type-min: 3.125rem;
  --fluid-type-max: 5rem;
  --fluid-type-target: 4vw;
  /* max-width: 12ch; */
  line-height: 0.875;
}

h3,
.h3 {
  --fluid-type-min: 1.875rem;
  --fluid-type-max: 3.75rem;
  --fluid-type-target: 3vw;
  line-height: 0.9;
}

h4,
.h4 {
  --fluid-type-min: 1.8rem;
  --fluid-type-max: 2.5rem;
  --fluid-type-target: 1.5vw;
  line-height: 1;
}

h5,
.h5 {
  --fluid-type-min: 1.5rem;
  --fluid-type-max: 1.875rem;
  --fluid-type-target: 1vw;
  line-height: 1;
}

.h6 {
  --fluid-type-min: 1rem;
  --fluid-type-max: 1rem;
  --fluid-type-target: 0.5vw;
}

p,
li {
  --fluid-type-min: 1.125rem;
  --fluid-type-max: 1.25rem;
  --fluid-type-target: 0.5vw;

  font-weight: 400;
  line-height: 1.3;
}

/* max-width: 60ch; */

@media (min-width: 768px) {

p,
li {
    line-height: 1.6
}
  }

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
p,
li {
  font-size: min(
    max(--fluid-type-min, calc(1rem + var(--fluid-type-target, 3vw))),
    --fluid-type-max
  );

  font-size: clamp(
    var(--fluid-type-min, 1rem),
    calc(1rem + var(--fluid-type-target, 3vw)),
    var(--fluid-type-max, 1.3rem)
  );
}

/* RTE */

.rte > * + * {
  margin-top: 20px;
}

.rte-heading-space > :where(h1, h2, h3, h4, h5) {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rte > * + div {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rte ul,
.rte ol {
  padding-left: 22px;
  list-style: outside;
}

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

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

.rte li {
  margin-bottom: 5px;
}

.rte b {
  color: currentColor;
}

.rte a {
  color: currentColor;
  text-decoration: underline;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.column {
    padding-left: 10px;
    padding-right: 10px;
}

.styled-inputs input[type=text], .styled-inputs input[type=email], .styled-inputs input[type=number], .styled-inputs select, .styled-inputs textarea {
	width: 100%;
}

.styled-inputs input[type=text], .styled-inputs input[type=email], .styled-inputs input[type=number], .styled-inputs select, .styled-inputs textarea {
	border-width: 1px;
}

.styled-inputs input[type=text], .styled-inputs input[type=email], .styled-inputs input[type=number], .styled-inputs select, .styled-inputs textarea {
	--tw-border-opacity: 1;
	border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}

.styled-inputs input[type=text], .styled-inputs input[type=email], .styled-inputs input[type=number], .styled-inputs select, .styled-inputs textarea {
	background-color: transparent;
}

.styled-inputs input[type=text], .styled-inputs input[type=email], .styled-inputs input[type=number], .styled-inputs select, .styled-inputs textarea {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.styled-inputs input[type=text], .styled-inputs input[type=email], .styled-inputs input[type=number], .styled-inputs select, .styled-inputs textarea {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.styled-inputs input[type=text], .styled-inputs input[type=email], .styled-inputs input[type=number], .styled-inputs select, .styled-inputs textarea {
	--tw-text-opacity: 1;
	color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.styled-inputs br {
        display: none;
    }

.styled-inputs > label {
        display: flex;
    }

.styled-inputs > label input {
	margin-right: 0.75rem;
}

.styled-inputs > label input {
	margin-top: 0.25rem;
}

.styled-inputs > label input {
	border-width: 1px;
}

.styled-inputs > label input {
	--tw-border-opacity: 1;
	border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}

.styled-inputs > label input {
	--tw-text-opacity: 1;
	color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.bb-product {
	display: flex;
}

.bb-quantity {
	width: 4rem;
}

.bb-quantity-input {
	height: 100%;
	width: 100%;
	border-width: 3px;
	--tw-border-opacity: 1;
	border-color: rgba(169, 27, 46, var(--tw-border-opacity));
	background-color: transparent;
	font-weight: 600;
	color: currentColor;
}

.bb-button {
	display: inline-flex;
	--tw-bg-opacity: 1;
	background-color: rgba(169, 27, 46, var(--tw-bg-opacity));
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.025em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.bb-cart {
	top: 0px;
	bottom: 0px;
	height: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 2rem;
	--tw-text-opacity: 1;
	color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.shopify-buy--visually-hidden {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.shopify-buy-frame--toggle {
  position: fixed;
  top: 26px !important;
  right: 12px !important;
  z-index: 70;
  padding: 0 !important;
  overflow: visible !important;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  padding: 0.75rem;

  @scren md {
    right: 16px !important;
  }
}

@media (min-width: 1024px) {

.shopify-buy-frame--toggle {
    right: 20px !important
}
  }

@media (min-width: 1280px) {

.shopify-buy-frame--toggle {
    right: 24px !important
}
  }

.shopify-buy-frame--toggle.menu-active {
	--tw-border-opacity: 1;
	border-color: rgba(169, 27, 46, var(--tw-border-opacity));
}

.shopify-buy-frame--toggle.menu-active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.shopify-buy-frame--toggle.menu-active {
	--tw-text-opacity: 1;
	color: rgba(169, 27, 46, var(--tw-text-opacity));
}

.shopify-buy__cart-toggle {
  height: 44px;
  position: relative;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopify-buy__cart-toggle:hover {
	cursor: pointer;
}

.shopify-buy__cart-toggle__count {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(169, 27, 46, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@-webkit-keyframes slide-up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes slide-left {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes slide-left {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes reveal-down {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}

@keyframes reveal-down {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}

@-webkit-keyframes reveal-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes reveal-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/****************
	FADES
*****************/

[data-animate^='fade'] {
  opacity: 0;
  transition: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: opacity, transform;
  transition-duration: 0.75s;
}

[data-nev-animate^='fade'].animate,
[data-animate^='fade'].animate {
  opacity: 1;
  transform: translate(0, 0);
}

[data-animate='fade-up'] {
  transform: translateY(50px);
}

[data-animate='fade-down'] {
  transform: translateY(-50px);
}

[data-animate='slide-up'] {
  /* positioning */
  transform: translateY(50px);

  /* visual */
  opacity: 0;
}

[data-animate='slide-up'].animate {
  /* animation */
  -webkit-animation: slide-up 1s cubic-bezier(0.47, 0.13, 0.46, 0.97) forwards;
          animation: slide-up 1s cubic-bezier(0.47, 0.13, 0.46, 0.97) forwards;
}

[data-animate='slide-left'].animate {
  /* animation */
  -webkit-animation: slide-left 1.2s cubic-bezier(0.47, 0.13, 0.46, 0.97) forwards;
          animation: slide-left 1.2s cubic-bezier(0.47, 0.13, 0.46, 0.97) forwards;
}

[data-animate='reveal-up'],
[data-animate='reveal-down'] {
  transform: translateY(0);
}

[data-animate='reveal-down'].animate {
  -webkit-animation: reveal-down 0.8s cubic-bezier(0.4, 0, 0, 1) forwards;
          animation: reveal-down 0.8s cubic-bezier(0.4, 0, 0, 1) forwards;
}

[data-animate='reveal-up'].animate {
  -webkit-animation: reveal-up 0.8s cubic-bezier(0.4, 0, 0, 1) forwards;
          animation: reveal-up 0.8s cubic-bezier(0.4, 0, 0, 1) forwards;
}

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

@media (min-width: 100%) {

	.container {
		max-width: 100%;
	}
}

@media (min-width: 1240px) {

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

.prose {
	color: #fff;
	max-width: 65ch;
}

.prose [class~="lead"] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.prose a {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
	transition: .2s color ease-in-out;
}

.prose a:hover {
	color: #A91B2E;
}

.prose strong {
	color: #111827;
	font-weight: 600;
}

.prose ol[type="A"] {
	--list-counter-style: upper-alpha;
}

.prose ol[type="a"] {
	--list-counter-style: lower-alpha;
}

.prose ol[type="A" s] {
	--list-counter-style: upper-alpha;
}

.prose ol[type="a" s] {
	--list-counter-style: lower-alpha;
}

.prose ol[type="I"] {
	--list-counter-style: upper-roman;
}

.prose ol[type="i"] {
	--list-counter-style: lower-roman;
}

.prose ol[type="I" s] {
	--list-counter-style: upper-roman;
}

.prose ol[type="i" s] {
	--list-counter-style: lower-roman;
}

.prose ol[type="1"] {
	--list-counter-style: decimal;
}

.prose ol > li {
	position: relative;
	padding-left: 1.75em;
}

.prose ol > li::before {
	content: counter(list-item, var(--list-counter-style, decimal)) ".";
	position: absolute;
	font-weight: 400;
	color: #6b7280;
	left: 0;
}

.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}

.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #d1d5db;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}

.prose hr {
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}

.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #111827;
	border-left-width: 0.25rem;
	border-left-color: #e5e7eb;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
	content: open-quote;
}

.prose blockquote p:last-of-type::after {
	content: close-quote;
}

.prose h1 {
	color: #111827;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}

.prose h2 {
	color: #111827;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}

.prose h3 {
	color: #fff;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}

.prose h4 {
	color: #fff;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.prose figure figcaption {
	color: #6b7280;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}

.prose code {
	color: #111827;
	font-weight: 600;
	font-size: 0.875em;
}

.prose code::before {
	content: "`";
}

.prose code::after {
	content: "`";
}

.prose a code {
	color: #111827;
}

.prose pre {
	color: #e5e7eb;
	background-color: #1f2937;
	overflow-x: auto;
	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 pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

.prose pre code::before {
	content: none;
}

.prose pre code::after {
	content: none;
}

.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}

.prose thead {
	color: #111827;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
}

.prose thead th {
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}

.prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e5e7eb;
}

.prose tbody tr:last-child {
	border-bottom-width: 0;
}

.prose tbody td {
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}

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

.prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.prose img {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose video {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose figure {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose figure > * {
	margin-top: 0;
	margin-bottom: 0;
}

.prose h2 code {
	font-size: 0.875em;
}

.prose h3 code {
	font-size: 0.9em;
}

.prose ol {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.prose li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.prose > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
	margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
	margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
	margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
	margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.prose hr + * {
	margin-top: 0;
}

.prose h2 + * {
	margin-top: 0;
}

.prose h3 + * {
	margin-top: 0;
}

.prose h4 + * {
	margin-top: 0;
}

.prose thead th:first-child {
	padding-left: 0;
}

.prose thead th:last-child {
	padding-right: 0;
}

.prose tbody td:first-child {
	padding-left: 0;
}

.prose tbody td:last-child {
	padding-right: 0;
}

.prose > :first-child {
	margin-top: 0;
}

.prose > :last-child {
	margin-bottom: 0;
}

.prose h5 {
	color: #fff;
}

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

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

.aspect-w-6 {
	--tw-aspect-w: 6;
}

.aspect-w-12 {
	--tw-aspect-w: 12;
}

.aspect-w-16 {
	--tw-aspect-w: 16;
}

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

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

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

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

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

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

.top-\[-6px\] {
	top: -6px;
}

.left-0 {
	left: 0px;
}

.top-0 {
	top: 0px;
}

.right-0 {
	right: 0px;
}

.bottom-0 {
	bottom: 0px;
}

.top-\[120px\] {
	top: 120px;
}

.left-\[-20px\] {
	left: -20px;
}

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

.-right-10 {
	right: -2.5rem;
}

.top-\[20\%\] {
	top: 20%;
}

.top-\[-100px\] {
	top: -100px;
}

.bottom-\[20px\] {
	bottom: 20px;
}

.right-\[20px\] {
	right: 20px;
}

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

.-left-32 {
	left: -8rem;
}

.top-5 {
	top: 1.25rem;
}

.left-5 {
	left: 1.25rem;
}

.left-20 {
	left: 5rem;
}

.top-\[-200px\] {
	top: -200px;
}

.top-\[105px\] {
	top: 105px;
}

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

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

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

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

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

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

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

.order-2 {
	order: 2;
}

.order-1 {
	order: 1;
}

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

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

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

.col-start-1 {
	grid-column-start: 1;
}

.row-span-2 {
	grid-row: span 2 / span 2;
}

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

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

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

.my-11 {
	margin-top: 2.75rem;
	margin-bottom: 2.75rem;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

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

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

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

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

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

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

.mx-10 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.mx-\[-3\.5rem\] {
	margin-left: -3.5rem;
	margin-right: -3.5rem;
}

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

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

.my-\[100px\] {
	margin-top: 100px;
	margin-bottom: 100px;
}

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

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

.ml-\[-3px\] {
	margin-left: -3px;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-\[3px\] {
	margin-top: 3px;
}

.mr-\[-3px\] {
	margin-right: -3px;
}

.mt-\[-3px\] {
	margin-top: -3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-\[44px\] {
	margin-right: 44px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-6 {
	margin-right: 1.5rem;
}

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

.block {
	display: block;
}

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

.flex {
	display: flex;
}

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

.table {
	display: table;
}

.grid {
	display: grid;
}

.contents {
	display: contents;
}

.hidden {
	display: none;
}

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

.h-full {
	height: 100%;
}

.h-4 {
	height: 1rem;
}

.h-5 {
	height: 1.25rem;
}

.h-auto {
	height: auto;
}

.h-400 {
	height: 400px;
}

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

.h-24 {
	height: 6rem;
}

.h-96 {
	height: 24rem;
}

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

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

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

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

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

.w-full {
	width: 100%;
}

.w-4 {
	width: 1rem;
}

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

.w-5 {
	width: 1.25rem;
}

.w-24 {
	width: 6rem;
}

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

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

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

.w-400 {
	width: 400px;
}

.w-52 {
	width: 13rem;
}

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

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

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

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

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

.max-w-600 {
	max-width: 600px;
}

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

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

.max-w-2xl {
	max-width: 42rem;
}

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

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

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

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

.max-w-lg {
	max-width: 32rem;
}

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

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

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

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

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

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

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

.flex-none {
	flex: none;
}

.origin-center {
	transform-origin: center;
}

.\!translate-y-0 {
	--tw-translate-y: 0px !important;
	transform: var(--tw-transform) !important;
}

.translate-x-\[100\%\] {
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}

.translate-x-\[-50\%\] {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}

.translate-x-\[50\%\] {
	--tw-translate-x: 50%;
	transform: var(--tw-transform);
}

.-translate-y-full {
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
}

.translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}

.-translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}

.-rotate-12 {
	--tw-rotate: -12deg;
	transform: var(--tw-transform);
}

.rotate-90 {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}

.scale-90 {
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	transform: var(--tw-transform);
}

.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}

.scale-75 {
	--tw-scale-x: .75;
	--tw-scale-y: .75;
	transform: var(--tw-transform);
}

.scale-x-\[-1\] {
	--tw-scale-x: -1;
	transform: var(--tw-transform);
}

.transform {
	transform: var(--tw-transform);
}

@-webkit-keyframes marquee {

	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes marquee {

	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.animate-marquee {
	-webkit-animation: marquee 30s linear infinite;
	        animation: marquee 30s linear infinite;
}

@-webkit-keyframes marquee2 {

	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0%);
	}
}

@keyframes marquee2 {

	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0%);
	}
}

.animate-marquee2 {
	-webkit-animation: marquee2 30s linear infinite;
	        animation: marquee2 30s linear infinite;
}

.cursor-pointer {
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
	gap: 1rem;
}

.gap-10 {
	gap: 2.5rem;
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

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

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

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

.rounded {
	border-radius: 0.25rem;
}

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

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

.border {
	border-width: 1px;
}

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

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

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

.border-grey {
	--tw-border-opacity: 1;
	border-color: rgba(99, 99, 99, var(--tw-border-opacity));
}

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

.border-red {
	--tw-border-opacity: 1;
	border-color: rgba(169, 27, 46, var(--tw-border-opacity));
}

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

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}

.bg-red {
	--tw-bg-opacity: 1;
	background-color: rgba(169, 27, 46, var(--tw-bg-opacity));
}

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

.bg-blue-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

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

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

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

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

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

.from-\[rgba\(17\2c 17\2c 17\2c \.5\)\] {
	--tw-gradient-from: rgba(17,17,17,.5);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
}

.from-black {
	--tw-gradient-from: #111111;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
}

.to-\[rgba\(17\2c 17\2c 17\2c \.2\)\] {
	--tw-gradient-to: rgba(17,17,17,.2);
}

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

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

.fill-current {
	fill: currentColor;
}

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

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

.p-4 {
	padding: 1rem;
}

.p-8 {
	padding: 2rem;
}

.p-px {
	padding: 1px;
}

.p-12 {
	padding: 3rem;
}

.p-10 {
	padding: 2.5rem;
}

.p-3 {
	padding: 0.75rem;
}

.p-2 {
	padding: 0.5rem;
}

.p-5 {
	padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

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

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

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

.pt-\[103px\] {
	padding-top: 103px;
}

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

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

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

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

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

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

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

.pt-\[100\%\] {
	padding-top: 100%;
}

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

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

.pt-\[105px\] {
	padding-top: 105px;
}

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

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

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

.font-futura-pt {
	font-family: futura-pt, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

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

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

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

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

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

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

.uppercase {
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

.leading-normal {
	line-height: 1.5;
}

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

.leading-nav {
	line-height: 1.05;
}

.tracking-tight {
	letter-spacing: -0.025em;
}

.text-grey {
	--tw-text-opacity: 1;
	color: rgba(99, 99, 99, var(--tw-text-opacity));
}

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

.text-red {
	--tw-text-opacity: 1;
	color: rgba(169, 27, 46, var(--tw-text-opacity));
}

.text-black {
	--tw-text-opacity: 1;
	color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.underline {
	text-decoration: underline;
}

.opacity-0 {
	opacity: 0;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-100 {
	opacity: 1;
}

.opacity-40 {
	opacity: 0.4;
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
	filter: var(--tw-filter);
}

.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	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-transform {
	transition-property: transform;
	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;
}

.delay-300 {
	transition-delay: 300ms;
}

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

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

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

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

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

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

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

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

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

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

.glide__bullet--active .button {
	z-index: 20;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.glide-button {
  position: relative;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[x-cloak] {
  display: none;
}

.prose th {
	padding-right: 0.75rem;
}

.prose th > p {
            font-weight: inherit;
        }

.prose tbody td {
        padding-left: 0 !important;
    }

.prose tbody td > p {
	margin-top: 0px;
	margin-bottom: 0px;
}

@supports (-webkit-text-stroke: 2px white) {
  .repeat-title {
    position: relative;
  }

  .repeat-title:before,
  .repeat-title:after {
    position: absolute;
    content: attr(data-title);
    -webkit-text-stroke: 2px white;
    color: transparent;
  }

  .repeat-title:before {
    transform: translateX(-102%);
  }

  .repeat-title:after {
    transform: translateX(102%);
  }
}

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

.hover\:border-white:hover {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-red:hover {
	--tw-border-opacity: 1;
	border-color: rgba(169, 27, 46, var(--tw-border-opacity));
}

.hover\:bg-red:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(169, 27, 46, var(--tw-bg-opacity));
}

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

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

.hover\:bg-opacity-40:hover {
	--tw-bg-opacity: 0.4;
}

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

.hover\:text-red:hover {
	--tw-text-opacity: 1;
	color: rgba(169, 27, 46, var(--tw-text-opacity));
}

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

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

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

.focus\:ring-red:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(169, 27, 46, var(--tw-ring-opacity));
}

.group:hover .group-hover\:scale-105 {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: var(--tw-transform);
}

.group:hover .group-hover\:border-red {
	--tw-border-opacity: 1;
	border-color: rgba(169, 27, 46, var(--tw-border-opacity));
}

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

.group:hover .group-hover\:bg-red {
	--tw-bg-opacity: 1;
	background-color: rgba(169, 27, 46, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:text-red {
	--tw-text-opacity: 1;
	color: rgba(169, 27, 46, var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-50 {
	opacity: 0.5;
}

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

@media (prefers-reduced-motion: no-preference) {

	.motion-safe\:-translate-y-full {
		--tw-translate-y: -100%;
		transform: var(--tw-transform);
	}

	.motion-safe\:transform {
		transform: var(--tw-transform);
	}

	.motion-safe\:transition-colors {
		transition-property: background-color, border-color, color, fill, stroke;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}

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

	.motion-safe\:duration-300 {
		transition-duration: 300ms;
	}

	.motion-safe\:duration-500 {
		transition-duration: 500ms;
	}

	.motion-safe\:ease-out {
		transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}

	.motion-safe\:ease-in {
		transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
	}

	.group:hover .group-hover\:motion-safe\:scale-105 {
		--tw-scale-x: 1.05;
		--tw-scale-y: 1.05;
		transform: var(--tw-transform);
	}
}

@media (prefers-reduced-motion: reduce) {

	.motion-reduce\:transition-none {
		transition-property: none;
	}
}

@media (min-width: 640px) {

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

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

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

@media (min-width: 768px) {

	.md\:aspect-w-1,
.md\:aspect-w-2,
.md\:aspect-w-3,
.md\:aspect-w-4,
.md\:aspect-w-5,
.md\:aspect-w-6,
.md\:aspect-w-7,
.md\:aspect-w-8,
.md\:aspect-w-9,
.md\:aspect-w-10,
.md\:aspect-w-11,
.md\:aspect-w-12,
.md\:aspect-w-13,
.md\:aspect-w-14,
.md\:aspect-w-15,
.md\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}

	.md\:aspect-w-1 > *,
.md\:aspect-w-2 > *,
.md\:aspect-w-3 > *,
.md\:aspect-w-4 > *,
.md\:aspect-w-5 > *,
.md\:aspect-w-6 > *,
.md\:aspect-w-7 > *,
.md\:aspect-w-8 > *,
.md\:aspect-w-9 > *,
.md\:aspect-w-10 > *,
.md\:aspect-w-11 > *,
.md\:aspect-w-12 > *,
.md\:aspect-w-13 > *,
.md\:aspect-w-14 > *,
.md\:aspect-w-15 > *,
.md\:aspect-w-16 > * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.md\:aspect-w-12 {
		--tw-aspect-w: 12;
	}

	.md\:aspect-h-16 {
		--tw-aspect-h: 16;
	}

	.md\:absolute {
		position: absolute;
	}

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

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

	.md\:top-\[60\%\] {
		top: 60%;
	}

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

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

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

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

	.md\:col-span-3 {
		grid-column: span 3 / span 3;
	}

	.md\:col-start-3 {
		grid-column-start: 3;
	}

	.md\:row-start-2 {
		grid-row-start: 2;
	}

	.md\:my-32 {
		margin-top: 8rem;
		margin-bottom: 8rem;
	}

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

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

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

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

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

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

	.md\:-ml-4 {
		margin-left: -1rem;
	}

	.md\:ml-4 {
		margin-left: 1rem;
	}

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

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

	.md\:ml-\[-50\%\] {
		margin-left: -50%;
	}

	.md\:mr-\[-50\%\] {
		margin-right: -50%;
	}

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

	.md\:mr-6 {
		margin-right: 1.5rem;
	}

	.md\:block {
		display: block;
	}

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

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

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

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

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

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

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

	.md\:w-10\/12 {
		width: 83.333333%;
	}

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

	.md\:w-\[45vw\] {
		width: 45vw;
	}

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

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

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

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

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

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

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

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

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

	.md\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}

	.md\:p-8 {
		padding: 2rem;
	}

	.md\:p-0 {
		padding: 0px;
	}

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

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

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

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

	.md\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

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

	.md\:text-black {
		--tw-text-opacity: 1;
		color: rgba(17, 17, 17, var(--tw-text-opacity));
	}

	.md\:text-red {
		--tw-text-opacity: 1;
		color: rgba(169, 27, 46, var(--tw-text-opacity));
	}
}

@media (min-width: 1024px) {

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

	.lg\:prose-xl p {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl [class~="lead"] {
		font-size: 1.2em;
		line-height: 1.5;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.lg\:prose-xl blockquote {
		margin-top: 1.6em;
		margin-bottom: 1.6em;
		padding-left: 1.0666667em;
	}

	.lg\:prose-xl h1 {
		font-size: 2.8em;
		margin-top: 0;
		margin-bottom: 0.8571429em;
		line-height: 1;
	}

	.lg\:prose-xl h2 {
		font-size: 1.8em;
		margin-top: 1.5555556em;
		margin-bottom: 0.8888889em;
		line-height: 1.1111111;
	}

	.lg\:prose-xl h3 {
		font-size: 1.5em;
		margin-top: 1.6em;
		margin-bottom: 0.6666667em;
		line-height: 1.3333333;
	}

	.lg\:prose-xl h4 {
		margin-top: 1.8em;
		margin-bottom: 0.6em;
		line-height: 1.6;
	}

	.lg\:prose-xl img {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl video {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl figure {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl figure > * {
		margin-top: 0;
		margin-bottom: 0;
	}

	.lg\:prose-xl figure figcaption {
		font-size: 0.9em;
		line-height: 1.5555556;
		margin-top: 1em;
	}

	.lg\:prose-xl code {
		font-size: 0.9em;
	}

	.lg\:prose-xl h2 code {
		font-size: 0.8611111em;
	}

	.lg\:prose-xl h3 code {
		font-size: 0.9em;
	}

	.lg\:prose-xl pre {
		font-size: 0.9em;
		line-height: 1.7777778;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: 0.5rem;
		padding-top: 1.1111111em;
		padding-right: 1.3333333em;
		padding-bottom: 1.1111111em;
		padding-left: 1.3333333em;
	}

	.lg\:prose-xl ol {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl ul {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl li {
		margin-top: 0.6em;
		margin-bottom: 0.6em;
	}

	.lg\:prose-xl ol > li {
		padding-left: 1.8em;
	}

	.lg\:prose-xl ol > li::before {
		left: 0;
	}

	.lg\:prose-xl ul > li {
		padding-left: 1.8em;
	}

	.lg\:prose-xl ul > li::before {
		width: 0.35em;
		height: 0.35em;
		top: calc(0.9em - 0.175em);
		left: 0.25em;
	}

	.lg\:prose-xl > ul > li p {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl > ul > li > *:first-child {
		margin-top: 1.2em;
	}

	.lg\:prose-xl > ul > li > *:last-child {
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl > ol > li > *:first-child {
		margin-top: 1.2em;
	}

	.lg\:prose-xl > ol > li > *:last-child {
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl hr {
		margin-top: 2.8em;
		margin-bottom: 2.8em;
	}

	.lg\:prose-xl hr + * {
		margin-top: 0;
	}

	.lg\:prose-xl h2 + * {
		margin-top: 0;
	}

	.lg\:prose-xl h3 + * {
		margin-top: 0;
	}

	.lg\:prose-xl h4 + * {
		margin-top: 0;
	}

	.lg\:prose-xl table {
		font-size: 0.9em;
		line-height: 1.5555556;
	}

	.lg\:prose-xl thead th {
		padding-right: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-left: 0.6666667em;
	}

	.lg\:prose-xl thead th:first-child {
		padding-left: 0;
	}

	.lg\:prose-xl thead th:last-child {
		padding-right: 0;
	}

	.lg\:prose-xl tbody td {
		padding-top: 0.8888889em;
		padding-right: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-left: 0.6666667em;
	}

	.lg\:prose-xl tbody td:first-child {
		padding-left: 0;
	}

	.lg\:prose-xl tbody td:last-child {
		padding-right: 0;
	}

	.lg\:prose-xl > :first-child {
		margin-top: 0;
	}

	.lg\:prose-xl > :last-child {
		margin-bottom: 0;
	}

	.lg\:absolute {
		position: absolute;
	}

	.lg\:right-0 {
		right: 0px;
	}

	.lg\:top-0 {
		top: 0px;
	}

	.lg\:left-\[16\.66667\%\] {
		left: 16.66667%;
	}

	.lg\:right-\[16\.66667\%\] {
		right: 16.66667%;
	}

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

	.lg\:right-\[-10\%\] {
		right: -10%;
	}

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

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

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

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

	.lg\:my-40 {
		margin-top: 10rem;
		margin-bottom: 10rem;
	}

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

	.lg\:my-36 {
		margin-top: 9rem;
		margin-bottom: 9rem;
	}

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

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

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

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

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

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

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

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

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

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

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

	.lg\:ml-\[-50\%\] {
		margin-left: -50%;
	}

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

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

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

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

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

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

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

	.lg\:block {
		display: block;
	}

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

	.lg\:hidden {
		display: none;
	}

	.lg\:h-400 {
		height: 400px;
	}

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

	.lg\:min-h-\[30vh\] {
		min-height: 30vh;
	}

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

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

	.lg\:w-3\/12 {
		width: 25%;
	}

	.lg\:w-\[34\.333\%\] {
		width: 34.333%;
	}

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

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

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

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

	.lg\:w-\[50vw\] {
		width: 50vw;
	}

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

	.lg\:w-\[45vw\] {
		width: 45vw;
	}

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

	.lg\:w-60 {
		width: 15rem;
	}

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

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

	.lg\:w-\[34vw\] {
		width: 34vw;
	}

	.lg\:max-w-3xl {
		max-width: 48rem;
	}

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

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

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

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

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

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

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

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

	.lg\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

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

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

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

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

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

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

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

	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.lg\:py-36 {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

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

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

	.lg\:pr-24 {
		padding-right: 6rem;
	}

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

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

@media (min-width: 1280px) {

	.xl\:aspect-h-10 {
		--tw-aspect-h: 10;
	}

	.xl\:aspect-h-11 {
		--tw-aspect-h: 11;
	}

	.xl\:my-16 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

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

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

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

	.xl\:w-8\/12 {
		width: 66.666667%;
	}

	.xl\:w-72 {
		width: 18rem;
	}

	.xl\:translate-x-\[-20\%\] {
		--tw-translate-x: -20%;
		transform: var(--tw-transform);
	}

	.xl\:translate-x-\[20\%\] {
		--tw-translate-x: 20%;
		transform: var(--tw-transform);
	}

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

	.xl\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.xl\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.xl\:px-\[120px\] {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (min-width: 1536px) {

	.\32xl\:aspect-h-8 {
		--tw-aspect-h: 8;
	}

	.\32xl\:col-start-5 {
		grid-column-start: 5;
	}

	.\32xl\:row-start-1 {
		grid-row-start: 1;
	}

	.\32xl\:w-\[40vw\] {
		width: 40vw;
	}

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

	.\32xl\:grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
}

