@charset "UTF-8";
/* ================================================== */
/* VARIABLES
/* ================================================== */
/* ================================================== */
/* TAILWIND
/* ================================================== */
*, ::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: currentColor; /* 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 */
  tab-size: 4; /* 3 */
  font-family: Platform, 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]) {
  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::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{
  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::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;
  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;
  print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  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{
    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{
    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{
    appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-left-\[calc\(\.625rem\+2px\)\]{
  left: calc(calc(.625rem + 2px) * -1);
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[6\.25rem\]{
  top: 6.25rem;
}
.isolate{
  isolation: isolate;
}
.-z-\[1\]{
  z-index: -1;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.order-2{
  order: 2;
}
.order-first{
  order: -9999;
}
.order-last{
  order: 9999;
}
.col-span-11{
  grid-column: span 11 / span 11;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-start-3{
  grid-column-start: 3;
}
.row-span-full{
  grid-row: 1 / -1;
}
.-m-1{
  margin: -0.25rem;
}
.-m-\[\.59375rem\]{
  margin: -.59375rem;
}
.m-\[\.59375rem\]{
  margin: .59375rem;
}
.m-\[0\.375rem\]{
  margin: 0.375rem;
}
.m-auto{
  margin: auto;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-\[1\.875rem\]{
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-\[1rem\]{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-0\.5{
  margin-bottom: -0.125rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7\.5{
  margin-bottom: 1.875rem;
}
.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}
.mb-\[1rem\]{
  margin-bottom: 1rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-\[calc\(\.625rem\+2px\)\]{
  margin-left: calc(.625rem + 2px);
}
.ml-auto{
  margin-left: auto;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-15{
  margin-top: 3.75rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[1\.875rem\]{
  margin-top: 1.875rem;
}
.mt-\[1rem\]{
  margin-top: 1rem;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.flow-root{
  display: flow-root;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[1104\/1438\]{
  aspect-ratio: 1104/1438;
}
.aspect-\[1140\/670\]{
  aspect-ratio: 1140/670;
}
.aspect-\[1536\/1300\]{
  aspect-ratio: 1536/1300;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[162\.75\/37\.243\]{
  aspect-ratio: 162.75/37.243;
}
.aspect-\[191\/48\]{
  aspect-ratio: 191/48;
}
.aspect-\[2\/1\]{
  aspect-ratio: 2/1;
}
.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}
.aspect-\[360\/160\]{
  aspect-ratio: 360/160;
}
.aspect-\[366\/211\]{
  aspect-ratio: 366/211;
}
.aspect-\[366\/244\]{
  aspect-ratio: 366/244;
}
.aspect-\[436\/258\]{
  aspect-ratio: 436/258;
}
.aspect-\[50\/48\]{
  aspect-ratio: 50/48;
}
.aspect-\[740\/495\]{
  aspect-ratio: 740/495;
}
.aspect-\[9\/16\]{
  aspect-ratio: 9/16;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-1\/2{
  height: 50%;
}
.h-10{
  height: 2.5rem;
}
.h-20{
  height: 5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[\.1875rem\]{
  height: .1875rem;
}
.h-\[2\.1875rem\]{
  height: 2.1875rem;
}
.h-\[2rem\]{
  height: 2rem;
}
.h-\[3\.125rem\]{
  height: 3.125rem;
}
.h-\[3\.875rem\]{
  height: 3.875rem;
}
.h-\[3rem\]{
  height: 3rem;
}
.h-\[5\.358rem\]{
  height: 5.358rem;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-\[60\.25rem\]{
  min-height: 60.25rem;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-20{
  width: 5rem;
}
.w-3{
  width: 0.75rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-4\/12{
  width: 33.333333%;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-\[12\.5rem\]{
  width: 12.5rem;
}
.w-\[3\.125rem\]{
  width: 3.125rem;
}
.w-\[37\.5rem\]{
  width: 37.5rem;
}
.w-\[69rem\]{
  width: 69rem;
}
.w-\[calc\(\(10\.171875rem\*1\)\/1\.375\)\]{
  width: calc((10.171875rem * 1) / 1.375);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-\[36\.25rem\]{
  max-width: 36.25rem;
}
.max-w-\[7\.5rem\]{
  max-width: 7.5rem;
}
.max-w-\[calc\(100vw-\(1\.875rem\*2\)\)\]{
  max-width: calc(100vw - (1.875rem * 2));
}
.max-w-fit{
  max-width: fit-content;
}
.max-w-full{
  max-width: 100%;
}
.flex-none{
  flex: none;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.-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));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-3{
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[9\%\]{
  --tw-translate-y: -9%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-3{
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[10\%\]{
  --tw-translate-y: 10%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[6\%\]{
  --tw-translate-y: 6%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-\[30deg\]{
  --tw-rotate: -30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[30deg\]{
  --tw-rotate: 30deg;
  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;
}
.cursor-zoom-in{
  cursor: zoom-in;
}
.select-none{
  user-select: none;
}
.resize{
  resize: both;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.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\.5{
  gap: 0.625rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-7\.5{
  gap: 1.875rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[1\.5rem\]{
  gap: 1.5rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.gap-x-7\.5{
  column-gap: 1.875rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-7\.5{
  row-gap: 1.875rem;
}
.gap-y-\[7\.5rem\]{
  row-gap: 7.5rem;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[1\.875rem\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.875rem * var(--tw-space-x-reverse));
  margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(14 14 22 / var(--tw-divide-opacity, 1));
}
.divide-darkblack > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}
.divide-yellow > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(251 255 203 / var(--tw-divide-opacity, 1));
}
.justify-self-start{
  justify-self: start;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hyphens-auto{
  hyphens: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(14 14 22 / var(--tw-border-opacity, 1));
}
.border-darkblack{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(251 255 203 / var(--tw-border-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 22 / var(--tw-bg-opacity, 1));
}
.bg-current{
  background-color: currentColor;
}
.bg-darkblack{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 203 / var(--tw-bg-opacity, 1));
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-contain{
  background-size: contain;
}
.bg-clip-text{
  background-clip: text;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-yellow{
  fill: #FBFFCB;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-7\.5{
  padding: 1.875rem;
}
.p-\[1\.5rem\]{
  padding: 1.5rem;
}
.p-\[15\%\]{
  padding: 15%;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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-7\.5{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.px-\[\.9375rem\]{
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.px-\[1\.5rem\]{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[2\.25rem\]{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-15{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7\.5{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\.75rem\]{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[1\.5rem\]{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[1\.858rem\]{
  padding-top: 1.858rem;
  padding-bottom: 1.858rem;
}
.pb-15{
  padding-bottom: 3.75rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-23{
  padding-bottom: 5.75rem;
}
.pb-7\.5{
  padding-bottom: 1.875rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-\[\.25rem\]{
  padding-bottom: .25rem;
}
.pb-\[1\.5rem\]{
  padding-bottom: 1.5rem;
}
.pb-\[4\.0625rem\]{
  padding-bottom: 4.0625rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-13{
  padding-top: 3.125rem;
}
.pt-15{
  padding-top: 3.75rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-7\.5{
  padding-top: 1.875rem;
}
.pt-\[4\.75rem\]{
  padding-top: 4.75rem;
}
.pt-\[6rem\]{
  padding-top: 6rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-display{
  font-family: Platform, Helvetica, Arial, sans-serif;
}
.font-sans{
  font-family: Platform, Helvetica, Arial, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.125rem\]{
  font-size: 1.125rem;
}
.text-\[1\.375rem\]{
  font-size: 1.375rem;
}
.text-\[1\.5625rem\]{
  font-size: 1.5625rem;
}
.text-\[1\.5rem\]{
  font-size: 1.5rem;
}
.text-\[2\.25rem\]{
  font-size: 2.25rem;
}
.text-\[2\.5rem\]{
  font-size: 2.5rem;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[3\.125rem\]{
  font-size: 3.125rem;
}
.text-\[5rem\]{
  font-size: 5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-\[1\.083333\]{
  line-height: 1.083333;
}
.leading-\[1\.125\]{
  line-height: 1.125;
}
.leading-\[1\.15\]{
  line-height: 1.15;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.333\]{
  line-height: 1.333;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[1\.5rem\]{
  line-height: 1.5rem;
}
.leading-\[2\.5rem\]{
  line-height: 2.5rem;
}
.leading-\[2\.625rem\]{
  line-height: 2.625rem;
}
.leading-\[2rem\]{
  line-height: 2rem;
}
.leading-\[5\.25rem\]{
  line-height: 5.25rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[calc\(\(10\/1000\)\*1em\)\]{
  letter-spacing: calc((10 / 1000) * 1em);
}
.tracking-\[calc\(\(35\/1000\)\*1em\)\]{
  letter-spacing: calc((35 / 1000) * 1em);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(14 14 22 / var(--tw-text-opacity, 1));
}
.text-darkblack{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(251 255 203 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.decoration-darkblack{
  text-decoration-color: #000;
}
.decoration-yellow{
  text-decoration-color: #FBFFCB;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-40{
  opacity: 0.4;
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia{
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\]{
  transition-property: margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* ================================================== */
/* MIXINS
/* ================================================== */
/* ================================================== */
/* FONT FACE
/* ================================================== */
/* ================================================== */
/* LETTER SPACING
/* ================================================== */
/* ================================================== */
/* LAYERS
/* ================================================== */
/* ================================================== */
/* BASE
/* ================================================== */
/* ================================================== */
/* COMPONENTS
/* ================================================== */
/* ================================================== */
/* UTILITIES
/* ================================================== */
/* ================================================== */
/* COMPONENTS
/* ================================================== */
/* ================================================== */
/* ALPINEJS
/* ================================================== */
[x-cloak] {
  display: none !important;
}

/* ================================================== */
/* FORMIE
/* ================================================== */
:root {
  --fui-font: Platform, Helvetica, Arial, sans-serif !important;
  --fui-font-size: 1.125rem !important;
  --fui-color: #0E0E16 !important;
  --fui-primary-color: #FBFFCB !important;
  --fui-primary-color-hover: #FBFFCB !important;
  --fui-error: #ff0000 !important;
  --fui-success: #FBFFCB !important;
  --fui-gray-100: #0E0E16 !important;
  --fui-gray-200: #0E0E16 !important;
  --fui-gray-300: #0E0E16 !important;
  --fui-gray-400: #0E0E16 !important;
  --fui-gray-500: #0E0E16 !important;
  --fui-gray-600: #0E0E16 !important;
  --fui-gray-700: #0E0E16 !important;
  --fui-gray-800: #0E0E16 !important;
  --fui-gray-900: #0E0E16 !important;
  --fui-border-radius: 0 !important;
  --fui-border-color: #d8d8d8 !important;
  --fui-focus-border-color: #0E0E16 !important;
  --fui-focus-shadow: 0 0 0 3px rgba(#0E0E16, .45) !important;
  --fui-row-gutter: 2.25rem !important;
  --fui-field-gutter: calc(1.25rem / 2) !important;
  --fui-loading-height: 2rem !important;
  --fui-loading-width: 2rem !important;
  --fui-loading-margin-top: calc(1rem * -1) !important;
  --fui-loading-margin-left: calc(1rem * -1) !important;
  --fui-alert-padding: 1.25rem;
  --fui-alert-line-height: 1.333;
  --fui-alert-font-size: 1rem;
  --fui-alert-font-weight: 400;
  --fui-alert-margin-bottom: 1.875rem !important;
  --fui-alert-error-bg-color: transparent !important;
  --fui-alert-error-color: #ff0000 !important;
  --fui-alert-success-bg-color: transparent !important;
  --fui-alert-success-color: #0E0E16 !important;
  --fui-btn-font-size: 1.5625rem !important;
  --fui-btn-bg-color: transparent !important;
  --fui-btn-bg-color-hover: #FBFFCB !important;
  --fui-btn-padding: .468rem 5.625rem !important;
  --fui-submit-btn-color: #FBFFCB !important;
  --fui-submit-btn-color-hover: #FBFFCB !important;
  --fui-submit-btn-spinner-color: #FBFFCB !important;
  --fui-submit-btn-bg-color: #000 !important;
  --fui-submit-btn-bg-color-hover: #000 !important;
  --fui-submit-btn-border-color: #000 !important;
  --fui-submit-btn-box-shadow-focus: #000 !important;
  --fui-btn-font-weight: 400 !important;
  --fui-error-color: #ff0000 !important;
  --fui-required-color: #ff0000 !important;
  --fui-label-font-size: 1.125rem !important;
  --fui-label-line-height: 1.083333 !important;
  --fui-label-font-weight: 700 !important;
  --fui-label-error-color: #0E0E16 !important;
  --fui-instructions-font-size: 1.125rem !important;
  --fui-instructions-margin: .8125rem !important;
  --fui-instructions-color: #0E0E16 !important;
  --fui-check-font-size: 1.125rem !important;
  --fui-check-margin-bottom: 1.25rem !important;
  --fui-check-label-padding-left: 3.125rem !important;
  --fui-check-label-top: .312rem !important;
  --fui-check-label-width: 1.875rem !important;
  --fui-check-label-height: 1.875rem !important;
  --fui-check-label-bg-color: transparent !important;
  --fui-check-label-border: 1px solid #000 !important;
  --fui-check-border-color-checked: #000 !important;
  --fui-check-check-border-radius: 0 !important;
  --fui-check-check-bg-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231b1c23' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;
  --fui-check-check-bg-size: 1rem auto !important;
  --fui-check-bg-color: transparent !important;
  --fui-check-border-color-focus: #0E0E16 !important;
  --fui-check-radio-bg-size: 1rem auto !important;
  --fui-group-padding: 0 !important;
  --fui-group-border: 0 !important;
  --fui-input-font-size: 1rem !important;
  --fui-input-error-border-color: #ff0000 !important;
  --fui-input-error-color: #ff0000 !important;
  --fui-input-background-color: transparent !important;
  --fui-input-border: 1px solid #000 !important;
  --fui-select-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3E%3Cpath d='M5.418 15.862c1.512-2.196 2.862-3.474 4.482-4.23v-1.62c-1.368.63-2.916 1.908-3.816 3.186V2.632C6.984 3.892 8.532 5.17 9.9 5.8V4.18C8.28 3.424 6.93 2.146 5.418-.05 3.942 2.11 2.574 3.406.9 4.18v1.53c1.296-.576 2.898-1.854 3.816-3.06v10.53c-.918-1.206-2.52-2.502-3.816-3.078v1.53c1.674.774 3.042 2.07 4.518 4.23Z'/%3E%3C/svg%3E") !important;
  --fui-select-bg-position: right .7rem center !important;
  --fui-select-bg-size: .625rem 1rem !important;
}
@media (min-width: 768px) {
  :root {
    --fui-field-gutter: calc(1.875rem / 2) !important;
  }
}

.fui-label,
.fui-legend {
  --fui-label-font-weight: 700 !important;
  --fui-label-color: #000 !important;
  letter-spacing: calc((10 / 1000) * 1em) !important;
}

:not(.fui-layout-vertical) > .fui-legend {
  font-size: 2.5rem !important;
  font-family: Platform, Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
}

.fui-submit{
  display: inline-flex !important;
  align-items: center !important;
  height: 2.5rem !important;
}

@media (min-width: 768px){
  .fui-submit{
    height: 3.875rem !important;
  }
}

.fui-submit{
  padding-left: .9375rem !important;
  padding-right: .9375rem !important;
  border-radius: 0.5rem !important;
  font-family: Platform, Helvetica, Arial, sans-serif !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  font-size: 1.145rem !important;
}

@media (min-width: 768px){
  .fui-submit{
    font-size: 1.5625rem !important;
  }
}

.fui-submit{
  --tw-text-opacity: 1 !important;
  color: rgb(251 255 203 / var(--tw-text-opacity, 1)) !important;
  letter-spacing: calc((35 / 1000) * 1em) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.fui-submit:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 255 203 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.fui-submit:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 255 203 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.fui-layout-vertical > .fui-legend{
  font-weight: 700 !important;
}

.fui-radio label::before {
  top: -0.125rem !important;
}

.fui-checkbox-label > .fui-instructions{
  margin-bottom: 0px !important;
}

.fui-checkbox input:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231b1c23' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;
}

.fui-radio input:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%231b1c23'/%3E%3C/svg%3E") !important;
}

.fui-input:focus,
.fui-input.fui-error:focus,
.fui-input.fui-error.fui-focus,
.fui-select.fui-error:focus,
.fui-select.fui-error.fui-focus,
.fui-checkbox input:focus + label::before,
.fui-radio input:focus + label::before {
  box-shadow: 0 0 0 3px rgba(27, 28, 35, 0.45) !important;
}

.fui-type-checkboxes .fui-error-message {
  margin-top: 1rem !important;
}

.fui-alert{
  border-width: 1px !important;
}
.fui-alert.fui-alert-success{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}
.fui-alert.fui-alert-error{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1)) !important;
}

.fui-error .fui-label .fui-required,
.fui-error .fui-legend .fui-required{
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1)) !important;
}

/* ================================================== */
/* TARTE AU CITRON
/* ================================================== */
#tarteaucitron {
  top: 50% !important;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(14 14 22 / var(--tw-text-opacity, 1));
}

#tarteaucitronAlertBig:focus-visible,
#tarteaucitronInfo:focus-visible,
.tarteaucitronName:focus-visible,
button:focus-visible{
  outline-color: #0E0E16;
  outline-offset: 4px;
}

#tarteaucitronAlertBig:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tarteaucitronAlertBigBottom{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 50%;
}

@media (min-width: 640px){
  .tarteaucitronAlertBigBottom{
    left: auto;
  }
}

.tarteaucitronAlertBigBottom{
  z-index: 50;
  width: calc(100% - 2.5rem);
}

@media (min-width: 640px){
  .tarteaucitronAlertBigBottom{
    width: 20rem;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.tarteaucitronAlertBigBottom{
  padding: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(14 14 22 / var(--tw-text-opacity, 1));
  --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));
}

@media (min-width: 640px){
  .tarteaucitronAlertBigBottom{
    --tw-translate-x: 0px;
    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));
  }
}

.tarteaucitronAlertBigBottom{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 640px) {
  .tarteaucitronAlertBigBottom{
    width: 24rem;
  }
}
.tarteaucitronAlertBigBottom[style*=block]{
  display: grid !important;
}
.tarteaucitronAlertBigBottom #tarteaucitronDisclaimerAlert{
  display: block;
  margin-bottom: 1rem;
}
.tarteaucitronAlertBigBottom #tarteaucitronDisclaimerAlert,
.tarteaucitronAlertBigBottom #tarteaucitronCloseAlert,
.tarteaucitronAlertBigBottom #tarteaucitronPrivacyUrl{
  grid-column: span 2 / span 2;
}

.tarteaucitronCTAButton,
#tarteaucitronCloseAlert,
.tarteaucitronAllow,
.tarteaucitronDeny{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 22 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 14 22 / var(--tw-border-opacity, 1));
  font-family: Platform, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
  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;
}

.tarteaucitronCTAButton:focus,
#tarteaucitronCloseAlert:focus,
.tarteaucitronAllow:focus,
.tarteaucitronDeny:focus{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(14 14 22 / var(--tw-text-opacity, 1));
}

.tarteaucitronCTAButton:hover,
#tarteaucitronCloseAlert:hover,
.tarteaucitronAllow:hover,
.tarteaucitronDeny:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(14 14 22 / var(--tw-text-opacity, 1));
}

.tarteaucitronAllow{
  margin-left: 0px;
}

#tarteaucitronCloseAlert{
  margin-right: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(14 14 22 / var(--tw-text-opacity, 1));
}

#tarteaucitronPrivacyUrl,
#tarteaucitronPrivacyUrlDialog,
.tarteaucitronReadmoreInfo,
.tarteaucitronReadmoreOfficial{
  display: inline-flex;
  align-items: baseline;
  text-decoration-line: underline;
  margin: 0px;
}

#tarteaucitronPrivacyUrl{
  display: block;
  margin-top: 1rem;
}

#tarteaucitronBack{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 60;
  background: rgba(0, 0, 0, 0.6);
}

.tarteaucitronPlus::before {
  content: "✛";
  display: inline-block;
}

.tarteaucitronIsAllowed .tarteaucitronAllow,
.tarteaucitronIsDenied .tarteaucitronDeny,
#tarteaucitronServices_mandatory button.tarteaucitronAllow{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#tarteaucitronRoot{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#tarteaucitronRoot *{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#tarteaucitron{
  display: none;
  width: 91.666667%;
  max-width: 32rem;
  max-height: 80%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 60;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
  overflow: hidden;
}
#tarteaucitron #tarteaucitronClosePanel{
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  z-index: 10;
  text-decoration-line: underline;
}
#tarteaucitron #tarteaucitronServicesTitle_mandatory{
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0.05);
}
#tarteaucitron #tarteaucitronServicesTitle_mandatory br,
#tarteaucitron #tarteaucitronServicesTitle_mandatory .tarteaucitronAsk{
  display: none;
}
#tarteaucitron .tarteaucitronMainLine{
  padding: 1.25rem;
  padding-top: 2.5rem;
  background-color: rgba(0, 0, 0, 0.05);
}
#tarteaucitron .tarteaucitronMainLine .tarteaucitronName{
  display: none;
}
#tarteaucitron .tarteaucitronAsk,
#tarteaucitron .tarteaucitron-toggle-group{
  margin-top: 0.625rem;
}
#tarteaucitron li{
  padding: 1.25rem;
  padding-bottom: 2.5rem;
}
#tarteaucitron li li {
  padding: 0;
  margin: 0;
  border: none;
}
#tarteaucitron ul + ul li{
  margin-top: 1.25rem;
}
#tarteaucitron ul ul li{
  border-width: 1px;
}
#tarteaucitron .tarteaucitronDetails{
  display: none;
}
#tarteaucitron .tarteaucitronH1{
  display: block;
  margin-bottom: 0.5rem;
  font-family: Platform, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  text-transform: uppercase;
}
#tarteaucitron .tarteaucitronH3{
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#tarteaucitron #tarteaucitronInfo{
  margin-bottom: 1rem;
}
#tarteaucitron #tarteaucitronInfo br{
  display: none;
}
#tarteaucitron .tarteaucitronHidden{
  display: none;
  position: relative;
}
#tarteaucitron .tarteaucitron-toggle-group{
  display: flex;
  align-items: center;
}
#tarteaucitron .tarteaucitron-toggle-group:before{
  --tw-content: "";
  content: var(--tw-content);
  width: 0px;
  height: 0px;
  margin-right: 0.375rem;
  border-style: solid;
  border-width: 0.3rem 0.3rem 0 0.3rem;
  border-color: #000 transparent transparent transparent;
}

.tac_activate{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
}

.tac_float{
  --tw-text-opacity: 1;
  color: rgb(14 14 22 / var(--tw-text-opacity, 1));
}
.tac_float .tarteaucitronAllow{
  display: block;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.12rem;
  padding-right: 1.12rem;
}

.vimeo_player > *,
.youtube_player > *{
  width: 100%;
  aspect-ratio: 16/9;
}

.tarteaucitronCheck,
.tarteaucitronCross{
  display: none;
}

/* ================================================== */
/* BASE
/* ================================================== */
/* ================================================== */
/* REBOOT
/* ================================================== */
@media (max-width: 767px) {
  html{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
html *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 203 / var(--tw-bg-opacity, 1));
}
html::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 203 / var(--tw-bg-opacity, 1));
}
html *::selection{
  --tw-text-opacity: 1;
  color: rgb(14 14 22 / var(--tw-text-opacity, 1));
}
html::selection{
  --tw-text-opacity: 1;
  color: rgb(14 14 22 / var(--tw-text-opacity, 1));
}
html .bg-yellow *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
html .bg-yellow::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

:focus-visible:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 255 203 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-color: transparent;
}

.bg-yellow :focus-visible:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

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

.h-screen {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

/* ================================================== */
/* WEBFONTS
/* ================================================== */
@font-face {
  font-family: "Platform";
  src: url(../fonts/Platform-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Platform";
  src: url(../fonts/Platform-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Platform";
  src: url(../fonts/Platform-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Platform";
  src: url(../fonts/Platform-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 640px){
  .sm\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .sm\:container{
      max-width: 1536px;
    }
  }
}
.marker\:text-darkblack *::marker{
  color: rgb(0 0 0 );
}
.marker\:text-yellow *::marker{
  color: rgb(251 255 203 );
}
.marker\:text-darkblack::marker{
  color: rgb(0 0 0 );
}
.marker\:text-yellow::marker{
  color: rgb(251 255 203 );
}
.before\:fixed::before{
  content: var(--tw-content);
  position: fixed;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}
.before\:-z-\[2\]::before{
  content: var(--tw-content);
  z-index: -2;
}
.before\:bg-black::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 22 / var(--tw-bg-opacity, 1));
}
.before\:bg-darkblack::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.before\:bg-yellow::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 203 / var(--tw-bg-opacity, 1));
}
.before\:text-yellow::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(251 255 203 / var(--tw-text-opacity, 1));
}
.before\:content-\[\'\2022\'\]::before{
  --tw-content: '•';
  content: var(--tw-content);
}
.after\:mx-1::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.after\:bg-darkblack::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.after\:bg-yellow::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 203 / var(--tw-bg-opacity, 1));
}
.after\:content-\[\"\2022\"\]::after{
  --tw-content: "•";
  content: var(--tw-content);
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 22 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:bg-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 203 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(14 14 22 / var(--tw-text-opacity, 1));
}
.hover\:text-darkblack:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow:hover{
  --tw-text-opacity: 1;
  color: rgb(251 255 203 / var(--tw-text-opacity, 1));
}
.focus\:bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 22 / var(--tw-bg-opacity, 1));
}
.focus\:bg-transparent:focus{
  background-color: transparent;
}
.focus\:bg-yellow:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 203 / var(--tw-bg-opacity, 1));
}
.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgb(14 14 22 / var(--tw-text-opacity, 1));
}
.focus\:text-darkblack:focus{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow:focus{
  --tw-text-opacity: 1;
  color: rgb(251 255 203 / var(--tw-text-opacity, 1));
}
.focus\:outline-black:focus{
  outline-color: #0E0E16;
}
.focus\:outline-yellow:focus{
  outline-color: #FBFFCB;
}
.group:hover .group-hover\:mr-1\.5{
  margin-right: 0.375rem;
}
.group:hover .group-hover\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  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));
}
.group:hover .group-hover\:translate-x-1\.5{
  --tw-translate-x: 0.375rem;
  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));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.group:hover .group-hover\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 22 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:\!fill-white{
  fill: #fff !important;
}
.group:hover .group-hover\:text-yellow{
  --tw-text-opacity: 1;
  color: rgb(251 255 203 / var(--tw-text-opacity, 1));
}
.group:focus .group-focus\:mr-1\.5{
  margin-right: 0.375rem;
}
.group:focus .group-focus\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  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));
}
.group:focus .group-focus\:translate-x-1\.5{
  --tw-translate-x: 0.375rem;
  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));
}
.group:focus .group-focus\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:focus .group-focus\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 22 / var(--tw-bg-opacity, 1));
}
.group:focus .group-focus\:text-yellow{
  --tw-text-opacity: 1;
  color: rgb(251 255 203 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(251 255 203 / var(--tw-border-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 203 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:text-darkblack{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group:hover .peer:checked ~ .group-hover\:peer-checked\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 22 / var(--tw-bg-opacity, 1));
}
.group:hover .peer:checked ~ .group-hover\:peer-checked\:text-yellow{
  --tw-text-opacity: 1;
  color: rgb(251 255 203 / var(--tw-text-opacity, 1));
}
.group:focus .peer:checked ~ .group-focus\:peer-checked\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 22 / var(--tw-bg-opacity, 1));
}
.group:focus .peer:checked ~ .group-focus\:peer-checked\:text-yellow{
  --tw-text-opacity: 1;
  color: rgb(251 255 203 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .sm\:col-start-2{
    grid-column-start: 2;
  }
  .sm\:col-start-3{
    grid-column-start: 3;
  }
  .sm\:col-start-4{
    grid-column-start: 4;
  }
  .sm\:col-start-5{
    grid-column-start: 5;
  }
  .sm\:-mx-\[calc\(\(\(100vw-640px\)\/2\)\+1\.875rem\)\]{
    margin-left: calc(calc(((100vw - 640px) / 2) + 1.875rem) * -1);
    margin-right: calc(calc(((100vw - 640px) / 2) + 1.875rem) * -1);
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mt-\[15\%\]{
    margin-top: 15%;
  }
  .sm\:h-auto{
    height: auto;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-\[30\.313rem\]{
    max-width: 30.313rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-7\.5{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }
  .sm\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }
  .sm\:text-\[5rem\]{
    font-size: 5rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .md\:order-none{
    order: 0;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:col-start-7{
    grid-column-start: 7;
  }
  .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .md\:-mx-\[calc\(\(\(100vw-768px\)\/2\)\+1\.875rem\)\]{
    margin-left: calc(calc(((100vw - 768px) / 2) + 1.875rem) * -1);
    margin-right: calc(calc(((100vw - 768px) / 2) + 1.875rem) * -1);
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:ml-7\.5{
    margin-left: 1.875rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-36{
    margin-top: 9rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-square{
    aspect-ratio: 1 / 1;
  }
  .md\:h-6{
    height: 1.5rem;
  }
  .md\:h-\[6\.25rem\]{
    height: 6.25rem;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-7{
    width: 1.75rem;
  }
  .md\:w-\[10\.171875rem\]{
    width: 10.171875rem;
  }
  .md\:w-\[11\.9375rem\]{
    width: 11.9375rem;
  }
  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-7\.5{
    gap: 1.875rem;
  }
  .md\:gap-x-7\.5{
    column-gap: 1.875rem;
  }
  .md\:gap-y-10{
    row-gap: 2.5rem;
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-\[1\.5rem\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:object-cover{
    object-fit: cover;
  }
  .md\:p-\[3\.125rem\]{
    padding: 3.125rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-13{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .md\:py-\[3\.125rem\]{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .md\:pb-36{
    padding-bottom: 9rem;
  }
  .md\:pb-6{
    padding-bottom: 1.5rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pl-5{
    padding-left: 1.25rem;
  }
  .md\:pl-7\.5{
    padding-left: 1.875rem;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pr-7\.5{
    padding-right: 1.875rem;
  }
  .md\:pr-\[3\.125rem\]{
    padding-right: 3.125rem;
  }
  .md\:pt-24{
    padding-top: 6rem;
  }
  .md\:pt-7\.5{
    padding-top: 1.875rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }
  .md\:text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .md\:text-\[4\.6875rem\]{
    font-size: 4.6875rem;
  }
  .md\:text-\[5rem\]{
    font-size: 5rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-tiny{
    font-size: .888rem;
  }
  .md\:before\:content-none::before{
    --tw-content: none;
    content: var(--tw-content);
  }
}
@media (min-width: 1024px){
  .lg\:order-none{
    order: 0;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:-mx-\[calc\(1\.875rem\/2\)\]{
    margin-left: calc(calc(1.875rem / 2) * -1);
    margin-right: calc(calc(1.875rem / 2) * -1);
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-\[720\/362\]{
    aspect-ratio: 720/362;
  }
  .lg\:h-\[3\.0625rem\]{
    height: 3.0625rem;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:w-\[50vw\]{
    width: 50vw;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-7\.5{
    gap: 1.875rem;
  }
  .lg\:space-x-\[1\.875rem\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:object-cover{
    object-fit: cover;
  }
  .lg\:px-\[\.9375rem\]{
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:pb-7{
    padding-bottom: 1.75rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[1\.375rem\]{
    font-size: 1.375rem;
  }
  .lg\:text-\[6\.25rem\]{
    font-size: 6.25rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .xl\:col-start-4{
    grid-column-start: 4;
  }
  .xl\:col-start-7{
    grid-column-start: 7;
  }
  .xl\:col-start-9{
    grid-column-start: 9;
  }
  .xl\:mt-\[10\%\]{
    margin-top: 10%;
  }
  .xl\:block{
    display: block;
  }
  .xl\:inline{
    display: inline;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:pl-0{
    padding-left: 0px;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:before\:content-\[\'\2022\'\]::before{
    --tw-content: '•';
    content: var(--tw-content);
  }
}
@media (min-width: 1536px){
  .\32xl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .\32xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .\32xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .\32xl\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .\32xl\:col-start-3{
    grid-column-start: 3;
  }
  .\32xl\:col-start-4{
    grid-column-start: 4;
  }
  .\32xl\:col-start-5{
    grid-column-start: 5;
  }
  .\32xl\:col-start-6{
    grid-column-start: 6;
  }
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/*# sourceMappingURL=maps/styles.css.map */