/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/@fancyapps/ui/dist/fancybox/fancybox.css ***!
  \**************************************************************************************************************************************************************************************************************************************************/
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none;
}

.f-button {
  width: 40px;
  width: var(--f-button-width);
  height: 40px;
  height: var(--f-button-height);
  border: 0;
  border: var(--f-button-border);
  border-radius: 0;
  border-radius: var(--f-button-border-radius);
  color: #374151;
  color: var(--f-button-color);
  background: #f8f8f8;
  background: var(--f-button-bg);
  box-shadow: none;
  box-shadow: var(--f-button-shadow);
  transform: none;
  transform: var(--f-button-transform);
  transition: all .15s ease;
  transition: var(--f-button-transition);
  -webkit-backdrop-filter: var(--f-button-backdrop-filter);
          backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: #374151;
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: #f8f8f8;
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}
.f-button:active:not([aria-disabled]) {
  color: #374151;
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: #f8f8f8;
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button.focus-visible {
  outline: 1px solid rgba(0, 0, 0, .7);
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
}

.f-button.focus-visible {
  outline: 1px solid rgba(0, 0, 0, .7);
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
}

.f-button:focus-visible {
  outline: 1px solid rgba(0, 0, 0, .7);
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
}

.f-button svg {
  width: 20px;
  width: var(--f-button-svg-width);
  height: 20px;
  height: var(--f-button-svg-height);
  transform: none;
  transform: var(--f-button-svg-transform);
  fill: none;
  fill: var(--f-button-svg-fill);
  filter: none;
  filter: var(--f-button-svg-filter);
  opacity: 1;
  opacity: var(--f-button-svg-opacity, 1);
  transition: opacity .15s ease;
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: .5;
  opacity: var(--f-button-svg-disabled-opacity);
}

[data-panzoom-action=toggleFS] g:first-child {
  display: flex;
}

[data-panzoom-action=toggleFS] g:last-child {
  display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
  display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: 50px;
  width: var(--f-spinner-width);
  height: 50px;
  height: var(--f-spinner-height);
  translate: -50% -50%;
  border: 4px solid rgba(0, 0, 0, .1);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: rgba(17, 24, 28, .8);
  border-top-color: var(--f-spinner-color-2);
  border-radius: 50%;
  border-radius: var(--f-spinner-border-radius);
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
  to {
    rotate: 360deg;
  }
}
.f-panzoom, .f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.f-panzoom:before, .f-panzoom:after, .f-zoomable:before, .f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before, .f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after, .f-zoomable:after {
  margin-top: auto;
}

.f-panzoom.in-fullscreen, .f-zoomable.in-fullscreen {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: unset !important;
}

.f-panzoom.in-fullscreen, .f-zoomable.in-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  display: block;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading, .f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  width: auto;
  height: auto;
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
  transition: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.f-panzoom__wrapper > .f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.f-panzoom__viewport > .f-panzoom__content {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.f-panzoom__protected {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html.with-panzoom-in-fullscreen {
  overflow: hidden;
}

.f-fadeIn {
  animation: 0.2s ease 0s both f-fadeIn;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: 0.2s ease 0s both f-fadeOut;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: 0.2s ease both f-crossfadeIn;
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(0.2s * 0.2) ease calc(0.2s * 0.8) both f-crossfadeOut;
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.is-horizontal .f-slideIn.from-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + 0));
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - 0));
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - 0));
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + 0));
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.is-vertical .f-slideIn.from-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + 0));
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - 0));
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - 0));
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + 0));
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.f-zoomInUp {
  animation: 0.3s ease both f-zoomInUp;
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  animation: 0.3s ease both f-zoomOutDown;
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  0% {
    transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: 0;
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: 0.2s ease-out both f-throwOutUp;
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: 0.2s ease-out both f-throwOutDown;
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(150px * -1), 0);
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}
.has-iframe .f-html, .has-pdf .f-html, .has-gmap .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
}

.has-pdf .f-html, .has-gmap .f-html {
  padding: 0;
}

.f-html {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  margin: var(--f-html-margin, 0);
  padding: 2rem;
  padding: var(--f-html-padding, 2rem);
  color: currentColor;
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.f-html.is-error {
  text-align: center;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  align-self: center;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: 16px 8px;
  padding: var(--f-caption-padding, 16px 8px);
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  word-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: 960px;
  max-width: var(--f-video-width, 960px);
  max-height: 540px;
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: rgba(0, 0, 0, 0.9);
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
  overflow: visible;
}

.f-button.is-arrow.is-prev, .f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev, .is-horizontal .f-button.is-arrow.is-next {
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: 0;
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: 0;
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: 0;
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: 0;
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev, .is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: 0;
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next, .is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: 0;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg, .is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: 0;
  margin: var(--f-toolbar-margin, 0);
  padding: 8px;
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: none;
  background: var(--f-toolbar-bg, none);
  box-shadow: none;
  box-shadow: var(--f-toolbar-shadow, none);
  -webkit-backdrop-filter: var(--f-toolbar-backdrop-filter);
          backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: currentColor;
  color: var(--f-toolbar-color, currentColor);
  font-size: 17px;
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: inherit;
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar .f-button.focus-visible {
  position: relative;
  z-index: 1;
}

.f-carousel__toolbar .f-button:focus-visible {
  position: relative;
  z-index: 1;
}

.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0;
  gap: var(--f-toolbar-gap, 0);
}

.f-carousel__toolbar__column.is-left {
  display: flex;
  justify-self: flex-start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  display: flex;
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  display: flex;
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap;
}

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

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  margin: var(--f-counter-margin, 0);
  padding: 4px;
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-counter span {
  padding: 0 4px;
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: transparent;
  --f-thumbs-transition: max-height .3s ease, max-width .3s ease, padding .3s ease;
  --f-thumbs-z-index: 1;
  --f-thumbs-viewport-padding-x: 0px;
  --f-thumbs-viewport-padding-y: 0px;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-border-transition: all .1s ease;
  --f-thumb-img-width: 100%;
  --f-thumb-img-height: 100%;
  --f-thumb-img-fit: cover;
  --f-thumb-img-position: 50% 20%;
}

.f-thumbs {
  --f-carousel-slide-width: var(--f-thumb-width);
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: var(--f-thumbs-gap);
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  margin: var(--f-thumbs-margin);
  padding: 8px 8px;
  padding: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: hidden;
  background: transparent;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: max-height .3s ease, max-width .3s ease, padding .3s ease;
  transition: var(--f-thumbs-transition);
  z-index: 1;
  z-index: var(--f-thumbs-z-index);
}

.f-thumbs.is-horizontal {
  max-height: calc(var(--f-carousel-slide-height) + 8px * 2);
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);
}

.f-thumbs.is-horizontal.is-hidden {
  max-height: 0;
  --f-thumbs-padding-y: 0;
}

.f-thumbs.is-vertical {
  max-width: calc(var(--f-carousel-slide-width) + 8px * 2);
  max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2);
}

.f-thumbs.is-vertical.is-hidden {
  max-width: 0;
  --f-thumbs-padding-x: 0;
}

.f-thumbs.is-scrollable.is-hidden {
  max-height: 0;
  --f-thumbs-padding-y: 0;
}

.f-thumbs.is-ltr {
  direction: ltr;
}

.f-thumbs.is-rtl {
  direction: rtl;
}

.f-thumbs img {
  display: block;
  width: 100%;
  width: var(--f-thumb-img-width);
  height: 100%;
  height: var(--f-thumb-img-height);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: var(--f-thumb-img-fit);
     object-fit: var(--f-thumb-img-fit);
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  -o-object-position: var(--f-thumb-img-position);
     object-position: var(--f-thumb-img-position);
  pointer-events: none;
  border-radius: inherit;
  color: transparent;
}

.f-thumbs img[data-lazy-src] {
  visibility: hidden;
}

.f-thumbs img.has-lazyerror {
  display: none;
}

.f-thumbs__viewport {
  box-sizing: border-box;
  height: 100%;
  padding: 0px 0px;
  padding: var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs__slide {
  position: relative;
  box-sizing: border-box;
  grid-area: 1/1;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: 1;
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: none;
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: none;
  border: var(--f-thumb-hover-border, none);
  box-shadow: none;
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  display: block;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: opacity .3s ease, transform .15s ease;
  transition: var(--f-thumb-transition);
  border-radius: 4px;
  border-radius: var(--f-thumb-border-radius);
  opacity: 1;
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all .1s ease;
  transition: var(--f-thumb-border-transition);
  border-radius: inherit;
  border: none;
  border: var(--f-thumb-border);
  box-shadow: none;
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button[focus-within] {
  opacity: 1;
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: none;
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button[focus-within] {
  opacity: 1;
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: none;
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within {
  opacity: 1;
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: none;
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button[focus-within]:after {
  border: none;
  border: var(--f-thumb-focus-border, none);
  box-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button[focus-within]:after {
  border: none;
  border: var(--f-thumb-focus-border, none);
  box-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button:focus-within:after {
  border: none;
  border: var(--f-thumb-focus-border, none);
  box-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: 1;
  opacity: var(--f-thumb-active-opacity, 1);
  transform: none;
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: none;
  border: var(--f-thumb-active-border, none);
  box-shadow: none;
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: 1;
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: none;
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: none;
  border: var(--f-thumb-selected-border, none);
  box-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs.is-modern {
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: 0;
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--f-carousel-slide-width) * 2 + 8px);
  width: calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));
  margin-left: calc((var(--f-carousel-slide-width) + 8px) * -1);
  margin-right: calc((var(--f-carousel-slide-width) + 8px) * -1);
  margin-left: calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1);
  margin-right: calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
  padding: 0;
  overflow: visible;
  left: 0;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-left: 50%;
  margin-right: 50%;
  width: 94px;
  width: var(--f-thumb-width);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity 0.2s ease;
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(.focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide[focus-within]:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: none;
  border: var(--f-thumb-focus-border, none);
  box-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern .f-thumbs__slide[focus-within]:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: none;
  border: var(--f-thumb-focus-border, none);
  box-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: none;
  border: var(--f-thumb-focus-border, none);
  box-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s;
}

.f-thumbs.is-scrollable .f-thumbs__viewport {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(94px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(var(--f-thumb-width), 1fr));
  grid-auto-rows: 76px;
  grid-auto-rows: var(--f-thumb-height);
  gap: 8px;
  grid-gap: 8px;
  grid-gap: var(--f-thumbs-gap);
  gap: var(--f-thumbs-gap);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide {
  grid-area: auto;
  display: block;
  position: relative;
  max-width: 100%;
  width: 94px;
  width: var(--f-thumb-width);
  height: 76px;
  height: var(--f-thumb-height);
  cursor: pointer;
  outline: none;
}

:root {
  --f-progressbar-height: 3px;
  --f-progressbar-color: var(--f-carousel-theme-color, #575ad6);
  --f-progressbar-opacity: 1;
  --f-progressbar-z-index: 30;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  z-index: var(--f-progressbar-z-index);
  height: 3px;
  height: var(--f-progressbar-height);
  transform: scaleX(0);
  transform-origin: 0;
  opacity: 1;
  opacity: var(--f-progressbar-opacity);
  background: #575ad6;
  background: var(--f-progressbar-color);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  animation-name: f-progressbar;
  animation-play-state: running;
  animation-timing-function: linear;
}

.f-progressbar:empty {
  display: block;
}

button > .f-progressbar {
  --f-progressbar-height: 100%;
  --f-progressbar-opacity: .2;
}

@keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  min-width: 0 !important;
  min-height: 0 !important;
}

.in-fullscreen-mode > .f-carousel {
  flex: 1;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body.hide-scrollbar {
  overflow: hidden !important;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(0px + 0px);
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100vh;
  max-height: none;
  max-height: initial;
  max-width: none;
  max-width: initial;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  touch-action: none;
  overscroll-behavior: contain;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}
.fancybox__dialog *:empty {
  display: block;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 8px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2.5;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-close-button-width: 30px;
  --f-close-button-height: 30px;
  --f-close-button-svg-width: 24px;
  --f-close-button-svg-height: 24px;
  --f-close-button-svg-stroke-width: 1.75;
  --f-close-border-radius: 4px;
  --f-close-button-color: #fff;
  --f-close-button-hover-color: #fff;
  --f-close-button-bg: transparent;
  --f-close-button-hover-bg: transparent;
  --f-close-button-active-bg: transparent;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  --f-scrollbar-width: 7px;
  --f-scrollbar-track-bg: #444;
  --f-scrollbar-track-border-radius: 10px;
  --f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
  --f-scrollbar-thumb-bg: #ddd;
  --f-scrollbar-thumb-border-radius: 10px;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
  --f-scrollbar-track-bg: #ddd;
  --f-scrollbar-thumb-bg: #444;
}

.fancybox__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fancybox__container:focus {
  outline: none;
}

.fancybox__container.has-vertical-thumbs {
  flex-direction: row-reverse;
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
  overflow-x: clip;
  overflow-y: visible;
}

.fancybox__container > *:not(.fancybox__carousel), .fancybox__container .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html):not(.f-panzoom__wrapper):not(.f-spinner) {
  opacity: 1;
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready):not(.is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel), .fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html):not(.f-panzoom__wrapper):not(.f-spinner) {
  animation: 0.35s ease none f-fadeIn;
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel), .fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html):not(.f-panzoom__wrapper) {
  animation: 0.35s ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected) {
  opacity: 0;
}

.fancybox__container.is-hiding {
  pointer-events: none;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  z-index: 1;
}

.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable], .fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before, .fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide.has-controls:before {
  margin: 0;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption, .fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

.fancybox__container.is-closing .fancybox__carousel {
  overflow: visible;
}

.f-button.is-close-button {
  --f-button-width: var(--f-close-button-width);
  --f-button-height: var(--f-close-button-height);
  --f-button-border-radius: var(--f-close-border-radius);
  --f-button-color: var(--f-close-button-color);
  --f-button-hover-color: var(--f-close-button-hover-color);
  --f-button-bg: var(--f-close-button-bg);
  --f-button-hover-bg: var(--f-close-button-hover-bg);
  --f-button-active-bg: var(--f-close-button-active-bg);
  --f-button-svg-width: var(--f-close-button-svg-width);
  --f-button-svg-height: var(--f-close-button-svg-height);
  --f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);
  position: absolute;
  top: calc((40px + 2px) * -1);
  top: calc((var(--f-button-height) + 2px) * -1);
  right: 0;
  z-index: 10;
}

.fancybox__thumbs {
  flex: 0 1 100%;
}

.fancybox__thumbs.is-scrollable {
  --f-thumbs-cols: 1;
  --f-thumbs-gap: 8px;
  --f-thumbs-transition: none;
  --f-thumbs-padding-x: 4px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-viewport-padding-x: 4px;
  --f-thumbs-viewport-padding-y: 0px;
  max-width: calc(94px * var(--f-thumbs-cols) + 8px * (var(--f-thumbs-cols) - 1) + 8px * 2 + 0px * 2);
  max-width: calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2);
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar {
  width: var(--f-scrollbar-width);
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track {
  background: var(--f-scrollbar-track-bg);
  border-radius: var(--f-scrollbar-track-border-radius);
  box-shadow: var(--f-scrollbar-track-shadow);
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb {
  background: var(--f-scrollbar-thumb-bg);
  border-radius: var(--f-scrollbar-thumb-border-radius);
}

.fancybox__thumbs.is-scrollable.is-hidden {
  max-width: 0;
  --f-thumbs-padding-x: 0;
  max-height: none;
  max-height: initial;
  --f-thumbs-padding-y: unset;
}

.fancybox__thumbs.is-scrollable .f-thumbs__viewport {
  overflow-x: hidden !important;
  grid-template-columns: repeat(auto-fill, calc((100% - 8px * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols))) !important;
  grid-template-columns: repeat(auto-fill, calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols))) !important;
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/nouislider/dist/nouislider.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/styles/scss/bundle.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
/**
 * This file should only be used to import the files that need to be bundled and used in the frontend
 */
*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}
/*
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;
}
.sizing-medium {
  width: calc(100% - (2 * 0.75rem));
  margin-left: auto;
  margin-right: auto;
  max-width: 91rem;
}
@media screen and (min-width: 640px) {
  .sizing-medium {
    width: calc(100% - (2 * 1.625rem));
  }
}
.sizing-fullwidth {
  width: calc(100% - (2 * 0.75rem));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .sizing-fullwidth {
    width: calc(100% - (2 * 1.625rem));
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
}
.-top-header-height-mobile {
  top: -3.5rem;
}
.bottom-0 {
  bottom: 0rem;
}
.left-0 {
  left: 0rem;
}
.right-0 {
  right: 0rem;
}
.top-0 {
  top: 0rem;
}
.top-40 {
  top: 2.5rem;
}
.z-menu-bar {
  z-index: 100;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-start-1 {
  grid-column-start: 1;
}
.m-0 {
  margin: 0rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-mb-10 {
  margin-bottom: -0.625rem;
}
.-ml-12 {
  margin-left: -0.75rem;
}
.-ml-4 {
  margin-left: -0.25rem;
}
.-ml-8 {
  margin-left: -0.5rem;
}
.-mr-10 {
  margin-right: -0.625rem;
}
.-mt-8 {
  margin-top: -0.5rem;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.mb-12 {
  margin-bottom: 0.75rem;
}
.mb-14 {
  margin-bottom: 0.875rem;
}
.mb-16 {
  margin-bottom: 1rem;
}
.mb-24 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 0.25rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mb-48 {
  margin-bottom: 3rem;
}
.ml-24 {
  margin-left: 1.5rem;
}
.ml-5 {
  margin-left: 0.3125rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-10 {
  margin-right: 0.625rem;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mt-12 {
  margin-top: 0.75rem;
}
.mt-14 {
  margin-top: 0.875rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mt-24 {
  margin-top: 1.5rem;
}
.mt-32 {
  margin-top: 2rem;
}
.mt-36 {
  margin-top: 2.25rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-gutter-mobile {
  margin-top: 0.75rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.\!h-260 {
  height: 16.25rem !important;
}
.h-10 {
  height: 0.625rem;
}
.h-100 {
  height: 6.25rem;
}
.h-110 {
  height: 6.875rem;
}
.h-18 {
  height: 1.125rem;
}
.h-220 {
  height: 13.75rem;
}
.h-24 {
  height: 1.5rem;
}
.h-32 {
  height: 2rem;
}
.h-36 {
  height: 2.25rem;
}
.h-360 {
  height: 22.5rem;
}
.h-40 {
  height: 2.5rem;
}
.h-400 {
  height: 25rem;
}
.h-440 {
  height: 27.5rem;
}
.h-60 {
  height: 3.75rem;
}
.h-\[min\(50vw\2c 20rem\)\] {
  height: min(50vw,20rem);
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-header-height-mobile {
  height: 3.5rem;
}
.max-h-0 {
  max-height: 0rem;
}
.\!w-auto {
  width: auto !important;
}
.w-10 {
  width: 0.625rem;
}
.w-110 {
  width: 6.875rem;
}
.w-160 {
  width: 10rem;
}
.w-18 {
  width: 1.125rem;
}
.w-24 {
  width: 1.5rem;
}
.w-260 {
  width: 16.25rem;
}
.w-32 {
  width: 2rem;
}
.w-36 {
  width: 2.25rem;
}
.w-38 {
  width: 2.375rem;
}
.w-40 {
  width: 2.5rem;
}
.w-60 {
  width: 3.75rem;
}
.w-600 {
  width: 37.5rem;
}
.w-\[10ch\] {
  width: 10ch;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[21rem\] {
  max-width: 21rem;
}
.max-w-\[25rem\] {
  max-width: 25rem;
}
.max-w-\[26rem\] {
  max-width: 26rem;
}
.max-w-\[28rem\] {
  max-width: 28rem;
}
.max-w-\[33rem\] {
  max-width: 33rem;
}
.max-w-\[42rem\] {
  max-width: 42rem;
}
.max-w-\[44rem\] {
  max-width: 44rem;
}
.max-w-\[50rem\] {
  max-width: 50rem;
}
.max-w-\[61\.75rem\] {
  max-width: 61.75rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-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-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));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 0.625rem;
}
.gap-12 {
  gap: 0.75rem;
}
.gap-14 {
  gap: 0.875rem;
}
.gap-16 {
  gap: 1rem;
}
.gap-20 {
  gap: 1.25rem;
}
.gap-24 {
  gap: 1.5rem;
}
.gap-30 {
  gap: 1.875rem;
}
.gap-32 {
  gap: 2rem;
}
.gap-4 {
  gap: 0.25rem;
}
.gap-40 {
  gap: 2.5rem;
}
.gap-58 {
  gap: 3.625rem;
}
.gap-8 {
  gap: 0.5rem;
}
.gap-80 {
  gap: 5rem;
}
.gap-gutter-mobile {
  gap: 0.75rem;
}
.gap-x-10 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-20 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-10 {
  row-gap: 0.625rem;
}
.gap-y-4 {
  row-gap: 0.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.border-1 {
  border-width: 1px;
}
.border-y-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-l-1 {
  border-left-width: 1px;
}
.border-t-1 {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(20, 20, 20, 1);
  border-color: rgba(20, 20, 20, var(--tw-border-opacity, 1));
}
.border-current {
  border-color: currentColor;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 217, 217, 1);
  border-color: rgba(217, 217, 217, var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(175, 0, 29, 1);
  border-color: rgba(175, 0, 29, var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.bg-\[rgba\(255\2c _255\2c _255\2c _0\.50\)\] {
  background-color: rgba(255, 255, 255, 0.50);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 20, 1);
  background-color: rgba(20, 20, 20, var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, 1);
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 217, 217, 1);
  background-color: rgba(217, 217, 217, var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 81, 81, 1);
  background-color: rgba(81, 81, 81, var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, 1);
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 0, 29, 1);
  background-color: rgba(175, 0, 29, var(--tw-bg-opacity, 1));
}
.bg-primary-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 230, 232, 1);
  background-color: rgba(247, 230, 232, var(--tw-bg-opacity, 1));
}
.bg-primary\/80 {
  background-color: rgba(175, 0, 29, 0.8);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.fill-black {
  fill: #141414;
}
.fill-black\/0 {
  fill: rgba(20, 20, 20, 0);
}
.fill-black\/10 {
  fill: rgba(20, 20, 20, 0.1);
}
.fill-black\/100 {
  fill: rgba(20, 20, 20, 1);
}
.fill-black\/15 {
  fill: rgba(20, 20, 20, 0.15);
}
.fill-black\/20 {
  fill: rgba(20, 20, 20, 0.2);
}
.fill-black\/25 {
  fill: rgba(20, 20, 20, 0.25);
}
.fill-black\/30 {
  fill: rgba(20, 20, 20, 0.3);
}
.fill-black\/35 {
  fill: rgba(20, 20, 20, 0.35);
}
.fill-black\/40 {
  fill: rgba(20, 20, 20, 0.4);
}
.fill-black\/45 {
  fill: rgba(20, 20, 20, 0.45);
}
.fill-black\/5 {
  fill: rgba(20, 20, 20, 0.05);
}
.fill-black\/50 {
  fill: rgba(20, 20, 20, 0.5);
}
.fill-black\/55 {
  fill: rgba(20, 20, 20, 0.55);
}
.fill-black\/60 {
  fill: rgba(20, 20, 20, 0.6);
}
.fill-black\/65 {
  fill: rgba(20, 20, 20, 0.65);
}
.fill-black\/70 {
  fill: rgba(20, 20, 20, 0.7);
}
.fill-black\/75 {
  fill: rgba(20, 20, 20, 0.75);
}
.fill-black\/80 {
  fill: rgba(20, 20, 20, 0.8);
}
.fill-black\/85 {
  fill: rgba(20, 20, 20, 0.85);
}
.fill-black\/90 {
  fill: rgba(20, 20, 20, 0.9);
}
.fill-black\/95 {
  fill: rgba(20, 20, 20, 0.95);
}
.fill-current {
  fill: currentColor;
}
.fill-gray-100 {
  fill: #FAFAFA;
}
.fill-gray-100\/0 {
  fill: rgba(250, 250, 250, 0);
}
.fill-gray-100\/10 {
  fill: rgba(250, 250, 250, 0.1);
}
.fill-gray-100\/100 {
  fill: rgba(250, 250, 250, 1);
}
.fill-gray-100\/15 {
  fill: rgba(250, 250, 250, 0.15);
}
.fill-gray-100\/20 {
  fill: rgba(250, 250, 250, 0.2);
}
.fill-gray-100\/25 {
  fill: rgba(250, 250, 250, 0.25);
}
.fill-gray-100\/30 {
  fill: rgba(250, 250, 250, 0.3);
}
.fill-gray-100\/35 {
  fill: rgba(250, 250, 250, 0.35);
}
.fill-gray-100\/40 {
  fill: rgba(250, 250, 250, 0.4);
}
.fill-gray-100\/45 {
  fill: rgba(250, 250, 250, 0.45);
}
.fill-gray-100\/5 {
  fill: rgba(250, 250, 250, 0.05);
}
.fill-gray-100\/50 {
  fill: rgba(250, 250, 250, 0.5);
}
.fill-gray-100\/55 {
  fill: rgba(250, 250, 250, 0.55);
}
.fill-gray-100\/60 {
  fill: rgba(250, 250, 250, 0.6);
}
.fill-gray-100\/65 {
  fill: rgba(250, 250, 250, 0.65);
}
.fill-gray-100\/70 {
  fill: rgba(250, 250, 250, 0.7);
}
.fill-gray-100\/75 {
  fill: rgba(250, 250, 250, 0.75);
}
.fill-gray-100\/80 {
  fill: rgba(250, 250, 250, 0.8);
}
.fill-gray-100\/85 {
  fill: rgba(250, 250, 250, 0.85);
}
.fill-gray-100\/90 {
  fill: rgba(250, 250, 250, 0.9);
}
.fill-gray-100\/95 {
  fill: rgba(250, 250, 250, 0.95);
}
.fill-gray-200 {
  fill: #D9D9D9;
}
.fill-gray-200\/0 {
  fill: rgba(217, 217, 217, 0);
}
.fill-gray-200\/10 {
  fill: rgba(217, 217, 217, 0.1);
}
.fill-gray-200\/100 {
  fill: rgba(217, 217, 217, 1);
}
.fill-gray-200\/15 {
  fill: rgba(217, 217, 217, 0.15);
}
.fill-gray-200\/20 {
  fill: rgba(217, 217, 217, 0.2);
}
.fill-gray-200\/25 {
  fill: rgba(217, 217, 217, 0.25);
}
.fill-gray-200\/30 {
  fill: rgba(217, 217, 217, 0.3);
}
.fill-gray-200\/35 {
  fill: rgba(217, 217, 217, 0.35);
}
.fill-gray-200\/40 {
  fill: rgba(217, 217, 217, 0.4);
}
.fill-gray-200\/45 {
  fill: rgba(217, 217, 217, 0.45);
}
.fill-gray-200\/5 {
  fill: rgba(217, 217, 217, 0.05);
}
.fill-gray-200\/50 {
  fill: rgba(217, 217, 217, 0.5);
}
.fill-gray-200\/55 {
  fill: rgba(217, 217, 217, 0.55);
}
.fill-gray-200\/60 {
  fill: rgba(217, 217, 217, 0.6);
}
.fill-gray-200\/65 {
  fill: rgba(217, 217, 217, 0.65);
}
.fill-gray-200\/70 {
  fill: rgba(217, 217, 217, 0.7);
}
.fill-gray-200\/75 {
  fill: rgba(217, 217, 217, 0.75);
}
.fill-gray-200\/80 {
  fill: rgba(217, 217, 217, 0.8);
}
.fill-gray-200\/85 {
  fill: rgba(217, 217, 217, 0.85);
}
.fill-gray-200\/90 {
  fill: rgba(217, 217, 217, 0.9);
}
.fill-gray-200\/95 {
  fill: rgba(217, 217, 217, 0.95);
}
.fill-gray-300 {
  fill: #B8B8B8;
}
.fill-gray-300\/0 {
  fill: rgba(184, 184, 184, 0);
}
.fill-gray-300\/10 {
  fill: rgba(184, 184, 184, 0.1);
}
.fill-gray-300\/100 {
  fill: rgba(184, 184, 184, 1);
}
.fill-gray-300\/15 {
  fill: rgba(184, 184, 184, 0.15);
}
.fill-gray-300\/20 {
  fill: rgba(184, 184, 184, 0.2);
}
.fill-gray-300\/25 {
  fill: rgba(184, 184, 184, 0.25);
}
.fill-gray-300\/30 {
  fill: rgba(184, 184, 184, 0.3);
}
.fill-gray-300\/35 {
  fill: rgba(184, 184, 184, 0.35);
}
.fill-gray-300\/40 {
  fill: rgba(184, 184, 184, 0.4);
}
.fill-gray-300\/45 {
  fill: rgba(184, 184, 184, 0.45);
}
.fill-gray-300\/5 {
  fill: rgba(184, 184, 184, 0.05);
}
.fill-gray-300\/50 {
  fill: rgba(184, 184, 184, 0.5);
}
.fill-gray-300\/55 {
  fill: rgba(184, 184, 184, 0.55);
}
.fill-gray-300\/60 {
  fill: rgba(184, 184, 184, 0.6);
}
.fill-gray-300\/65 {
  fill: rgba(184, 184, 184, 0.65);
}
.fill-gray-300\/70 {
  fill: rgba(184, 184, 184, 0.7);
}
.fill-gray-300\/75 {
  fill: rgba(184, 184, 184, 0.75);
}
.fill-gray-300\/80 {
  fill: rgba(184, 184, 184, 0.8);
}
.fill-gray-300\/85 {
  fill: rgba(184, 184, 184, 0.85);
}
.fill-gray-300\/90 {
  fill: rgba(184, 184, 184, 0.9);
}
.fill-gray-300\/95 {
  fill: rgba(184, 184, 184, 0.95);
}
.fill-gray-400 {
  fill: #515151;
}
.fill-gray-400\/0 {
  fill: rgba(81, 81, 81, 0);
}
.fill-gray-400\/10 {
  fill: rgba(81, 81, 81, 0.1);
}
.fill-gray-400\/100 {
  fill: rgba(81, 81, 81, 1);
}
.fill-gray-400\/15 {
  fill: rgba(81, 81, 81, 0.15);
}
.fill-gray-400\/20 {
  fill: rgba(81, 81, 81, 0.2);
}
.fill-gray-400\/25 {
  fill: rgba(81, 81, 81, 0.25);
}
.fill-gray-400\/30 {
  fill: rgba(81, 81, 81, 0.3);
}
.fill-gray-400\/35 {
  fill: rgba(81, 81, 81, 0.35);
}
.fill-gray-400\/40 {
  fill: rgba(81, 81, 81, 0.4);
}
.fill-gray-400\/45 {
  fill: rgba(81, 81, 81, 0.45);
}
.fill-gray-400\/5 {
  fill: rgba(81, 81, 81, 0.05);
}
.fill-gray-400\/50 {
  fill: rgba(81, 81, 81, 0.5);
}
.fill-gray-400\/55 {
  fill: rgba(81, 81, 81, 0.55);
}
.fill-gray-400\/60 {
  fill: rgba(81, 81, 81, 0.6);
}
.fill-gray-400\/65 {
  fill: rgba(81, 81, 81, 0.65);
}
.fill-gray-400\/70 {
  fill: rgba(81, 81, 81, 0.7);
}
.fill-gray-400\/75 {
  fill: rgba(81, 81, 81, 0.75);
}
.fill-gray-400\/80 {
  fill: rgba(81, 81, 81, 0.8);
}
.fill-gray-400\/85 {
  fill: rgba(81, 81, 81, 0.85);
}
.fill-gray-400\/90 {
  fill: rgba(81, 81, 81, 0.9);
}
.fill-gray-400\/95 {
  fill: rgba(81, 81, 81, 0.95);
}
.fill-gray-600 {
  fill: #333333;
}
.fill-gray-600\/0 {
  fill: rgba(51, 51, 51, 0);
}
.fill-gray-600\/10 {
  fill: rgba(51, 51, 51, 0.1);
}
.fill-gray-600\/100 {
  fill: rgba(51, 51, 51, 1);
}
.fill-gray-600\/15 {
  fill: rgba(51, 51, 51, 0.15);
}
.fill-gray-600\/20 {
  fill: rgba(51, 51, 51, 0.2);
}
.fill-gray-600\/25 {
  fill: rgba(51, 51, 51, 0.25);
}
.fill-gray-600\/30 {
  fill: rgba(51, 51, 51, 0.3);
}
.fill-gray-600\/35 {
  fill: rgba(51, 51, 51, 0.35);
}
.fill-gray-600\/40 {
  fill: rgba(51, 51, 51, 0.4);
}
.fill-gray-600\/45 {
  fill: rgba(51, 51, 51, 0.45);
}
.fill-gray-600\/5 {
  fill: rgba(51, 51, 51, 0.05);
}
.fill-gray-600\/50 {
  fill: rgba(51, 51, 51, 0.5);
}
.fill-gray-600\/55 {
  fill: rgba(51, 51, 51, 0.55);
}
.fill-gray-600\/60 {
  fill: rgba(51, 51, 51, 0.6);
}
.fill-gray-600\/65 {
  fill: rgba(51, 51, 51, 0.65);
}
.fill-gray-600\/70 {
  fill: rgba(51, 51, 51, 0.7);
}
.fill-gray-600\/75 {
  fill: rgba(51, 51, 51, 0.75);
}
.fill-gray-600\/80 {
  fill: rgba(51, 51, 51, 0.8);
}
.fill-gray-600\/85 {
  fill: rgba(51, 51, 51, 0.85);
}
.fill-gray-600\/90 {
  fill: rgba(51, 51, 51, 0.9);
}
.fill-gray-600\/95 {
  fill: rgba(51, 51, 51, 0.95);
}
.fill-none {
  fill: none;
}
.fill-primary {
  fill: #AF001D;
}
.fill-primary-dark {
  fill: #690011;
}
.fill-primary-dark\/0 {
  fill: rgba(105, 0, 17, 0);
}
.fill-primary-dark\/10 {
  fill: rgba(105, 0, 17, 0.1);
}
.fill-primary-dark\/100 {
  fill: rgba(105, 0, 17, 1);
}
.fill-primary-dark\/15 {
  fill: rgba(105, 0, 17, 0.15);
}
.fill-primary-dark\/20 {
  fill: rgba(105, 0, 17, 0.2);
}
.fill-primary-dark\/25 {
  fill: rgba(105, 0, 17, 0.25);
}
.fill-primary-dark\/30 {
  fill: rgba(105, 0, 17, 0.3);
}
.fill-primary-dark\/35 {
  fill: rgba(105, 0, 17, 0.35);
}
.fill-primary-dark\/40 {
  fill: rgba(105, 0, 17, 0.4);
}
.fill-primary-dark\/45 {
  fill: rgba(105, 0, 17, 0.45);
}
.fill-primary-dark\/5 {
  fill: rgba(105, 0, 17, 0.05);
}
.fill-primary-dark\/50 {
  fill: rgba(105, 0, 17, 0.5);
}
.fill-primary-dark\/55 {
  fill: rgba(105, 0, 17, 0.55);
}
.fill-primary-dark\/60 {
  fill: rgba(105, 0, 17, 0.6);
}
.fill-primary-dark\/65 {
  fill: rgba(105, 0, 17, 0.65);
}
.fill-primary-dark\/70 {
  fill: rgba(105, 0, 17, 0.7);
}
.fill-primary-dark\/75 {
  fill: rgba(105, 0, 17, 0.75);
}
.fill-primary-dark\/80 {
  fill: rgba(105, 0, 17, 0.8);
}
.fill-primary-dark\/85 {
  fill: rgba(105, 0, 17, 0.85);
}
.fill-primary-dark\/90 {
  fill: rgba(105, 0, 17, 0.9);
}
.fill-primary-dark\/95 {
  fill: rgba(105, 0, 17, 0.95);
}
.fill-primary-lighter {
  fill: #F7E6E8;
}
.fill-primary-lighter\/0 {
  fill: rgba(247, 230, 232, 0);
}
.fill-primary-lighter\/10 {
  fill: rgba(247, 230, 232, 0.1);
}
.fill-primary-lighter\/100 {
  fill: rgba(247, 230, 232, 1);
}
.fill-primary-lighter\/15 {
  fill: rgba(247, 230, 232, 0.15);
}
.fill-primary-lighter\/20 {
  fill: rgba(247, 230, 232, 0.2);
}
.fill-primary-lighter\/25 {
  fill: rgba(247, 230, 232, 0.25);
}
.fill-primary-lighter\/30 {
  fill: rgba(247, 230, 232, 0.3);
}
.fill-primary-lighter\/35 {
  fill: rgba(247, 230, 232, 0.35);
}
.fill-primary-lighter\/40 {
  fill: rgba(247, 230, 232, 0.4);
}
.fill-primary-lighter\/45 {
  fill: rgba(247, 230, 232, 0.45);
}
.fill-primary-lighter\/5 {
  fill: rgba(247, 230, 232, 0.05);
}
.fill-primary-lighter\/50 {
  fill: rgba(247, 230, 232, 0.5);
}
.fill-primary-lighter\/55 {
  fill: rgba(247, 230, 232, 0.55);
}
.fill-primary-lighter\/60 {
  fill: rgba(247, 230, 232, 0.6);
}
.fill-primary-lighter\/65 {
  fill: rgba(247, 230, 232, 0.65);
}
.fill-primary-lighter\/70 {
  fill: rgba(247, 230, 232, 0.7);
}
.fill-primary-lighter\/75 {
  fill: rgba(247, 230, 232, 0.75);
}
.fill-primary-lighter\/80 {
  fill: rgba(247, 230, 232, 0.8);
}
.fill-primary-lighter\/85 {
  fill: rgba(247, 230, 232, 0.85);
}
.fill-primary-lighter\/90 {
  fill: rgba(247, 230, 232, 0.9);
}
.fill-primary-lighter\/95 {
  fill: rgba(247, 230, 232, 0.95);
}
.fill-primary\/0 {
  fill: rgba(175, 0, 29, 0);
}
.fill-primary\/10 {
  fill: rgba(175, 0, 29, 0.1);
}
.fill-primary\/100 {
  fill: rgba(175, 0, 29, 1);
}
.fill-primary\/15 {
  fill: rgba(175, 0, 29, 0.15);
}
.fill-primary\/20 {
  fill: rgba(175, 0, 29, 0.2);
}
.fill-primary\/25 {
  fill: rgba(175, 0, 29, 0.25);
}
.fill-primary\/30 {
  fill: rgba(175, 0, 29, 0.3);
}
.fill-primary\/35 {
  fill: rgba(175, 0, 29, 0.35);
}
.fill-primary\/40 {
  fill: rgba(175, 0, 29, 0.4);
}
.fill-primary\/45 {
  fill: rgba(175, 0, 29, 0.45);
}
.fill-primary\/5 {
  fill: rgba(175, 0, 29, 0.05);
}
.fill-primary\/50 {
  fill: rgba(175, 0, 29, 0.5);
}
.fill-primary\/55 {
  fill: rgba(175, 0, 29, 0.55);
}
.fill-primary\/60 {
  fill: rgba(175, 0, 29, 0.6);
}
.fill-primary\/65 {
  fill: rgba(175, 0, 29, 0.65);
}
.fill-primary\/70 {
  fill: rgba(175, 0, 29, 0.7);
}
.fill-primary\/75 {
  fill: rgba(175, 0, 29, 0.75);
}
.fill-primary\/80 {
  fill: rgba(175, 0, 29, 0.8);
}
.fill-primary\/85 {
  fill: rgba(175, 0, 29, 0.85);
}
.fill-primary\/90 {
  fill: rgba(175, 0, 29, 0.9);
}
.fill-primary\/95 {
  fill: rgba(175, 0, 29, 0.95);
}
.fill-transparent {
  fill: transparent;
}
.fill-transparent\/0 {
  fill: rgba(0, 0, 0, 0);
}
.fill-transparent\/10 {
  fill: rgba(0, 0, 0, 0.1);
}
.fill-transparent\/100 {
  fill: rgba(0, 0, 0, 1);
}
.fill-transparent\/15 {
  fill: rgba(0, 0, 0, 0.15);
}
.fill-transparent\/20 {
  fill: rgba(0, 0, 0, 0.2);
}
.fill-transparent\/25 {
  fill: rgba(0, 0, 0, 0.25);
}
.fill-transparent\/30 {
  fill: rgba(0, 0, 0, 0.3);
}
.fill-transparent\/35 {
  fill: rgba(0, 0, 0, 0.35);
}
.fill-transparent\/40 {
  fill: rgba(0, 0, 0, 0.4);
}
.fill-transparent\/45 {
  fill: rgba(0, 0, 0, 0.45);
}
.fill-transparent\/5 {
  fill: rgba(0, 0, 0, 0.05);
}
.fill-transparent\/50 {
  fill: rgba(0, 0, 0, 0.5);
}
.fill-transparent\/55 {
  fill: rgba(0, 0, 0, 0.55);
}
.fill-transparent\/60 {
  fill: rgba(0, 0, 0, 0.6);
}
.fill-transparent\/65 {
  fill: rgba(0, 0, 0, 0.65);
}
.fill-transparent\/70 {
  fill: rgba(0, 0, 0, 0.7);
}
.fill-transparent\/75 {
  fill: rgba(0, 0, 0, 0.75);
}
.fill-transparent\/80 {
  fill: rgba(0, 0, 0, 0.8);
}
.fill-transparent\/85 {
  fill: rgba(0, 0, 0, 0.85);
}
.fill-transparent\/90 {
  fill: rgba(0, 0, 0, 0.9);
}
.fill-transparent\/95 {
  fill: rgba(0, 0, 0, 0.95);
}
.fill-white {
  fill: #ffffff;
}
.fill-white\/0 {
  fill: rgba(255, 255, 255, 0);
}
.fill-white\/10 {
  fill: rgba(255, 255, 255, 0.1);
}
.fill-white\/100 {
  fill: rgba(255, 255, 255, 1);
}
.fill-white\/15 {
  fill: rgba(255, 255, 255, 0.15);
}
.fill-white\/20 {
  fill: rgba(255, 255, 255, 0.2);
}
.fill-white\/25 {
  fill: rgba(255, 255, 255, 0.25);
}
.fill-white\/30 {
  fill: rgba(255, 255, 255, 0.3);
}
.fill-white\/35 {
  fill: rgba(255, 255, 255, 0.35);
}
.fill-white\/40 {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-white\/45 {
  fill: rgba(255, 255, 255, 0.45);
}
.fill-white\/5 {
  fill: rgba(255, 255, 255, 0.05);
}
.fill-white\/50 {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-white\/55 {
  fill: rgba(255, 255, 255, 0.55);
}
.fill-white\/60 {
  fill: rgba(255, 255, 255, 0.6);
}
.fill-white\/65 {
  fill: rgba(255, 255, 255, 0.65);
}
.fill-white\/70 {
  fill: rgba(255, 255, 255, 0.7);
}
.fill-white\/75 {
  fill: rgba(255, 255, 255, 0.75);
}
.fill-white\/80 {
  fill: rgba(255, 255, 255, 0.8);
}
.fill-white\/85 {
  fill: rgba(255, 255, 255, 0.85);
}
.fill-white\/90 {
  fill: rgba(255, 255, 255, 0.9);
}
.fill-white\/95 {
  fill: rgba(255, 255, 255, 0.95);
}
.stroke-black {
  stroke: #141414;
}
.stroke-black\/0 {
  stroke: rgba(20, 20, 20, 0);
}
.stroke-black\/10 {
  stroke: rgba(20, 20, 20, 0.1);
}
.stroke-black\/100 {
  stroke: rgba(20, 20, 20, 1);
}
.stroke-black\/15 {
  stroke: rgba(20, 20, 20, 0.15);
}
.stroke-black\/20 {
  stroke: rgba(20, 20, 20, 0.2);
}
.stroke-black\/25 {
  stroke: rgba(20, 20, 20, 0.25);
}
.stroke-black\/30 {
  stroke: rgba(20, 20, 20, 0.3);
}
.stroke-black\/35 {
  stroke: rgba(20, 20, 20, 0.35);
}
.stroke-black\/40 {
  stroke: rgba(20, 20, 20, 0.4);
}
.stroke-black\/45 {
  stroke: rgba(20, 20, 20, 0.45);
}
.stroke-black\/5 {
  stroke: rgba(20, 20, 20, 0.05);
}
.stroke-black\/50 {
  stroke: rgba(20, 20, 20, 0.5);
}
.stroke-black\/55 {
  stroke: rgba(20, 20, 20, 0.55);
}
.stroke-black\/60 {
  stroke: rgba(20, 20, 20, 0.6);
}
.stroke-black\/65 {
  stroke: rgba(20, 20, 20, 0.65);
}
.stroke-black\/70 {
  stroke: rgba(20, 20, 20, 0.7);
}
.stroke-black\/75 {
  stroke: rgba(20, 20, 20, 0.75);
}
.stroke-black\/80 {
  stroke: rgba(20, 20, 20, 0.8);
}
.stroke-black\/85 {
  stroke: rgba(20, 20, 20, 0.85);
}
.stroke-black\/90 {
  stroke: rgba(20, 20, 20, 0.9);
}
.stroke-black\/95 {
  stroke: rgba(20, 20, 20, 0.95);
}
.stroke-current {
  stroke: currentColor;
}
.stroke-gray-100 {
  stroke: #FAFAFA;
}
.stroke-gray-100\/0 {
  stroke: rgba(250, 250, 250, 0);
}
.stroke-gray-100\/10 {
  stroke: rgba(250, 250, 250, 0.1);
}
.stroke-gray-100\/100 {
  stroke: rgba(250, 250, 250, 1);
}
.stroke-gray-100\/15 {
  stroke: rgba(250, 250, 250, 0.15);
}
.stroke-gray-100\/20 {
  stroke: rgba(250, 250, 250, 0.2);
}
.stroke-gray-100\/25 {
  stroke: rgba(250, 250, 250, 0.25);
}
.stroke-gray-100\/30 {
  stroke: rgba(250, 250, 250, 0.3);
}
.stroke-gray-100\/35 {
  stroke: rgba(250, 250, 250, 0.35);
}
.stroke-gray-100\/40 {
  stroke: rgba(250, 250, 250, 0.4);
}
.stroke-gray-100\/45 {
  stroke: rgba(250, 250, 250, 0.45);
}
.stroke-gray-100\/5 {
  stroke: rgba(250, 250, 250, 0.05);
}
.stroke-gray-100\/50 {
  stroke: rgba(250, 250, 250, 0.5);
}
.stroke-gray-100\/55 {
  stroke: rgba(250, 250, 250, 0.55);
}
.stroke-gray-100\/60 {
  stroke: rgba(250, 250, 250, 0.6);
}
.stroke-gray-100\/65 {
  stroke: rgba(250, 250, 250, 0.65);
}
.stroke-gray-100\/70 {
  stroke: rgba(250, 250, 250, 0.7);
}
.stroke-gray-100\/75 {
  stroke: rgba(250, 250, 250, 0.75);
}
.stroke-gray-100\/80 {
  stroke: rgba(250, 250, 250, 0.8);
}
.stroke-gray-100\/85 {
  stroke: rgba(250, 250, 250, 0.85);
}
.stroke-gray-100\/90 {
  stroke: rgba(250, 250, 250, 0.9);
}
.stroke-gray-100\/95 {
  stroke: rgba(250, 250, 250, 0.95);
}
.stroke-gray-200 {
  stroke: #D9D9D9;
}
.stroke-gray-200\/0 {
  stroke: rgba(217, 217, 217, 0);
}
.stroke-gray-200\/10 {
  stroke: rgba(217, 217, 217, 0.1);
}
.stroke-gray-200\/100 {
  stroke: rgba(217, 217, 217, 1);
}
.stroke-gray-200\/15 {
  stroke: rgba(217, 217, 217, 0.15);
}
.stroke-gray-200\/20 {
  stroke: rgba(217, 217, 217, 0.2);
}
.stroke-gray-200\/25 {
  stroke: rgba(217, 217, 217, 0.25);
}
.stroke-gray-200\/30 {
  stroke: rgba(217, 217, 217, 0.3);
}
.stroke-gray-200\/35 {
  stroke: rgba(217, 217, 217, 0.35);
}
.stroke-gray-200\/40 {
  stroke: rgba(217, 217, 217, 0.4);
}
.stroke-gray-200\/45 {
  stroke: rgba(217, 217, 217, 0.45);
}
.stroke-gray-200\/5 {
  stroke: rgba(217, 217, 217, 0.05);
}
.stroke-gray-200\/50 {
  stroke: rgba(217, 217, 217, 0.5);
}
.stroke-gray-200\/55 {
  stroke: rgba(217, 217, 217, 0.55);
}
.stroke-gray-200\/60 {
  stroke: rgba(217, 217, 217, 0.6);
}
.stroke-gray-200\/65 {
  stroke: rgba(217, 217, 217, 0.65);
}
.stroke-gray-200\/70 {
  stroke: rgba(217, 217, 217, 0.7);
}
.stroke-gray-200\/75 {
  stroke: rgba(217, 217, 217, 0.75);
}
.stroke-gray-200\/80 {
  stroke: rgba(217, 217, 217, 0.8);
}
.stroke-gray-200\/85 {
  stroke: rgba(217, 217, 217, 0.85);
}
.stroke-gray-200\/90 {
  stroke: rgba(217, 217, 217, 0.9);
}
.stroke-gray-200\/95 {
  stroke: rgba(217, 217, 217, 0.95);
}
.stroke-gray-300 {
  stroke: #B8B8B8;
}
.stroke-gray-300\/0 {
  stroke: rgba(184, 184, 184, 0);
}
.stroke-gray-300\/10 {
  stroke: rgba(184, 184, 184, 0.1);
}
.stroke-gray-300\/100 {
  stroke: rgba(184, 184, 184, 1);
}
.stroke-gray-300\/15 {
  stroke: rgba(184, 184, 184, 0.15);
}
.stroke-gray-300\/20 {
  stroke: rgba(184, 184, 184, 0.2);
}
.stroke-gray-300\/25 {
  stroke: rgba(184, 184, 184, 0.25);
}
.stroke-gray-300\/30 {
  stroke: rgba(184, 184, 184, 0.3);
}
.stroke-gray-300\/35 {
  stroke: rgba(184, 184, 184, 0.35);
}
.stroke-gray-300\/40 {
  stroke: rgba(184, 184, 184, 0.4);
}
.stroke-gray-300\/45 {
  stroke: rgba(184, 184, 184, 0.45);
}
.stroke-gray-300\/5 {
  stroke: rgba(184, 184, 184, 0.05);
}
.stroke-gray-300\/50 {
  stroke: rgba(184, 184, 184, 0.5);
}
.stroke-gray-300\/55 {
  stroke: rgba(184, 184, 184, 0.55);
}
.stroke-gray-300\/60 {
  stroke: rgba(184, 184, 184, 0.6);
}
.stroke-gray-300\/65 {
  stroke: rgba(184, 184, 184, 0.65);
}
.stroke-gray-300\/70 {
  stroke: rgba(184, 184, 184, 0.7);
}
.stroke-gray-300\/75 {
  stroke: rgba(184, 184, 184, 0.75);
}
.stroke-gray-300\/80 {
  stroke: rgba(184, 184, 184, 0.8);
}
.stroke-gray-300\/85 {
  stroke: rgba(184, 184, 184, 0.85);
}
.stroke-gray-300\/90 {
  stroke: rgba(184, 184, 184, 0.9);
}
.stroke-gray-300\/95 {
  stroke: rgba(184, 184, 184, 0.95);
}
.stroke-gray-400 {
  stroke: #515151;
}
.stroke-gray-400\/0 {
  stroke: rgba(81, 81, 81, 0);
}
.stroke-gray-400\/10 {
  stroke: rgba(81, 81, 81, 0.1);
}
.stroke-gray-400\/100 {
  stroke: rgba(81, 81, 81, 1);
}
.stroke-gray-400\/15 {
  stroke: rgba(81, 81, 81, 0.15);
}
.stroke-gray-400\/20 {
  stroke: rgba(81, 81, 81, 0.2);
}
.stroke-gray-400\/25 {
  stroke: rgba(81, 81, 81, 0.25);
}
.stroke-gray-400\/30 {
  stroke: rgba(81, 81, 81, 0.3);
}
.stroke-gray-400\/35 {
  stroke: rgba(81, 81, 81, 0.35);
}
.stroke-gray-400\/40 {
  stroke: rgba(81, 81, 81, 0.4);
}
.stroke-gray-400\/45 {
  stroke: rgba(81, 81, 81, 0.45);
}
.stroke-gray-400\/5 {
  stroke: rgba(81, 81, 81, 0.05);
}
.stroke-gray-400\/50 {
  stroke: rgba(81, 81, 81, 0.5);
}
.stroke-gray-400\/55 {
  stroke: rgba(81, 81, 81, 0.55);
}
.stroke-gray-400\/60 {
  stroke: rgba(81, 81, 81, 0.6);
}
.stroke-gray-400\/65 {
  stroke: rgba(81, 81, 81, 0.65);
}
.stroke-gray-400\/70 {
  stroke: rgba(81, 81, 81, 0.7);
}
.stroke-gray-400\/75 {
  stroke: rgba(81, 81, 81, 0.75);
}
.stroke-gray-400\/80 {
  stroke: rgba(81, 81, 81, 0.8);
}
.stroke-gray-400\/85 {
  stroke: rgba(81, 81, 81, 0.85);
}
.stroke-gray-400\/90 {
  stroke: rgba(81, 81, 81, 0.9);
}
.stroke-gray-400\/95 {
  stroke: rgba(81, 81, 81, 0.95);
}
.stroke-gray-600 {
  stroke: #333333;
}
.stroke-gray-600\/0 {
  stroke: rgba(51, 51, 51, 0);
}
.stroke-gray-600\/10 {
  stroke: rgba(51, 51, 51, 0.1);
}
.stroke-gray-600\/100 {
  stroke: rgba(51, 51, 51, 1);
}
.stroke-gray-600\/15 {
  stroke: rgba(51, 51, 51, 0.15);
}
.stroke-gray-600\/20 {
  stroke: rgba(51, 51, 51, 0.2);
}
.stroke-gray-600\/25 {
  stroke: rgba(51, 51, 51, 0.25);
}
.stroke-gray-600\/30 {
  stroke: rgba(51, 51, 51, 0.3);
}
.stroke-gray-600\/35 {
  stroke: rgba(51, 51, 51, 0.35);
}
.stroke-gray-600\/40 {
  stroke: rgba(51, 51, 51, 0.4);
}
.stroke-gray-600\/45 {
  stroke: rgba(51, 51, 51, 0.45);
}
.stroke-gray-600\/5 {
  stroke: rgba(51, 51, 51, 0.05);
}
.stroke-gray-600\/50 {
  stroke: rgba(51, 51, 51, 0.5);
}
.stroke-gray-600\/55 {
  stroke: rgba(51, 51, 51, 0.55);
}
.stroke-gray-600\/60 {
  stroke: rgba(51, 51, 51, 0.6);
}
.stroke-gray-600\/65 {
  stroke: rgba(51, 51, 51, 0.65);
}
.stroke-gray-600\/70 {
  stroke: rgba(51, 51, 51, 0.7);
}
.stroke-gray-600\/75 {
  stroke: rgba(51, 51, 51, 0.75);
}
.stroke-gray-600\/80 {
  stroke: rgba(51, 51, 51, 0.8);
}
.stroke-gray-600\/85 {
  stroke: rgba(51, 51, 51, 0.85);
}
.stroke-gray-600\/90 {
  stroke: rgba(51, 51, 51, 0.9);
}
.stroke-gray-600\/95 {
  stroke: rgba(51, 51, 51, 0.95);
}
.stroke-none {
  stroke: none;
}
.stroke-primary {
  stroke: #AF001D;
}
.stroke-primary-dark {
  stroke: #690011;
}
.stroke-primary-dark\/0 {
  stroke: rgba(105, 0, 17, 0);
}
.stroke-primary-dark\/10 {
  stroke: rgba(105, 0, 17, 0.1);
}
.stroke-primary-dark\/100 {
  stroke: rgba(105, 0, 17, 1);
}
.stroke-primary-dark\/15 {
  stroke: rgba(105, 0, 17, 0.15);
}
.stroke-primary-dark\/20 {
  stroke: rgba(105, 0, 17, 0.2);
}
.stroke-primary-dark\/25 {
  stroke: rgba(105, 0, 17, 0.25);
}
.stroke-primary-dark\/30 {
  stroke: rgba(105, 0, 17, 0.3);
}
.stroke-primary-dark\/35 {
  stroke: rgba(105, 0, 17, 0.35);
}
.stroke-primary-dark\/40 {
  stroke: rgba(105, 0, 17, 0.4);
}
.stroke-primary-dark\/45 {
  stroke: rgba(105, 0, 17, 0.45);
}
.stroke-primary-dark\/5 {
  stroke: rgba(105, 0, 17, 0.05);
}
.stroke-primary-dark\/50 {
  stroke: rgba(105, 0, 17, 0.5);
}
.stroke-primary-dark\/55 {
  stroke: rgba(105, 0, 17, 0.55);
}
.stroke-primary-dark\/60 {
  stroke: rgba(105, 0, 17, 0.6);
}
.stroke-primary-dark\/65 {
  stroke: rgba(105, 0, 17, 0.65);
}
.stroke-primary-dark\/70 {
  stroke: rgba(105, 0, 17, 0.7);
}
.stroke-primary-dark\/75 {
  stroke: rgba(105, 0, 17, 0.75);
}
.stroke-primary-dark\/80 {
  stroke: rgba(105, 0, 17, 0.8);
}
.stroke-primary-dark\/85 {
  stroke: rgba(105, 0, 17, 0.85);
}
.stroke-primary-dark\/90 {
  stroke: rgba(105, 0, 17, 0.9);
}
.stroke-primary-dark\/95 {
  stroke: rgba(105, 0, 17, 0.95);
}
.stroke-primary-lighter {
  stroke: #F7E6E8;
}
.stroke-primary-lighter\/0 {
  stroke: rgba(247, 230, 232, 0);
}
.stroke-primary-lighter\/10 {
  stroke: rgba(247, 230, 232, 0.1);
}
.stroke-primary-lighter\/100 {
  stroke: rgba(247, 230, 232, 1);
}
.stroke-primary-lighter\/15 {
  stroke: rgba(247, 230, 232, 0.15);
}
.stroke-primary-lighter\/20 {
  stroke: rgba(247, 230, 232, 0.2);
}
.stroke-primary-lighter\/25 {
  stroke: rgba(247, 230, 232, 0.25);
}
.stroke-primary-lighter\/30 {
  stroke: rgba(247, 230, 232, 0.3);
}
.stroke-primary-lighter\/35 {
  stroke: rgba(247, 230, 232, 0.35);
}
.stroke-primary-lighter\/40 {
  stroke: rgba(247, 230, 232, 0.4);
}
.stroke-primary-lighter\/45 {
  stroke: rgba(247, 230, 232, 0.45);
}
.stroke-primary-lighter\/5 {
  stroke: rgba(247, 230, 232, 0.05);
}
.stroke-primary-lighter\/50 {
  stroke: rgba(247, 230, 232, 0.5);
}
.stroke-primary-lighter\/55 {
  stroke: rgba(247, 230, 232, 0.55);
}
.stroke-primary-lighter\/60 {
  stroke: rgba(247, 230, 232, 0.6);
}
.stroke-primary-lighter\/65 {
  stroke: rgba(247, 230, 232, 0.65);
}
.stroke-primary-lighter\/70 {
  stroke: rgba(247, 230, 232, 0.7);
}
.stroke-primary-lighter\/75 {
  stroke: rgba(247, 230, 232, 0.75);
}
.stroke-primary-lighter\/80 {
  stroke: rgba(247, 230, 232, 0.8);
}
.stroke-primary-lighter\/85 {
  stroke: rgba(247, 230, 232, 0.85);
}
.stroke-primary-lighter\/90 {
  stroke: rgba(247, 230, 232, 0.9);
}
.stroke-primary-lighter\/95 {
  stroke: rgba(247, 230, 232, 0.95);
}
.stroke-primary\/0 {
  stroke: rgba(175, 0, 29, 0);
}
.stroke-primary\/10 {
  stroke: rgba(175, 0, 29, 0.1);
}
.stroke-primary\/100 {
  stroke: rgba(175, 0, 29, 1);
}
.stroke-primary\/15 {
  stroke: rgba(175, 0, 29, 0.15);
}
.stroke-primary\/20 {
  stroke: rgba(175, 0, 29, 0.2);
}
.stroke-primary\/25 {
  stroke: rgba(175, 0, 29, 0.25);
}
.stroke-primary\/30 {
  stroke: rgba(175, 0, 29, 0.3);
}
.stroke-primary\/35 {
  stroke: rgba(175, 0, 29, 0.35);
}
.stroke-primary\/40 {
  stroke: rgba(175, 0, 29, 0.4);
}
.stroke-primary\/45 {
  stroke: rgba(175, 0, 29, 0.45);
}
.stroke-primary\/5 {
  stroke: rgba(175, 0, 29, 0.05);
}
.stroke-primary\/50 {
  stroke: rgba(175, 0, 29, 0.5);
}
.stroke-primary\/55 {
  stroke: rgba(175, 0, 29, 0.55);
}
.stroke-primary\/60 {
  stroke: rgba(175, 0, 29, 0.6);
}
.stroke-primary\/65 {
  stroke: rgba(175, 0, 29, 0.65);
}
.stroke-primary\/70 {
  stroke: rgba(175, 0, 29, 0.7);
}
.stroke-primary\/75 {
  stroke: rgba(175, 0, 29, 0.75);
}
.stroke-primary\/80 {
  stroke: rgba(175, 0, 29, 0.8);
}
.stroke-primary\/85 {
  stroke: rgba(175, 0, 29, 0.85);
}
.stroke-primary\/90 {
  stroke: rgba(175, 0, 29, 0.9);
}
.stroke-primary\/95 {
  stroke: rgba(175, 0, 29, 0.95);
}
.stroke-transparent {
  stroke: transparent;
}
.stroke-transparent\/0 {
  stroke: rgba(0, 0, 0, 0);
}
.stroke-transparent\/10 {
  stroke: rgba(0, 0, 0, 0.1);
}
.stroke-transparent\/100 {
  stroke: rgba(0, 0, 0, 1);
}
.stroke-transparent\/15 {
  stroke: rgba(0, 0, 0, 0.15);
}
.stroke-transparent\/20 {
  stroke: rgba(0, 0, 0, 0.2);
}
.stroke-transparent\/25 {
  stroke: rgba(0, 0, 0, 0.25);
}
.stroke-transparent\/30 {
  stroke: rgba(0, 0, 0, 0.3);
}
.stroke-transparent\/35 {
  stroke: rgba(0, 0, 0, 0.35);
}
.stroke-transparent\/40 {
  stroke: rgba(0, 0, 0, 0.4);
}
.stroke-transparent\/45 {
  stroke: rgba(0, 0, 0, 0.45);
}
.stroke-transparent\/5 {
  stroke: rgba(0, 0, 0, 0.05);
}
.stroke-transparent\/50 {
  stroke: rgba(0, 0, 0, 0.5);
}
.stroke-transparent\/55 {
  stroke: rgba(0, 0, 0, 0.55);
}
.stroke-transparent\/60 {
  stroke: rgba(0, 0, 0, 0.6);
}
.stroke-transparent\/65 {
  stroke: rgba(0, 0, 0, 0.65);
}
.stroke-transparent\/70 {
  stroke: rgba(0, 0, 0, 0.7);
}
.stroke-transparent\/75 {
  stroke: rgba(0, 0, 0, 0.75);
}
.stroke-transparent\/80 {
  stroke: rgba(0, 0, 0, 0.8);
}
.stroke-transparent\/85 {
  stroke: rgba(0, 0, 0, 0.85);
}
.stroke-transparent\/90 {
  stroke: rgba(0, 0, 0, 0.9);
}
.stroke-transparent\/95 {
  stroke: rgba(0, 0, 0, 0.95);
}
.stroke-white {
  stroke: #ffffff;
}
.stroke-white\/0 {
  stroke: rgba(255, 255, 255, 0);
}
.stroke-white\/10 {
  stroke: rgba(255, 255, 255, 0.1);
}
.stroke-white\/100 {
  stroke: rgba(255, 255, 255, 1);
}
.stroke-white\/15 {
  stroke: rgba(255, 255, 255, 0.15);
}
.stroke-white\/20 {
  stroke: rgba(255, 255, 255, 0.2);
}
.stroke-white\/25 {
  stroke: rgba(255, 255, 255, 0.25);
}
.stroke-white\/30 {
  stroke: rgba(255, 255, 255, 0.3);
}
.stroke-white\/35 {
  stroke: rgba(255, 255, 255, 0.35);
}
.stroke-white\/40 {
  stroke: rgba(255, 255, 255, 0.4);
}
.stroke-white\/45 {
  stroke: rgba(255, 255, 255, 0.45);
}
.stroke-white\/5 {
  stroke: rgba(255, 255, 255, 0.05);
}
.stroke-white\/50 {
  stroke: rgba(255, 255, 255, 0.5);
}
.stroke-white\/55 {
  stroke: rgba(255, 255, 255, 0.55);
}
.stroke-white\/60 {
  stroke: rgba(255, 255, 255, 0.6);
}
.stroke-white\/65 {
  stroke: rgba(255, 255, 255, 0.65);
}
.stroke-white\/70 {
  stroke: rgba(255, 255, 255, 0.7);
}
.stroke-white\/75 {
  stroke: rgba(255, 255, 255, 0.75);
}
.stroke-white\/80 {
  stroke: rgba(255, 255, 255, 0.8);
}
.stroke-white\/85 {
  stroke: rgba(255, 255, 255, 0.85);
}
.stroke-white\/90 {
  stroke: rgba(255, 255, 255, 0.9);
}
.stroke-white\/95 {
  stroke: rgba(255, 255, 255, 0.95);
}
.stroke-0 {
  stroke-width: 0;
}
.stroke-1 {
  stroke-width: 1;
}
.stroke-2 {
  stroke-width: 2;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.\!p-0 {
  padding: 0rem !important;
}
.p-10 {
  padding: 0.625rem;
}
.p-20 {
  padding: 1.25rem;
}
.p-24 {
  padding: 1.5rem;
}
.p-26 {
  padding: 1.625rem;
}
.p-4 {
  padding: 0.25rem;
}
.p-8 {
  padding: 0.5rem;
}
.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-48 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-gutter-mobile {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.py-14 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-28 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-gutter-desktop {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
.py-gutter-mobile {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-40 {
  padding-bottom: 2.5rem;
}
.pb-8 {
  padding-bottom: 0.5rem;
}
.pb-80 {
  padding-bottom: 5rem;
}
.pl-12 {
  padding-left: 0.75rem;
}
.pl-16 {
  padding-left: 1rem;
}
.pr-0 {
  padding-right: 0rem;
}
.pt-120 {
  padding-top: 7.5rem;
}
.pt-24 {
  padding-top: 1.5rem;
}
.pt-40 {
  padding-top: 2.5rem;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: 'SRGSSR Text', sans-serif;
}
.font-title {
  font-family: 'SRGSSR Text', sans-serif;
}
.text-10 {
  font-size: 0.625rem;
}
.text-12 {
  font-size: 0.75rem;
}
.text-14 {
  font-size: 0.875rem;
}
.text-16 {
  font-size: 1rem;
}
.text-18 {
  font-size: 1.125rem;
}
.text-20 {
  font-size: 1.25rem;
}
.text-22 {
  font-size: 1.375rem;
}
.text-24 {
  font-size: 1.5rem;
}
.text-26 {
  font-size: 1.625rem;
}
.text-32 {
  font-size: 2rem;
}
.text-36 {
  font-size: 2.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-100 {
  line-height: 1;
}
.leading-110 {
  line-height: 1.1;
}
.leading-120 {
  line-height: 1.2;
}
.leading-130 {
  line-height: 1.3;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(20, 20, 20, 1);
  color: rgba(20, 20, 20, var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 217, 217, 1);
  color: rgba(217, 217, 217, var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(81, 81, 81, 1);
  color: rgba(81, 81, 81, var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, 1);
  color: rgba(51, 51, 51, var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgba(175, 0, 29, 1);
  color: rgba(175, 0, 29, var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-50 {
  opacity: 0.5;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.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);
}
.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-medium {
  transition-duration: 400ms;
}
.duration-short {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: "SuisseIntl";
  src: url(../7328f724fa58bdc7a3a7.woff2) format("woff2"), url(../817642b2a06e9f9ff51e.woff) format("woff"), url(../47902d17f845ecb8ae18.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url(../9c7dfd0036f7bd24b053.woff2) format("woff2"), url(../2211c49456cd07331ea9.woff) format("woff"), url(../7f4d2ed2d8a9341748b2.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DarkMatter";
  src: url(../2493c1a8f2ac8c0f50be.woff2) format("woff2"), url(../553dc4de47b7cda6e9a3.woff) format("woff"), url(../cb15c9aaad0f71cdd580.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SRGSSR Display";
  src: url(../7fcb90a1ec7bf7d558a1.ttf) format("truetype");
  font-weight: 300 900;
  font-style: normal;
}
@font-face {
  font-family: "SRGSSR Text";
  src: url(../c0cfbf41afb9fc13fb8d.ttf) format("truetype");
  font-weight: 300 900;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* values for the styles, weights and sizes are handled by tailwind */
:root {
  font-size: 16px;
}
@media screen and (min-width: 1920px) {
  :root {
    font-size: 18px;
  }
}

body {
  font-family: 'SRGSSR Text', sans-serif;
  font-weight: 400;
}

h1, .style-h1 {
  font-family: 'SRGSSR Text', sans-serif;
  font-weight: 400;
}

h2, .style-h2 {
  font-family: 'SRGSSR Text', sans-serif;
  font-weight: 400;
}

h3, .style-h3 {
  font-family: 'SRGSSR Text', sans-serif;
  font-weight: 400;
}

h4, .style-h4 {
  font-family: 'SRGSSR Text', sans-serif;
  font-weight: 400;
}

html {
  box-sizing: border-box;
}

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

/* put footer always at the bottom */
html > body {
  position: relative;
  min-height: 100vh;
}
html > body > footer {
  position: sticky;
  top: 100%;
}

#cmplz-manage-consent .cmplz-btn.cmplz-manage-consent.cmplz-show {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.otgs-development-site-front-end {
  display: none;
}

body.cmplz-document #cmplz-document,
.legal-page-template .content-page {
  width: 100%;
  max-width: none;
  margin-bottom: 100px;
  padding-top: calc(2rem + 3.5rem);
}
@media screen and (min-width: 640px) {
  body.cmplz-document #cmplz-document,
  .legal-page-template .content-page {
    padding-top: calc(3rem + 4.5rem);
  }
}
body.cmplz-document #cmplz-document > *:not(section),
.legal-page-template .content-page > *:not(section) {
  width: calc(100% - (2 * 0.75rem));
  margin-left: auto;
  margin-right: auto;
  max-width: 91rem;
}
@media screen and (min-width: 640px) {
  body.cmplz-document #cmplz-document > *:not(section),
.legal-page-template .content-page > *:not(section) {
    width: calc(100% - (2 * 1.625rem));
  }
}
body.cmplz-document #cmplz-document > h1, body.cmplz-document #cmplz-document h2,
.legal-page-template .content-page > h1,
.legal-page-template .content-page h2 {
  margin-top: 1.875rem;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}
body.cmplz-document #cmplz-document .screen-reader-text,
.legal-page-template .content-page .screen-reader-text {
  display: none;
}

header#header {
  /************************************************ MAIN MENU ************************************************/
}
header#header #main-menu {
  height: 100%;
}
header#header #main-menu ul {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
header#header #main-menu ul li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header#header #main-menu ul li a {
  display: flex;
  align-items: center;
  padding: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #515151;
}
header#header #main-menu ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"%3E%3Cpath d=\"M5 7.5L10 12.5L15 7.5\" stroke=\"%23515151\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
header#header #main-menu ul li.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
header#header #main-menu ul li.highlight-1 a {
  background-color: #AF001D;
  color: #ffffff;
}
header#header #main-menu ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  background: #ffffff;
  border: 1px solid blue;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 200ms;
}

footer#footer {
  /************************************************ MENU 1 ************************************************/
  /************************************************ MENU 2 ************************************************/
}
footer#footer #footer-menu-1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
footer#footer #footer-menu-1 ul li a {
  font-size: 1rem;
  line-height: 1.3;
}
footer#footer #footer-menu-2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
footer#footer #footer-menu-2 ul li a {
  font-size: 0.75rem;
  line-height: 1.3;
  color: #D9D9D9;
}

body div.wpforms-container,
body div.wpforms-container:not(:empty) {
  --wpforms-label-size-font-size: 0.75rem;
  --wpforms-field-background-color: #ffffff;
  --wpforms-field-text-color: #141414;
  --wpforms-label-color: #AF001D;
  --wpforms-field-border-radius: 0px;
  --wpforms-button-border-radius: 0px;
  --wpforms-field-border-color: #AF001D;
  --wpforms-field-size-padding-h: 0.75rem;
  --wpforms-button-background-color: #AF001D;
  --wpforms-field-size-input-spacing: 0.125rem;
  --wpforms-field-size-font-size: 1rem;
  --wpforms-label-error-color: #690011;
  --wpforms-field-size-checkbox-size: 1.125rem;
  --wpforms-fields-horizontal-spacing: 0.75rem;
  --wpforms-fields-vertical-spacing: 0.75rem;
  margin: 0;
}
body div.wpforms-container form.wpforms-form .wpforms-field,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field {
  padding-top: 0px;
  padding-bottom: var(--wpforms-fields-vertical-spacing);
}
body div.wpforms-container form.wpforms-form .wpforms-field input::-moz-placeholder, body div.wpforms-container form.wpforms-form .wpforms-field textarea::-moz-placeholder, body div.wpforms-container form.wpforms-form .wpforms-field select::-moz-placeholder, body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input::-moz-placeholder, body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea::-moz-placeholder, body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select::-moz-placeholder {
  opacity: 1 !important;
  color: #515151 !important;
}
body div.wpforms-container form.wpforms-form .wpforms-field input .placeholder, body div.wpforms-container form.wpforms-form .wpforms-field input::placeholder, body div.wpforms-container form.wpforms-form .wpforms-field input.placeholder-selected,
body div.wpforms-container form.wpforms-form .wpforms-field textarea .placeholder,
body div.wpforms-container form.wpforms-form .wpforms-field textarea::placeholder,
body div.wpforms-container form.wpforms-form .wpforms-field textarea.placeholder-selected,
body div.wpforms-container form.wpforms-form .wpforms-field select .placeholder,
body div.wpforms-container form.wpforms-form .wpforms-field select::placeholder,
body div.wpforms-container form.wpforms-form .wpforms-field select.placeholder-selected,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input .placeholder,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input::placeholder,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input.placeholder-selected,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea .placeholder,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea::placeholder,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea.placeholder-selected,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select .placeholder,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select::placeholder,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select.placeholder-selected {
  opacity: 1 !important;
  color: #515151 !important;
}
body div.wpforms-container form.wpforms-form .wpforms-field select,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select {
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 11 6%27%3E%3Cpath fill=%27%23AF001D%27 d=%27M5.5 5.9998L0.5 0.999804L1.2 0.299805L5.5 4.5998L9.8 0.299805L10.5 0.999804L5.5 5.9998Z%27/%3E%3C/svg%3E");
  background-size: 11px 6px;
}
body div.wpforms-container form.wpforms-form .wpforms-field .wpforms-field-label,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field .wpforms-field-label {
  font-weight: 400;
  text-transform: uppercase;
}
body div.wpforms-container form.wpforms-form .wpforms-field .wpforms-datepicker,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field .wpforms-datepicker {
  position: relative;
  padding-left: 2.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cpath d=%27M6 1.5V4.5M12 1.5V4.5M2.25 7.5H15.75M6 10.5H6.0075M9 10.5H9.0075M12 10.5H12.0075M6 13.5H6.0075M9 13.5H9.0075M12 13.5H12.0075M3.75 3H14.25C15.0784 3 15.75 3.67157 15.75 4.5V15C15.75 15.8284 15.0784 16.5 14.25 16.5H3.75C2.92157 16.5 2.25 15.8284 2.25 15V4.5C2.25 3.67157 2.92157 3 3.75 3Z%27 stroke=%27%23AF001D%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
  background-position: 0.5rem center;
}
body div.wpforms-container form.wpforms-form .wpforms-field-layout .wpforms-layout-column-50,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field-layout .wpforms-layout-column-50 {
  padding: 0 calc(var(--wpforms-fields-horizontal-spacing) / 2);
}
body div.wpforms-container form.wpforms-form .wpforms-field-layout .wpforms-layout-row,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field-layout .wpforms-layout-row {
  margin-left: calc(-1 * var(--wpforms-fields-horizontal-spacing) / 2);
  margin-right: calc(-1 * var(--wpforms-fields-horizontal-spacing) / 2);
}
body div.wpforms-container form.wpforms-form .wpforms-field-checkbox ul li input::before,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field-checkbox ul li input::before {
  border-radius: 0;
}
body div.wpforms-container form.wpforms-form .wpforms-field-checkbox ul li a,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field-checkbox ul li a {
  text-decoration: underline;
}
body div.wpforms-container form.wpforms-form .wpforms-submit-container,
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
}
body div.wpforms-container form.wpforms-form .wpforms-submit-container button.wpforms-submit[type=submit],
body div.wpforms-container:not(:empty) form.wpforms-form .wpforms-submit-container button.wpforms-submit[type=submit] {
  padding: 0.625rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
body div.wpforms-container .wpforms-confirmation-container-full,
body div.wpforms-container:not(:empty) .wpforms-confirmation-container-full {
  background: none;
  border: none;
  font-size: 1rem;
}

body .newsletter-form-wrapper {
  display: flex;
  align-items: center;
}
body .newsletter-form-wrapper div.wpforms-container,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) {
  --wpforms-label-size-font-size: 0.75rem;
  --wpforms-field-background-color: rgba(0, 0, 0, 0.40);
  --wpforms-field-text-color: #ffffff;
  --wpforms-label-color: #ffffff;
  --wpforms-field-border-radius: 0px;
  --wpforms-button-border-radius: 0px;
  --wpforms-field-border-color: #ffffff;
  --wpforms-field-size-padding-h: 1rem;
  --wpforms-button-background-color: #ffffff;
  --wpforms-button-size-height: 2.625rem;
  --wpforms-field-size-input-spacing: 0.75rem;
  --wpforms-field-size-font-size: 0.75rem;
  --wpforms-label-error-color: #ffffff;
  --wpforms-label-size-sublabel-font-size: 0.75rem;
  --wpforms-fields-horizontal-spacing: 0.75rem;
  --wpforms-fields-vertical-spacing: 0.75rem;
  margin: 0;
}
@media screen and (min-width: 640px) {
  body .newsletter-form-wrapper div.wpforms-container,
  body .newsletter-form-wrapper div.wpforms-container:not(:empty) {
    --wpforms-fields-vertical-spacing: 0.125rem;
  }
}
@media screen and (min-width: 1400px) {
  body .newsletter-form-wrapper div.wpforms-container form.wpforms-form,
  body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form {
    display: flex;
    gap: var(--wpforms-fields-horizontal-spacing);
  }
}
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field {
  padding-top: 0px;
  padding-bottom: var(--wpforms-fields-vertical-spacing);
}
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field input::-moz-placeholder, body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field textarea::-moz-placeholder, body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field select::-moz-placeholder, body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input::-moz-placeholder, body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea::-moz-placeholder, body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select::-moz-placeholder {
  opacity: 1 !important;
  color: #ffffff !important;
}
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field input .placeholder, body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field input::placeholder, body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field input.placeholder-selected,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field textarea .placeholder,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field textarea::placeholder,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field textarea.placeholder-selected,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field select .placeholder,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field select::placeholder,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field select.placeholder-selected,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input .placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input::placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input.placeholder-selected,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea .placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea::placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea.placeholder-selected,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select .placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select::placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select.placeholder-selected {
  opacity: 1 !important;
  color: #ffffff !important;
}
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field input::-moz-placeholder, body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field textarea::-moz-placeholder, body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field select::-moz-placeholder, body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input::-moz-placeholder, body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea::-moz-placeholder, body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select::-moz-placeholder {
  text-transform: uppercase;
}
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field input .placeholder, body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field input::placeholder, body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field input.placeholder-selected,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field textarea .placeholder,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field textarea::placeholder,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field textarea.placeholder-selected,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field select .placeholder,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field select::placeholder,
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field select.placeholder-selected,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input .placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input::placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field input.placeholder-selected,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea .placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea::placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field textarea.placeholder-selected,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select .placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select::placeholder,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field select.placeholder-selected {
  text-transform: uppercase;
}
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field.wpforms-field-content,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field.wpforms-field-content {
  padding: 0 4px;
}
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field.wpforms-field-content p,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field.wpforms-field-content p {
  font-size: 0.75rem;
  padding-bottom: 0;
}
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-field-layout .wpforms-layout-column,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-field-layout .wpforms-layout-column {
  padding: 0 calc(var(--wpforms-fields-horizontal-spacing) / 2);
}
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-submit-container,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
  flex-shrink: 0;
}
body .newsletter-form-wrapper div.wpforms-container form.wpforms-form .wpforms-submit-container button.wpforms-submit[type=submit],
body .newsletter-form-wrapper div.wpforms-container:not(:empty) form.wpforms-form .wpforms-submit-container button.wpforms-submit[type=submit] {
  padding: 0.5rem 1.125rem;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #141414;
}
body .newsletter-form-wrapper div.wpforms-container .wpforms-confirmation-container-full,
body .newsletter-form-wrapper div.wpforms-container:not(:empty) .wpforms-confirmation-container-full {
  background: #ffffff;
  border: none;
  font-size: 0.875rem;
}

.wysiwyg > * + * {
  margin-top: 1em;
}
.wysiwyg ul {
  padding-left: 1rem;
  list-style-type: disc;
}
.wysiwyg a {
  text-decoration: underline;
  color: #AF001D;
}
.wysiwyg strong {
  font-weight: 400;
  color: #AF001D;
}

.block-map-coordinates .wysiwyg p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.block-map-coordinates strong {
  font-weight: 400;
  color: #AF001D;
}

.swiper-flexible-content-carousel > .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-pagination--primary .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 0, 29, 1);
  background-color: rgba(175, 0, 29, var(--tw-bg-opacity, 1));
}

.swiper-pagination-bullet {
  height: 0.125rem;
  width: 3.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  opacity: 0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.collapsible-wrapper + .collapsible-wrapper {
  border-top-width: 0;
}

.checkbox-wrapper {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-wrapper input:checked ~ .checkmark {
  background-color: #AF001D;
}
.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
  left: 0.375rem;
  top: 0.1875rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.1875rem 0.1875rem 0;
  transform: rotate(45deg);
}
.checkbox-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #AF001D;
}
.checkbox-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/************************************************************** COMMENT FORM ********************************/
.comment-respond .comment-reply-title {
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  color: #AF001D;
  margin-bottom: 0.75rem;
}
.comment-respond .comment-reply-title .cancel-button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-size: 0.75rem;
  margin-left: 0.75rem;
  background: #F7E6E8;
}
.comment-respond .comment-reply-title .cancel-button a {
  padding: 0.25rem 0.5rem;
}
.comment-respond .comment-reply-title .cancel-button a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279%27 height=%279%27 viewBox=%270 0 9 9%27 fill=%27none%27%3E%3Cpath d=%27M8.3335 0.333344L0.333496 8.33334M0.333496 0.333344L8.3335 8.33334%27 stroke=%27%23AF001D%27 stroke-width=%270.666667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  width: 0.5625rem;
  height: 0.5625rem;
  background-size: 0.5625rem 0.625rem;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0.5rem;
}
.comment-respond form.comment-form .acf-comment-fields .acf-field-true-false {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0.25rem 0 0.75rem 0;
}
.comment-respond form.comment-form .acf-comment-fields .acf-field-true-false .acf-input {
  display: flex;
  align-items: center;
}
.comment-respond form.comment-form .acf-comment-fields .acf-field-true-false .acf-input .acf-true-false > input {
  /* this one is hidden by default */
  margin-left: 0.5rem;
}
.comment-respond form.comment-form .acf-comment-fields .acf-field-true-false .acf-input .acf-true-false label {
  display: flex;
  align-items: center;
}
.comment-respond form.comment-form .acf-comment-fields .acf-field-true-false .acf-input .acf-true-false label input {
  /* the displayed checkbox */
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #AF001D;
  border-radius: 0;
  background-color: #ffffff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
}
.comment-respond form.comment-form .acf-comment-fields .acf-field-true-false .acf-input .acf-true-false label input:checked {
  background-color: #AF001D;
}
.comment-respond form.comment-form .acf-comment-fields .acf-field-true-false .acf-input .acf-true-false label input:checked::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.375rem;
  width: 0.3125rem;
  height: 0.5rem;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.comment-respond form.comment-form .acf-comment-fields .acf-field-true-false .acf-label {
  margin: 1px 0 0 0.75rem;
}
.comment-respond form.comment-form .acf-comment-fields .acf-field-true-false .acf-label label {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

/************************************************************** SINGLE COMMENT ********************************/
.single-comment.user-liked-comment .like-button svg path {
  fill: #AF001D;
  stroke: #ffffff;
}
.single-comment.user-disliked-comment .dislike-button svg path {
  fill: #AF001D;
  stroke: #ffffff;
}
.single-comment.loading .interaction-wrapper {
  pointer-events: none;
  opacity: 0.6;
}
.single-comment .comment-reply-link {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
}

.fancybox__dialog .fancybox__container {
  --fancybox-backdrop-bg: rgba(24, 24, 27, .6);
}

.intro-and-content-section .collapsible-wrapper + .collapsible-wrapper {
  margin-top: calc(-1 * (0.75rem));
}

.block-audio-player {
  --bg-color: #141414;
  --fg-color: #AF001D;
}
.block-audio-player .noUi-horizontal {
  height: 0.25rem;
  background: var(--bg-color);
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.block-audio-player .noUi-horizontal .noUi-handle {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.3125rem;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: grab;
  right: calc(-1 * 1rem);
  top: calc(-1 * 0.625rem);
}
.block-audio-player .noUi-horizontal .noUi-handle .noUi-touch-area {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid var(--fg-color);
  border-radius: 50%;
}
.block-audio-player .noUi-horizontal .noUi-handle:active {
  cursor: grabbing;
}
.block-audio-player .noUi-horizontal .noUi-handle::before, .block-audio-player .noUi-horizontal .noUi-handle::after {
  display: none;
}
.block-audio-player .noUi-horizontal .noUi-connects {
  border-radius: 0;
}
.block-audio-player .noUi-horizontal .noUi-connects .noUi-connect {
  background: var(--fg-color);
}
@media (hover: hover) and (pointer: fine) {
  .hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 217, 217, 1);
    background-color: rgba(217, 217, 217, var(--tw-bg-opacity, 1));
  }
  .hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 0, 29, 1);
    background-color: rgba(175, 0, 29, var(--tw-bg-opacity, 1));
  }
  .hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  }
  .hover\:fill-primary:hover {
    fill: #AF001D;
  }
  .hover\:fill-primary-dark:hover {
    fill: #690011;
  }
  .hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 20, 20, 1);
    color: rgba(20, 20, 20, var(--tw-text-opacity, 1));
  }
  .hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(175, 0, 29, 1);
    color: rgba(175, 0, 29, var(--tw-text-opacity, 1));
  }
  .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  }
}
.focus-visible\:outline-none.focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media not all and (min-width: 1200px) {
  .max-xlg\:flex-col {
    flex-direction: column;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }
  .max-lg\:flex-col {
    flex-direction: column;
  }
  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:hidden {
    display: none;
  }
  .max-md\:flex-col {
    flex-direction: column;
  }
}
@media not all and (min-width: 640px) {
  .max-sm\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }
  .sm\:left-\[calc\(40\%\+8\.125rem\)\] {
    left: calc(40% + 8.125rem);
  }
  .sm\:right-0 {
    right: 0rem;
  }
  .sm\:top-200 {
    top: 12.5rem;
  }
  .sm\:h-200 {
    height: 12.5rem;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .sm\:w-200 {
    width: 12.5rem;
  }
  .sm\:w-460 {
    width: 28.75rem;
  }
  .sm\:w-500 {
    width: 31.25rem;
  }
  .sm\:w-\[40\%\] {
    width: 40%;
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .sm\:gap-20 {
    gap: 1.25rem;
  }
  .sm\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:text-48 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .md\:-top-header-height-desktop {
    top: -4.5rem;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:mt-40 {
    margin-top: 2.5rem;
  }
  .md\:h-header-height-desktop {
    height: 4.5rem;
  }
  .md\:w-210 {
    width: 13.125rem;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:gap-48 {
    gap: 3rem;
  }
  .md\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:text-12 {
    font-size: 0.75rem;
  }
  .md\:text-16 {
    font-size: 1rem;
  }
  .md\:text-18 {
    font-size: 1.125rem;
  }
  .md\:text-20 {
    font-size: 1.25rem;
  }
  .md\:text-24 {
    font-size: 1.5rem;
  }
  .md\:text-36 {
    font-size: 2.25rem;
  }
  .md\:text-48 {
    font-size: 3rem;
  }
  @media not all and (min-width: 1024px) {
    .md\:max-lg\:flex-col {
      flex-direction: column;
    }
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:inset-0 {
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
  }
  .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-start-6 {
    grid-column-start: 6;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:-mt-250 {
    margin-top: -15.625rem;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:gap-20 {
    gap: 1.25rem;
  }
  .lg\:px-48 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:text-20 {
    font-size: 1.25rem;
  }
  .lg\:text-24 {
    font-size: 1.5rem;
  }
  .lg\:text-28 {
    font-size: 1.75rem;
  }
  .lg\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .xlg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xlg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .xlg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .xlg\:col-start-5 {
    grid-column-start: 5;
  }
  .xlg\:col-start-6 {
    grid-column-start: 6;
  }
  .xlg\:max-w-\[22rem\] {
    max-width: 22rem;
  }
  .xlg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .xl\:h-60 {
    height: 3.75rem;
  }
  .xl\:w-60 {
    width: 3.75rem;
  }
  .xl\:max-w-\[28rem\] {
    max-width: 28rem;
  }
  .xl\:max-w-\[32rem\] {
    max-width: 32rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/swiper/swiper.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/swiper/modules/navigation/navigation.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}
