/* [project]/node_modules/filepond/dist/filepond.min.css [app-client] (css) */
.filepond--assistant {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.filepond--browser.filepond--browser {
  opacity: 0;
  width: calc(100% - 2em);
  margin: 0;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 1.75em;
  left: 1em;
}

.filepond--data {
  visibility: hidden;
  pointer-events: none;
  contain: strict;
  border: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}

.filepond--drip {
  opacity: .1;
  pointer-events: none;
  background: #00000003;
  border-radius: .5em;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.filepond--drip-blob {
  transform-origin: center;
  background: #292625;
  border-radius: 50%;
  width: 8em;
  height: 8em;
  margin-top: -4em;
  margin-left: -4em;
}

.filepond--drip-blob, .filepond--drop-label {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
}

.filepond--drop-label {
  color: #4f4f4f;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  height: 0;
  margin: 0;
  display: flex;
  right: 0;
}

.filepond--drop-label.filepond--drop-label label {
  margin: 0;
  padding: .5em;
  display: block;
}

.filepond--drop-label label {
  cursor: default;
  text-align: center;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.5;
}

.filepond--label-action {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
  cursor: pointer;
  text-decoration-color: #a7a4a4;
}

.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: .5;
}

.filepond--file-action-button.filepond--file-action-button {
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  will-change: transform, opacity;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.filepond--file-action-button.filepond--file-action-button span {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}

.filepond--file-action-button.filepond--file-action-button:after {
  content: "";
  position: absolute;
  inset: -.75em;
}

.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  background-color: #00000080;
  background-image: none;
  border-radius: 50%;
  transition: box-shadow .25s ease-in;
  box-shadow: 0 0 #fff0;
}

.filepond--file-action-button:focus, .filepond--file-action-button:hover {
  box-shadow: 0 0 0 .125em #ffffffe6;
}

.filepond--file-action-button[disabled] {
  color: #ffffff80;
  background-color: #00000040;
}

.filepond--file-action-button[hidden] {
  display: none;
}

.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: .1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*="center"] {
  margin-left: -.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*="bottom"] {
  margin-bottom: -.1875em;
}

.filepond--action-edit-item-alt {
  line-height: inherit;
  color: inherit;
  pointer-events: all;
  background: none;
  border: none;
  outline: none;
  margin: 0 0 0 .25em;
  padding: 0;
  font-family: inherit;
  position: absolute;
}

.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}

.filepond--action-edit-item-alt span {
  opacity: 0;
  font-size: 0;
}

.filepond--file-info {
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  min-width: 0;
  margin: 0 .5em 0 0;
  display: flex;
  position: static;
}

.filepond--file-info * {
  margin: 0;
}

.filepond--file-info .filepond--file-info-main {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: .75em;
  line-height: 1.2;
  overflow: hidden;
}

.filepond--file-info .filepond--file-info-sub {
  opacity: .5;
  white-space: nowrap;
  font-size: .625em;
  transition: opacity .25s ease-in-out;
}

.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

.filepond--file-status {
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: flex-end;
  min-width: 2.25em;
  margin: 0;
  display: flex;
  position: static;
}

.filepond--file-status * {
  white-space: nowrap;
  margin: 0;
}

.filepond--file-status .filepond--file-status-main {
  font-size: .75em;
  line-height: 1.2;
}

.filepond--file-status .filepond--file-status-sub {
  opacity: .5;
  font-size: .625em;
  transition: opacity .25s ease-in-out;
}

.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

.filepond--file-wrapper.filepond--file-wrapper > legend {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.filepond--file {
  color: #fff;
  border-radius: .5em;
  align-items: flex-start;
  height: 100%;
  padding: .5625em;
  display: flex;
  position: static;
}

.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}

.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 3;
}

.filepond--file .filepond--file-action-button, .filepond--file .filepond--processing-complete-indicator, .filepond--file .filepond--progress-indicator {
  position: absolute;
}

.filepond--file [data-align*="left"] {
  left: .5625em;
}

.filepond--file [data-align*="right"] {
  right: .5625em;
}

.filepond--file [data-align*="center"] {
  left: calc(50% - .8125em);
}

.filepond--file [data-align*="bottom"] {
  bottom: 1.125em;
}

.filepond--file [data-align="center"] {
  top: calc(50% - .8125em);
}

.filepond--file .filepond--progress-indicator {
  margin-top: .1875em;
}

.filepond--file .filepond--progress-indicator[data-align*="right"] {
  margin-right: .1875em;
}

.filepond--file .filepond--progress-indicator[data-align*="left"] {
  margin-left: .1875em;
}

[data-filepond-item-state*="error"] .filepond--file-info, [data-filepond-item-state*="invalid"] .filepond--file-info, [data-filepond-item-state="cancelled"] .filepond--file-info {
  margin-right: 2.25em;
}

[data-filepond-item-state~="processing"] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state~="processing"] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: .5;
}

[data-filepond-item-state="processing-error"] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state="processing-error"] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: .5;
}

[data-filepond-item-state="processing-complete"] .filepond--action-revert-item-processing svg {
  animation: .5s linear .125s both fall;
}

[data-filepond-item-state="processing-complete"] .filepond--file-status-sub {
  opacity: .5;
}

[data-filepond-item-state="processing-complete"] .filepond--file-info-sub, [data-filepond-item-state="processing-complete"] .filepond--processing-complete-indicator:not([style*="hidden"]) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state="processing-complete"] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: .5;
}

[data-filepond-item-state*="error"] .filepond--file-wrapper, [data-filepond-item-state*="error"] .filepond--panel, [data-filepond-item-state*="invalid"] .filepond--file-wrapper, [data-filepond-item-state*="invalid"] .filepond--panel {
  animation: .65s linear both shake;
}

[data-filepond-item-state*="busy"] .filepond--progress-indicator svg {
  animation: 1s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translateX(-.0625em);
  }

  20%, 80% {
    transform: translateX(.125em);
  }

  30%, 50%, 70% {
    transform: translateX(-.25em);
  }

  40%, 60% {
    transform: translateX(.25em);
  }
}

@keyframes fall {
  0% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform: scale(.5);
  }

  70% {
    opacity: 1;
    animation-timing-function: ease-in-out;
    transform: scale(1.1);
  }

  to {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

.filepond--hopper[data-hopper-state="drag-over"] > * {
  pointer-events: none;
}

.filepond--hopper[data-hopper-state="drag-over"]:after {
  content: "";
  z-index: 100;
  position: absolute;
  inset: 0;
}

.filepond--progress-indicator {
  z-index: 103;
}

.filepond--file-action-button {
  z-index: 102;
}

.filepond--file-status {
  z-index: 101;
}

.filepond--file-info {
  z-index: 100;
}

.filepond--item {
  z-index: 1;
  will-change: transform, opacity;
  touch-action: auto;
  margin: .25em;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.filepond--item > .filepond--panel {
  z-index: -1;
}

.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 .0625em .125em -.0625em #00000040;
}

.filepond--item > .filepond--file-wrapper, .filepond--item > .filepond--panel {
  transition: opacity .15s ease-out;
}

.filepond--item[data-drag-state] {
  cursor: -webkit-grab;
  cursor: grab;
}

.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow .125s ease-in-out;
  box-shadow: 0 0 #0000;
}

.filepond--item[data-drag-state="drag"] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.filepond--item[data-drag-state="drag"] > .filepond--panel {
  box-shadow: 0 .125em .3125em #00000053;
}

.filepond--item[data-drag-state]:not([data-drag-state="idle"]) {
  z-index: 2;
}

.filepond--item-panel {
  background-color: #64605e;
}

[data-filepond-item-state="processing-complete"] .filepond--item-panel {
  background-color: #369763;
}

[data-filepond-item-state*="error"] .filepond--item-panel, [data-filepond-item-state*="invalid"] .filepond--item-panel {
  background-color: #c44e47;
}

.filepond--item-panel {
  border-radius: .5em;
  transition: background-color .25s;
}

.filepond--list-scroller {
  will-change: transform;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.filepond--list-scroller[data-state="overflow"] .filepond--list {
  bottom: 0;
  right: 0;
}

.filepond--list-scroller[data-state="overflow"] {
  -webkit-overflow-scrolling: touch;
  overflow: hidden scroll;
  -webkit-mask: linear-gradient(#000 calc(100% - .5em), #0000);
  mask: linear-gradient(#000 calc(100% - .5em), #0000);
}

.filepond--list-scroller::-webkit-scrollbar {
  background: none;
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: #0000004d;
  background-clip: content-box;
  border: .3125em solid #0000;
  border-radius: 99999px;
}

.filepond--list.filepond--list {
  will-change: transform;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 0;
}

.filepond--list {
  left: .75em;
  right: .75em;
}

.filepond--root[data-style-panel-layout~="integrated"] {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--panel-root, .filepond--root[data-style-panel-layout~="integrated"] .filepond--panel-root {
  border-radius: 0;
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~="integrated"] .filepond--panel-root > * {
  display: none;
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--drop-label, .filepond--root[data-style-panel-layout~="integrated"] .filepond--drop-label {
  z-index: 7;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  bottom: 0;
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--item-panel, .filepond--root[data-style-panel-layout~="integrated"] .filepond--item-panel {
  display: none;
}

.filepond--root[data-style-panel-layout~="compact"] .filepond--list-scroller, .filepond--root[data-style-panel-layout~="integrated"] .filepond--list-scroller {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.filepond--root[data-style-panel-layout~="compact"] .filepond--list, .filepond--root[data-style-panel-layout~="integrated"] .filepond--list {
  height: 100%;
  left: 0;
  right: 0;
}

.filepond--root[data-style-panel-layout~="compact"] .filepond--item, .filepond--root[data-style-panel-layout~="integrated"] .filepond--item {
  margin: 0;
}

.filepond--root[data-style-panel-layout~="compact"] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~="integrated"] .filepond--file-wrapper {
  height: 100%;
}

.filepond--root[data-style-panel-layout~="compact"] .filepond--drop-label, .filepond--root[data-style-panel-layout~="integrated"] .filepond--drop-label {
  z-index: 7;
}

.filepond--root[data-style-panel-layout~="circle"] {
  border-radius: 99999rem;
  overflow: hidden;
}

.filepond--root[data-style-panel-layout~="circle"] > .filepond--panel {
  border-radius: inherit;
}

.filepond--root[data-style-panel-layout~="circle"] > .filepond--panel > *, .filepond--root[data-style-panel-layout~="circle"] .filepond--file-info, .filepond--root[data-style-panel-layout~="circle"] .filepond--file-status {
  display: none;
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: .001dpcm) {
  @supports ((-webkit-appearance: none)) and (stroke-color: transparent) {
    .filepond--root[data-style-panel-layout~="circle"] {
      will-change: transform;
    }
  }
}

.filepond--panel-root {
  background-color: #f1f0ef;
  border-radius: .5em;
}

.filepond--panel {
  pointer-events: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
}

.filepond-panel:not([data-scalable="false"]) {
  height: auto !important;
}

.filepond--panel[data-scalable="false"] > div {
  display: none;
}

.filepond--panel[data-scalable="true"] {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #0000 !important;
  border: none !important;
}

.filepond--panel-bottom, .filepond--panel-center, .filepond--panel-top {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.filepond--panel-bottom, .filepond--panel-top {
  height: .5em;
}

.filepond--panel-top {
  border-bottom: none !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.filepond--panel-top:after {
  content: "";
  background-color: inherit;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.filepond--panel-bottom, .filepond--panel-center {
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: 0 0;
  transform: translate3d(0, .5em, 0);
}

.filepond--panel-bottom {
  border-top: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.filepond--panel-bottom:before {
  content: "";
  background-color: inherit;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.filepond--panel-center {
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  height: 100px !important;
}

.filepond--panel-center:not([style]) {
  visibility: hidden;
}

.filepond--progress-indicator {
  color: #fff;
  pointer-events: none;
  will-change: transform, opacity;
  width: 1.25em;
  height: 1.25em;
  margin: 0;
  position: static;
}

.filepond--progress-indicator svg {
  vertical-align: top;
  transform-box: fill-box;
  width: 100%;
  height: 100%;
}

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

.filepond--list-scroller {
  z-index: 6;
}

.filepond--drop-label {
  z-index: 5;
}

.filepond--drip {
  z-index: 3;
}

.filepond--root > .filepond--panel {
  z-index: 2;
}

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

.filepond--root {
  box-sizing: border-box;
  text-align: left;
  text-rendering: optimizeLegibility;
  contain: layout style size;
  direction: ltr;
  margin-bottom: 1em;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1rem;
  font-weight: 450;
  line-height: normal;
  position: relative;
}

.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}

.filepond--root :not(text) {
  font-size: inherit;
}

.filepond--root[data-disabled] {
  pointer-events: none;
}

.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all;
}

.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}

.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}

.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}

.filepond--root .filepond--credits {
  opacity: .4;
  color: inherit;
  z-index: 3;
  font-size: 11px;
  line-height: .85;
  text-decoration: none;
  position: absolute;
  bottom: -14px;
  right: 0;
}

.filepond--root .filepond--credits[style] {
  margin-top: 14px;
  top: 0;
  bottom: auto;
}

/* [project]/node_modules/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css [app-client] (css) */
.filepond--image-preview-markup {
  position: absolute;
  top: 0;
  left: 0;
}

.filepond--image-preview-wrapper {
  z-index: 2;
}

.filepond--image-preview-overlay {
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit;
}

.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: #282828d9;
}

.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: #369763;
}

.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: #c44e47;
}

@supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal;
  }
}

.filepond--image-preview-wrapper {
  -webkit-user-select: none;
  user-select: none;
  background: #00000003;
  border-radius: .45em;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.filepond--image-preview {
  z-index: 1;
  pointer-events: none;
  will-change: transform, opacity;
  background: #222;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.filepond--image-clip {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.filepond--image-clip[data-transparency-indicator="grid"] img, .filepond--image-clip[data-transparency-indicator="grid"] canvas {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em;
}

.filepond--image-bitmap, .filepond--image-vector {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
}

.filepond--root[data-style-panel-layout~="integrated"] .filepond--image-preview-wrapper {
  border-radius: 0;
}

.filepond--root[data-style-panel-layout~="integrated"] .filepond--image-preview {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--image-preview-wrapper {
  border-radius: 99999rem;
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  transform: scaleY(-1);
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--file .filepond--file-action-button[data-align*="bottom"]:not([data-align*="center"]) {
  margin-bottom: .325em;
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--file [data-align*="left"] {
  left: calc(50% - 3em);
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--file [data-align*="right"] {
  right: calc(50% - 3em);
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="left"], .filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="right"] {
  margin-bottom: .5125em;
}

.filepond--root[data-style-panel-layout~="circle"] .filepond--progress-indicator[data-align*="bottom"][data-align*="center"] {
  margin-top: 0;
  margin-bottom: .1875em;
  margin-left: .1875em;
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

.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 {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.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-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 {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .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 svg, .swiper-button-next svg {
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  height: 100%;
}

.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

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

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/*# sourceMappingURL=node_modules_456f95b2._.css.map*/