@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

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

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #f5f5f5;
  height: initial;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* Light */

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

  font-weight: 200;

  src: url("../fonts/helvetica-now-display-light.woff2") format("woff2"), url("/fonts/helvetica-now-display-light.woff") format("woff");
}

/* Regular */

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

  font-weight: 400;

  src: url("../fonts/helvetica-now-display-regular.woff2") format("woff2"), url("/fonts/helvetica-now-display-regular.woff") format("woff");
}

/* Bold */

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

  font-weight: 600;

  src: url("../fonts/helvetica-now-display-bold.woff2") format("woff2"), url("/fonts/helvetica-now-display-bold.woff") format("woff");
}

/* Extra Bold */

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

  font-weight: 800;

  src: url("../fonts/helvetica-now-display-xbold.woff2") format("woff2"), url("/fonts/helvetica-now-display-xbold.woff") format("woff");
}

.c-module-heading {
  color: #ab2b3a;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 600;
}

@media (min-width: 480px) {
  .c-module-heading {
    font-size: 2.25rem;
    /* rem(36px) */
    line-height: 2.625rem;
    /* rem(42px) */
  }
}

@media (min-width: 640px) {
  .c-module-heading {
    font-size: 2.875rem;
    /* rem(46px) */
    line-height: 3.25rem;
    /* rem(52px) */
  }
}

@media (min-width: 1024px) {
  .c-module-heading {
    font-size: 3.75rem;
    /* rem(60px) */
    line-height: 4.125rem;
    /* rem(66px) */
  }
}

.c-module-heading a {
  color: inherit;
  text-decoration: none;
}

.c-module-heading a:hover {
  text-decoration: underline;
}

.c-team-selector {
  overflow: hidden;
  padding-bottom: 11.25rem;
}

@media (min-width: 480px) {
  .c-team-selector {
    padding-bottom: 8.75rem;
  }
}

@media (min-width: 640px) {
  .c-team-selector {
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 1024px) {
  .c-team-selector {
    padding-left: calc(2.875rem + ((100% - 80rem) / 2));
  }
}

.c-team-selector__photo-wrap {
  background: #f5f5f5;
  margin: 0 -2.5rem;
  position: relative;
}

@media (min-width: 640px) {
  .c-team-selector__photo-wrap {
    margin: 0 -4.375rem;
  }
}

@media (min-width: 1024px) {
  .c-team-selector__photo-wrap {
    margin: 0;
  }
}

.c-team-selector__photo-wrap::before {
  content: '';
  display: block;
  padding-top: 31.1%;
}

.c-team-selector__photo {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-team-selector__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 11.25rem;
  left: 0;
  margin: 0 2.5rem;
  padding: 0.625rem 1.5rem;
  position: absolute;
  right: 0;
  top: 100%;
}

@media (min-width: 480px) {
  .c-team-selector__list {
    height: 8.75rem;
  }
}

@media (min-width: 640px) {
  .c-team-selector__list {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
  }
}

.c-team-selector__item {
  width: 50%;
}

@media (min-width: 480px) {
  .c-team-selector__item {
    width: 33.333%;
  }
}

@media (min-width: 640px) {
  .c-team-selector__item {
    width: auto;
  }
}

.c-team-selector__link {
  color: inherit;
  display: block;
}

@media (min-width: 640px) {
  .c-team-selector__link {
    border-top-left-radius: 40% 60%;
    border-top-right-radius: 40% 60%;
    bottom: 0;
    position: absolute;
    transition: 0;
    z-index: 2;
  }

  .c-team-selector__item:nth-child(1) .c-team-selector__link {
    left: 13%;
    top: 13%;
    width: 15.5%;
  }

  .c-team-selector__item:nth-child(2) .c-team-selector__link {
    left: 24.5%;
    top: 17%;
    width: 14%;
    z-index: 3;
  }

  .c-team-selector__item:nth-child(3) .c-team-selector__link {
    left: 37.5%;
    top: 4%;
    width: 16.5%;
  }

  .c-team-selector__item:nth-child(4) .c-team-selector__link {
    left: 48.5%;
    top: 12%;
    width: 13%;
    z-index: 3;
  }

  .c-team-selector__item:nth-child(5) .c-team-selector__link {
    left: 63%;
    top: 18%;
    width: 15%;
  }

  .c-team-selector__item:nth-child(6) .c-team-selector__link {
    left: 80.5%;
    top: 22%;
    width: 13.5%;
    z-index: 2;
  }

  .c-team-selector__link:hover ~ .c-team-selector__layer {
    opacity: 1;
  }
}

.c-team-selector__details {
  font-size: 0.625rem;
  line-height: 0.8125rem;
  padding: 0.375rem 1.25rem 0.375rem 0;
}

@media (min-width: 340px) {
  .c-team-selector__details {
    font-size: 0.75rem;
  }
}

@media (min-width: 640px) {
  .c-team-selector__details {
    height: 5.625rem;
    left: 0;
    line-height: 0.9375rem;
    max-width: 11em;
    padding: 1.5rem 1.5rem 0 0;
    position: absolute;
    top: 100%;
  }
}

@media (min-width: 1024px) {
  .c-team-selector__details {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 2rem 1.5rem 0 0;
  }
}

.c-team-selector__name {
  font-weight: 600;
  margin: 0 0 0.125rem 0;
}

.c-team-selector__link:hover .c-team-selector__name {
  text-decoration: underline;
}

.c-team-selector__position {
  color: #999999;
  font-weight: 600;
  margin: 0;
}

.c-team-selector__layer {
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .4s opacity;
  width: 100%;
  z-index: 1;
}

@media (min-width: 640px) {
  .c-team-selector__layer {
    display: block;
  }

  .c-team-selector__item:nth-child(1) .c-team-selector__layer {
    background-image: url(/dist/images/staff-layers/1.png);
  }

  .c-team-selector__item:nth-child(2) .c-team-selector__layer {
    background-image: url(/dist/images/staff-layers/2.png);
  }

  .c-team-selector__item:nth-child(3) .c-team-selector__layer {
    background-image: url(/dist/images/staff-layers/3.png);
  }

  .c-team-selector__item:nth-child(4) .c-team-selector__layer {
    background-image: url(/dist/images/staff-layers/4.png);
  }

  .c-team-selector__item:nth-child(5) .c-team-selector__layer {
    background-image: url(/dist/images/staff-layers/5.png);
  }

  .c-team-selector__item:nth-child(6) .c-team-selector__layer {
    background-image: url(/dist/images/staff-layers/6.png);
  }
}

/*@import 'swiper/swiper.css';
@import 'swiper/modules/pagination.css';
@import 'swiper/modules/navigation.css';*/

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "HelveticaNowDisplay", Helvetica, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

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

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

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

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

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

summary  {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.back-to-top-btn{
  pointer-events: none;
  position: fixed;
  bottom: 5vh;
  right: -5vw;
  z-index: 999;
  flex-direction: column;
  align-items: center;
  background-color: #181813E6;
  padding: 20px;
  padding-bottom: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
}

@media (min-width: 768px){
  .back-to-top-btn{
    display: flex;
  }
}

.back-to-top-btn.show{
  pointer-events: auto;
  opacity: 1;
}

.back-to-top-btn:hover svg{
  padding-bottom: 15px;
}

details {
  position: relative;
  margin-inline: auto;
}

summary {
  position: relative;
  cursor: pointer;
}

/* Demo Code */

details::details-content {
  display: block;
  block-size: 0;
  overflow: hidden;
  transition-property: block-size, content-visibility;
  transition-duration: 0.5s;
  transition-behavior: allow-discrete;
}

details[open]::details-content {
  /* Fallback for browsers that don't support calc-size() function */
  block-size: auto;
  /* calc-size() function allows transition to height: auto; */
  block-size: calc-size(auto, size);
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

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

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

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

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

.left-0{
  left: 0px;
}

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

.left-\[-6249\.9375rem\]{
  left: -6249.9375rem;
}

.left-\[0\]{
  left: 0;
}

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

.right-0{
  right: 0px;
}

.right-6{
  right: 1.5rem;
}

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

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

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

.top-0{
  top: 0px;
}

.top-4{
  top: 1rem;
}

.top-\[0\]{
  top: 0;
}

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

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

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

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

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

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

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

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

.-m-\[\.75rem\]{
  margin: -.75rem;
}

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

.mx-\[-0\.5rem\]{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mx-\[-1rem\]{
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-\[-2\.3\%\]{
  margin-left: -2.3%;
  margin-right: -2.3%;
}

.mx-\[0\.5rem\]{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-\[2\.3\%\]{
  margin-left: 2.3%;
  margin-right: 2.3%;
}

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

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

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

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

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

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

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

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

.mb-\[\.5rem\]{
  margin-bottom: .5rem;
}

.mb-\[\.75rem\]{
  margin-bottom: .75rem;
}

.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}

.mb-\[2\.5rem\]{
  margin-bottom: 2.5rem;
}

.mb-\[2rem\]{
  margin-bottom: 2rem;
}

.mb-\[3rem\]{
  margin-bottom: 3rem;
}

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

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

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

.mr-\[1\.75rem\]{
  margin-right: 1.75rem;
}

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

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

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

.mt-\[0\.5rem\]{
  margin-top: 0.5rem;
}

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.hidden{
  display: none;
}

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

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

.size-\[40px\]{
  width: 40px;
  height: 40px;
}

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

.h-12{
  height: 3rem;
}

.h-6{
  height: 1.5rem;
}

.h-9{
  height: 2.25rem;
}

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

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

.h-\[2\.375rem\]{
  height: 2.375rem;
}

.h-\[2\.5rem\]{
  height: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

.h-\[85dvh\]{
  height: 85dvh;
}

.h-auto{
  height: auto;
}

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

.h-full{
  height: 100%;
}

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

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

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

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

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

.w-12{
  width: 3rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-6{
  width: 1.5rem;
}

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

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

.w-\[2\.625rem\]{
  width: 2.625rem;
}

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

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

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

.w-\[3\.625rem\]{
  width: 3.625rem;
}

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

.w-\[4\.625rem\]{
  width: 4.625rem;
}

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

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

.w-\[7\.25rem\]{
  width: 7.25rem;
}

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

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

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

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

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

.w-full{
  width: 100%;
}

.min-w-\[10\.5rem\]{
  min-width: 10.5rem;
}

.min-w-\[2\.625rem\]{
  min-width: 2.625rem;
}

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

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

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

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

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

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

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

.max-w-\[60rem\]{
  max-width: 60rem;
}

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

.max-w-\[80rem\]{
  max-width: 80rem;
}

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

.max-w-site{
  max-width: 1400px;
}

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

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

.shrink{
  flex-shrink: 1;
}

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

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

.grow{
  flex-grow: 1;
}

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

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

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

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

.cursor-pointer{
  cursor: pointer;
}

.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

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

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

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

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

.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-start{
  justify-content: flex-start;
}

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

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

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

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-\[10px\]{
  gap: 10px;
}

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

.gap-\[3\.5rem\]{
  gap: 3.5rem;
}

.gap-\[3px\]{
  gap: 3px;
}

.gap-\[40px\]{
  gap: 40px;
}

.gap-\[5\%\]{
  gap: 5%;
}

.gap-\[8px\]{
  gap: 8px;
}

.gap-x-\[60px\]{
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gap-y-\[20px\]{
  row-gap: 20px;
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

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

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

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

.rounded-\[1px\]{
  border-radius: 1px;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

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

.rounded-sm{
  border-radius: 0.125rem;
}

.border{
  border-width: 1px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-\[2px\]{
  border-width: 2px;
}

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

.border-b-\[\.25rem\]{
  border-bottom-width: .25rem;
}

.border-b-\[4px\]{
  border-bottom-width: 4px;
}

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

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

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

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

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

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

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

.border-\[\#565454\]{
  --tw-border-opacity: 1;
  border-color: rgb(86 84 84 / var(--tw-border-opacity, 1));
}

.border-\[\#ebebeb\]{
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}

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

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

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

.border-b-black-text{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(47 45 45 / var(--tw-border-opacity, 1));
}

.bg-\[\#38761d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(56 118 29 / var(--tw-bg-opacity, 1));
}

.bg-\[\#45818e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(69 129 142 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b45f06\]{
  --tw-bg-opacity: 1;
  background-color: rgb(180 95 6 / var(--tw-bg-opacity, 1));
}

.bg-\[\#bf9000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(191 144 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cfe2f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(207 226 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d9ead3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 234 211 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#fff2cc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 204 / var(--tw-bg-opacity, 1));
}

.bg-black-text{
  --tw-bg-opacity: 1;
  background-color: rgb(47 45 45 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6);
}

.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(175 172 172 / var(--tw-bg-opacity, 1));
}

.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(171 43 58 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

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

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

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

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

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

.px-\[\.75rem\]{
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-\[1\.5rem\]{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[1rem\]{
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

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

.py-\[\.25rem\]{
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-\[0\]{
  padding-top: 0;
  padding-bottom: 0;
}

.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[3rem\]{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[80px\]{
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

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

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

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

.pb-\[1\.5rem\]{
  padding-bottom: 1.5rem;
}

.pb-\[120px\]{
  padding-bottom: 120px;
}

.pb-\[24px\]{
  padding-bottom: 24px;
}

.pb-\[30px\]{
  padding-bottom: 30px;
}

.pb-\[36px\]{
  padding-bottom: 36px;
}

.pb-\[3rem\]{
  padding-bottom: 3rem;
}

.pb-\[4\.5rem\]{
  padding-bottom: 4.5rem;
}

.pb-\[40px\]{
  padding-bottom: 40px;
}

.pb-\[4rem\]{
  padding-bottom: 4rem;
}

.pb-\[5px\]{
  padding-bottom: 5px;
}

.pb-\[60px\]{
  padding-bottom: 60px;
}

.pb-\[6rem\]{
  padding-bottom: 6rem;
}

.pb-\[70px\]{
  padding-bottom: 70px;
}

.pb-\[80px\]{
  padding-bottom: 80px;
}

.pb-\[8px\]{
  padding-bottom: 8px;
}

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

.pr-8{
  padding-right: 2rem;
}

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

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

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

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

.pt-\[1\.5rem\]{
  padding-top: 1.5rem;
}

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

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

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

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

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

.pt-\[4\.5rem\]{
  padding-top: 4.5rem;
}

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

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

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

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

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

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

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

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

.text-\[0\.875rem\]{
  font-size: 0.875rem;
}

.text-\[1\.25rem\]{
  font-size: 1.25rem;
}

.text-\[1\.375rem\]{
  font-size: 1.375rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[1\.75rem\]{
  font-size: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-extralight{
  font-weight: 200;
}

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

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[1\.5rem\]{
  line-height: 1.5rem;
}

.leading-\[1\.75rem\]{
  line-height: 1.75rem;
}

.leading-\[16px\]{
  line-height: 16px;
}

.leading-\[18px\]{
  line-height: 18px;
}

.leading-\[2\.125rem\]{
  line-height: 2.125rem;
}

.leading-\[2\.25rem\]{
  line-height: 2.25rem;
}

.leading-\[2\.75rem\]{
  line-height: 2.75rem;
}

.leading-\[20px\]{
  line-height: 20px;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[24px\]{
  line-height: 24px;
}

.leading-\[28px\]{
  line-height: 28px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-\[34px\]{
  line-height: 34px;
}

.leading-\[36px\]{
  line-height: 36px;
}

.leading-\[3rem\]{
  line-height: 3rem;
}

.leading-\[42px\]{
  line-height: 42px;
}

.leading-\[50px\]{
  line-height: 50px;
}

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

.\!text-red{
  --tw-text-opacity: 1 !important;
  color: rgb(171 43 58 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#d00\]{
  --tw-text-opacity: 1;
  color: rgb(221 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.text-grey{
  --tw-text-opacity: 1;
  color: rgb(175 172 172 / var(--tw-text-opacity, 1));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(171 43 58 / var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-link{
  --tw-text-opacity: 1;
  color: rgb(223 55 75 / var(--tw-text-opacity, 1));
}

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

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

.underline-offset-4{
  text-underline-offset: 4px;
}

.opacity-\[0\.6\]{
  opacity: 0.6;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[-1px_0_rgba\(0\2c 0\2c 0\2c \.05\)\]{
  --tw-shadow: -1px 0 rgba(0,0,0,.05);
  --tw-shadow-colored: -1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_-1px_rgba\(175\2c 172\2c 172\2c 0\.1\)\]{
  --tw-shadow: inset 0 -1px rgba(175,172,172,0.1);
  --tw-shadow-colored: inset 0 -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.outline-\[0\]{
  outline-width: 0;
}

.ring-transparent{
  --tw-ring-color: transparent;
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-\[\.2s\]{
  transition-property: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.duration-\[\.4s\]{
  transition-duration: .4s;
}

.duration-\[300ms\]{
  transition-duration: 300ms;
}

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

.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  height: 1px;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  text-decoration: underline;
  top: 1rem;
  left: 1rem;
  width: 1px;
  z-index: 999;
  &:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    width: auto;
  }
}

.\[box-shadow\:inset_0_-1px_rgba\(175\2c _172\2c _172\2c _\.2\)\]{
  box-shadow: inset 0 -1px rgba(175, 172, 172, .2);
}

.\[box-shadow\:inset_0_-1px_rgba\(175\2c _172\2c _172\2c _\.65\)\]{
  box-shadow: inset 0 -1px rgba(175, 172, 172, .65);
}

.\[box-shadow\:inset_0_-1px_rgba\(255\2c _255\2c _255\2c _\.65\)\]{
  box-shadow: inset 0 -1px rgba(255, 255, 255, .65);
}

.\[color\:inherit\]{
  color: inherit;
}

.\[transition\:all_0\.2s_ease\]{
  transition: all 0.2s ease;
}

/* Tailwind can't generate from dynamic class names... */

/* put them in safelist in the config file */

body{
  font-family: "HelveticaNowDisplay", Helvetica, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(47 45 45 / var(--tw-text-opacity, 1));
}

.umbraco-forms-hidden{
  display: none;
}

#tinymce h2{
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(47 45 45 / var(--tw-text-opacity, 1));
}

#tinymce h3{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(47 45 45 / var(--tw-text-opacity, 1));
}

#tinymce h4{
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(47 45 45 / var(--tw-text-opacity, 1));
}

#tinymce h5{
  font-size: 18px;
  font-weight: 600;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(47 45 45 / var(--tw-text-opacity, 1));
}

#tinymce h6{
  font-size: 1rem;
  font-weight: 600;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(47 45 45 / var(--tw-text-opacity, 1));
}

#tinymce p{
  font-size: 14px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(47 45 45 / var(--tw-text-opacity, 1));
}

#tinymce .small-text{
  font-size: 10.5px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(47 45 45 / var(--tw-text-opacity, 1));
}

#tinymce a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(171 43 58 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#tinymce strong a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(171 43 58 / var(--tw-text-opacity, 1));
}

#tinymce a:hover{
  --tw-text-opacity: 1;
  color: rgb(171 43 58 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#tinymce a[href^="/"]{
  --tw-text-opacity: 1;
  color: rgb(175 172 172 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#tinymce a[href^="/"]:hover{
  --tw-text-opacity: 1;
  color: rgb(171 43 58 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.c-rich-text p {
  margin: 0 0 1.5rem 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

@media (min-width: 640px) {
  .c-rich-text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.c-rich-text--large p{
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.75rem !important;
}

@media (min-width: 640px){
  .c-rich-text--large p{
    font-size: 1.5rem !important;
    line-height: 2.125rem !important;
  }
}

.c-rich-text p:last-child {
  margin-bottom: 0;
}

.c-rich-text h1, h2, h3, h4 {
  color: #2f2d2d !important;
  font-weight: 600;
}

.c-rich-text h2 {
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 2rem 0 .75rem 0;
  font-weight: 600;
}

.c-rich-text h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 2rem 0 .5rem 0;
  font-weight: 600;
}

.c-rich-text h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin: 2rem 0 .5rem 0;
}

.c-rich-text h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 1.5rem 0 .5rem 0;
  font-weight: 600;
}

.c-rich-text ol {
  counter-reset: ol;
  list-style: none;
  margin: 0 0 1.5rem 0;
}

.c-rich-text ol li {
  counter-increment: ol;
  display: block;
  margin: 0 0 .875rem 0;
  padding-left: 2rem;
}

.c-rich-text ol li::before {
  color: #ab2b3a;
  content: counter(ol) ".";
  display: inline-block;
  margin-left: -2rem;
  width: 1rem;
}

.c-rich-text ul {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding-inline-start: 0;
}

.c-rich-text ul:last-child {
  margin-bottom: 0;
}

.c-rich-text ul li {
  display: block;
  margin: 0 0 .875rem 0;
  padding-left: 1.5rem;
  font-size: 14px;
}

.c-rich-text ul li::before {
  color: #ab2b3a;
  content: '\2022';
  display: inline-block;
  margin-left: -1.5rem;
  width: 1.5rem;
}

.c-rich-text a {
  color: #ab2b3a;
  transition: .2s color;
  text-decoration: none;
}

.c-rich-text a[href^="/"] {
  color: #afacac;
  text-decoration: underline;
}

.c-rich-text a[href^="/"]:hover {
  color: #ab2b3a;
  text-decoration: underline;
}

/* table styling */

.c-rich-text.table-wrap {
  overflow-x: auto;
  overflow-y: visible;
}

.c-rich-text table {
  background: #fff;
  border: 1px solid #afacac;
  border-collapse: collapse;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 480px) {
  .c-rich-text table {
    font-size: .75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1024px) {
  .c-rich-text table {
    font-size: .875rem;
    line-height: 1.125rem;
  }
}

.c-rich-text h1:first-child, 
.c-rich-text h2:first-child, 
.c-rich-text h3:first-child, 
.c-rich-text h4:first-child, 
.c-rich-text h5:first-child, 
.c-rich-text h6:first-child {
  margin-top: 0;
}

.c-rich-text strong {
  font-weight: 600;
}

tr {
  height: auto !important;
}

td, th {
  border: 1px solid #afacac;
  height: auto !important;
  padding: .375rem .5rem !important;
  text-align: left;
  vertical-align: middle !important;
  width: auto !important;
  font-weight: 400 !important;
}

@media (min-width: 768px) {
  td, th {
    padding: .5rem .75rem !important;
  }
}

th, thead td {
  background-color: #ebebeb;
}

/*video block*/

.c-video__embed > * {
  border: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-video::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

/* input */

.c-jumbo-search {
  box-shadow: 0 0 4px #ebebeb;
  height: 3.625rem
}

input.c-jumbo-search__input {
  background: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0 !important;
  color: inherit;
  display: block;
  font: inherit;
  font-size: 1.125rem;
  font-weight: 600;
  height: 100%;
  left: 0;
  padding: 0 0 0 1.125rem;
  position: absolute;
  top: 0;
  width: 100%;
}

input.c-jumbo-search__input::-webkit-input-placeholder, input.c-jumbo-search__input::placeholder {
  color: #afacac
}

input.c-jumbo-search__input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.c-jumbo-search__submit-wrap {
  width: 3.625rem;
  position: relative;
  width: 58px;
}

.c-jumbo-search__submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
  background-size: 28px 30px;
  border: 0;
  color: #ab2b3a;
  cursor: pointer;
  display: flex;
  height: 100%;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  transition: .2s color, .2s background-color;
  width: 100%;
}

.c-jumbo-search__submit:hover {
  background: #ab2b3a;
  color: #fff;
}

.c-jumbo-search__submit:focus {
  box-shadow: 0 0 0 4px rgba(0,0,0,.05);
}

.c-jumbo-search__search-icon {
  display: block;
  fill: currentColor;
  height: 20px;
  margin: auto;
  width: 20px;
}

@media (min-width: 640px) {
  input.c-jumbo-search__input {
    font-size: 1.5rem;
    padding: 0 1.75rem;
    height: 100%;
  }

  .c-rich-text ol li::before {
    width: 2rem;
  }

  .c-jumbo-search__submit-wrap {
    width: 5rem;
  }

  .c-jumbo-search__search-icon {
    height: 28px;
    width: 28px;
  }

  .c-jumbo-search__submit-wrap {
    width: 80px;
  }

  .c-rich-text p {
    font-size: 1rem;
  }

  .c-rich-text ul li {
    font-size: 1rem;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.u-fade-in-out {
  max-height: 999999px;
  max-width: 999999px;
  opacity: 1;
  transition: margin 0s .2s, max-height 0s .2s, max-width 0s .2s, opacity .15s .25s, padding 0s .2s;
}

.u-fade-in-out[hidden] {
  margin: 0 !important;
  max-height: 0 !important;
  max-width: 0 !important;
  opacity: 0;
  overflow: hidden;
  padding: 0 !important;
  pointer-events: none;
  transition: margin 0s .15s, max-height 0s .15s, max-width 0s .15s, opacity .15s, padding 0s .15s;
}

/*Slider*/

.c-slider {
}

.c-slider__swiper {
  overflow: visible !important;
  position: relative !important;
}

.c-slider__list {
  /*display: block;*/
}

.c-slider__item {
  box-sizing: border-box !important;
}

.c-slider__item.c-slider__swiper:not(.swiper-initialized) {
  padding-right: 48px !important;
}

.c-slider__item-content {
  opacity: .75;
  transition: opacity .3s;
}

.c-slider__item-content:hover, .swiper-slide-visible {
  opacity: 1;
}

.c-slider__scrollbar {
  background: #EBEBEB !important;
  border-radius: 0 !important;
  bottom: -35px !important;
  left: 0 !important;
  margin-top: 64px !important;
  width: 100% !important;
  z-index: 5 !important;
}

.c-slider__scroll-drag {
  background: #2F2D2D !important;
  border-radius: 0 !important;
  height: 100%;
}

@media (min-width: 1536px){
  .\32xl\:prose{
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-\[\.5rem\]::before{
  content: var(--tw-content);
  bottom: .5rem;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:left-2\/4::before{
  content: var(--tw-content);
  left: 50%;
}

.before\:top-1\/2::before{
  content: var(--tw-content);
  top: 50%;
}

.before\:top-\[\.5rem\]::before{
  content: var(--tw-content);
  top: .5rem;
}

.before\:clear-both::before{
  content: var(--tw-content);
  clear: both;
}

.before\:ml-0::before{
  content: var(--tw-content);
  margin-left: 0px;
}

.before\:mr-\[-0\.25rem\]::before{
  content: var(--tw-content);
  margin-right: -0.25rem;
}

.before\:mt-\[0\.25rem\]::before{
  content: var(--tw-content);
  margin-top: 0.25rem;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:h-\[1px\]::before{
  content: var(--tw-content);
  height: 1px;
}

.before\:h-\[1rem\]::before{
  content: var(--tw-content);
  height: 1rem;
}

.before\:w-\[1rem\]::before{
  content: var(--tw-content);
  width: 1rem;
}

.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}

.before\:w-px::before{
  content: var(--tw-content);
  width: 1px;
}

.before\:origin-\[50\%_50\%\]::before{
  content: var(--tw-content);
  transform-origin: 50% 50%;
}

.before\:origin-center::before{
  content: var(--tw-content);
  transform-origin: center;
}

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

.before\:border-b-2::before{
  content: var(--tw-content);
  border-bottom-width: 2px;
}

.before\:border-l-2::before{
  content: var(--tw-content);
  border-left-width: 2px;
}

.before\:\!border-red::before{
  content: var(--tw-content);
  --tw-border-opacity: 1 !important;
  border-color: rgb(171 43 58 / var(--tw-border-opacity, 1)) !important;
}

.before\:bg-current::before{
  content: var(--tw-content);
  background-color: currentColor;
}

.before\:bg-red::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(171 43 58 / var(--tw-bg-opacity, 1));
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-\[\.5rem\]::after{
  content: var(--tw-content);
  bottom: .5rem;
}

.after\:bottom-\[\.75rem\]::after{
  content: var(--tw-content);
  bottom: .75rem;
}

.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:left-2\/4::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:left-\[\.75rem\]::after{
  content: var(--tw-content);
  left: .75rem;
}

.after\:right-\[\.75rem\]::after{
  content: var(--tw-content);
  right: .75rem;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:top-\[\.5rem\]::after{
  content: var(--tw-content);
  top: .5rem;
}

.after\:top-\[\.75rem\]::after{
  content: var(--tw-content);
  top: .75rem;
}

.after\:clear-both::after{
  content: var(--tw-content);
  clear: both;
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:w-\[1px\]::after{
  content: var(--tw-content);
  width: 1px;
}

.after\:w-px::after{
  content: var(--tw-content);
  width: 1px;
}

.after\:origin-\[50\%_50\%\]::after{
  content: var(--tw-content);
  transform-origin: 50% 50%;
}

.after\:origin-center::after{
  content: var(--tw-content);
  transform-origin: center;
}

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

.after\:border-b::after{
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.after\:border-t::after{
  content: var(--tw-content);
  border-top-width: 1px;
}

.after\:border-black-text::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(47 45 45 / var(--tw-border-opacity, 1));
}

.after\:bg-current::after{
  content: var(--tw-content);
  background-color: currentColor;
}

.after\:bg-red::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(171 43 58 / var(--tw-bg-opacity, 1));
}

.after\:pt-\[58\%\]::after{
  content: var(--tw-content);
  padding-top: 58%;
}

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

.last-of-type\:border-b-\[1px\]:last-of-type{
  border-bottom-width: 1px;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:bg-red-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(223 55 75 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:grayscale-\[0\%\]:hover{
  --tw-grayscale: grayscale(0%);
  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);
}

.hover\:\[box-shadow\:inset_0_-1px_currentColor\]:hover{
  box-shadow: inset 0 -1px currentColor;
}

@keyframes burstIn1{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleX(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleX(1);
  }
}

.hover\:before\:animate-burstIn1:hover::before{
  content: var(--tw-content);
  animation: burstIn1 0.3s forwards;
}

@keyframes burstIn2{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleY(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleY(1);
  }
}

.hover\:after\:animate-burstIn2:hover::after{
  content: var(--tw-content);
  animation: burstIn2 0.3s forwards;
}

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

.focus\:shadow-\[inset_0_-1px_\#afacac\;\]:focus{
  --tw-shadow: inset 0 -1px #afacac;;
  --tw-shadow-colored: inset 0 -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

.group\/details[open] .group-open\/details\:block{
  display: block;
}

.group\/details[open] .group-open\/details\:h-full{
  height: 100%;
}

.group\/details[open] .group-open\/details\:after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}

.group\/link-block[open] .group-open\/link-block\:after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}

.group\/link[open] .group-open\/link\:after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}

.group\/news[open] .group-open\/news\:after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}

.group\/resource-block[open] .group-open\/resource-block\:after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}

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

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

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

.group\/resource-block:hover .group-hover\/resource-block\:underline{
  text-decoration-line: underline;
}

@keyframes burstIn1{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleX(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleX(1);
  }
}

.group\/details:hover .group-hover\/details\:before\:animate-burstIn1::before{
  content: var(--tw-content);
  animation: burstIn1 0.3s forwards;
}

@keyframes burstIn1{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleX(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleX(1);
  }
}

.group\/link-block:hover .group-hover\/link-block\:before\:animate-burstIn1::before{
  content: var(--tw-content);
  animation: burstIn1 0.3s forwards;
}

@keyframes burstIn1{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleX(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleX(1);
  }
}

.group\/link:hover .group-hover\/link\:before\:animate-burstIn1::before{
  content: var(--tw-content);
  animation: burstIn1 0.3s forwards;
}

@keyframes burstIn1{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleX(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleX(1);
  }
}

.group\/news:hover .group-hover\/news\:before\:animate-burstIn1::before{
  content: var(--tw-content);
  animation: burstIn1 0.3s forwards;
}

@keyframes burstIn1{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleX(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleX(1);
  }
}

.group\/resource-block:hover .group-hover\/resource-block\:before\:animate-burstIn1::before{
  content: var(--tw-content);
  animation: burstIn1 0.3s forwards;
}

@keyframes burstIn2{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleY(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleY(1);
  }
}

.group\/details:hover .group-hover\/details\:after\:animate-burstIn2::after{
  content: var(--tw-content);
  animation: burstIn2 0.3s forwards;
}

@keyframes burstIn2{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleY(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleY(1);
  }
}

.group\/link-block:hover .group-hover\/link-block\:after\:animate-burstIn2::after{
  content: var(--tw-content);
  animation: burstIn2 0.3s forwards;
}

@keyframes burstIn2{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleY(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleY(1);
  }
}

.group\/link:hover .group-hover\/link\:after\:animate-burstIn2::after{
  content: var(--tw-content);
  animation: burstIn2 0.3s forwards;
}

@keyframes burstIn2{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleY(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleY(1);
  }
}

.group\/news:hover .group-hover\/news\:after\:animate-burstIn2::after{
  content: var(--tw-content);
  animation: burstIn2 0.3s forwards;
}

@keyframes burstIn2{
  0%{
    content: var(--tw-content);
    opacity: 0.5;
    transform: scaleY(0.15);
  }

  100%{
    content: var(--tw-content);
    opacity: 1;
    transform: scaleY(1);
  }
}

.group\/resource-block:hover .group-hover\/resource-block\:after\:animate-burstIn2::after{
  content: var(--tw-content);
  animation: burstIn2 0.3s forwards;
}

.group\/html.has-mobile-menu .group-\[\&\.has-mobile-menu\]\/html\:pointer-events-auto{
  pointer-events: auto;
}

.group\/html.HomePage .group-\[\&\.HomePage\]\/html\:absolute{
  position: absolute;
}

.group\/html.has-mobile-menu .group-\[\&\.has-mobile-menu\]\/html\:right-0{
  right: 0px;
}

.group\/html.HomePage .group-\[\&\.HomePage\]\/html\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/nav-group.is-active .group-\[\.is-active\]\/nav-group\:text-grey{
  --tw-text-opacity: 1;
  color: rgb(175 172 172 / var(--tw-text-opacity, 1));
}

.group\/html.HomePage .group-\[\&\.HomePage\]\/html\:after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:border-\[\#e8a2aa\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 162 170 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:text-red{
  --tw-text-opacity: 1;
  color: rgb(171 43 58 / var(--tw-text-opacity, 1));
}

.prose-headings\:text-current :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: currentColor;
}

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

.prose-p\:pb-\[10px\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-bottom: 10px;
}

.prose-p\:pt-\[8px\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-top: 8px;
}

.prose-a\:text-current :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: currentColor;
}

.prose-strong\:text-current :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: currentColor;
}

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

.prose-ul\:py-5 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.prose-li\:py-2 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px){
  .sm\:bottom-\[18px\]{
    bottom: 18px;
  }

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

  .sm\:mx-\[-2\.3\%\]{
    margin-left: -2.3%;
    margin-right: -2.3%;
  }

  .sm\:mx-\[2\.3\%\]{
    margin-left: 2.3%;
    margin-right: 2.3%;
  }

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

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

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

  .sm\:mb-\[\.75rem\]{
    margin-bottom: .75rem;
  }

  .sm\:mb-\[2rem\]{
    margin-bottom: 2rem;
  }

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

  .sm\:ml-\[1\.25rem\]{
    margin-left: 1.25rem;
  }

  .sm\:ml-\[33\.33333\%\]{
    margin-left: 33.33333%;
  }

  .sm\:mr-\[2\.3\%\]{
    margin-right: 2.3%;
  }

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

  .sm\:flex{
    display: flex;
  }

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

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

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

  .sm\:h-\[3\.125rem\]{
    height: 3.125rem;
  }

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

  .sm\:h-\[5rem\]{
    height: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-\[5rem\]{
    width: 5rem;
  }

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

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

  .sm\:w-\[66\.66667\%\]{
    width: 66.66667%;
  }

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

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

  .sm\:w-\[83\.33\%\]{
    width: 83.33%;
  }

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

  .sm\:w-\[calc\(50\%-1\.75rem\)\]{
    width: calc(50% - 1.75rem);
  }

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

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

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

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

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

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:gap-\[40px\]{
    gap: 40px;
  }

  .sm\:gap-\[7\%\]{
    gap: 7%;
  }

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

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

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

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

  .sm\:px-\[\.75rem\]{
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:px-\[2\.25rem\]{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-\[36px\]{
    padding-left: 36px;
    padding-right: 36px;
  }

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

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

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

  .sm\:py-\[4rem\]{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

  .sm\:pb-\[2rem\]{
    padding-bottom: 2rem;
  }

  .sm\:pb-\[32px\]{
    padding-bottom: 32px;
  }

  .sm\:pb-\[4\.5rem\]{
    padding-bottom: 4.5rem;
  }

  .sm\:pb-\[4rem\]{
    padding-bottom: 4rem;
  }

  .sm\:pb-\[6rem\]{
    padding-bottom: 6rem;
  }

  .sm\:pb-\[8rem\]{
    padding-bottom: 8rem;
  }

  .sm\:pl-\[2\.3\%\]{
    padding-left: 2.3%;
  }

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

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

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

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

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

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

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

  .sm\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }

  .sm\:text-\[1\.875rem\]{
    font-size: 1.875rem;
  }

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

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

  .sm\:text-\[1rem\]{
    font-size: 1rem;
  }

  .sm\:text-\[2\.25rem\]{
    font-size: 2.25rem;
  }

  .sm\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }

  .sm\:text-\[2\.875rem\]{
    font-size: 2.875rem;
  }

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

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

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

  .sm\:text-\[3\.75rem\]{
    font-size: 3.75rem;
  }

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

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

  .sm\:leading-\[1\.25rem\]{
    line-height: 1.25rem;
  }

  .sm\:leading-\[2\.125rem\]{
    line-height: 2.125rem;
  }

  .sm\:leading-\[2\.25rem\]{
    line-height: 2.25rem;
  }

  .sm\:leading-\[2\.5rem\]{
    line-height: 2.5rem;
  }

  .sm\:leading-\[2\.625rem\]{
    line-height: 2.625rem;
  }

  .sm\:leading-\[2\.8rem\]{
    line-height: 2.8rem;
  }

  .sm\:leading-\[20px\]{
    line-height: 20px;
  }

  .sm\:leading-\[24px\]{
    line-height: 24px;
  }

  .sm\:leading-\[30px\]{
    line-height: 30px;
  }

  .sm\:leading-\[34px\]{
    line-height: 34px;
  }

  .sm\:leading-\[48px\]{
    line-height: 48px;
  }

  .sm\:leading-\[4rem\]{
    line-height: 4rem;
  }
}

@media (min-width: 768px){
  .md\:right-\[30px\]{
    right: 30px;
  }

  .md\:top-\[30px\]{
    top: 30px;
  }

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

  .md\:ml-\[35\.6\%\]{
    margin-left: 35.6%;
  }

  .md\:block{
    display: block;
  }

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

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

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

  .md\:columns-5{
    -moz-columns: 5;
         columns: 5;
  }

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

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

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

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

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

  .md\:gap-\[20px\]{
    gap: 20px;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:px-\[2\.875rem\]{
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:px-\[46px\]{
    padding-left: 46px;
    padding-right: 46px;
  }

  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }

  .md\:pb-\[120px\]{
    padding-bottom: 120px;
  }

  .md\:pb-\[140px\]{
    padding-bottom: 140px;
  }

  .md\:pb-\[180px\]{
    padding-bottom: 180px;
  }

  .md\:pb-\[80px\]{
    padding-bottom: 80px;
  }

  .md\:pr-\[2\.3\%\]{
    padding-right: 2.3%;
  }

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

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

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

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

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

  .md\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }

  .md\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }

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

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

  .md\:text-\[3\.75rem\]{
    font-size: 3.75rem;
  }

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

  .md\:leading-\[1\.875rem\]{
    line-height: 1.875rem;
  }

  .md\:leading-\[2rem\]{
    line-height: 2rem;
  }

  .md\:leading-\[3\.25rem\]{
    line-height: 3.25rem;
  }

  .md\:leading-\[45px\]{
    line-height: 45px;
  }

  .md\:leading-\[65px\]{
    line-height: 65px;
  }
}

@media (min-width: 864px){
  .min-\[864px\]\:block{
    display: block;
  }

  .min-\[864px\]\:hidden{
    display: none;
  }
}

@media (min-width: 1024px){
  .lg\:fixed{
    position: fixed;
  }

  .lg\:m-0{
    margin: 0px;
  }

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

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

  .lg\:block{
    display: block;
  }

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

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

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

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

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

  .lg\:w-\[3\.5rem\]{
    width: 3.5rem;
  }

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

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

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

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

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

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

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

  .lg\:min-w-\[3\.5rem\]{
    min-width: 3.5rem;
  }

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

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

  .lg\:gap-\[26px\]{
    gap: 26px;
  }

  .lg\:gap-\[40px\]{
    gap: 40px;
  }

  .lg\:gap-\[42px\]{
    gap: 42px;
  }

  .lg\:px-\[46px\]{
    padding-left: 46px;
    padding-right: 46px;
  }

  .lg\:pb-\[50px\]{
    padding-bottom: 50px;
  }

  .lg\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }

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

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

  .lg\:text-\[1rem\]{
    font-size: 1rem;
  }

  .lg\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }

  .lg\:text-\[3\.75rem\]{
    font-size: 3.75rem;
  }

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

  .lg\:leading-\[2\.875rem\]{
    line-height: 2.875rem;
  }

  .lg\:leading-\[24px\]{
    line-height: 24px;
  }

  .lg\:leading-\[4\.125rem\]{
    line-height: 4.125rem;
  }
}

@media (min-width: 1280px){
  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:ml-\[58\.33333\%\]{
    margin-left: 58.33333%;
  }

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

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

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

  .xl\:w-\[41\.66667\%\]{
    width: 41.66667%;
  }

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

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

@media (min-width: 1536px){
  .\32xl\:w-\[160px\]{
    width: 160px;
  }

  .\32xl\:w-\[20\%\]{
    width: 20%;
  }

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

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

.\[\&\.field-validation-error\]\:block.field-validation-error{
  display: block;
}

.\[\&_strong\]\:text-red strong{
  --tw-text-opacity: 1;
  color: rgb(171 43 58 / var(--tw-text-opacity, 1));
}