/*! 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='submit'] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

/*
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: HCo Gotham SSm, 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: #a1a1aa;
}

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

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

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 {
  border-color: currentColor;
}

[type='text'],[type='email'],[type='url'],[type='number'],[type='date'],[type='time'],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='number']:focus, [type='date']:focus, [type='time']: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;
}

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

[type='checkbox'] {
  -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='checkbox']: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 {
  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='checkbox']:checked:hover,[type='checkbox']: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;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.aspect-w-1 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.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-4 {
  --tw-aspect-w: 4;
}

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

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

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

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

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

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

.btn {
  display: inline-flex;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgba(227, 114, 34, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(227, 114, 34, var(--tw-bg-opacity));
}

.btn-primary:hover {
  background-color: transparent;
}

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

.btn-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(227, 114, 34, var(--tw-text-opacity));
}

.btn-outline {
  --tw-border-opacity: 1;
  border-color: rgba(227, 114, 34, var(--tw-border-opacity));
  background-color: transparent;
}

.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 114, 34, var(--tw-bg-opacity));
}

.btn-outline {
  --tw-text-opacity: 1;
  color: rgba(227, 114, 34, var(--tw-text-opacity));
}

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

.btn-small {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 16px;
}

.page-title {
  font-family: HCo Gotham Rounded SSm, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .page-title {
    max-width: 36rem;
    font-size: 54px;
    line-height: 72px;
  }
}

.section-title {
  margin-bottom: 1.5rem;
  max-width: 42rem;
  font-family: HCo Gotham Rounded SSm, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .section-title {
    margin-bottom: 2rem;
    font-size: 42px;
    line-height: 56px;
  }
}

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

.side-color {
  position: absolute;
  z-index: 10;
  display: none;
  height: 100%;
  width: 2.5rem;
}

@media (min-width: 1280px) {
  .side-color {
    display: block;
  }
}

.label {
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.input {
  display: block;
  width: 100%;
  border-color: transparent;
}

.style-links a {
    --tw-text-opacity: 1;
    color: rgba(227, 114, 34, var(--tw-text-opacity));
  }

.style-links a:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

.style-links a {
    text-decoration: underline;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-16 {
  top: 4rem;
}

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

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.right-10 {
  right: 2.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-6 {
  left: 1.5rem;
}

.left-8 {
  left: 2rem;
}

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

.-left-16 {
  left: -4rem;
}

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

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

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

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

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

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

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

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

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-48 {
  height: 12rem;
}

.h-70 {
  height: 280px;
}

.h-128 {
  height: 32rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-66vh {
  height: 66vh;
}

.min-h-32 {
  min-height: 8rem;
}

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

.w-1 {
  width: 0.25rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-56 {
  width: 14rem;
}

.w-96 {
  width: 24rem;
}

.w-128 {
  width: 32rem;
}

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

.w-1\/12 {
  width: 8.333333%;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.-rotate-12 {
  --tw-rotate: -12deg;
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.-rotate-24 {
  --tw-rotate: -24deg;
}

.-rotate-33 {
  --tw-rotate: -33deg;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

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

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

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

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

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

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.list-outside {
  list-style-position: outside;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-gray-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-divide-opacity));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgba(242, 175, 0, var(--tw-border-opacity));
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgba(227, 114, 34, var(--tw-border-opacity));
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgba(52, 178, 51, var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgba(0, 115, 207, var(--tw-border-opacity));
}

.border-gray-lightest {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.hover\:border-red:hover {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 175, 0, var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 114, 34, var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 178, 51, var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 115, 207, var(--tw-bg-opacity));
}

.bg-gray-lightest {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-gray-darkest {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 75, 74, var(--tw-bg-opacity));
}

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

.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 175, 0, var(--tw-bg-opacity));
}

.hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 114, 34, var(--tw-bg-opacity));
}

.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 178, 51, var(--tw-bg-opacity));
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 115, 207, var(--tw-bg-opacity));
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-10 {
  padding: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

.pr-7 {
  padding-right: 1.75rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 1.25rem;
}

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

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

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

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

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-rounded {
  font-family: HCo Gotham Rounded SSm, 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-2xs {
  font-size: 10px;
  line-height: 12px;
}

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

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

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

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

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

.text-2xl {
  font-size: 32px;
  line-height: 42px;
}

.text-3xl {
  font-size: 42px;
  line-height: 56px;
}

.text-4xl {
  font-size: 54px;
  line-height: 72px;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

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

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

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

.leading-relaxed {
  line-height: 1.625;
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgba(242, 175, 0, var(--tw-text-opacity));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgba(227, 114, 34, var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgba(52, 178, 51, var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgba(0, 115, 207, var(--tw-text-opacity));
}

.text-gray-lightest {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgba(147, 147, 146, var(--tw-text-opacity));
}

.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgba(126, 126, 126, var(--tw-text-opacity));
}

.text-gray-darkest {
  --tw-text-opacity: 1;
  color: rgba(75, 75, 74, var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:text-orange {
  --tw-text-opacity: 1;
  color: rgba(227, 114, 34, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-darkest {
  --tw-text-opacity: 1;
  color: rgba(75, 75, 74, var(--tw-text-opacity));
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 175, 0, var(--tw-text-opacity));
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgba(227, 114, 34, var(--tw-text-opacity));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgba(52, 178, 51, var(--tw-text-opacity));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 115, 207, var(--tw-text-opacity));
}

.hover\:text-gray-darkest:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 75, 74, var(--tw-text-opacity));
}

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

.underline {
  text-decoration: underline;
}

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

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

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

.opacity-50 {
  opacity: 0.5;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-md {
  --tw-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*, ::before, ::after {
  --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;
}

.filter {
  --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,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Vendor */

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px;
}

.flickity-prev-next-button.next { right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.not-selectable{
  -moz-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.carousel{
  position:relative;
  box-sizing:border-box
}

.carousel *,.carousel *:before,.carousel *:after{
  box-sizing:inherit
}

.carousel__viewport{
  position:relative;
  overflow:hidden;
  width:100%;
  height:100%
}

.carousel__track{
  display:flex
}

.carousel__slide{
  flex:0 0 auto;
  width:var(--carousel-slide-width, 60%);
  max-width:100%;
  padding:1rem;
  position:relative;
  overflow-x:hidden;
  overflow-y:auto;
  -ms-scroll-chaining:none;
      overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-y
}

.carousel.has-dots{
  margin-bottom:calc(0.5rem + 22px)
}

.carousel__dots{
  margin:0 auto;
  padding:0;
  position:absolute;
  top:calc(100% + 0.5rem);
  left:0;
  right:0;
  display:flex;
  justify-content:center;
  list-style:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.carousel__dots .carousel__dot{
  margin:0;
  padding:0;
  display:block;
  position:relative;
  width:22px;
  height:22px;
  cursor:pointer
}

.carousel__dots .carousel__dot:after{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  background-color:currentColor;
  opacity:.25;
  transition:opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after{
  opacity:1
}

.carousel__button{
  width:var(--carousel-button-width, 48px);
  height:var(--carousel-button-height, 48px);
  padding:0;
  border:0;
  display:flex;
  justify-content:center;
  align-items:center;
  pointer-events:all;
  cursor:pointer;
  color:var(--carousel-button-color, currentColor);
  background:var(--carousel-button-bg, transparent);
  border-radius:var(--carousel-button-border-radius, 50%);
  box-shadow:var(--carousel-button-shadow, none)
}

.carousel__button.is-prev,.carousel__button.is-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%)
}

.carousel__button.is-prev{
  left:10px
}

.carousel__button.is-next{
  right:10px
}

.carousel__button[disabled]{
  cursor:default;
  opacity:.3
}

.carousel__button svg{
  width:var(--carousel-button-svg-width, 24px);
  height:var(--carousel-button-svg-height, 24px);
  fill:none;
  stroke:currentColor;
  stroke-width:var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin:bevel;
  stroke-linecap:round;
  filter:var(--carousel-button-svg-filter, none);
  pointer-events:none
}

body.compensate-for-scrollbar{
  overflow:hidden !important;
  touch-action:none
}

.fancybox__container{
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:0;
  padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  color:var(--fancybox-color, #fff);
  -webkit-tap-highlight-color:transparent;
  overflow:hidden;
  z-index:1050;
  outline:none;
  transform-origin:top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{
  box-sizing:inherit
}

.fancybox__container :focus{
  outline:thin dotted
}

body.is-using-mouse .fancybox__container :focus{
  outline:none
}

@media all and (min-width: 1024px){
  .fancybox__container{
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px
  }
}

.fancybox__backdrop{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:-1;
  background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel{
  position:relative;
  flex:1 1 auto;
  min-height:0;
  height:100%;
  z-index:10
}

.fancybox__carousel.has-dots{
  margin-bottom:calc(0.5rem + 22px)
}

.fancybox__viewport{
  position:relative;
  width:100%;
  height:100%;
  overflow:visible;
  cursor:default
}

.fancybox__track{
  display:flex;
  height:100%
}

.fancybox__slide{
  flex:0 0 auto;
  width:100%;
  max-width:100%;
  margin:0;
  padding:64px;
  position:relative;
  -ms-scroll-chaining:none;
      overscroll-behavior:contain;
  display:flex;
  flex-direction:column;
  outline:0;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px
}

.fancybox__slide::before,.fancybox__slide::after{
  content:"";
  flex:0 0 0;
  margin:auto
}

@media all and (min-width: 1024px){
  .fancybox__slide{
    padding:64px 100px
  }
}

.fancybox__content{
  margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding:36px;
  color:var(--fancybox-content-color, #374151);
  background:var(--fancybox-content-bg, #fff);
  position:relative;
  align-self:center;
  display:flex;
  flex-direction:column;
  z-index:20
}

.fancybox__caption{
  align-self:center;
  max-width:100%;
  margin:0;
  padding:1rem 0 0 0;
  line-height:1.375;
  color:var(--fancybox-color, currentColor);
  visibility:visible;
  cursor:auto;
  flex-shrink:0
}

.is-loading .fancybox__caption{
  visibility:hidden
}

.fancybox__container>.carousel__dots{
  top:100%;
  color:var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button{
  z-index:40
}

.fancybox__nav .carousel__button.is-next{
  right:8px
}

@media all and (min-width: 1024px){
  .fancybox__nav .carousel__button.is-next{
    right:40px
  }
}

.fancybox__nav .carousel__button.is-prev{
  left:8px
}

@media all and (min-width: 1024px){
  .fancybox__nav .carousel__button.is-prev{
    left:40px
  }
}

.carousel__button.is-close{
  position:absolute;
  top:8px;
  right:8px;
  top:calc(env(safe-area-inset-top, 0px) + 8px);
  right:calc(env(safe-area-inset-right, 0px) + 8px);
  z-index:40
}

@media all and (min-width: 1024px){
  .carousel__button.is-close{
    right:40px
  }
}

.fancybox__content>.carousel__button.is-close{
  position:absolute;
  top:-36px;
  right:0;
  color:var(--fancybox-color, #fff)
}

.fancybox__spinner{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:50px;
  height:50px;
  cursor:pointer;
  z-index:1053;
  color:var(--fancybox-color, currentColor)
}

.fancybox__spinner svg{
  -webkit-animation:fancybox-rotate 2s linear infinite;
          animation:fancybox-rotate 2s linear infinite;
  transform-origin:center center;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  width:100%;
  height:100%
}

.fancybox__spinner svg circle{
  fill:none;
  stroke-width:2.5;
  stroke-miterlimit:10;
  stroke-dasharray:1,200;
  stroke-dashoffset:0;
  -webkit-animation:fancybox-dash 1.5s ease-in-out infinite;
          animation:fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap:round;
  stroke:currentColor
}

@-webkit-keyframes fancybox-rotate{
  100%{
    transform:rotate(360deg)
  }
}

@keyframes fancybox-rotate{
  100%{
    transform:rotate(360deg)
  }
}

@-webkit-keyframes fancybox-dash{
  0%{
    stroke-dasharray:1,200;
    stroke-dashoffset:0
  }

  50%{
    stroke-dasharray:89,200;
    stroke-dashoffset:-35px
  }

  100%{
    stroke-dasharray:89,200;
    stroke-dashoffset:-124px
  }
}

@keyframes fancybox-dash{
  0%{
    stroke-dasharray:1,200;
    stroke-dashoffset:0
  }

  50%{
    stroke-dasharray:89,200;
    stroke-dashoffset:-35px
  }

  100%{
    stroke-dasharray:89,200;
    stroke-dashoffset:-124px
  }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{
  transition:opacity var(--fancybox-ts, 0.25s) ease;
  opacity:var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=true] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=true] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=true] .carousel__dots,.fancybox__container.is-animated[aria-hidden=true] .carousel__button.is-close{
  transition:opacity .2s ease;
  opacity:0
}

.fancybox-fadeIn{
  -webkit-animation:.2s ease both fancybox-fadeIn;
          animation:.2s ease both fancybox-fadeIn
}

.fancybox-fadeOut{
  -webkit-animation:.2s ease both fancybox-fadeOut;
          animation:.2s ease both fancybox-fadeOut
}

.fancybox-zoomInUp{
  -webkit-animation:.2s ease both fancybox-zoomInUp;
          animation:.2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown{
  -webkit-animation:.2s ease both fancybox-zoomOutDown;
          animation:.2s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp{
  -webkit-animation:.2s ease both fancybox-throwOutUp;
          animation:.2s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown{
  -webkit-animation:.2s ease both fancybox-throwOutDown;
          animation:.2s ease both fancybox-throwOutDown
}

@-webkit-keyframes fancybox-fadeIn{
  from{
    opacity:0
  }

  to{
    opacity:1
  }
}

@keyframes fancybox-fadeIn{
  from{
    opacity:0
  }

  to{
    opacity:1
  }
}

@-webkit-keyframes fancybox-fadeOut{
  to{
    opacity:0
  }
}

@keyframes fancybox-fadeOut{
  to{
    opacity:0
  }
}

@-webkit-keyframes fancybox-zoomInUp{
  from{
    transform:scale(0.97) translate3d(0, 16px, 0);
    opacity:0
  }

  to{
    transform:scale(1) translate3d(0, 0, 0);
    opacity:1
  }
}

@keyframes fancybox-zoomInUp{
  from{
    transform:scale(0.97) translate3d(0, 16px, 0);
    opacity:0
  }

  to{
    transform:scale(1) translate3d(0, 0, 0);
    opacity:1
  }
}

@-webkit-keyframes fancybox-zoomOutDown{
  to{
    transform:scale(0.97) translate3d(0, 16px, 0);
    opacity:0
  }
}

@keyframes fancybox-zoomOutDown{
  to{
    transform:scale(0.97) translate3d(0, 16px, 0);
    opacity:0
  }
}

@-webkit-keyframes fancybox-throwOutUp{
  20%{
    opacity:.5
  }

  to{
    transform:translate3d(0, -30%, 0);
    opacity:0
  }
}

@keyframes fancybox-throwOutUp{
  20%{
    opacity:.5
  }

  to{
    transform:translate3d(0, -30%, 0);
    opacity:0
  }
}

@-webkit-keyframes fancybox-throwOutDown{
  20%{
    opacity:.5
  }

  to{
    transform:translate3d(0, 30%, 0);
    opacity:0
  }
}

@keyframes fancybox-throwOutDown{
  20%{
    opacity:.5
  }

  to{
    transform:translate3d(0, 30%, 0);
    opacity:0
  }
}

.fancybox__carousel .carousel__slide{
  scrollbar-width:thin;
  scrollbar-color:#ccc rgba(255,255,255,.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar{
  width:8px;
  height:8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{
  background-color:rgba(255,255,255,.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{
  background-color:#ccc;
  border-radius:2px;
  box-shadow:inset 0 0 4px rgba(0,0,0,.2)
}

.fancybox__carousel .is-draggable{
  cursor:move;
  cursor:-webkit-grab;
  cursor:grab
}

.fancybox__carousel .is-dragging{
  cursor:move;
  cursor:-webkit-grabbing;
  cursor:grabbing
}

.fancybox__carousel .carousel__slide:not(.has-image) .fancybox__content{
  cursor:auto
}

.fancybox__carousel .carousel__slide.can-zoom_in .fancybox__content{
  cursor:zoom-in
}

.fancybox__carousel .carousel__slide.can-zoom_out .fancybox__content{
  cursor:zoom-out
}

.fancybox__image{
  background:transparent;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.has-image .fancybox__content{
  padding:0;
  background:transparent
}

.is-closing .has-image .fancybox__content{
  overflow:visible
}

.has-image[data-image-fit=contain]{
  overflow:visible;
  touch-action:none
}

.has-image[data-image-fit=contain] .fancybox__content{
  min-height:1px
}

.has-image[data-image-fit=contain] .fancybox__image{
  max-width:100%;
  min-height:1px;
  -o-object-fit:contain;
     object-fit:contain;
  background:transparent
}

.has-image[data-image-fit=contain-w]{
  overflow-x:hidden;
  overflow-y:auto
}

.has-image[data-image-fit=contain-w] .fancybox__content{
  min-height:auto
}

.has-image[data-image-fit=contain-w] .fancybox__image{
  max-width:100%;
  height:auto
}

.has-image[data-image-fit=cover]{
  overflow:visible;
  touch-action:none
}

.has-image[data-image-fit=cover] .fancybox__content{
  min-height:1px;
  width:100%;
  height:100%
}

.has-image[data-image-fit=cover] .fancybox__image{
  width:100%;
  height:100%;
  min-height:1px;
  -o-object-fit:cover;
     object-fit:cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{
  flex-shrink:1;
  min-height:1px;
  overflow:visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{
  width:100%;
  height:80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{
  width:960px;
  height:540px;
  max-width:100%;
  max-height:100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{
  padding:0;
  background:rgba(24,24,27,.9);
  color:#fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content{
  background:#e5e3df
}

.fancybox__html5video,.fancybox__iframe{
  border:0;
  display:block;
  height:100%;
  width:100%;
  background:transparent
}

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

.fancybox__thumbs{
  flex:0 0 auto;
  position:relative;
  padding:0px 3px
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__thumbs{
  transition:unset;
  opacity:0
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{
  transition:opacity var(--fancybox-ts, 0.25s) ease-in;
  opacity:var(--fancybox-opacity, 1)
}

.fancybox__thumbs .carousel__slide{
  flex:0 0 auto;
  width:var(--fancybox-thumbs-width, 96px);
  margin:0;
  padding:8px 3px;
  box-sizing:content-box;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
  cursor:pointer
}

.fancybox__thumbs .carousel__slide.is-nav-selected::after{
  content:"";
  position:absolute;
  top:0;
  left:3px;
  right:3px;
  bottom:3px;
  border-bottom:3px solid currentColor
}

.fancybox__thumbs .carousel__slide>*{
  pointer-events:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.fancybox__thumb{
  position:relative;
  width:100%;
  padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size:cover;
  background-position:center center;
  background-color:rgba(255,255,255,.1);
  background-repeat:no-repeat
}

@-webkit-keyframes plyr-progress{
  to{
    background-position:25px 0;
    background-position:var(--plyr-progress-loading-size,25px) 0
  }
}

@keyframes plyr-progress{
  to{
    background-position:25px 0;
    background-position:var(--plyr-progress-loading-size,25px) 0
  }
}

@-webkit-keyframes plyr-popup{
  0%{
    opacity:.5;
    transform:translateY(10px)
  }

  to{
    opacity:1;
    transform:translateY(0)
  }
}

@keyframes plyr-popup{
  0%{
    opacity:.5;
    transform:translateY(10px)
  }

  to{
    opacity:1;
    transform:translateY(0)
  }
}

@-webkit-keyframes plyr-fade-in{
  0%{
    opacity:0
  }

  to{
    opacity:1
  }
}

@keyframes plyr-fade-in{
  0%{
    opacity:0
  }

  to{
    opacity:1
  }
}

.plyr{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  align-items:center;
  direction:ltr;
  display:flex;
  flex-direction:column;
  font-family:inherit;
  font-family:var(--plyr-font-family,inherit);
  font-variant-numeric:tabular-nums;
  font-weight:400;
  font-weight:var(--plyr-font-weight-regular,400);
  line-height:1.7;
  line-height:var(--plyr-line-height,1.7);
  max-width:100%;
  min-width:200px;
  position:relative;
  text-shadow:none;
  transition:box-shadow .3s ease;
  z-index:0
}

.plyr audio,.plyr iframe,.plyr video{
  display:block;
  height:100%;
  width:100%
}

.plyr button{
  font:inherit;
  line-height:inherit;
  width:auto
}

.plyr:focus{
  outline:0
}

.plyr--full-ui{
  box-sizing:border-box
}

.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{
  box-sizing:inherit
}

.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{
  touch-action:manipulation
}

.plyr__badge{
  background:#4a5464;
  background:var(--plyr-badge-background,#4a5464);
  border-radius:2px;
  border-radius:var(--plyr-badge-border-radius,2px);
  color:#fff;
  color:var(--plyr-badge-text-color,#fff);
  font-size:9px;
  font-size:var(--plyr-font-size-badge,9px);
  line-height:1;
  padding:3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container{
  display:none
}

.plyr__captions{
  -webkit-animation:plyr-fade-in .3s ease;
          animation:plyr-fade-in .3s ease;
  bottom:0;
  display:none;
  font-size:13px;
  font-size:var(--plyr-font-size-small,13px);
  left:0;
  padding:10px;
  padding:var(--plyr-control-spacing,10px);
  position:absolute;
  text-align:center;
  transition:transform .4s ease-in-out;
  width:100%
}

.plyr__captions span:empty{
  display:none
}

@media (min-width:480px){
  .plyr__captions{
    font-size:15px;
    font-size:var(--plyr-font-size-base,15px);
    padding:20px;
    padding:calc(var(--plyr-control-spacing, 10px)*2)
  }
}

@media (min-width:768px){
  .plyr__captions{
    font-size:18px;
    font-size:var(--plyr-font-size-large,18px)
  }
}

.plyr--captions-active .plyr__captions{
  display:block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{
  transform:translateY(-40px);
  transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption{
  background:rgba(0,0,0,.8);
  background:var(--plyr-captions-background,rgba(0,0,0,.8));
  border-radius:2px;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
  color:#fff;
  color:var(--plyr-captions-text-color,#fff);
  line-height:185%;
  padding:.2em .5em;
  white-space:pre-wrap
}

.plyr__caption div{
  display:inline
}

.plyr__control{
  background:transparent;
  border:0;
  border-radius:3px;
  border-radius:var(--plyr-control-radius,3px);
  color:inherit;
  cursor:pointer;
  flex-shrink:0;
  overflow:visible;
  padding:7px;
  padding:calc(var(--plyr-control-spacing, 10px)*.7);
  position:relative;
  transition:all .3s ease
}

.plyr__control svg{
  fill:currentColor;
  display:block;
  height:18px;
  height:var(--plyr-control-icon-size,18px);
  pointer-events:none;
  width:18px;
  width:var(--plyr-control-icon-size,18px)
}

.plyr__control:focus{
  outline:0
}

.plyr__control.plyr__tab-focus{
  outline-color:#00b3ff;
  outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
  outline-offset:2px;
  outline-style:dotted;
  outline-width:3px
}

a.plyr__control{
  text-decoration:none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{
  display:none
}

.plyr--full-ui ::-webkit-media-controls{
  display:none
}

.plyr__controls{
  align-items:center;
  display:flex;
  justify-content:flex-end;
  text-align:center
}

.plyr__controls .plyr__progress__container{
  flex:1;
  min-width:0
}

.plyr__controls .plyr__controls__item{
  margin-left:2.5px;
  margin-left:calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child{
  margin-left:0;
  margin-right:auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container{
  padding-left:2.5px;
  padding-left:calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time{
  padding:0 5px;
  padding:0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{
  padding-left:0
}

.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{
  display:none
}

.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{
  display:inline-block
}

.plyr__menu{
  display:flex;
  position:relative
}

.plyr__menu .plyr__control svg{
  transition:transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg{
  transform:rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{
  display:none
}

.plyr__menu__container{
  -webkit-animation:plyr-popup .2s ease;
          animation:plyr-popup .2s ease;
  background:hsla(0,0%,100%,.9);
  background:var(--plyr-menu-background,hsla(0,0%,100%,.9));
  border-radius:4px;
  bottom:100%;
  box-shadow:0 1px 2px rgba(0,0,0,.15);
  box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));
  color:#4a5464;
  color:var(--plyr-menu-color,#4a5464);
  font-size:15px;
  font-size:var(--plyr-font-size-base,15px);
  margin-bottom:10px;
  position:absolute;
  right:-3px;
  text-align:left;
  white-space:nowrap;
  z-index:3
}

.plyr__menu__container>div{
  overflow:hidden;
  transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)
}

.plyr__menu__container:after{
  border:4px solid transparent;
  border-top:var(--plyr-menu-arrow-size,4px) solid hsla(0,0%,100%,.9);
  border-width:var(--plyr-menu-arrow-size,4px);
  content:"";
  height:0;
  position:absolute;
  right:14px;
  right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top:100%;
  width:0
}

.plyr__menu__container [role=menu]{
  padding:7px;
  padding:calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{
  margin-top:2px
}

.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{
  margin-top:0
}

.plyr__menu__container .plyr__control{
  align-items:center;
  color:#4a5464;
  color:var(--plyr-menu-color,#4a5464);
  display:flex;
  font-size:13px;
  font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));
  padding:4.66667px 10.5px;
  padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select:none;
  -moz-user-select:none;
   -ms-user-select:none;
       user-select:none;
  width:100%
}

.plyr__menu__container .plyr__control>span{
  align-items:inherit;
  display:flex;
  width:100%
}

.plyr__menu__container .plyr__control:after{
  border:4px solid transparent;
  border:var(--plyr-menu-item-arrow-size,4px) solid transparent;
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%)
}

.plyr__menu__container .plyr__control--forward{
  padding-right:28px;
  padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)
}

.plyr__menu__container .plyr__control--forward:after{
  border-left-color:#728197;
  border-left-color:var(--plyr-menu-arrow-color,#728197);
  right:6.5px;
  right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{
  border-left-color:initial
}

.plyr__menu__container .plyr__control--back{
  font-weight:400;
  font-weight:var(--plyr-font-weight-regular,400);
  margin:7px;
  margin:calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom:3.5px;
  margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left:28px;
  padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);
  position:relative;
  width:calc(100% - 14px);
  width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)
}

.plyr__menu__container .plyr__control--back:after{
  border-right-color:#728197;
  border-right-color:var(--plyr-menu-arrow-color,#728197);
  left:6.5px;
  left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before{
  background:#dcdfe5;
  background:var(--plyr-menu-back-border-color,#dcdfe5);
  box-shadow:0 1px 0 #fff;
  box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);
  content:"";
  height:1px;
  left:0;
  margin-top:3.5px;
  margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow:hidden;
  position:absolute;
  right:0;
  top:100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{
  border-right-color:initial
}

.plyr__menu__container .plyr__control[role=menuitemradio]{
  padding-left:7px;
  padding-left:calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{
  border-radius:100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before{
  background:rgba(0,0,0,.1);
  content:"";
  display:block;
  flex-shrink:0;
  height:16px;
  margin-right:10px;
  margin-right:var(--plyr-control-spacing,10px);
  transition:all .3s ease;
  width:16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after{
  background:#fff;
  border:0;
  height:6px;
  left:12px;
  opacity:0;
  top:50%;
  transform:translateY(-50%) scale(0);
  transition:transform .3s ease,opacity .3s ease;
  width:6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{
  background:#00b3ff;
  background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{
  opacity:1;
  transform:translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{
  background:rgba(35,40,47,.1)
}

.plyr__menu__container .plyr__menu__value{
  align-items:center;
  display:flex;
  margin-left:auto;
  margin-right:calc(-7px - -2);
  margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);
  overflow:hidden;
  padding-left:24.5px;
  padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events:none
}

.plyr--full-ui input[type=range]{
  -webkit-appearance:none;
  background:transparent;
  border:0;
  border-radius:26px;
  border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);
  color:#00b3ff;
  color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
  display:block;
  height:19px;
  height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin:0;
  min-width:0;
  padding:0;
  transition:box-shadow .3s ease;
  width:100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{
  background:transparent;
  background-image:linear-gradient(90deg,currentColor 0,transparent 0);
  background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));
  border:0;
  border-radius:2.5px;
  border-radius:calc(var(--plyr-range-track-height, 5px)/2);
  height:5px;
  height:var(--plyr-range-track-height,5px);
  -webkit-transition:box-shadow .3s ease;
  transition:box-shadow .3s ease;
  -webkit-user-select:none;
  user-select:none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb{
  -webkit-appearance:none;
  background:#fff;
  background:var(--plyr-range-thumb-background,#fff);
  border:0;
  border-radius:100%;
  box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);
  box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));
  height:13px;
  height:var(--plyr-range-thumb-height,13px);
  margin-top:-4px;
  margin-top:calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);
  position:relative;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
  width:13px;
  width:var(--plyr-range-thumb-height,13px)
}

.plyr--full-ui input[type=range]::-moz-range-track{
  background:transparent;
  border:0;
  border-radius:2.5px;
  border-radius:calc(var(--plyr-range-track-height, 5px)/2);
  height:5px;
  height:var(--plyr-range-track-height,5px);
  -moz-transition:box-shadow .3s ease;
  transition:box-shadow .3s ease;
  -moz-user-select:none;
       user-select:none
}

.plyr--full-ui input[type=range]::-moz-range-thumb{
  background:#fff;
  background:var(--plyr-range-thumb-background,#fff);
  border:0;
  border-radius:100%;
  box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);
  box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));
  height:13px;
  height:var(--plyr-range-thumb-height,13px);
  position:relative;
  -moz-transition:all .2s ease;
  transition:all .2s ease;
  width:13px;
  width:var(--plyr-range-thumb-height,13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress{
  background:currentColor;
  border-radius:2.5px;
  border-radius:calc(var(--plyr-range-track-height, 5px)/2);
  height:5px;
  height:var(--plyr-range-track-height,5px)
}

.plyr--full-ui input[type=range]::-ms-track{
  color:transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{
  background:transparent;
  border:0;
  border-radius:2.5px;
  border-radius:calc(var(--plyr-range-track-height, 5px)/2);
  height:5px;
  height:var(--plyr-range-track-height,5px);
  -ms-transition:box-shadow .3s ease;
  transition:box-shadow .3s ease;
  -ms-user-select:none;
      user-select:none
}

.plyr--full-ui input[type=range]::-ms-fill-lower{
  background:transparent;
  background:currentColor;
  border:0;
  border-radius:2.5px;
  border-radius:calc(var(--plyr-range-track-height, 5px)/2);
  height:5px;
  height:var(--plyr-range-track-height,5px);
  -ms-transition:box-shadow .3s ease;
  transition:box-shadow .3s ease;
  -ms-user-select:none;
      user-select:none
}

.plyr--full-ui input[type=range]::-ms-thumb{
  background:#fff;
  background:var(--plyr-range-thumb-background,#fff);
  border:0;
  border-radius:100%;
  box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);
  box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));
  height:13px;
  height:var(--plyr-range-thumb-height,13px);
  margin-top:0;
  position:relative;
  -ms-transition:all .2s ease;
  transition:all .2s ease;
  width:13px;
  width:var(--plyr-range-thumb-height,13px)
}

.plyr--full-ui input[type=range]::-ms-tooltip{
  display:none
}

.plyr--full-ui input[type=range]:focus{
  outline:0
}

.plyr--full-ui input[type=range]::-moz-focus-outer{
  border:0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{
  outline-color:#00b3ff;
  outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
  outline-offset:2px;
  outline-style:dotted;
  outline-width:3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{
  outline-color:#00b3ff;
  outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
  outline-offset:2px;
  outline-style:dotted;
  outline-width:3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{
  outline-color:#00b3ff;
  outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
  outline-offset:2px;
  outline-style:dotted;
  outline-width:3px
}

.plyr__poster{
  background-color:#000;
  background-color:var(--plyr-video-background,var(--plyr-video-background,#000));
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-size:contain;
  height:100%;
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  transition:opacity .2s ease;
  width:100%;
  z-index:1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster{
  opacity:1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{
  display:none
}

.plyr__time{
  font-size:13px;
  font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))
}

.plyr__time+.plyr__time:before{
  content:"\2044";
  margin-right:10px;
  margin-right:var(--plyr-control-spacing,10px)
}

@media (max-width:767px){
  .plyr__time+.plyr__time{
    display:none
  }
}

.plyr__tooltip{
  background:hsla(0,0%,100%,.9);
  background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));
  border-radius:3px;
  border-radius:var(--plyr-tooltip-radius,3px);
  bottom:100%;
  box-shadow:0 1px 2px rgba(0,0,0,.15);
  box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));
  color:#4a5464;
  color:var(--plyr-tooltip-color,#4a5464);
  font-size:13px;
  font-size:var(--plyr-font-size-small,13px);
  font-weight:400;
  font-weight:var(--plyr-font-weight-regular,400);
  left:50%;
  line-height:1.3;
  margin-bottom:10px;
  margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity:0;
  padding:5px 7.5px;
  padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events:none;
  position:absolute;
  transform:translate(-50%,10px) scale(.8);
  transform-origin:50% 100%;
  transition:transform .2s ease .1s,opacity .2s ease .1s;
  white-space:nowrap;
  z-index:2
}

.plyr__tooltip:before{
  border-left:4px solid transparent;
  border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;
  border-right:4px solid transparent;
  border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;
  border-top:4px solid hsla(0,0%,100%,.9);
  border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));
  bottom:-4px;
  bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content:"";
  height:0;
  left:50%;
  position:absolute;
  transform:translateX(-50%);
  width:0;
  z-index:2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{
  opacity:1;
  transform:translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip{
  z-index:3
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{
  left:0;
  transform:translateY(10px) scale(.8);
  transform-origin:0 100%
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{
  left:16px;
  left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip{
  left:auto;
  right:0;
  transform:translateY(10px) scale(.8);
  transform-origin:100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{
  left:auto;
  right:16px;
  right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  transform:translateX(50%)
}

.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{
  transform:translate(0) scale(1)
}

.plyr__progress{
  left:6.5px;
  left:calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right:13px;
  margin-right:var(--plyr-range-thumb-height,13px);
  position:relative
}

.plyr__progress__buffer,.plyr__progress input[type=range]{
  margin-left:-6.5px;
  margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right:-6.5px;
  margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width:calc(100% + 13px);
  width:calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range]{
  position:relative;
  z-index:2
}

.plyr__progress .plyr__tooltip{
  font-size:13px;
  font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));
  left:0
}

.plyr__progress__buffer{
  -webkit-appearance:none;
  background:transparent;
  border:0;
  border-radius:100px;
  height:5px;
  height:var(--plyr-range-track-height,5px);
  left:0;
  margin-top:-2.5px;
  margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);
  padding:0;
  position:absolute;
  top:50%
}

.plyr__progress__buffer::-webkit-progress-bar{
  background:transparent
}

.plyr__progress__buffer::-webkit-progress-value{
  background:currentColor;
  border-radius:100px;
  min-width:5px;
  min-width:var(--plyr-range-track-height,5px);
  -webkit-transition:width .2s ease;
  transition:width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar{
  background:currentColor;
  border-radius:100px;
  min-width:5px;
  min-width:var(--plyr-range-track-height,5px);
  -moz-transition:width .2s ease;
  transition:width .2s ease
}

.plyr__progress__buffer::-ms-fill{
  border-radius:100px;
  -ms-transition:width .2s ease;
  transition:width .2s ease
}

.plyr--loading .plyr__progress__buffer{
  -webkit-animation:plyr-progress 1s linear infinite;
          animation:plyr-progress 1s linear infinite;
  background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);
  background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);
  background-repeat:repeat-x;
  background-size:25px 25px;
  background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);
  color:transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer{
  background-color:hsla(0,0%,100%,.25);
  background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer{
  background-color:rgba(193,200,209,.6);
  background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))
}

.plyr__volume{
  align-items:center;
  display:flex;
  max-width:110px;
  min-width:80px;
  position:relative;
  width:20%
}

.plyr__volume input[type=range]{
  margin-left:5px;
  margin-left:calc(var(--plyr-control-spacing, 10px)/2);
  margin-right:5px;
  margin-right:calc(var(--plyr-control-spacing, 10px)/2);
  position:relative;
  z-index:2
}

.plyr--is-ios .plyr__volume{
  min-width:0;
  width:auto
}

.plyr--audio{
  display:block
}

.plyr--audio .plyr__controls{
  background:#fff;
  background:var(--plyr-audio-controls-background,#fff);
  border-radius:inherit;
  color:#4a5464;
  color:var(--plyr-audio-control-color,#4a5464);
  padding:10px;
  padding:var(--plyr-control-spacing,10px)
}

.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{
  background:#00b3ff;
  background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
  color:#fff;
  color:var(--plyr-audio-control-color-hover,#fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{
  background-color:rgba(193,200,209,.6);
  background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{
  background-color:rgba(193,200,209,.6);
  background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track{
  background-color:rgba(193,200,209,.6);
  background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{
  box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);
  box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{
  box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);
  box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{
  box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);
  box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))
}

.plyr--audio .plyr__progress__buffer{
  color:rgba(193,200,209,.6);
  color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))
}

.plyr--video{
  background:#000;
  background:var(--plyr-video-background,var(--plyr-video-background,#000));
  overflow:hidden
}

.plyr--video.plyr--menu-open{
  overflow:visible
}

.plyr__video-wrapper{
  background:#000;
  background:var(--plyr-video-background,var(--plyr-video-background,#000));
  margin:auto;
  overflow:hidden;
  position:relative;
  width:100%
}

.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{
  aspect-ratio:16/9
}

@supports not (aspect-ratio:16/9){
  .plyr__video-embed,.plyr__video-wrapper--fixed-ratio{
    height:0;
    padding-bottom:56.25%;
    position:relative
  }
}

.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{
  border:0;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{
  padding-bottom:240%;
  position:relative;
  transform:translateY(-38.28125%)
}

.plyr--video .plyr__controls{
  background:linear-gradient(transparent,rgba(0,0,0,.75));
  background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));
  border-bottom-left-radius:inherit;
  border-bottom-right-radius:inherit;
  bottom:0;
  color:#fff;
  color:var(--plyr-video-control-color,#fff);
  left:0;
  padding:5px;
  padding:calc(var(--plyr-control-spacing, 10px)/2);
  padding-top:20px;
  padding-top:calc(var(--plyr-control-spacing, 10px)*2);
  position:absolute;
  right:0;
  transition:opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index:3
}

@media (min-width:480px){
  .plyr--video .plyr__controls{
    padding:10px;
    padding:var(--plyr-control-spacing,10px);
    padding-top:35px;
    padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)
  }
}

.plyr--video.plyr--hide-controls .plyr__controls{
  opacity:0;
  pointer-events:none;
  transform:translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{
  background:#00b3ff;
  background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
  color:#fff;
  color:var(--plyr-video-control-color-hover,#fff)
}

.plyr__control--overlaid{
  background:#00b3ff;
  background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));
  border:0;
  border-radius:100%;
  color:#fff;
  color:var(--plyr-video-control-color,#fff);
  display:none;
  left:50%;
  opacity:.9;
  padding:15px;
  padding:calc(var(--plyr-control-spacing, 10px)*1.5);
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%);
  transition:.3s;
  z-index:2
}

.plyr__control--overlaid svg{
  left:2px;
  position:relative
}

.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{
  opacity:1
}

.plyr--playing .plyr__control--overlaid{
  opacity:0;
  visibility:hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid{
  display:block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{
  background-color:hsla(0,0%,100%,.25);
  background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{
  background-color:hsla(0,0%,100%,.25);
  background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track{
  background-color:hsla(0,0%,100%,.25);
  background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{
  box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);
  box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{
  box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);
  box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{
  box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);
  box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))
}

.plyr--video .plyr__progress__buffer{
  color:hsla(0,0%,100%,.25);
  color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))
}

.plyr:-webkit-full-screen{
  background:#000;
  border-radius:0!important;
  height:100%;
  margin:0;
  width:100%
}

.plyr:-ms-fullscreen{
  background:#000;
  border-radius:0!important;
  height:100%;
  margin:0;
  width:100%
}

.plyr:fullscreen{
  background:#000;
  border-radius:0!important;
  height:100%;
  margin:0;
  width:100%
}

.plyr:-webkit-full-screen video{
  height:100%
}

.plyr:-ms-fullscreen video{
  height:100%
}

.plyr:fullscreen video{
  height:100%
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{
  display:block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{
  display:block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen{
  display:block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{
  display:none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{
  display:none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{
  display:none
}

.plyr:-webkit-full-screen.plyr--hide-controls{
  cursor:none
}

.plyr:-ms-fullscreen.plyr--hide-controls{
  cursor:none
}

.plyr:fullscreen.plyr--hide-controls{
  cursor:none
}

@media (min-width:1024px){
  .plyr:-webkit-full-screen .plyr__captions{
    font-size:21px;
    font-size:var(--plyr-font-size-xlarge,21px)
  }

  .plyr:-ms-fullscreen .plyr__captions{
    font-size:21px;
    font-size:var(--plyr-font-size-xlarge,21px)
  }

  .plyr:fullscreen .plyr__captions{
    font-size:21px;
    font-size:var(--plyr-font-size-xlarge,21px)
  }
}

.plyr:-webkit-full-screen{
  background:#000;
  border-radius:0!important;
  height:100%;
  margin:0;
  width:100%
}

.plyr:-webkit-full-screen video{
  height:100%
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{
  display:block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{
  display:none
}

.plyr:-webkit-full-screen.plyr--hide-controls{
  cursor:none
}

@media (min-width:1024px){
  .plyr:-webkit-full-screen .plyr__captions{
    font-size:21px;
    font-size:var(--plyr-font-size-xlarge,21px)
  }
}

.plyr:-moz-full-screen{
  background:#000;
  border-radius:0!important;
  height:100%;
  margin:0;
  width:100%
}

.plyr:-moz-full-screen video{
  height:100%
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{
  display:block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{
  display:none
}

.plyr:-moz-full-screen.plyr--hide-controls{
  cursor:none
}

@media (min-width:1024px){
  .plyr:-moz-full-screen .plyr__captions{
    font-size:21px;
    font-size:var(--plyr-font-size-xlarge,21px)
  }
}

.plyr:-ms-fullscreen{
  background:#000;
  border-radius:0!important;
  height:100%;
  margin:0;
  width:100%
}

.plyr:-ms-fullscreen video{
  height:100%
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{
  display:block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{
  display:none
}

.plyr:-ms-fullscreen.plyr--hide-controls{
  cursor:none
}

@media (min-width:1024px){
  .plyr:-ms-fullscreen .plyr__captions{
    font-size:21px;
    font-size:var(--plyr-font-size-xlarge,21px)
  }
}

.plyr--fullscreen-fallback{
  background:#000;
  border-radius:0!important;
  bottom:0;
  display:block;
  height:100%;
  left:0;
  margin:0;
  position:fixed;
  right:0;
  top:0;
  width:100%;
  z-index:10000000
}

.plyr--fullscreen-fallback video{
  height:100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{
  display:block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{
  display:none
}

.plyr--fullscreen-fallback.plyr--hide-controls{
  cursor:none
}

@media (min-width:1024px){
  .plyr--fullscreen-fallback .plyr__captions{
    font-size:21px;
    font-size:var(--plyr-font-size-xlarge,21px)
  }
}

.plyr__ads{
  border-radius:inherit;
  bottom:0;
  cursor:pointer;
  left:0;
  overflow:hidden;
  position:absolute;
  right:0;
  top:0;
  z-index:-1
}

.plyr__ads>div,.plyr__ads>div iframe{
  height:100%;
  position:absolute;
  width:100%
}

.plyr__ads:after{
  background:#23282f;
  border-radius:2px;
  bottom:10px;
  bottom:var(--plyr-control-spacing,10px);
  color:#fff;
  content:attr(data-badge-text);
  font-size:11px;
  padding:2px 6px;
  pointer-events:none;
  position:absolute;
  right:10px;
  right:var(--plyr-control-spacing,10px);
  z-index:3
}

.plyr__ads:after:empty{
  display:none
}

.plyr__cues{
  background:currentColor;
  display:block;
  height:5px;
  height:var(--plyr-range-track-height,5px);
  left:0;
  margin:-var(--plyr-range-track-height,5px)/2 0 0;
  opacity:.8;
  position:absolute;
  top:50%;
  width:3px;
  z-index:3
}

.plyr__preview-thumb{
  background-color:hsla(0,0%,100%,.9);
  background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));
  border-radius:3px;
  bottom:100%;
  box-shadow:0 1px 2px rgba(0,0,0,.15);
  box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));
  margin-bottom:10px;
  margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity:0;
  padding:3px;
  padding:var(--plyr-tooltip-radius,3px);
  pointer-events:none;
  position:absolute;
  transform:translateY(10px) scale(.8);
  transform-origin:50% 100%;
  transition:transform .2s ease .1s,opacity .2s ease .1s;
  z-index:2
}

.plyr__preview-thumb--is-shown{
  opacity:1;
  transform:translate(0) scale(1)
}

.plyr__preview-thumb:before{
  border-left:4px solid transparent;
  border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;
  border-right:4px solid transparent;
  border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;
  border-top:4px solid hsla(0,0%,100%,.9);
  border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));
  bottom:-4px;
  bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content:"";
  height:0;
  left:50%;
  position:absolute;
  transform:translateX(-50%);
  width:0;
  z-index:2
}

.plyr__preview-thumb__image-container{
  background:#c1c8d1;
  border-radius:2px;
  border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow:hidden;
  position:relative;
  z-index:0
}

.plyr__preview-thumb__image-container img{
  height:100%;
  left:0;
  max-height:none;
  max-width:none;
  position:absolute;
  top:0;
  width:100%
}

.plyr__preview-thumb__time-container{
  bottom:6px;
  left:0;
  position:absolute;
  right:0;
  white-space:nowrap;
  z-index:3
}

.plyr__preview-thumb__time-container span{
  background-color:rgba(0,0,0,.55);
  border-radius:2px;
  border-radius:calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color:#fff;
  font-size:13px;
  font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));
  padding:3px 6px
}

.plyr__preview-scrubbing{
  bottom:0;
  filter:blur(1px);
  height:100%;
  left:0;
  margin:auto;
  opacity:0;
  overflow:hidden;
  pointer-events:none;
  position:absolute;
  right:0;
  top:0;
  transition:opacity .3s ease;
  width:100%;
  z-index:1
}

.plyr__preview-scrubbing--is-shown{
  opacity:1
}

.plyr__preview-scrubbing img{
  height:100%;
  left:0;
  max-height:none;
  max-width:none;
  -o-object-fit:contain;
  object-fit:contain;
  position:absolute;
  top:0;
  width:100%
}

.plyr--no-transition{
  transition:none!important
}

.plyr__sr-only{
  clip:rect(1px,1px,1px,1px);
  border:0!important;
  height:1px!important;
  overflow:hidden;
  padding:0!important;
  position:absolute!important;
  width:1px!important
}

.plyr [hidden]{
  display:none!important
}

/* Components */

.yoast-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.yoast-breadcrumbs a {
    display: inline-flex;
    align-items: baseline;
    --tw-text-opacity: 1;
    color: rgba(126, 126, 126, var(--tw-text-opacity))
  }

.yoast-breadcrumbs a:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 75, 74, var(--tw-text-opacity));
  }

.yoast-breadcrumbs a {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.yoast-breadcrumbs a:after {
      content: '›';
      position: relative;
      top: 1px;
      margin-left: 0.375rem;
      margin-right: 0.375rem;
      display: inline-flex;
      height: 1rem;
      width: 1rem;
      align-items: center;
      justify-content: center;
      font-weight: 300;
      --tw-text-opacity: 1;
      color: rgba(126, 126, 126, var(--tw-text-opacity));
      font-size: 22px;
      line-height: 0;
    }

.slider-btn:disabled {
  cursor: not-allowed;
}

.slider-btn {
  --tw-text-opacity: 1;
  color: rgba(227, 114, 34, var(--tw-text-opacity));
}

.slider-btn:disabled {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity));
}

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

.slider .flickity-slider > div {
  margin-right: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .slider .flickity-slider > div {
    width: 24rem;
  }
}

.slider > .flickity-viewport {
  overflow: visible;
}

.quote-richtext strong, .quote-richtext span[style*="text-decoration:underline"] {
  position: relative;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.quote-richtext strong:before,
.quote-richtext span[style*="text-decoration:underline"]:before {
  content: "";
}

.quote-richtext strong:before, .quote-richtext span[style*="text-decoration:underline"]:before {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
  z-index: -1;
  --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;
  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-rotate: -3deg;
  --tw-bg-opacity: 1;
  background-color: rgba(242, 175, 0, var(--tw-bg-opacity));
}

.quote-richtext:before, .quote-richtext p:last-child:after {
  position: absolute;
  display: inline-block;
  font-family: HCo Gotham SSm, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(242, 175, 0, var(--tw-text-opacity));
}

.quote-richtext:before,
.quote-richtext p:last-child:after {
  font-size: 64px;
}

.quote-richtext:before {
  content: "«";
  top: -20px;
  left: -56px;
}

.quote-richtext p:last-child:after {
  content: "»";
  bottom: -8px;
  transform: translateX(10px);
}

body {
  --plyr-color-main: #F2AF00;
}

.plyr__control.plyr__control--overlaid {
  padding: 1rem;
  opacity: 1;
}

@media (min-width: 768px) {
  .plyr__control.plyr__control--overlaid {
    padding: 2rem;
  }
}

.plyr__control.plyr__control--overlaid svg {
  height: 1rem;
  width: 1rem;
}

@media (min-width: 768px) {
  .plyr__control.plyr__control--overlaid svg {
    height: 2rem;
    width: 2rem;
  }
}

#fileInputContainer br, 
#fileInputContainer p:empty {
  display: none;
}

#accept-newsletter .wpcf7-list-item-label,
.wpcf7-form br {
  display: none;
}

.rich-text.wysiwyg > * + * {
    margin-top: 1.75em !important;
  }

.rich-text.wysiwyg iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.rich-text {
  font-size: 16px;
  line-height: 28px
}

@media (min-width: 640px) {
  .rich-text {
    font-size: 20px;
    line-height: 36px;
  }
}

.rich-text > *:not(:first-child),
  .rich-text > * + .wp-block-embed {
    margin-top: 1.75em;
  }

.rich-text > *:not(:first-child):not(.core-block) {
    margin-top: 6rem;
  }

.rich-text p {
    font-size: 16px;
    line-height: 28px;
  }

@media (min-width: 640px) {
    .rich-text p {
      font-size: 20px;
      line-height: 36px;
    }
  }

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
    font-family: HCo Gotham Rounded SSm, 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";
  }

.rich-text h1 + p, .rich-text h2 + p, .rich-text h3 + p, .rich-text h4 + p, .rich-text h5 + p, .rich-text h6 + p {
      margin-top: 1rem;
    }

.rich-text h2, .rich-text h3, .rich-text h4 {
    --tw-text-opacity: 1;
    color: rgba(0, 115, 207, var(--tw-text-opacity));
  }

.rich-text h1 {
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
  }

@media (min-width: 768px) {
    .rich-text h1 {
      font-size: 54px;
      line-height: 72px;
    }
  }

.rich-text h2 {
    margin-bottom: 1.5rem;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
  }

@media (min-width: 640px) {
    .rich-text h2 {
      margin-bottom: 2rem;
      font-size: 42px;
      line-height: 56px;
    }
  }

.rich-text * + h2 {
    margin-top: 4rem;
  }

@media (min-width: 640px) {
    .rich-text * + h2 {
      margin-top: 6rem;
    }
  }

.rich-text h3 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
  }

.rich-text * + h3 {
    margin-top: 3rem;
  }

@media (min-width: 640px) {
    .rich-text * + h3 {
      margin-top: 4rem;
    }
  }

.rich-text h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
  }

.rich-text * + h4 {
    margin-top: 2rem;
  }

@media (min-width: 640px) {
    .rich-text * + h4 {
      margin-top: 3rem;
    }
  }

.rich-text a {
    --tw-text-opacity: 1;
    color: rgba(227, 114, 34, var(--tw-text-opacity));
  }

.rich-text a:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

.rich-text a {
    text-decoration: underline;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.rich-text strong {
    font-weight: 700;
  }

.rich-text figcaption {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

@media (min-width: 640px) {
    .rich-text figcaption {
      font-size: 16px;
      line-height: 28px;
    }
  }

.rich-text figure * + figcaption {
      margin-top: 0.5rem;
    }

.rich-text ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 1.5rem;
  }

.rich-text ol {
    list-style-position: outside;
    list-style-type: decimal;
    padding-left: 1.5rem;
  }

.rich-text ul > li + li, .rich-text ol > li + li {
      margin-top: 0.75rem;
    }

.rich-text hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
    --tw-text-opacity: 1;
    color: rgba(196, 196, 196, var(--tw-text-opacity));
  }

@media (min-width: 640px) {
    .rich-text hr {
      margin-top: 6rem;
      margin-bottom: 6rem;
    }
  }

.rich-text blockquote, .rich-text blockquote p {
    position: relative;
    font-size: 20px;
    line-height: 36px;
  }

@media (min-width: 768px) {
    .rich-text blockquote, .rich-text blockquote p {
      font-size: 24px;
      line-height: 38px;
    }
  }

.rich-text blockquote p + figcaption {
    margin-top: 1.5rem;
  }

.rich-text blockquote strong, .rich-text blockquote span[style*="text-decoration:underline"] {
    position: relative;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

.rich-text blockquote strong:before,
  .rich-text blockquote span[style*="text-decoration:underline"]:before {
    content: "";
  }

.rich-text blockquote strong:before, .rich-text blockquote span[style*="text-decoration:underline"]:before {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
    z-index: -1;
    --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;
    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-rotate: -3deg;
    --tw-bg-opacity: 1;
    background-color: rgba(242, 175, 0, var(--tw-bg-opacity));
  }

.rich-text blockquote:before, .rich-text blockquote p:last-of-type:after {
    position: absolute;
    display: inline-block;
    font-family: HCo Gotham SSm, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(242, 175, 0, var(--tw-text-opacity));
  }

.rich-text blockquote:before,
  .rich-text blockquote p:last-of-type:after {
    font-size: 64px;
  }

.rich-text blockquote:before {
    content: "«";
    top: -20px;
    left: -56px;
  }

.rich-text blockquote p:last-of-type:after {
    content: "»";
    bottom: -8px;
    transform: translateX(10px);
  }

.rich-text table {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }

.rich-text table td, .rich-text table th, .rich-text table tr {
      padding: 0.75rem;
      text-align: left;
    }

.rich-text table td, .rich-text table th {
      border-top-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }

.rich-text table thead th {
      border-top-width: 0px;
      border-bottom-width: 2px;
    }

.rich-text table tr th:first-of-type, .rich-text table tr td:first-of-type {
        padding-left: 0px;
      }

.rich-text table tr th:last-of-type, .rich-text table tr td:last-of-type {
        padding-right: 0px;
      }

.rich-text table thead {
      font-weight: 700;
    }

.rich-text table thead td, .rich-text table thead th {
        font-weight: 700;
      }

.rich-text .lead {
    font-family: HCo Gotham Rounded SSm, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
  }

@media (min-width: 640px) {
    .rich-text .lead {
      font-size: 24px;
      line-height: 38px;
    }
  }

.rich-text .cta {
    display: inline-flex;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 1px;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-border-opacity: 1;
    border-color: rgba(227, 114, 34, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(227, 114, 34, var(--tw-bg-opacity));
  }

.rich-text .cta:hover {
    background-color: transparent;
  }

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

.rich-text .cta:hover {
    --tw-text-opacity: 1;
    color: rgba(227, 114, 34, var(--tw-text-opacity));
  }

.rich-text .cta + * {
    margin-top: 4rem;
  }

.rich-text .wp-block-embed__wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}

.rich-text .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
  }

.rich-text .paragraph-block {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 640px) {
  .rich-text .paragraph-block {
    max-width: none;
  }
}

.paragraph-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 28px
}

@media (min-width: 640px) {
  .paragraph-block {
    max-width: 640px;
    font-size: 20px;
    line-height: 36px;
  }
}

.paragraph-block a {
    --tw-text-opacity: 1;
    color: rgba(227, 114, 34, var(--tw-text-opacity));
  }

.paragraph-block a:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

.paragraph-block a {
    text-decoration: underline;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.rich-text .donation-block {
  padding-left: 0px;
  padding-right: 0px;
}

.rich-text .donation-block .donation-block-content {
    align-items: flex-start;
    padding: 2rem;
  }

@media (min-width: 640px) {
    .rich-text .donation-block .donation-block-content {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }

@media (min-width: 1024px) {
    .rich-text .donation-block .donation-block-placeholder {
      display: none;
    }
  }

@media (min-width: 640px) {
    .rich-text .donation-block .donation-block-img {
      grid-column: span 3 / span 3;
    }
  }

@media (min-width: 640px) {
    .rich-text .donation-block .donation-block-text {
      grid-column: span 9 / span 9;
    }
  }

@media (min-width: 640px) {
    .rich-text .donation-block .donation-block-title {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

.rich-text .btn-outline:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.rich-text .btn-outline {
  text-decoration: none;
}

figure.wp-block-image figcaption {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

@media (min-width: 640px) {
    figure.wp-block-image figcaption {
      font-size: 16px;
      line-height: 28px;
    }
  }

figure.wp-block-image * + figcaption {
    margin-top: 0.5rem;
  }

.cookies-disclaimer br {
    display: none !important;
  }

.cookies-disclaimer #wt-cli-accept-all-btn {
    display: inline-flex;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 1px;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    margin-top: 0px !important;
    margin-left: 0px !important;
    flex-shrink: 0 !important;
    justify-content: center !important;
    white-space: nowrap !important;
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 12px !important;
    line-height: 16px !important;
    --tw-text-opacity: 1 !important;
    color: rgba(0, 115, 207, var(--tw-text-opacity)) !important;
  }

.cookies-disclaimer #wt-cli-accept-all-btn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 75, 74, var(--tw-text-opacity)) !important;
  }

.cookies-disclaimer #wt-cli-accept-all-btn {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

@media (min-width: 640px) {
    .cookies-disclaimer #wt-cli-accept-all-btn {
      padding-left: 1.75rem !important;
      padding-right: 1.75rem !important;
      font-size: 14px !important;
      line-height: 20px !important;
    }
  }

.cookies-disclaimer #wt-cli-reject-btn {
    display: inline-flex;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 1px;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    margin-top: 0px !important;
    margin-left: 0px !important;
    flex-shrink: 0 !important;
    justify-content: center !important;
    white-space: nowrap !important;
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
    background-color: transparent !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 12px !important;
    line-height: 16px !important;
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

.cookies-disclaimer #wt-cli-reject-btn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 175, 0, var(--tw-text-opacity)) !important;
  }

.cookies-disclaimer #wt-cli-reject-btn {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

@media (min-width: 640px) {
    .cookies-disclaimer #wt-cli-reject-btn {
      padding-left: 1.75rem !important;
      padding-right: 1.75rem !important;
      font-size: 14px !important;
      line-height: 20px !important;
    }
  }

/* Override woocommerce global styles */

@media (min-width: 640px) {

.woocommerce .footer-partner-logo {
    height: 2.5rem
}
  }

/* Overrides */

/* Woocommerce overrides */

.woocommerce-variation-add-to-cart, .single-product-details .cart:not(.variations_form) {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.woocommerce-variation-add-to-cart > :not([hidden]) ~ :not([hidden]), .single-product-details .cart:not(.variations_form) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button.button, .single-product-details .cart .single_add_to_cart_button.button {
  display: inline-flex !important;
  cursor: pointer !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 34, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 114, 34, var(--tw-bg-opacity)) !important;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover, .single-product-details .cart .single_add_to_cart_button.button:hover {
  background-color: transparent;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button.button, .single-product-details .cart .single_add_to_cart_button.button {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover, .single-product-details .cart .single_add_to_cart_button.button:hover {
  --tw-text-opacity: 1;
  color: rgba(227, 114, 34, var(--tw-text-opacity));
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button.button, .single-product-details .cart .single_add_to_cart_button.button {
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 34, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 114, 34, var(--tw-bg-opacity)) !important;
}

#tamaro-widget-overlay.tamaro-widget .woocommerce-variation-add-to-cart .single_add_to_cart_button.button, #tamaro-widget-overlay.tamaro-widget .single-product-details .cart .single_add_to_cart_button.button, #tamaro-widget.tamaro-widget .woocommerce-variation-add-to-cart .single_add_to_cart_button.button, #tamaro-widget.tamaro-widget .single-product-details .cart .single_add_to_cart_button.button {
  display: inline-flex !important;
  cursor: pointer !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 34, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 114, 34, var(--tw-bg-opacity)) !important;
}

#tamaro-widget-overlay.tamaro-widget .woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover, #tamaro-widget-overlay.tamaro-widget .single-product-details .cart .single_add_to_cart_button.button:hover, #tamaro-widget.tamaro-widget .woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover, #tamaro-widget.tamaro-widget .single-product-details .cart .single_add_to_cart_button.button:hover {
  background-color: transparent !important;
}

#tamaro-widget-overlay.tamaro-widget .woocommerce-variation-add-to-cart .single_add_to_cart_button.button, #tamaro-widget-overlay.tamaro-widget .single-product-details .cart .single_add_to_cart_button.button, #tamaro-widget.tamaro-widget .woocommerce-variation-add-to-cart .single_add_to_cart_button.button, #tamaro-widget.tamaro-widget .single-product-details .cart .single_add_to_cart_button.button {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

#tamaro-widget-overlay.tamaro-widget .woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover, #tamaro-widget-overlay.tamaro-widget .single-product-details .cart .single_add_to_cart_button.button:hover, #tamaro-widget.tamaro-widget .woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover, #tamaro-widget.tamaro-widget .single-product-details .cart .single_add_to_cart_button.button:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 34, var(--tw-text-opacity)) !important;
}

#tamaro-widget-overlay.tamaro-widget .btn-primary, #tamaro-widget-overlay.tamaro-widget .btn-primary, #tamaro-widget.tamaro-widget .btn-primary, #tamaro-widget.tamaro-widget .btn-primary {
  display: inline-flex !important;
  cursor: pointer !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 34, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 114, 34, var(--tw-bg-opacity)) !important;
}

#tamaro-widget-overlay.tamaro-widget .btn-primary:hover, #tamaro-widget-overlay.tamaro-widget .btn-primary:hover, #tamaro-widget.tamaro-widget .btn-primary:hover, #tamaro-widget.tamaro-widget .btn-primary:hover {
  background-color: transparent !important;
}

#tamaro-widget-overlay.tamaro-widget .btn-primary, #tamaro-widget-overlay.tamaro-widget .btn-primary, #tamaro-widget.tamaro-widget .btn-primary, #tamaro-widget.tamaro-widget .btn-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

#tamaro-widget-overlay.tamaro-widget .btn-primary:hover, #tamaro-widget-overlay.tamaro-widget .btn-primary:hover, #tamaro-widget.tamaro-widget .btn-primary:hover, #tamaro-widget.tamaro-widget .btn-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 34, var(--tw-text-opacity)) !important;
}

#tamaro-widget-overlay.tamaro-widget .woocommerce-variation-add-to-cart .single_add_to_cart_button.button, #tamaro-widget-overlay.tamaro-widget .single-product-details .cart .single_add_to_cart_button.button, #tamaro-widget.tamaro-widget .woocommerce-variation-add-to-cart .single_add_to_cart_button.button .btn-text, #tamaro-widget.tamaro-widget .single-product-details .cart .single_add_to_cart_button.button .btn-text {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

#tamaro-widget-overlay.tamaro-widget .btn-primary, #tamaro-widget-overlay.tamaro-widget .btn-primary, #tamaro-widget.tamaro-widget .btn-primary .btn-text, #tamaro-widget.tamaro-widget .btn-primary .btn-text {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

#tamaro-widget.tamaro-widget .woocommerce-variation-add-to-cart .single_add_to_cart_button.button .btn-text, #tamaro-widget.tamaro-widget .single-product-details .cart .single_add_to_cart_button.button .btn-text {
  @pply ml-8 leading-none;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover, .single-product-details .cart .single_add_to_cart_button.button:hover {
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 34, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 34, var(--tw-text-opacity)) !important;
}

.variations {
  margin-bottom: 3rem !important;
  max-width: 60% !important;
}

.reset_variations, .single-product-details .stock, .woocommerce-variation-price del {
  display: none !important;
}

.woocommerce-variation-price ins {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 34, var(--tw-text-opacity)) !important;
  text-decoration: none !important;
}

[type='tel'] {
  -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;
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block!important;
}

.woocommerce .quantity .qty {
  width: 6rem !important;
  text-align: left !important;
}

/* WooCommerce Box Office */

.single-product-details.single-ticket .cart:not(.variations_form) {
  display: block;
}

.wc-box-office-ticket-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wc-box-office-ticket-fields:not(:last-child) {
  margin-bottom: 2rem;
}

.wc-box-office-ticket-fields-body label {
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(75, 75, 74, var(--tw-text-opacity));
  font-weight: 500;
}

.wc-box-office-ticket-fields-title {
  font-size: 20px;
  line-height: 36px;
}

#tamaro-widget.tamaro-widget {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 640px) {
  #tamaro-widget.tamaro-widget {
    max-width: 640px !important;
  }
}

@media (min-width: 768px) {
  #tamaro-widget.tamaro-widget {
    max-width: 768px !important;
  }
}

@media (min-width: 1024px) {
  #tamaro-widget.tamaro-widget {
    max-width: 1024px !important;
  }
}

#tamaro-widget.tamaro-widget {
  font-family: HCo Gotham SSm, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

#tamaro-widget.tamaro-widget .title .position {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 115, 207, var(--tw-bg-opacity)) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

#tamaro-widget.tamaro-widget .title .text {
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 115, 207, var(--tw-text-opacity)) !important;
  font-size: 24px !important;
  font-family: HCo Gotham Rounded SSm, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

#tamaro-widget.tamaro-widget .widget-block {
  background: 0 !important;
}

#tamaro-widget.tamaro-widget .widget-block-header {
  border-bottom: 0 !important;
}

#tamaro-widget.tamaro-widget .payment-amounts .amounts .amount.selected {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 34, var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 34, var(--tw-text-opacity)) !important;
}

#tamaro-widget-overlay.tamaro-widget .link, #tamaro-widget.tamaro-widget .link {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 34, var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 34, var(--tw-text-opacity)) !important;
}

:root {
  --tamaro-primary-color: #E37222 !important;
  --tamaro-text-color: #000 !important;
  --tamaro-border-color: #C4C4C4 !important;
  --tamaro-placeholder-color: #4B4B4A !important;
  --tamaro-icon-color: #939392 !important;
  --tamaro-error-color: #C2410C !important;
}

#tamaro-widget-overlay.tamaro-widget .btn-primary, #tamaro-widget.tamaro-widget .btn-primary {
  display: inline-flex !important;
  cursor: pointer !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 34, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 114, 34, var(--tw-bg-opacity)) !important;
}

#tamaro-widget-overlay.tamaro-widget .btn-primary:hover, #tamaro-widget.tamaro-widget .btn-primary:hover {
  background-color: transparent !important;
}

#tamaro-widget-overlay.tamaro-widget .btn-primary, #tamaro-widget.tamaro-widget .btn-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

#tamaro-widget-overlay.tamaro-widget .btn-primary:hover, #tamaro-widget.tamaro-widget .btn-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 34, var(--tw-text-opacity)) !important;
}

#tamaro-widget-overlay.tamaro-widget .btn-primary, #tamaro-widget.tamaro-widget .btn-primary .btn-text {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.payment-submit-block .payment-submit .main {
  display: flex !important;
  justify-content: center !important;
}

#tamaro-widget.tamaro-widget .payment-submit .main button {
  min-height: unset !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  width: -moz-fit-content !important;
}

#tamaro-widget.tamaro-widget .label-block .label-mark-required:after {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

#tamaro-widget.tamaro-widget .payment-download-pdf>.main button {
  display: inline-flex;
  align-items: center;
}

#tamaro-widget.tamaro-widget .btn-primary .btn-text {
  @pply ml-8 leading-none;
}

#tamaro-widget.tamaro-widget.tamaro-bp-sm .payment-download-pdf>.main button:hover .icon-download .icon-download-inner {
  fill: #E37222 !important;
}

/* FONTS */

@font-face {
  font-family: "HCo Gotham SSm";

  src: url("./fonts/gothamssm/GothamSSm-Book_Web.woff2") format("woff2"),
    url("./fonts/gothamssm/GothamSSm-Book_Web.woff") format("woff");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "HCo Gotham SSm";

  src: url("./fonts/gothamssm/GothamSSm-BookItalic_Web.woff2") format("woff2"),
    url("./fonts/gothamssm/GothamSSm-BookItalic_Web.woff") format("woff");

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: "HCo Gotham SSm";

  src: url("./fonts/gothamssm/GothamSSm-Medium_Web.woff2") format("woff2"),
    url("./fonts/gothamssm/GothamSSm-Medium_Web.woff") format("woff");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "HCo Gotham SSm";

  src: url("./fonts/gothamssm/GothamSSm-MediumItalic_Web.woff2") format("woff2"),
    url("./fonts/gothamssm/GothamSSm-MediumItalic_Web.woff") format("woff");

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: "HCo Gotham SSm";

  src: url("./fonts/gothamssm/GothamSSm-Bold_Web.woff2") format("woff2"),
    url("./fonts/gothamssm/GothamSSm-Bold_Web.woff") format("woff");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "HCo Gotham SSm";

  src: url("./fonts/gothamssm/GothamSSm-BoldItalic_Web.woff2") format("woff2"),
    url("./fonts/gothamssm/GothamSSm-BoldItalic_Web.woff") format("woff");

  font-weight: 700;

  font-style: italic;
}

@font-face {
  font-family: "HCo Gotham Rounded SSm";

  src: url("./fonts/gothamrndssm/GothamRndSSm-Book_Web.woff2") format("woff2"),
    url("./fonts/gothamrndssm/GothamRndSSm-Book_Web.woff") format("woff");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "HCo Gotham Rounded SSm";

  src: url("./fonts/gothamrndssm/GothamRndSSm-BookItalic_Web.woff2") format("woff2"),
    url("./fonts/gothamrndssm/GothamRndSSm-BookItalic_Web.woff") format("woff");

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: "HCo Gotham Rounded SSm";

  src: url("./fonts/gothamrndssm/GothamRndSSm-Medium_Web.woff2") format("woff2"),
    url("./fonts/gothamrndssm/GothamRndSSm-Medium_Web.woff") format("woff");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "HCo Gotham Rounded SSm";

  src: url("./fonts/gothamrndssm/GothamRndSSm-MediumItalic_Web.woff2") format("woff2"),
    url("./fonts/gothamrndssm/GothamRndSSm-MediumItalic_Web.woff") format("woff");

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: "HCo Gotham Rounded SSm";

  src: url("./fonts/gothamrndssm/GothamRndSSm-Bold_Web.woff2") format("woff2"),
    url("./fonts/gothamrndssm/GothamRndSSm-Bold_Web.woff") format("woff");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "HCo Gotham Rounded SSm";

  src: url("./fonts/gothamrndssm/GothamRndSSm-BoldItalic_Web.woff2") format("woff2"),
    url("./fonts/gothamrndssm/GothamRndSSm-BoldItalic_Web.woff") format("woff");

  font-weight: 700;

  font-style: italic;
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:min-h-80 {
    min-height: 20rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

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

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

  .sm\:min-w-80 {
    min-width: 20rem;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

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

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

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

  .sm\:gap-0 {
    gap: 0px;
  }

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

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

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

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

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

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

  .sm\:text-base {
    font-size: 16px;
    line-height: 28px;
  }

  .sm\:text-lg {
    font-size: 20px;
    line-height: 36px;
  }
}

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

  .md\:top-auto {
    top: auto;
  }

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

  .md\:left-auto {
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-192 {
    width: 48rem;
  }

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

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

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

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

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

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg;
  }

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-base {
    font-size: 16px;
    line-height: 28px;
  }

  .md\:text-lg {
    font-size: 20px;
    line-height: 36px;
  }

  .md\:text-xl {
    font-size: 24px;
    line-height: 38px;
  }

  .md\:text-2xl {
    font-size: 32px;
    line-height: 42px;
  }

  .md\:text-3xl {
    font-size: 42px;
    line-height: 56px;
  }

  .md\:text-4xl {
    font-size: 54px;
    line-height: 72px;
  }

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

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

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

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

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

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

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:text-xl {
    font-size: 24px;
    line-height: 38px;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-0 {
    margin-top: 0px;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-160 {
    height: 40rem;
  }

  .xl\:h-192 {
    height: 48rem;
  }

  .xl\:h-224 {
    height: 56rem;
  }

  .xl\:w-160 {
    width: 40rem;
  }

  .xl\:w-192 {
    width: 48rem;
  }

  .xl\:w-224 {
    width: 56rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1536px) {
}
