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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, 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]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::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;
}.\!container {
  width: 100% !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}@media (min-width: auto) {

  .\!container {
    max-width: auto !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 769px) {

  .\!container {
    max-width: 769px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 769px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 1025px) {

  .\!container {
    max-width: 1025px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 1025px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 1281px) {

  .\!container {
    max-width: 1281px !important;
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .container {
    max-width: 1281px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}@media (min-width: 1537px) {

  .\!container {
    max-width: 1537px !important;
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .container {
    max-width: 1537px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}@media (min-width: 1781px) {

  .\!container {
    max-width: 1781px !important;
  }

  .container {
    max-width: 1781px;
  }
}.pointer-events-none {
  pointer-events: none;
}.pointer-events-auto {
  pointer-events: auto;
}.visible {
  visibility: visible;
}.invisible {
  visibility: hidden;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: -webkit-sticky;
  position: sticky;
}.inset-0 {
  inset: 0px;
}.bottom-0 {
  bottom: 0px;
}.left-0 {
  left: 0px;
}.left-1\/2 {
  left: 50%;
}.left-3 {
  left: 0.75rem;
}.left-4 {
  left: 1rem;
}.left-6 {
  left: 1.5rem;
}.right-0 {
  right: 0px;
}.right-2 {
  right: 0.5rem;
}.right-5 {
  right: 1.25rem;
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.top-2 {
  top: 0.5rem;
}.top-4 {
  top: 1rem;
}.top-5 {
  top: 1.25rem;
}.top-6 {
  top: 1.5rem;
}.z-0 {
  z-index: 0;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-30 {
  z-index: 30;
}.z-50 {
  z-index: 50;
}.z-\[70\] {
  z-index: 70;
}.order-1 {
  order: 1;
}.order-3 {
  order: 3;
}.order-4 {
  order: 4;
}.col-span-1 {
  grid-column: span 1 / span 1;
}.col-span-12 {
  grid-column: span 12 / span 12;
}.col-span-15 {
  grid-column: span 15 / span 15;
}.col-span-2 {
  grid-column: span 2 / span 2;
}.col-span-3 {
  grid-column: span 3 / span 3;
}.col-span-4 {
  grid-column: span 4 / span 4;
}.col-span-5 {
  grid-column: span 5 / span 5;
}.col-span-6 {
  grid-column: span 6 / span 6;
}.col-span-7 {
  grid-column: span 7 / span 7;
}.col-start-2 {
  grid-column-start: 2;
}.col-start-6 {
  grid-column-start: 6;
}.row-start-1 {
  grid-row-start: 1;
}.row-start-2 {
  grid-row-start: 2;
}.row-start-3 {
  grid-row-start: 3;
}.float-right {
  float: right;
}.m-0 {
  margin: 0px;
}.m-4 {
  margin: 1rem;
}.m-auto {
  margin: auto;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}.-ml-5 {
  margin-left: -1.25rem;
}.mb-0 {
  margin-bottom: 0px;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-16 {
  margin-bottom: 4rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-auto {
  margin-bottom: auto;
}.ml-1 {
  margin-left: 0.25rem;
}.ml-4 {
  margin-left: 1rem;
}.ml-8 {
  margin-left: 2rem;
}.ml-auto {
  margin-left: auto;
}.mr-1 {
  margin-right: 0.25rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mt-0 {
  margin-top: 0px;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-1\.5 {
  margin-top: 0.375rem;
}.mt-14 {
  margin-top: 3.5rem;
}.mt-16 {
  margin-top: 4rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-24 {
  margin-top: 6rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-auto {
  margin-top: auto;
}.box-border {
  box-sizing: border-box;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-10 {
  height: 2.5rem;
}.h-3 {
  height: 0.75rem;
}.h-4 {
  height: 1rem;
}.h-5 {
  height: 1.25rem;
}.h-6 {
  height: 1.5rem;
}.h-64 {
  height: 16rem;
}.h-72 {
  height: 18rem;
}.h-8 {
  height: 2rem;
}.h-96 {
  height: 24rem;
}.h-\[90vh\] {
  height: 90vh;
}.h-\[95vh\] {
  height: 95vh;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.max-h-0 {
  max-height: 0px;
}.max-h-36 {
  max-height: 9rem;
}.max-h-40 {
  max-height: 10rem;
}.max-h-48 {
  max-height: 12rem;
}.max-h-72 {
  max-height: 18rem;
}.max-h-\[26rem\] {
  max-height: 26rem;
}.max-h-\[90vh\] {
  max-height: 90vh;
}.max-h-\[95vh\] {
  max-height: 95vh;
}.max-h-full {
  max-height: 100%;
}.min-h-96 {
  min-height: 24rem;
}.min-h-screen {
  min-height: 100vh;
}.w-1\/2 {
  width: 50%;
}.w-10 {
  width: 2.5rem;
}.w-2\/5 {
  width: 40%;
}.w-3 {
  width: 0.75rem;
}.w-4 {
  width: 1rem;
}.w-5 {
  width: 1.25rem;
}.w-6 {
  width: 1.5rem;
}.w-8 {
  width: 2rem;
}.w-96 {
  width: 24rem;
}.w-\[300px\] {
  width: 300px;
}.w-\[90vw\] {
  width: 90vw;
}.w-\[95vw\] {
  width: 95vw;
}.w-full {
  width: 100%;
}.min-w-0 {
  min-width: 0px;
}.min-w-\[300px\] {
  min-width: 300px;
}.max-w-6xl {
  max-width: 72rem;
}.max-w-7xl {
  max-width: 80rem;
}.max-w-\[90vw\] {
  max-width: 90vw;
}.max-w-\[95vw\] {
  max-width: 95vw;
}.max-w-full {
  max-width: 100%;
}.max-w-prose {
  max-width: 65ch;
}.flex-1 {
  flex: 1 1;
}.grow {
  flex-grow: 1;
}.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-move {
  cursor: move;
}.cursor-not-allowed {
  cursor: not-allowed;
}.cursor-pointer {
  cursor: pointer;
}.cursor-text {
  cursor: text;
}.select-text {
  -webkit-user-select: text;
          user-select: text;
}.resize {
  resize: both;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-16 {
  grid-template-columns: repeat(16, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-subgrid {
  grid-template-columns: subgrid;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.content-center {
  align-content: center;
}.content-end {
  align-content: flex-end;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-items-center {
  justify-items: center;
}.gap-1 {
  gap: 0.25rem;
}.gap-12 {
  gap: 3rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-32 {
  gap: 8rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-x-16 {
  column-gap: 4rem;
}.gap-x-2 {
  column-gap: 0.5rem;
}.gap-x-6 {
  column-gap: 1.5rem;
}.gap-x-8 {
  column-gap: 2rem;
}.gap-y-10 {
  row-gap: 2.5rem;
}.gap-y-16 {
  row-gap: 4rem;
}.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.overflow-auto {
  overflow: auto;
}.overflow-hidden {
  overflow: hidden;
}.overflow-visible {
  overflow: visible;
}.overflow-y-auto {
  overflow-y: auto;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap {
  white-space: nowrap;
}.whitespace-pre-wrap {
  white-space: pre-wrap;
}.rounded {
  border-radius: 0.25rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.border-4 {
  border-width: 4px;
}.border-b {
  border-bottom-width: 1px;
}.border-l-4 {
  border-left-width: 4px;
}.border-none {
  border-style: none;
}.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / 1);
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / 1);
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / 1);
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / 1);
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / 1);
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / 1);
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 1);
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / 1);
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / 1);
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / 1);
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / 1);
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / 1);
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}.object-contain {
  object-fit: contain;
}.p-1 {
  padding: 0.25rem;
}.p-2 {
  padding: 0.5rem;
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.p-6 {
  padding: 1.5rem;
}.p-8 {
  padding: 2rem;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-1 {
  padding-bottom: 0.25rem;
}.pb-14 {
  padding-bottom: 3.5rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-28 {
  padding-bottom: 7rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pl-1 {
  padding-left: 0.25rem;
}.pl-10 {
  padding-left: 2.5rem;
}.pl-2 {
  padding-left: 0.5rem;
}.pl-24 {
  padding-left: 6rem;
}.pl-3 {
  padding-left: 0.75rem;
}.pl-4 {
  padding-left: 1rem;
}.pl-6 {
  padding-left: 1.5rem;
}.pl-8 {
  padding-left: 2rem;
}.pr-1 {
  padding-right: 0.25rem;
}.pr-12 {
  padding-right: 3rem;
}.pr-24 {
  padding-right: 6rem;
}.pr-3 {
  padding-right: 0.75rem;
}.pr-4 {
  padding-right: 1rem;
}.pr-6 {
  padding-right: 1.5rem;
}.pr-8 {
  padding-right: 2rem;
}.pt-12 {
  padding-top: 3rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-4 {
  padding-top: 1rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.align-bottom {
  vertical-align: bottom;
}.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.text-xxs {
  font-size: 0.6rem;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.lowercase {
  text-transform: lowercase;
}.italic {
  font-style: italic;
}.not-italic {
  font-style: normal;
}.leading-relaxed {
  line-height: 1.625;
}.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / 1);
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / 1);
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}.text-transparent {
  color: transparent;
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.overline {
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}.opacity-0 {
  opacity: 0;
}.opacity-100 {
  opacity: 1;
}.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline {
  outline-style: solid;
}.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}.blur {
  --tw-blur: blur(8px);
  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);
}.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.duration-300 {
  transition-duration: 300ms;
}.duration-500 {
  transition-duration: 500ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.heavy {
  font-family: f-heavy;
}:root{--bg-color: #f1faee;--bg-color-transparent: rgb(241, 250, 238, 0.85);--autofill-color: #9db4c3;--primary-color: #457b9d;--primary-color-transparent: rgba(69, 123, 157, 0.6);--primary-color-hover: #244d6c;--primary-color-disabled: #a2c0d3;--primary-color-transparent-8: rgba(69, 123, 157, 0.8);--primary-color-transparent-9: rgba(69, 123, 157, 0.9);--faulty-color: #d51b1b}:-webkit-full-screen::backdrop{background-color:rgb(241, 250, 238, 0.85);background-color:var(--bg-color-transparent)}:fullscreen::backdrop{background-color:rgb(241, 250, 238, 0.85);background-color:var(--bg-color-transparent)}*:-webkit-full-screen{-webkit-full-screen-ancestor:initial !important}*:fullscreen{-webkit-full-screen-ancestor:initial !important}.react-pdf__Page[data-page-number="1"]{display:flex;justify-content:center}.rpv-core__inner-page{background-color:#f1faee !important;background-color:var(--bg-color) !important;display:flex;align-items:center}.rpv-core__inner-pages{overflow:hidden !important;background-color:#f1faee !important;background-color:var(--bg-color) !important}.lb-container{background-color:rgba(69, 123, 157, 0.8) !important;background-color:var(--primary-color-transparent-8) !important}.lb-container .lb-header{background-color:rgba(69, 123, 157, 0.9) !important;background-color:var(--primary-color-transparent-9) !important}.lb-container .lb-header .lb-button:hover{background-color:#244d6c;background-color:var(--primary-color-hover)}.lb-container:hover{cursor:auto}.masonry-grid{display:flex;margin-left:-16px;width:auto}.masonry-item{margin-bottom:16px;background:#fff;border-radius:8px;overflow:hidden}.masonry-item img{width:100%;display:block}body{background-color:#f1faee;background-color:var(--bg-color);color:#457b9d;color:var(--primary-color);font-family:f-medium;display:flex;flex-direction:column;min-height:100vh;width:100vw;overflow:hidden}html{width:100vw;overflow:hidden}@media(max-width: 1024px){html,body{overflow-y:auto !important;height:auto !important}}main{flex:1 1}@font-face{font-family:f-heavy;src:url(/static/media/heavy.1c75a71bb1e10e4db24f.otf) format("opentype")}@font-face{font-family:f-medium;src:url(/static/media/medium.221eef2c5f246cf4b728.otf) format("opentype")}@font-face{font-family:f-thin;src:url(/static/media/thin.4a42924dec9ffc62e014.otf) format("opentype")}@font-face{font-family:f-heavy;src:url(/static/media/heavy.1c75a71bb1e10e4db24f.otf) format("opentype")}@font-face{font-family:f-medium;src:url(/static/media/medium.221eef2c5f246cf4b728.otf) format("opentype")}@font-face{font-family:g-regular;src:url(/static/media/g-regular.9cdca56b239421b08ccb.ttf) format("truetype")}@font-face{font-family:g-semibold;src:url(/static/media/g-semibold.7b76771af0cf4219c5a3.ttf) format("truetype")}@font-face{font-family:g-bold;src:url(/static/media/g-bold.bbd9ce083b65a5df888c.ttf) format("truetype")}@font-face{font-family:g-black;src:url(/static/media/g-black.a72feed50d64f4ad8c48.ttf) format("truetype")}.text-xxl{line-height:1.85rem}.heavy{font-family:f-heavy}.highlight{display:inline-block !important}.loader{width:48px;height:48px;border:4px solid #457b9d;border:4px solid var(--primary-color);border-bottom-color:rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}a:not(.no-std-decoration){position:relative}a:not(.no-std-decoration)::after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1.5px;background-color:#457b9d;background-color:var(--primary-color);transition:all .5s ease-in-out}a:not(.no-std-decoration):hover::after{width:0px}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media(min-width: 178px)and (max-width: 421px){.container{max-width:auto !important}}.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / 1);
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 1);
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / 1);
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}.hover\:opacity-0:hover {
  opacity: 0;
}.hover\:opacity-100:hover {
  opacity: 1;
}.focus\:border-transparent:focus {
  border-color: transparent;
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}.disabled\:opacity-50:disabled {
  opacity: 0.5;
}@media (min-width: 421px) {

  .xs\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xs\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xs\:col-start-6 {
    grid-column-start: 6;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

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

  .xs\:w-10 {
    width: 2.5rem;
  }

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

  .xs\:gap-4 {
    gap: 1rem;
  }

  .xs\:gap-6 {
    gap: 1.5rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

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

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

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

  .xs\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xs\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xs\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .xs\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}@media (min-width: 641px) {

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

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

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

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

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .sm\:text-xxl {
    font-size: 1.4rem;
  }
}@media (min-width: 769px) {

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-x-12 {
    column-gap: 3rem;
  }

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

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (min-width: 1025px) {

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

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

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-14 {
    column-gap: 3.5rem;
  }

  .lg\:gap-x-16 {
    column-gap: 4rem;
  }

  .lg\:gap-x-8 {
    column-gap: 2rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

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

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}@media (min-width: 1281px) {

  .xl\:order-2 {
    order: 2;
  }

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

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

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

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-x-12 {
    column-gap: 3rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

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

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .xl\:heavy {
    font-family: f-heavy;
  }
}@media (min-width: 1537px) {

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

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

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-start-2 {
    grid-column-start: 2;
  }

  .\32xl\:col-start-8 {
    grid-column-start: 8;
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:gap-x-0 {
    column-gap: 0px;
  }

  .\32xl\:gap-x-16 {
    column-gap: 4rem;
  }

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

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

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

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}@media (min-width: 1781px) {

  .\33xl\:pl-32 {
    padding-left: 8rem;
  }

  .\33xl\:pl-36 {
    padding-left: 9rem;
  }

  .\33xl\:pl-44 {
    padding-left: 11rem;
  }
}
.SearchForm_searchForm__Td0Po h3{display:inline-block;padding-bottom:8px;border-bottom:4px solid var(--primary-color);font-family:g-bold}.SearchForm_searchForm__Td0Po input[type=number]::-webkit-inner-spin-button,.SearchForm_searchForm__Td0Po input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.SearchForm_searchForm__Td0Po input[type=number]{-moz-appearance:textfield}.SearchForm_searchForm__Td0Po fieldset{position:relative}.SearchForm_searchForm__Td0Po fieldset label{font-family:f-heavy;text-transform:uppercase;letter-spacing:.5px;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;overflow-wrap:break-word}@media(max-width: 1536px){.SearchForm_searchForm__Td0Po fieldset label{font-size:.9rem;align-self:end;padding-bottom:8px}}@media(max-width: 640px){.SearchForm_searchForm__Td0Po fieldset label{font-size:.7rem;padding-bottom:0px}}.SearchForm_searchForm__Td0Po fieldset input,.SearchForm_searchForm__Td0Po fieldset select{border-bottom:3px solid var(--primary-color);background-color:var(--bg-color);transform:translateY(-6px);padding:.2rem .5rem;align-self:end;font-family:g-regular}@media(max-width: 1280px){.SearchForm_searchForm__Td0Po fieldset input,.SearchForm_searchForm__Td0Po fieldset select{font-size:.8rem}}@media(max-width: 640px){.SearchForm_searchForm__Td0Po fieldset input,.SearchForm_searchForm__Td0Po fieldset select{padding:.25rem .1rem;transform:translateY(2px)}}.SearchForm_searchForm__Td0Po fieldset input:focus,.SearchForm_searchForm__Td0Po fieldset select:focus{outline:0}.SearchForm_searchForm__Td0Po fieldset input::placeholder,.SearchForm_searchForm__Td0Po fieldset select::placeholder{color:var(--primary-color)}.SearchForm_searchForm__Td0Po fieldset input.SearchForm_faultyField__fR61s,.SearchForm_searchForm__Td0Po fieldset select.SearchForm_faultyField__fR61s{border-bottom:3px solid var(--faulty-color);color:var(--faulty-color)}.SearchForm_searchForm__Td0Po fieldset svg.SearchForm_removeIcon__Kf4eF{position:absolute;right:-25px;bottom:16px;fill:var(--faulty-color);z-index:1}.SearchForm_searchForm__Td0Po .SearchForm_errorMsgContainer__q304V ul{display:flex;flex-direction:column}.SearchForm_searchForm__Td0Po .SearchForm_errorMsgContainer__q304V ul .SearchForm_faultyMsg__gZjIu{color:var(--faulty-color)}.SearchForm_searchForm__Td0Po .SearchForm_errorMsgContainer__q304V ul .SearchForm_faultyMsg__gZjIu:not(:last-child){margin-bottom:.5rem}.SearchForm_searchForm__Td0Po .SearchForm_hiddenFields__GJDaH{max-height:0;opacity:0;transition:max-height 1.6s ease-in-out,opacity 1.4s ease-in-out}.SearchForm_searchForm__Td0Po .SearchForm_hiddenFields__GJDaH.SearchForm_visible__XWBKs{max-height:1200px;opacity:1;transition:max-height 1.6s ease-in-out,opacity 1.4s ease-in-out .2s}.SearchForm_searchForm__Td0Po button[type=button]{align-items:center;font-family:g-semibold}@media(min-width: 1281px){.SearchForm_searchForm__Td0Po button[type=button]{position:relative;padding-left:8px;transition:all .5s ease-in-out}.SearchForm_searchForm__Td0Po button[type=button]::before{content:"";position:absolute;top:4px;left:-20px;height:4px;width:20px;transform:rotate(25deg);background-color:var(--primary-color);transition:all .5s ease-in-out}.SearchForm_searchForm__Td0Po button[type=button]::after{content:"";position:absolute;left:-20px;top:-16px;width:4px;height:18px;background-color:var(--primary-color)}.SearchForm_searchForm__Td0Po button[type=button]:hover{padding-left:14px}.SearchForm_searchForm__Td0Po button[type=button]:hover::before{width:25px}}.SearchForm_searchForm__Td0Po button[type=button] span{text-align:left;line-height:1.2}@media(max-width: 640px){.SearchForm_searchForm__Td0Po button[type=button] span{font-size:.8rem}}.SearchForm_searchForm__Td0Po button[type=submit]{background-color:var(--primary-color);color:var(--bg-color);width:100%;text-align:center;position:relative;transition:all .5s ease-in-out;-webkit-clip-path:polygon(100% 0, 100% 69%, 83% 100%, 0 100%, 0 0);clip-path:polygon(100% 0, 100% 69%, 83% 100%, 0 100%, 0 0)}.SearchForm_searchForm__Td0Po button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.SearchForm_searchForm__Td0Po button[type=submit] span{display:block;transition:transform .5s ease-in-out;letter-spacing:2px}.SearchForm_searchForm__Td0Po button[type=submit]:not(:disabled):hover{-webkit-clip-path:polygon(100% 0, 100% 69%, 90% 100%, 0 100%, 0 0);clip-path:polygon(100% 0, 100% 69%, 90% 100%, 0 100%, 0 0)}.SearchForm_searchForm__Td0Po button[type=submit]:not(:disabled):hover span{transform:translateX(10px)}
.HomePage_homepage__Uqf-j{position:relative}.HomePage_homepage__Uqf-j img{position:absolute;top:2rem}.HomePage_homepage__Uqf-j .HomePage_logo__EJsSp{font-family:f-heavy;text-transform:uppercase;text-align:right;font-size:7rem;line-height:1.1;position:relative}@media(max-width: 1780px){.HomePage_homepage__Uqf-j .HomePage_logo__EJsSp{font-size:5rem}}@media(max-width: 1024px){.HomePage_homepage__Uqf-j .HomePage_logo__EJsSp{font-size:4rem}}@media(max-width: 768px){.HomePage_homepage__Uqf-j .HomePage_logo__EJsSp{font-size:3rem}.HomePage_homepage__Uqf-j .HomePage_logo__EJsSp::before{content:"";position:absolute;right:-7px;bottom:-32px;background-color:var(--primary-color);width:calc(100% + 14px);height:4px}}.HomePage_homepage__Uqf-j .HomePage_logo__EJsSp::after{content:"";position:absolute;right:-33px;bottom:-40px;background-color:var(--primary-color);width:4px;height:80px;transform:rotate(40deg)}@media(max-width: 1536px){.HomePage_homepage__Uqf-j .HomePage_logo__EJsSp::after{height:60px;right:-27px;bottom:-38px}}@media(max-width: 600px){.HomePage_homepage__Uqf-j .HomePage_logo__EJsSp::after{height:30px;right:-18px;bottom:-35px}}@media(max-width: 420px){.HomePage_homepage__Uqf-j .HomePage_logo__EJsSp{font-size:2rem}}.HomePage_homepage__Uqf-j .HomePage_logo__EJsSp span{display:block}.HomePage_homepage__Uqf-j .HomePage_description__vCcYE{position:relative;font-family:g-regular}.HomePage_homepage__Uqf-j .HomePage_description__vCcYE p{line-height:1.8}@media(min-width: 1025px){.HomePage_homepage__Uqf-j .HomePage_description__vCcYE::before{content:"";position:absolute;left:-7px;top:-36px;background-color:var(--primary-color);width:calc(100% + 14px);height:4px}.HomePage_homepage__Uqf-j .HomePage_description__vCcYE::after{content:"";position:absolute;left:-33px;top:-44px;background-color:var(--primary-color);width:4px;height:80px;transform:rotate(40deg)}}@media(min-width: 1025px)and (max-width: 1536px){.HomePage_homepage__Uqf-j .HomePage_description__vCcYE::after{height:60px;left:-27px;top:-42px}}.HomePage_homepage__Uqf-j .HomePage_description__vCcYE h3{display:inline-block;padding-bottom:4px;border-bottom:4px solid var(--primary-color);font-family:g-bold}.HomePage_homepage__Uqf-j .HomePage_description__vCcYE .HomePage_button__5v4pn{background-color:var(--primary-color);padding-inline:3rem;text-transform:uppercase;color:var(--bg-color);font-family:f-heavy;letter-spacing:2px;transition:all .5s ease-in-out;display:inline-block;z-index:3;-webkit-clip-path:polygon(100% 0, 100% 100%, 17% 100%, 0 69%, 0 0);clip-path:polygon(100% 0, 100% 100%, 17% 100%, 0 69%, 0 0)}.HomePage_homepage__Uqf-j .HomePage_description__vCcYE .HomePage_button__5v4pn span{transition:all .5s ease-in-out;display:block}.HomePage_homepage__Uqf-j .HomePage_description__vCcYE .HomePage_button__5v4pn:hover{-webkit-clip-path:polygon(100% 0, 100% 100%, 10% 100%, 0 69%, 0 0);clip-path:polygon(100% 0, 100% 100%, 10% 100%, 0 69%, 0 0)}.HomePage_homepage__Uqf-j .HomePage_description__vCcYE .HomePage_button__5v4pn:hover span{transform:translateX(-10px)}.HomePage_homepage__Uqf-j .HomePage_searchFormContainer__j0jg5{position:relative}@media(max-width: 1024px)and (min-width: 769px){.HomePage_homepage__Uqf-j .HomePage_searchFormContainer__j0jg5::before{content:"";position:absolute;left:-7px;top:-36px;background-color:var(--primary-color);width:calc(50% - 17px);height:4px}}@media(max-width: 1024px){.HomePage_homepage__Uqf-j .HomePage_searchFormContainer__j0jg5::after{content:"";position:absolute;left:-33px;top:-44px;background-color:var(--primary-color);width:4px;height:80px;transform:rotate(40deg)}}@media(max-width: 1024px)and (max-width: 1536px){.HomePage_homepage__Uqf-j .HomePage_searchFormContainer__j0jg5::after{height:60px;left:-27px;top:-42px}}@media(max-width: 1024px)and (max-width: 600px){.HomePage_homepage__Uqf-j .HomePage_searchFormContainer__j0jg5::after{height:30px;left:-18px;top:-38px}}
.CookieBanner_cookieBanner__EeGS5{background-color:var(--bg-color);color:var(--primary-color);border-top:4px solid var(--primary-color);font-family:g-regular}.CookieBanner_cookieBanner__EeGS5 h3{font-family:g-bold}.CookieBanner_cookieBanner__EeGS5 p{line-height:1.4}.CookieBanner_cookieBanner__EeGS5 .CookieBanner_rejectButton__kXaN6{border:2px solid var(--primary-color)}.CookieBanner_cookieBanner__EeGS5 .CookieBanner_acceptButton__OU-VO{background-color:var(--primary-color);color:var(--bg-color)}
.SearchResultsPage_searchResults__nutnr img{position:absolute;top:2rem;left:0;min-width:44vw;height:auto}.SearchResultsPage_searchResults__nutnr p{font-family:f-regular}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li{position:relative;padding-left:55px;display:flex;align-items:flex-start}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li{padding-left:25px}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:not(:first-child){margin-top:6px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li i{font-size:1.3rem;letter-spacing:1px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li i{font-size:.7rem !important}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li span{font-size:1.2rem;font-family:f-regular}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li span{font-size:.9rem}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li::before{content:"";height:3px;width:20px;position:absolute;left:30px;top:10px;transform:rotate(10deg);background-color:var(--primary-color)}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li::before{left:10px;width:12px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li::after{content:"";height:28px;width:3px;position:absolute;left:30px;top:-19px;background-color:var(--primary-color)}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li::after{left:10px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(2){padding-left:65px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(2){padding-left:33px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(2)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(2)::after{left:38px}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(3){padding-left:75px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(3){padding-left:38px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(3)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(3)::after{left:50px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(3)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(3)::after{left:22px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(4){padding-left:85px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(4){padding-left:43px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(4)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(4)::after{left:60px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(4)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(4)::after{left:28px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(5){padding-left:95px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(5){padding-left:49px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(5)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(5)::after{left:70px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(5)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(5)::after{left:34px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(6){padding-left:105px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(6){padding-left:55px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(6)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(6)::after{left:80px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(6)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(6)::after{left:40px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(7){padding-left:115px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(7){padding-left:61px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(7)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(7)::after{left:90px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(7)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(7)::after{left:44px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(8){padding-left:125px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(8){padding-left:67px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(8)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(8)::after{left:100px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(8)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(8)::after{left:50px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(9){padding-left:135px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(9){padding-left:73px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(9)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(9)::after{left:110px}@media(max-width: 640px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(9)::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li:nth-child(9)::after{left:56px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li i{display:inline-block;font-size:.8rem;text-transform:uppercase;font-family:f-heavy;border-bottom:3px solid var(--primary-color);margin-right:8px;margin-top:3px}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li span{display:inline-block}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li.SearchResultsPage_searchedDate__tvMD2 span{display:flex}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_searchterms__A10UY li.SearchResultsPage_searchedDate__tvMD2 span span{font-size:.6rem;margin-bottom:auto;margin-top:auto}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 button,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 span{background-color:var(--primary-color);color:var(--bg-color)}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_counter__4mjoS{font-family:g-regular;-webkit-clip-path:polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);clip-path:polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%)}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_prevBtn__jkoCx{border-right:2px solid var(--bg-color);-webkit-clip-path:polygon(0 20%, 57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%);clip-path:polygon(0 20%, 57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%)}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_nextBtn__gggno{border-left:2px solid var(--bg-color);-webkit-clip-path:polygon(0 20%, 57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%);clip-path:polygon(0 20%, 57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%);transform:scale(-1);margin-left:2px}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_prevBtn__jkoCx,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_nextBtn__gggno{transition:all .5s ease-in-out}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_prevBtn__jkoCx:not(:disabled):hover span,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_nextBtn__gggno:not(:disabled):hover span{transform:translateX(-5px)}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_prevBtn__jkoCx span,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_nextBtn__gggno span{--size: 4px;position:relative;height:var(--size);display:block;width:30px;background-color:var(--bg-color);transition:all .5s ease-in-out}@media(max-width: 1024px){.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_prevBtn__jkoCx span,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_nextBtn__gggno span{width:30px;--size: 3px}}.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_prevBtn__jkoCx span::before,.SearchResultsPage_searchResults__nutnr .SearchResultsPage_pagination__KW1v4 .SearchResultsPage_nextBtn__gggno span::before{content:"";position:absolute;left:0;top:calc(-1*var(--size));border:solid var(--bg-color);border-width:0 var(--size) var(--size) 0;display:inline-block;padding:var(--size);transform:rotate(135deg)}
header{background-color:var(--bg-color);position:-webkit-sticky;position:sticky;top:0;z-index:99}header .Header_headerInner__QmP87{position:relative;border-bottom:4px solid var(--primary-color)}header .Header_headerInner__QmP87::before{content:"";position:absolute;left:-33px;bottom:-14px;background-color:var(--primary-color);width:4px;height:100px;transform:rotate(-40deg)}@media(max-width: 1536px){header .Header_headerInner__QmP87::before{height:60px;left:-20px;bottom:-10px}}header .Header_headerInner__QmP87::after{content:"";position:absolute;right:-101px;bottom:-66px;background-color:var(--bg-color);border-left:4px solid var(--primary-color);width:80px;height:100px;transform:rotate(-40deg)}@media(max-width: 1536px){header .Header_headerInner__QmP87::after{height:60px;right:-87px;bottom:-30px}}.Header_logo__H2pVJ{font-family:f-heavy;text-transform:uppercase;text-align:right;font-size:3.2rem;line-height:1.1;position:relative}.Header_logo__H2pVJ span{display:block}@media(max-width: 1280px){.Header_logo__H2pVJ{font-size:2.2rem}}@media(max-width: 640px){.Header_logo__H2pVJ{font-size:1.8rem}}.Header_extralinks__CUSRg span{display:block;font-size:1.3rem;line-height:1.1;font-family:f-heavy;text-transform:uppercase;letter-spacing:1px;position:relative}@media(max-width: 1280px){.Header_extralinks__CUSRg span{font-size:1.1rem}}.Header_extralinks__CUSRg span:first-child::before{content:"";position:absolute;top:6px;right:calc(100% + 5px);height:4px;width:0;background-color:var(--primary-color);transition:all .5s ease-in-out}.Header_extralinks__CUSRg span:nth-of-type(2){margin-left:20px}.Header_extralinks__CUSRg a{display:block}@media(min-width: 1025px){.Header_extralinks__CUSRg a:hover span:first-child::before{width:50px}}.Header_extralinks__CUSRg .Header_toggleBox__ORBR\+{padding-bottom:20px;position:relative;transition:all 1s ease-in-out;height:63px;align-items:flex-end}.Header_extralinks__CUSRg .Header_toggleBox__ORBR\+ span{font-size:1rem}.Header_extralinks__CUSRg .Header_toggleBox__ORBR\+.Header_close__aa-uC{padding-bottom:50px}@media(max-width: 640px){.Header_extralinks__CUSRg .Header_toggleBox__ORBR\+.Header_close__aa-uC{padding-bottom:40px}}.Header_extralinks__CUSRg .Header_toggleBox__ORBR\+::after,.Header_extralinks__CUSRg .Header_toggleBox__ORBR\+::before{content:"";position:absolute;right:0;bottom:0;width:100%;height:4px;transition:all 1s ease-in-out;background-color:var(--primary-color)}.Header_extralinks__CUSRg .Header_toggleBox__ORBR\+::after{bottom:8px}.Header_extralinks__CUSRg .Header_toggleBox__ORBR\+.Header_close__aa-uC::after{bottom:15px;transform:rotate(45deg)}@media(max-width: 640px){.Header_extralinks__CUSRg .Header_toggleBox__ORBR\+.Header_close__aa-uC::after{transform:rotate(35deg)}}.Header_extralinks__CUSRg .Header_toggleBox__ORBR\+.Header_close__aa-uC::before{bottom:15px;transform:rotate(-45deg)}@media(max-width: 640px){.Header_extralinks__CUSRg .Header_toggleBox__ORBR\+.Header_close__aa-uC::before{transform:rotate(-35deg)}}@media(max-width: 1024px){.Header_extralinks__CUSRg .Header_borderHook__Hg4bM{position:absolute;top:calc(100% + 4px);right:0;pointer-events:none}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM.Header_open__qityM{pointer-events:auto}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM::after{content:"";position:absolute;background-color:var(--bg-color);border-right:4px solid var(--primary-color);width:30px;transform:rotate(40deg);height:60px;right:-23px;bottom:4px;opacity:0;transition:opacity .2s ease-in-out;transition-delay:.5s}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM::before{content:"";position:absolute;background-color:var(--bg-color);width:200px;height:3200px;left:calc(100% - 1px);bottom:48px;opacity:0;transition:opacity .2s ease-in-out;transition-delay:.5s}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM.Header_open__qityM::after,.Header_extralinks__CUSRg .Header_borderHook__Hg4bM.Header_open__qityM::before{opacity:1}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM:not(.Header_open__qityM)::after{transition-delay:0s}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM:not(.Header_open__qityM) .Header_menuContent__ijRqd{transition-delay:.2s}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM.Header_open__qityM .Header_menuContent__ijRqd{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);pointer-events:auto}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM .Header_menuContent__ijRqd{background-color:var(--bg-color);transition:-webkit-clip-path .5s ease-in-out;transition:clip-path .5s ease-in-out;transition:clip-path .5s ease-in-out, -webkit-clip-path .5s ease-in-out;z-index:999;border-left:4px solid var(--primary-color);border-bottom:4px solid var(--primary-color);flex-direction:column;gap:2rem;padding:1rem;-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0);display:flex;pointer-events:none}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM .Header_menuContent__ijRqd a:not(:last-child) span:last-child{position:relative}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM .Header_menuContent__ijRqd a:not(:last-child) span:last-child::after{content:"";position:absolute;bottom:-1rem;left:20%;width:65%;height:4px;background-color:var(--primary-color)}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM .Header_menuContent__ijRqd a:nth-child(2){margin-left:60px}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM .Header_menuContent__ijRqd a:nth-child(2) span:last-child::after{left:-40%;width:95%}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM .Header_menuContent__ijRqd a:nth-child(3){margin-left:80px;margin-right:20px}.Header_extralinks__CUSRg .Header_borderHook__Hg4bM a span{font-size:1.25rem}}
.Card_card__aTIzt{background-color:var(--primary-color);color:var(--bg-color);position:relative}.Card_card__aTIzt.Card_prolongedStripe__0HA3i ul::before{content:"";position:absolute;left:-1px;top:-16px;width:4px;height:100%;background-color:var(--bg-color);height:calc(100% + 72px) !important}.Card_card__aTIzt::before{content:"";position:absolute;top:-20px;left:-20px;height:40px;width:90px;transform:rotate(155deg);background-color:var(--bg-color)}.Card_card__aTIzt::after{content:"";position:absolute;bottom:-20px;right:-20px;height:40px;width:90px;transform:rotate(155deg);background-color:var(--bg-color)}.Card_card__aTIzt .Card_festival__ELqQ-{background-color:var(--bg-color);color:var(--primary-color);border:4px solid var(--primary-color);outline:2px solid var(--bg-color);display:inline-block;letter-spacing:1px;margin-left:-30px;transform:skew(-15deg);transition:transform .5s ease-in-out}@media(max-width: 768px){.Card_card__aTIzt .Card_festival__ELqQ-{margin-left:-26px}}@media(max-width: 420px){.Card_card__aTIzt .Card_festival__ELqQ-{margin-left:-20px}}.Card_card__aTIzt .Card_festival__ELqQ- span{transform:skew(15deg);display:block;transition:transform .5s ease-in-out}.Card_card__aTIzt .Card_festival__ELqQ-:hover{transform:skew(15deg)}.Card_card__aTIzt .Card_festival__ELqQ-:hover span{transform:skew(-15deg)}.Card_card__aTIzt h2{display:block;padding-bottom:16px;padding-right:36px;margin-bottom:8px;position:relative;font-family:g-black}.Card_card__aTIzt h2::after{content:"";bottom:0;left:0;position:absolute;width:120px;height:4px;background-color:var(--bg-color)}.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o{position:absolute;right:-2rem;top:-2rem;background-color:var(--bg-color);-webkit-clip-path:polygon(43% 0%, 100% 0, 100% 100%, 0 100%, 0 13%);clip-path:polygon(43% 0%, 100% 0, 100% 100%, 0 100%, 0 13%);padding:2px}@media(max-width: 768px){.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o{right:-0.8rem;top:-1.5rem}}.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw{padding:4px;background-color:var(--primary-color);-webkit-clip-path:polygon(43% 0%, 100% 0, 100% 100%, 0 100%, 0 13%);clip-path:polygon(43% 0%, 100% 0, 100% 100%, 0 100%, 0 13%)}.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw time{background-color:var(--bg-color);color:var(--primary-color);min-width:60px;-webkit-clip-path:polygon(43% 0%, 100% 0, 100% 100%, 0 100%, 0 13%);clip-path:polygon(43% 0%, 100% 0, 100% 100%, 0 100%, 0 13%)}.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw time span{text-align:center}.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw time .Card_day__ioB6I,.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw time .Card_month__dTr23{position:relative}.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw time .Card_day__ioB6I::before,.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw time .Card_month__dTr23::before{content:"";position:absolute;height:4px;width:calc(100% - 14px);background-color:var(--primary-color);bottom:15px;left:25px}.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw time .Card_day__ioB6I::after,.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw time .Card_month__dTr23::after{content:"";position:absolute;height:41px;width:4px;background-color:var(--primary-color);transform:rotate(65deg);bottom:-12px;left:5px}.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw time .Card_day__ioB6I{padding-bottom:20px}.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw time .Card_month__dTr23{padding-bottom:24px}.Card_card__aTIzt .Card_timeOutlineWrapper__Jw57o .Card_timeWrapper__clhKw time .Card_month__dTr23::after{content:"";position:absolute;height:41px;width:4px;background-color:var(--primary-color);transform:rotate(65deg);bottom:-12px;left:5px}.Card_card__aTIzt ul{position:relative;margin-left:2rem}.Card_card__aTIzt li{position:relative;margin-left:19px;padding-left:5px;text-transform:uppercase;font-family:f-heavy;letter-spacing:1px;font-size:10px !important}.Card_card__aTIzt li.Card_genre__hJh7f a:first-letter,.Card_card__aTIzt li.Card_orchestration__cTyLD a:first-letter,.Card_card__aTIzt li.Card_other__CgZK1 a:first-letter{text-transform:uppercase}.Card_card__aTIzt li::before{content:"";position:absolute;top:-4px;left:-20px;height:4px;width:20px;transform:rotate(25deg);background-color:var(--bg-color)}.Card_card__aTIzt li:not(:last-child)::after{content:"";position:absolute;left:-20px;top:-16px;width:4px;height:calc(100% + 16px);background-color:var(--bg-color)}.Card_card__aTIzt li .Card_key__QlGmv{display:block}.Card_card__aTIzt li.Card_performer__eDZJX:not(:last-child)::after{height:calc(100% + 24px)}.Card_card__aTIzt li:last-child::after{content:"";position:absolute;left:-20px;top:-20px;width:4px;height:16px;background-color:var(--bg-color)}.Card_card__aTIzt li>a,.Card_card__aTIzt li .Card_other__CgZK1{font-family:g-semibold;letter-spacing:0px;text-transform:none;display:block;transition:all .5s ease-in-out;position:relative;line-height:1.1}.Card_card__aTIzt li>a::first-line,.Card_card__aTIzt li .Card_other__CgZK1::first-line{padding-left:50px}.Card_card__aTIzt li>a::after,.Card_card__aTIzt li .Card_other__CgZK1::after{content:none}@media(min-width: 601px){.Card_card__aTIzt li>a,.Card_card__aTIzt li .Card_other__CgZK1{transform:translateX(5px)}}.Card_card__aTIzt li>a:not(.Card_other__CgZK1):hover,.Card_card__aTIzt li .Card_other__CgZK1:not(.Card_other__CgZK1):hover{transform:translateX(20px)}.Card_card__aTIzt .Card_extraInfoText__2ylWr{font-family:g-regular;text-transform:none;line-height:1.4;display:inline-block;letter-spacing:0px;margin-top:4px}@media(min-width: 601px){.Card_card__aTIzt .Card_extraInfoText__2ylWr{transform:translateX(5px)}}.Card_card__aTIzt .Card_performer__eDZJX a span{font-family:g-regular}.Card_card__aTIzt .Card_performer__eDZJX:not(.Card_onePerformer__kRKAT) a{font-size:1.2rem;display:inline-block;position:relative;padding-left:20px;line-height:1.2;margin-right:auto}.Card_card__aTIzt .Card_performer__eDZJX:not(.Card_onePerformer__kRKAT) a:first-child{margin-top:8px}.Card_card__aTIzt .Card_performer__eDZJX:not(.Card_onePerformer__kRKAT) a::after{content:"—";position:absolute;left:0;top:-2px}.Card_card__aTIzt .Card_performer__eDZJX:not(.Card_onePerformer__kRKAT) a span{font-size:.8rem}.Card_card__aTIzt .Card_cardLink__ED7tm{margin-right:auto;display:inline-block;position:absolute;left:5rem;bottom:-4rem;z-index:3}.Card_card__aTIzt .Card_cardLink__ED7tm::before{content:"";position:absolute;top:-4px;left:-35px;height:4px;width:57px;transform:rotate(25deg);background-color:var(--bg-color)}@media(max-width: 650px){.Card_card__aTIzt .Card_cardLink__ED7tm::before{top:-8px;width:68px}}.Card_card__aTIzt .Card_cardLink__ED7tm::after{content:"";position:absolute;bottom:110px;left:-33px;height:210px;width:4px;background-color:var(--bg-color)}.Card_card__aTIzt .Card_cardLink__ED7tm .Card_buttonWrapper__bCsne{position:relative;display:inline-block;transition:all .5s ease-in-out;-webkit-clip-path:polygon(0 0, 80% 0, 100% 25%, 100% 100%, 20% 100%, 0 75%);clip-path:polygon(0 0, 80% 0, 100% 25%, 100% 100%, 20% 100%, 0 75%);background-color:var(--primary-color)}.Card_card__aTIzt .Card_cardLink__ED7tm .Card_buttonWrapper__bCsne:hover{-webkit-clip-path:polygon(0 0, 80% 0, 100% 30%, 100% 100%, 20% 100%, 0 70%);clip-path:polygon(0 0, 80% 0, 100% 30%, 100% 100%, 20% 100%, 0 70%)}.Card_card__aTIzt .Card_cardLink__ED7tm .Card_buttonWrapper__bCsne:hover button{-webkit-clip-path:polygon(0 0, 80% 0, 100% 30%, 100% 100%, 20% 100%, 0 70%);clip-path:polygon(0 0, 80% 0, 100% 30%, 100% 100%, 20% 100%, 0 70%)}.Card_card__aTIzt .Card_cardLink__ED7tm .Card_buttonWrapper__bCsne:hover button span:nth-child(1){margin-left:1rem}.Card_card__aTIzt .Card_cardLink__ED7tm .Card_buttonWrapper__bCsne button{background-color:var(--bg-color);color:var(--primary-color);padding:.8rem 1rem;transition:all .5s ease-in-out;position:relative;text-transform:uppercase;letter-spacing:1px;-webkit-clip-path:polygon(0 0, 80% 0, 100% 25%, 100% 100%, 20% 100%, 0 75%);clip-path:polygon(0 0, 80% 0, 100% 25%, 100% 100%, 20% 100%, 0 75%);border:none;margin:4px}.Card_card__aTIzt .Card_cardLink__ED7tm .Card_buttonWrapper__bCsne button span{display:block;margin-right:auto;width:-webkit-fit-content;width:fit-content}.Card_card__aTIzt .Card_cardLink__ED7tm .Card_buttonWrapper__bCsne button span:nth-child(1){transition:margin-left .5s ease-in-out}.Card_card__aTIzt .Card_cardLink__ED7tm .Card_buttonWrapper__bCsne button span:nth-child(2){margin-left:1rem}
.ConcertPage_concertPage__6evYL .ConcertPage_title__JAHLT{position:relative;border-bottom:4px solid var(--primary-color);padding-bottom:10px}@media(min-width: 1281px){.ConcertPage_concertPage__6evYL .ConcertPage_title__JAHLT:nth-child(2){margin-top:10px;margin-left:60px;position:relative;margin-bottom:auto}.ConcertPage_concertPage__6evYL .ConcertPage_title__JAHLT:nth-child(2)::before{content:"";width:4px;height:30px;position:absolute;bottom:11px;left:-30px;background-color:var(--primary-color);transform:rotate(-45deg)}.ConcertPage_concertPage__6evYL .ConcertPage_title__JAHLT:nth-child(2)::after{content:"";width:14px;height:4px;position:absolute;top:10px;left:-20px;background-color:var(--primary-color)}.ConcertPage_concertPage__6evYL .ConcertPage_title__JAHLT:nth-child(3){margin-left:120px;margin-top:10px;position:relative}.ConcertPage_concertPage__6evYL .ConcertPage_title__JAHLT:nth-child(3)::before{content:"";width:4px;height:30px;position:absolute;bottom:11px;left:-30px;background-color:var(--primary-color);transform:rotate(-45deg)}.ConcertPage_concertPage__6evYL .ConcertPage_title__JAHLT:nth-child(3)::after{content:"";width:14px;height:4px;position:absolute;top:10px;left:-20px;background-color:var(--primary-color)}}.ConcertPage_concertPage__6evYL .ConcertPage_debugMessage__NwILj,.ConcertPage_concertPage__6evYL .ConcertPage_fallbackMessage__cuMwI,.ConcertPage_concertPage__6evYL .ConcertPage_noContentMessage__Pd-1s{font-family:g-bold}.ConcertPage_concertPage__6evYL ul{position:relative}.ConcertPage_concertPage__6evYL ul::before{content:"";height:100%;width:3px;background-color:var(--primary-color);position:absolute;left:18px;top:2px}.ConcertPage_concertPage__6evYL ul.ConcertPage_firstInfoCol__0eqNv{margin-left:0rem;padding-top:1rem}.ConcertPage_concertPage__6evYL ul.ConcertPage_secondInfoCol__MI1vN{padding-top:1rem}.ConcertPage_concertPage__6evYL ul.ConcertPage_firstInfoCol__0eqNv::before{top:0}.ConcertPage_concertPage__6evYL ul.ConcertPage_secondInfoCol__MI1vN::before{height:100%;top:0}.ConcertPage_concertPage__6evYL ul li:last-of-type .ConcertPage_concertInfoPrefix__GwaEA::before{content:"";height:120px;width:3px;background-color:var(--bg-color);position:absolute;left:-26px;top:18px}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfoPrefix__GwaEA{position:relative;margin-left:44px;text-transform:uppercase;font-family:f-heavy;letter-spacing:1px;font-size:9px !important;line-height:1}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV{display:block;margin-left:44px;line-height:1.1;position:relative}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>span,.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>a{display:block}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>span::after,.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>a::after{display:none}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>span:not(:last-child),.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>a:not(:last-child){margin-bottom:8px}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>span.ConcertPage_performer__B1m1I,.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>a.ConcertPage_performer__B1m1I{position:relative}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>span.ConcertPage_performer__B1m1I:not(:last-child)::before,.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>a.ConcertPage_performer__B1m1I:not(:last-child)::before{content:"";width:3px;height:30px;background-color:var(--primary-color);position:absolute;left:7px;top:calc(100% - 22px)}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>span.ConcertPage_performer__B1m1I:last-child::before,.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>a.ConcertPage_performer__B1m1I:last-child::before{content:"";width:3px;height:8px;background-color:var(--primary-color);position:absolute;left:7px;top:calc(100% - 22px)}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>span .ConcertPage_role__LpQg3,.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>a .ConcertPage_role__LpQg3{font-size:.8rem;padding-top:7px;padding-left:25px;margin-left:7px;position:relative}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>span .ConcertPage_role__LpQg3::before,.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>a .ConcertPage_role__LpQg3::before{content:"";height:3px;width:12px;background-color:var(--primary-color);position:absolute;left:0px;top:8px;transform:rotate(35deg)}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>span .ConcertPage_role__LpQg3::after,.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV>a .ConcertPage_role__LpQg3::after{content:"";height:3px;width:12px;background-color:var(--primary-color);position:absolute;left:10px;top:11px}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV::before{content:"";height:3px;width:12px;background-color:var(--primary-color);position:absolute;right:calc(100% + 4px);top:8px}.ConcertPage_concertPage__6evYL ul li .ConcertPage_concertInfo__\+nAkV::after{content:"";height:3px;width:12px;background-color:var(--primary-color);position:absolute;right:calc(100% + 14px);top:5px;bottom:inherit;left:inherit;transform:rotate(35deg)}.ConcertPage_concertPage__6evYL .ConcertPage_pdfContainer__cFtjb{width:100%;position:relative;display:grid;place-items:start center}@media(max-width: 640px)and (min-width: 421px){.ConcertPage_concertPage__6evYL .ConcertPage_pdfContainer__cFtjb{margin-top:80px;margin-bottom:80px}}@media(max-width: 420px){.ConcertPage_concertPage__6evYL .ConcertPage_pdfContainer__cFtjb{margin-top:50px;margin-bottom:60px}}@media(min-width: 641px)and (max-width: 768px){.ConcertPage_concertPage__6evYL .ConcertPage_pdfContainer__cFtjb{max-width:calc(641px - 4rem)}}@media(max-width: 640px){.ConcertPage_concertPage__6evYL .ConcertPage_pdfContainer__cFtjb{max-width:calc(100% - 2rem)}}.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt{position:relative}@media(max-width: 1280px){.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt h2{position:relative}.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt h2::before{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:4px;background-color:var(--primary-color)}}@media(min-width: 641px)and (max-width: 768px){.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt{max-width:calc(641px - 4rem - 6rem)}}@media(max-width: 640px){.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt{max-width:calc(100% - 2rem - 6rem)}.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt h2{position:relative}.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt h2::before{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:4px;background-color:var(--primary-color)}}.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt figure svg{height:400px;width:auto}.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt figure:hover{cursor:zoom-in}@media(min-width: 1281px){.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt::before{content:"";position:absolute;bottom:100%;left:-49px;width:4px;height:500px;background-color:var(--primary-color);z-index:-1}}@media(min-width: 1281px)and (max-width: 1024px){.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt::before{height:100px}}@media(min-width: 1281px){.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt::after{content:"";position:absolute;top:2px;left:-50px;width:40px;height:4px;background-color:var(--primary-color);transform:rotate(20deg);z-index:-1}}.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt figcaption{letter-spacing:.5px}@media(min-width: 1281px){.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt:not(.ConcertPage_noReviews__jmddQ) .ConcertPage_figureContainer__tQ0kA{position:relative}.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt:not(.ConcertPage_noReviews__jmddQ) .ConcertPage_figureContainer__tQ0kA::before{content:"";position:absolute;top:-60px;left:-30px;width:4px;height:calc(100% + 80px);background-color:var(--primary-color);z-index:-1}}@media(min-width: 1281px)and (max-width: 1024px){.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt:not(.ConcertPage_noReviews__jmddQ) .ConcertPage_figureContainer__tQ0kA::before{height:calc(100% + 106px)}}@media(min-width: 1281px)and (max-width: 768px){.ConcertPage_concertPage__6evYL .ConcertPage_photosCol__I\+XSt:not(.ConcertPage_noReviews__jmddQ) .ConcertPage_figureContainer__tQ0kA::before{height:calc(100% + 98px);top:-53px}}.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+{position:relative}@media(max-width: 1280px){.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+ h2{position:relative}.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+ h2::before{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:4px;background-color:var(--primary-color)}}@media(min-width: 1281px){.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+:not(.ConcertPage_noPhotos__qTgDj){margin-top:48px}.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+:not(.ConcertPage_noPhotos__qTgDj)::after{content:"";position:absolute;top:-10px;left:-128px;width:125px;height:4px;background-color:var(--primary-color);transform:rotate(20deg)}}@media(min-width: 1281px)and (max-width: 1024px){.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+:not(.ConcertPage_noPhotos__qTgDj)::after{width:40px;left:-46px;top:1px}}@media(min-width: 1281px)and (min-width: 641px)and (max-width: 768px){.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+:not(.ConcertPage_noPhotos__qTgDj){max-width:calc(641px - 4rem - 7rem)}}@media(min-width: 1281px)and (max-width: 640px){.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+:not(.ConcertPage_noPhotos__qTgDj){max-width:calc(100% - 2rem - 7rem)}}@media(min-width: 1281px)and (min-width: 1281px){.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+.ConcertPage_noPhotos__qTgDj{margin-top:6rem}.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+.ConcertPage_noPhotos__qTgDj::before{content:"";position:absolute;bottom:100%;left:-49px;width:4px;height:400px;background-color:var(--primary-color);z-index:-1}.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+.ConcertPage_noPhotos__qTgDj::after{content:"";position:absolute;top:2px;left:-50px;width:40px;height:4px;background-color:var(--primary-color);transform:rotate(20deg)}}.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+ .ConcertPage_reviewsMasonry__BqgAq figure:not(.ConcertPage_copyright__vfBMI):hover{cursor:zoom-in}.ConcertPage_concertPage__6evYL .ConcertPage_reviewsCol__I5f4\+ .ConcertPage_reviewsMasonry__BqgAq figure figcaption{letter-spacing:.5px}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.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);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.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;
}
/* 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-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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          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);
}
/* Slide styles start */
/* 3D Shadows */
.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 {
  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));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 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 svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

@media(min-width: 1280px){.swiper-viewer{margin-top:96px;height:600px}}@media(min-width: 1537px){.swiper-viewer{margin-top:auto;height:800px}}.swiper-viewer{position:relative}.swiper-viewer .swiper-fullscreen{z-index:100}.swiper-viewer .document-swiper{height:100%}.swiper-viewer .document-swiper .swiper-slide{height:100%}.swiper-viewer .document-swiper .swiper-slide>div{height:100%}.swiper-viewer .document-swiper .swiper-slide>div img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.swiper-viewer .swiper-buttons{position:absolute;bottom:0;left:50%;transform:translateX(-50%) scale(0.6);display:flex}@media(max-width: 1279px)and (min-width: 640px){.swiper-viewer .swiper-buttons{transform:translateX(-50%) scale(0.5)}}@media(max-width: 640px){.swiper-viewer .swiper-buttons{transform:translateX(-50%)}}.swiper-viewer .swiper-buttons button{transition:.5s ease-in-out}.swiper-viewer .swiper-buttons button:not(:disabled):hover{background-color:var(--primary-color-hover)}.swiper-viewer .swiper-buttons .swiper-next,.swiper-viewer .swiper-buttons .swiper-prev{display:flex;flex-direction:column;justify-items:center;gap:12px;background-color:var(--primary-color);position:relative}.swiper-viewer .swiper-buttons .swiper-next:disabled,.swiper-viewer .swiper-buttons .swiper-prev:disabled{background-color:var(--primary-color-disabled)}.swiper-viewer .swiper-buttons .arrow-up,.swiper-viewer .swiper-buttons .arrow-down{display:block;width:40px;height:5px;background-color:var(--bg-color);position:absolute}.swiper-viewer .swiper-buttons .arrow-up{transform:rotate(45deg)}.swiper-viewer .swiper-buttons .arrow-down{transform:rotate(-45deg)}.swiper-viewer .swiper-buttons .arrow-line{position:absolute;height:5px;width:80px;top:50%;transform:translateY(-50%);background-color:var(--bg-color);transition:all .5 ease-in-out}.swiper-viewer .swiper-buttons .swiper-prev{-webkit-clip-path:polygon(100% 0, 100% 100%, 50% 100%, 0 50%, 50% 0);clip-path:polygon(100% 0, 100% 100%, 50% 100%, 0 50%, 50% 0)}.swiper-viewer .swiper-buttons .swiper-prev .arrow-up,.swiper-viewer .swiper-buttons .swiper-prev .arrow-down{left:30px}.swiper-viewer .swiper-buttons .swiper-prev .arrow-up{transform:rotate(-45deg);top:40px}.swiper-viewer .swiper-buttons .swiper-prev .arrow-down{transform:rotate(45deg);top:73px}.swiper-viewer .swiper-buttons .swiper-prev .arrow-line{right:0}.swiper-viewer .swiper-buttons .swiper-next{-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0 100%, 0 0);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0 100%, 0 0)}.swiper-viewer .swiper-buttons .swiper-next .arrow-up,.swiper-viewer .swiper-buttons .swiper-next .arrow-down{right:30px}.swiper-viewer .swiper-buttons .swiper-next .arrow-up{transform:rotate(45deg);top:47px}.swiper-viewer .swiper-buttons .swiper-next .arrow-down{transform:rotate(-45deg);top:72px}.swiper-viewer .swiper-buttons .swiper-next .arrow-line{left:0}.swiper-viewer .swiper-buttons .swiper-open-fullscreen{background-color:var(--primary-color)}@media(max-width: 639px){.swiper-viewer .swiper-buttons .swiper-open-fullscreen{transform:scale(0.5)}}@media(min-width: 640px){.swiper-viewer .swiper-buttons .swiper-open-fullscreen{border-left:5px solid var(--bg-color);border-right:5px solid var(--bg-color)}}.swiper-viewer .swiper-buttons .swiper-open-fullscreen:hover .left-top-corner{transform:translate(5px, 5px)}.swiper-viewer .swiper-buttons .swiper-open-fullscreen:hover .right-top-corner{transform:translate(-5px, 5px)}.swiper-viewer .swiper-buttons .swiper-open-fullscreen:hover .left-bottom-corner{transform:translate(5px, -5px)}.swiper-viewer .swiper-buttons .swiper-open-fullscreen:hover .right-bottom-corner{transform:translate(-5px, -5px)}.swiper-viewer .swiper-buttons .swiper-open-fullscreen .corner-wrapper{position:relative;width:60px;height:60px}.swiper-viewer .swiper-buttons .swiper-open-fullscreen .corner-wrapper .left-top-corner{display:block;transition:.5s ease-in-out;width:20px;height:5px;background-color:var(--bg-color);position:absolute;top:0px;left:0px}.swiper-viewer .swiper-buttons .swiper-open-fullscreen .corner-wrapper .left-top-corner::before{content:"";position:absolute;top:0;left:0;width:5px;height:20px;background-color:var(--bg-color)}.swiper-viewer .swiper-buttons .swiper-open-fullscreen .corner-wrapper .right-top-corner{display:block;transition:.5s ease-in-out;width:20px;height:5px;background-color:var(--bg-color);position:absolute;top:0px;right:0px}.swiper-viewer .swiper-buttons .swiper-open-fullscreen .corner-wrapper .right-top-corner::before{content:"";position:absolute;top:0;right:0;width:5px;height:20px;background-color:var(--bg-color)}.swiper-viewer .swiper-buttons .swiper-open-fullscreen .corner-wrapper .left-bottom-corner{transition:.5s ease-in-out;display:block;width:20px;height:5px;background-color:var(--bg-color);position:absolute;bottom:0px;left:0px}.swiper-viewer .swiper-buttons .swiper-open-fullscreen .corner-wrapper .left-bottom-corner::before{content:"";position:absolute;bottom:0;left:0;width:5px;height:20px;background-color:var(--bg-color)}.swiper-viewer .swiper-buttons .swiper-open-fullscreen .corner-wrapper .right-bottom-corner{transition:.5s ease-in-out;display:block;width:20px;height:5px;background-color:var(--bg-color);position:absolute;bottom:0px;right:0px}.swiper-viewer .swiper-buttons .swiper-open-fullscreen .corner-wrapper .right-bottom-corner::before{content:"";position:absolute;bottom:0;right:0;width:5px;height:20px;background-color:var(--bg-color)}.swiper-viewer .custom-pagination-bullet{width:10px;height:10px;background-color:var(--primary-color);border-radius:0;transform:skew(-20deg);transition:transform .7s ease-in-out}.swiper-viewer .custom-pagination-bullet.swiper-pagination-bullet-active{transform:skew(0deg)}.swiper-viewer .custom-pagination-bullet.swiper-pagination-bullet-active~.custom-pagination-bullet{transform:skew(20deg)}.swiper-viewer .swiper-fullscreen{background-color:var(--bg-color-transparent)}.swiper-viewer .swiper-fullscreen button{transition:.5s ease-in-out}.swiper-viewer .swiper-fullscreen button:not(:disabled):hover{background-color:var(--primary-color-hover)}.swiper-viewer .swiper-fullscreen button:disabled{background-color:var(--primary-color-disabled)}.swiper-viewer .swiper-fullscreen .swiper-fs-next,.swiper-viewer .swiper-fullscreen .swiper-fs-prev{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:80px;background-color:var(--primary-color);-webkit-clip-path:polygon(0 20%, 57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%);clip-path:polygon(0 20%, 57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%)}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fs-next,.swiper-viewer .swiper-fullscreen .swiper-fs-prev{width:50px;height:60px}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fs-next,.swiper-viewer .swiper-fullscreen .swiper-fs-prev{width:40px;height:50px}}.swiper-viewer .swiper-fullscreen .swiper-fs-next .arrow-fs,.swiper-viewer .swiper-fullscreen .swiper-fs-prev .arrow-fs{--size: 4px;position:absolute;height:4px;display:block;width:30px;background-color:var(--bg-color)}@media(max-width: 1024px){.swiper-viewer .swiper-fullscreen .swiper-fs-next .arrow-fs,.swiper-viewer .swiper-fullscreen .swiper-fs-prev .arrow-fs{--size: 3px}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fs-next .arrow-fs,.swiper-viewer .swiper-fullscreen .swiper-fs-prev .arrow-fs{width:25px}}.swiper-viewer .swiper-fullscreen .swiper-fs-next .arrow-fs::before,.swiper-viewer .swiper-fullscreen .swiper-fs-prev .arrow-fs::before{content:"";position:absolute;left:0;top:calc(-1*var(--size));border:solid var(--bg-color);border-width:0 var(--size) var(--size) 0;display:inline-block;padding:var(--size);transform:rotate(135deg)}.swiper-viewer .swiper-fullscreen .swiper-fs-prev{left:1.25rem}@media(max-height: 639px){.swiper-viewer .swiper-fullscreen .swiper-fs-prev{left:.5rem}}.swiper-viewer .swiper-fullscreen .swiper-fs-prev .arrow-fs{left:15px}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fs-prev .arrow-fs{left:10px}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fs-prev .arrow-fs{left:7px}}.swiper-viewer .swiper-fullscreen .swiper-fs-prev .arrow-fs::before{left:0}.swiper-viewer .swiper-fullscreen .swiper-fs-next{right:1.25rem;transform:translateY(-50%) rotate(180deg);transform-origin:center}@media(max-height: 639px){.swiper-viewer .swiper-fullscreen .swiper-fs-next{right:.5rem}}.swiper-viewer .swiper-fullscreen .swiper-fs-next .arrow-fs{left:15px}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fs-next .arrow-fs{left:10px}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fs-next .arrow-fs{left:7px}}.swiper-viewer .swiper-fullscreen .swiper-fs-next .arrow-fs::before{left:0}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper{--width: 60px;--height: 80px}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper{--width: 50px;--height: 60px}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper{--width: 40px;--height: 50px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper>*{margin-bottom:-10px}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper>*{margin-bottom:-5px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-close-fullscreen{width:var(--width);height:var(--height);background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;-webkit-clip-path:polygon(43% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%);clip-path:polygon(43% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%);z-index:20}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-close-fullscreen span{width:20px;height:4px;background-color:var(--bg-color);transform:rotate(45deg);position:relative}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-close-fullscreen span{width:16px;height:3px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-close-fullscreen span::after{content:"";position:absolute;top:0;left:0;width:20px;height:4px;background-color:var(--bg-color);transform:rotate(-90deg)}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-close-fullscreen span::after{width:16px;height:3px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper{position:relative}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper::after{content:"";background-color:var(--bg-color);position:absolute;left:100%;top:0;height:calc(100% + 61px);width:50px;z-index:30}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper::after{height:calc(100% + 42px)}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper::before{content:"";background-color:var(--bg-color);position:absolute;top:calc(100% - 16px);left:0;height:76px;width:100%;z-index:29}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper::before{height:58px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper.open .swiper-searchbar{transform:translateX(0);opacity:1}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar-button{width:var(--width);height:var(--height);color:var(--bg-color);background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;z-index:30;position:relative;font-size:12px;-webkit-clip-path:polygon(57% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%);clip-path:polygon(57% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%)}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar-button svg{fill:var(--bg-color);font-size:30px;z-index:30}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar{position:absolute;right:100%;top:0;z-index:20;background-color:#fff;font-size:1rem;transition:all .8s ease-in-out;display:flex;margin-top:16px;max-width:330px;right:60px;border:4px solid var(--primary-color);border-right:0;transform:translateX(410px);opacity:0;font-family:g-regular}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar{right:50px;border:3px solid var(--primary-color);margin-top:12px;border-right:0}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar{right:40px;top:-2px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar.with-result .swiper-searchbar-result{transform:translateY(60px)}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar.with-result .swiper-searchbar-result{transform:translateY(46px)}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar.with-result .swiper-searchbar-result{transform:translateY(37px)}}@media(max-width: 1024px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar{max-width:180px;height:48px;font-size:.9rem;margin-top:12px}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar{height:40px;max-width:198px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar input{outline:none;background-color:#fff;width:275px;margin-right:10px;transition:max-width .5s ease-in-out;padding:16px .8rem}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar input{padding:10px .8rem;width:200px}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar input{width:160px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar input::placeholder{color:var(--primary-color-transparent)}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .cross-wrapper{width:30px;cursor:pointer}@media(max-width: 1024px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .cross-wrapper{width:20px}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .cross-wrapper{margin-right:5px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .cross-wrapper svg{transition:all .5s ease-in-out}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .cross-wrapper:hover svg{transform:scale(1.2)}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result{position:absolute;left:-3px;top:6px;display:flex;transition:all .8s ease-in-out;z-index:-1}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result{left:-2px}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result{top:4px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-prev,.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-next{padding:12px;background-color:var(--primary-color);color:var(--bg-color)}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-prev,.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-next{padding:6px}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-prev,.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-next{padding:3px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-prev:hover,.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-next:hover{background-color:var(--primary-color-hover)}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-prev{-webkit-clip-path:polygon(0 20%, 57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%);clip-path:polygon(0 20%, 57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%)}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-prev{-webkit-clip-path:polygon(0 33%, 57% 0, 100% 0, 100% 100%, 57% 100%, 0 67%);clip-path:polygon(0 33%, 57% 0, 100% 0, 100% 100%, 57% 100%, 0 67%)}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-next{-webkit-clip-path:polygon(57% 0, 100% 20%, 100% 80%, 57% 100%, 0 100%, 0 0);clip-path:polygon(57% 0, 100% 20%, 100% 80%, 57% 100%, 0 100%, 0 0)}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-next{-webkit-clip-path:polygon(57% 0, 100% 33%, 100% 67%, 57% 100%, 0 100%, 0 0);clip-path:polygon(57% 0, 100% 33%, 100% 67%, 57% 100%, 0 100%, 0 0)}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count{border-left:4px solid var(--bg-color);border-right:4px solid var(--bg-color);background-color:var(--primary-color);color:var(--bg-color);min-width:66px;position:relative}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count{border-left:2px solid var(--bg-color);border-right:2px solid var(--bg-color)}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count{min-width:60px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count::before,.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count::after{content:"";position:absolute;bottom:100%;width:4px;height:6px;background-color:var(--primary-color)}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count::before,.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count::after{width:2px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count::before{left:-4px}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count::before{left:-2px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count::after{right:-4px}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count::after{right:-2px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count span{width:-webkit-max-content;width:max-content}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-searchbar-wrapper .swiper-searchbar .swiper-searchbar-result .swiper-searchbar-count{font-size:.8rem;width:40px;padding-block:2px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-zoom-in{width:var(--width);height:var(--height);background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;z-index:30;-webkit-clip-path:polygon(57% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%);clip-path:polygon(57% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%)}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-zoom-in svg{font-size:30px;z-index:30}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-zoom-in svg{font-size:26px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-zoom-in svg path{fill:var(--bg-color)}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-zoom-out{width:var(--width);height:var(--height);background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;-webkit-clip-path:polygon(57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%, 0 20%);clip-path:polygon(57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%, 0 20%);z-index:30}@media(max-width: 1024px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-zoom-out{top:164px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-zoom-out svg{font-size:30px;z-index:30}@media(max-width: 1024px),(max-height: 799px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-zoom-out svg{margin-bottom:0}}@media(max-width: 640px){.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-zoom-out svg{font-size:26px}}.swiper-viewer .swiper-fullscreen .swiper-fullscreen-topbuttons-wrapper .swiper-zoom-out svg path{fill:var(--bg-color)}
.Lightbox_lightboxContainer__m35Mh{background-color:var(--bg-color-transparent);z-index:999}.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr{--size: 60px;position:absolute;top:.5rem;right:.5rem;display:flex;flex-direction:column}.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr button:hover{background-color:var(--primary-color-hover);cursor:pointer}.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonCloseFullscreen__sejBp{height:calc(var(--size) + 20px);width:var(--size);background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;z-index:20;-webkit-clip-path:polygon(43% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%);clip-path:polygon(43% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%)}@media(max-width: 1024px){.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonCloseFullscreen__sejBp{height:60px;width:50px}}.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonCloseFullscreen__sejBp span{width:20px;height:4px;background-color:var(--bg-color);transform:rotate(45deg);position:relative}.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonCloseFullscreen__sejBp span::after{content:"";position:absolute;top:0;left:0;width:20px;height:4px;background-color:var(--bg-color);transform:rotate(-90deg)}.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonZoomIn__K1m6s{margin-top:-8px;height:calc(var(--size) + 20px);width:var(--size);background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;z-index:20;-webkit-clip-path:polygon(57% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%);clip-path:polygon(57% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%)}@media(max-width: 1024px){.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonZoomIn__K1m6s{height:60px;width:50px}}.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonZoomIn__K1m6s svg{font-size:30px;z-index:30}.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonZoomIn__K1m6s svg path{fill:var(--bg-color)}.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonZoomOut__zhPY\+{margin-top:-8px;height:calc(var(--size) + 20px);width:var(--size);z-index:20;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;-webkit-clip-path:polygon(57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%, 0 20%);clip-path:polygon(57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%, 0 20%)}@media(max-width: 1024px){.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonZoomOut__zhPY\+{height:60px;width:50px}}.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonZoomOut__zhPY\+ svg{font-size:30px;z-index:30}.Lightbox_lightboxContainer__m35Mh .Lightbox_lightboxControls__Ao4Vr .Lightbox_buttonZoomOut__zhPY\+ svg path{fill:var(--bg-color)}
.EnhancedLightbox_EHlightboxContainer__\+hkUx{background-color:var(--bg-color-transparent);z-index:999}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9{--size: 60px;position:absolute;top:5px;right:5px;display:flex;flex-direction:column;align-items:flex-end}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 button:hover{background-color:var(--primary-color-hover);cursor:pointer}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonCloseFullscreen__p6F6O{height:calc(var(--size) + 20px);width:var(--size);background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;-webkit-clip-path:polygon(43% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%);clip-path:polygon(43% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%);z-index:20}@media(max-width: 1024px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonCloseFullscreen__p6F6O{height:60px;width:50px}}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonCloseFullscreen__p6F6O{height:50px;width:40px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonCloseFullscreen__p6F6O span{width:20px;height:4px;background-color:var(--bg-color);transform:rotate(45deg);position:relative}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonCloseFullscreen__p6F6O span{width:15px;height:3px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonCloseFullscreen__p6F6O span::after{content:"";position:absolute;top:0;left:0;width:20px;height:4px;background-color:var(--bg-color);transform:rotate(-90deg)}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonCloseFullscreen__p6F6O span::after{width:15px;height:3px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr{margin-top:-10px}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_buttonToggleSearchbar__YPpJG{color:var(--bg-color);height:calc(var(--size) + 20px);width:var(--size);background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;z-index:20;font-size:12px;-webkit-clip-path:polygon(57% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%);clip-path:polygon(57% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%)}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_buttonToggleSearchbar__YPpJG:hover{background-color:var(--primary-color-hover)}@media(max-width: 1024px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_buttonToggleSearchbar__YPpJG{height:60px;width:50px;margin-top:3px}}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_buttonToggleSearchbar__YPpJG{height:50px;width:40px;margin-top:3px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_buttonToggleSearchbar__YPpJG svg{fill:var(--bg-color);font-size:30px;z-index:30}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_buttonToggleSearchbar__YPpJG svg{font-size:25px;margin-bottom:2px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G{position:relative;margin-right:5px;z-index:20;height:65px;max-width:0px;background-color:var(--bg-color);font-size:1rem;transition:all .5s ease-in-out;display:flex;overflow:hidden;margin-top:16px}@media(max-width: 1024px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G{height:48px;font-size:.9rem;margin-top:15px}}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G{height:40px;margin-right:3px;margin-top:13px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G.EnhancedLightbox_open__Wf94y{max-width:300px}@media(max-width: 1024px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G.EnhancedLightbox_open__Wf94y{max-width:278px}}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G.EnhancedLightbox_open__Wf94y{width:200px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G.EnhancedLightbox_open__Wf94y input::placeholder{opacity:1}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G:not(.EnhancedLightbox_open__Wf94y) input{max-width:0}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G:not(.EnhancedLightbox_open__Wf94y) span{opacity:0}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G input{outline:none;background-color:var(--bg-color);width:300px;max-width:300px;padding-left:12px;padding-right:85px;transition:max-width .5s ease-in-out;background-color:#fff;border:4px solid var(--primary-color);border-right:0}@media(max-width: 1024px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G input{width:230px;max-width:230px}}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G input{border:3px solid var(--primary-color);width:200px;max-width:200px;font-size:14px;padding:3px 65px 3px 10px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G input::placeholder{transition:all .5s ease-in-out;transition-delay:all .5s;opacity:0}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G span{position:absolute;top:50%;transform:translateY(-50%);left:210px;cursor:pointer;opacity:1;transition:opacity .2s ease-in-out;color:var(--primary-color)}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G span svg{transition:transform .3s ease-in-out}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G span:hover svg{transform:rotate(90deg)}@media(max-width: 1024px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G span{left:158px}}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G span{left:138px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G button{position:absolute;right:0;top:0;background-color:var(--primary-color);color:var(--bg-color);height:65px;width:65px;z-index:100}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G button:hover{background-color:var(--primary-color-hover)}@media(max-width: 1024px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G button{height:48px;width:48px}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G button svg{margin-top:6px;width:26px;height:26px}}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G button{height:40px;width:40px}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_searchbarWrapper__bEBRr .EnhancedLightbox_inputSearchbarWrapper__vIR9G button svg{width:24px;height:24px;margin-top:8px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomIn__H4lYC{margin-top:-10px;height:calc(var(--size) + 20px);width:var(--size);background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;z-index:20;-webkit-clip-path:polygon(57% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%);clip-path:polygon(57% 0, 100% 0, 100% 80%, 57% 80%, 0 100%, 0 20%)}@media(max-width: 1024px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomIn__H4lYC{height:60px;width:50px;margin-top:-7px}}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomIn__H4lYC{height:50px;width:40px;margin-top:-7px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomIn__H4lYC svg{font-size:30px;z-index:30}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomIn__H4lYC svg{font-size:25px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomIn__H4lYC svg path{fill:var(--bg-color)}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomOut__opl5X{margin-top:-10px;height:calc(var(--size) + 20px);width:var(--size);background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;-webkit-clip-path:polygon(57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%, 0 20%);clip-path:polygon(57% 0, 100% 0, 100% 100%, 57% 100%, 0 80%, 0 20%);z-index:20}@media(max-width: 1024px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomOut__opl5X{height:60px;width:50px;margin-top:-7px}}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomOut__opl5X{height:50px;width:40px;margin-top:-7px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomOut__opl5X svg{font-size:30px;z-index:30}@media(max-width: 420px){.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomOut__opl5X svg{font-size:25px}}.EnhancedLightbox_EHlightboxContainer__\+hkUx .EnhancedLightbox_EHlightboxControls__5kYh9 .EnhancedLightbox_buttonZoomOut__opl5X svg path{fill:var(--bg-color)}.EnhancedLightbox_lightbox-dragging__W71wq{user-select:none !important;-webkit-user-select:none !important}.EnhancedLightbox_lightbox-touch-dragging__uFCzY{user-select:none !important;-webkit-user-select:none !important;-webkit-touch-callout:none !important;-webkit-tap-highlight-color:rgba(0,0,0,0) !important}.EnhancedLightbox_lightbox-dragging__W71wq *,.EnhancedLightbox_lightbox-touch-dragging__uFCzY *{pointer-events:none !important}
.portableText_ulList__9wEvA li{padding-left:1.6rem;position:relative;display:block}.portableText_ulList__9wEvA li::before{content:"";position:absolute;height:2px;width:1rem;background-color:var(--primary-color);left:0;top:13px}
.ConcertAssociationPage_concertAssociationPage__DLtiX h1{display:inline;position:relative;font-family:"g-bold"}.ConcertAssociationPage_concertAssociationPage__DLtiX h1::before{content:"";width:160px;height:4px;background-color:var(--primary-color);position:absolute;bottom:-20px;left:0;transform:rotate(5deg)}.ConcertAssociationPage_concertAssociationPage__DLtiX h1.ConcertAssociationPage_isFirefox__0ejh8::before{bottom:auto;bottom:initial;top:calc(100% + var(--line-count)*35px)}.ConcertAssociationPage_concertAssociationPage__DLtiX .ConcertAssociationPage_biography__\+J-FB{font-family:g-regular}.ConcertAssociationPage_concertAssociationPage__DLtiX .ConcertAssociationPage_biography__\+J-FB p{line-height:1.8}.ConcertAssociationPage_concertAssociationPage__DLtiX .ConcertAssociationPage_biography__\+J-FB p+ul{margin-top:-20px}
.ConcertLocationPage_concertLocationPage__aYHG4 h1{display:inline;position:relative}.ConcertLocationPage_concertLocationPage__aYHG4 h1::before{content:"";width:160px;height:4px;background-color:var(--primary-color);position:absolute;bottom:-30px;left:0;transform:rotate(5deg)}.ConcertLocationPage_concertLocationPage__aYHG4 h1.ConcertLocationPage_isFirefox__j73Bc::before{bottom:auto;bottom:initial;top:calc(100% + var(--line-count)*35px)}.ConcertLocationPage_concertLocationPage__aYHG4 .ConcertLocationPage_history__q07SM p{line-height:1.8}.ConcertLocationPage_concertLocationPage__aYHG4 .ConcertLocationPage_history__q07SM p+ul{margin-top:-20px}.ConcertLocationPage_concertLocationPage__aYHG4 .ConcertLocationPage_pagination__1wB7j button,.ConcertLocationPage_concertLocationPage__aYHG4 .ConcertLocationPage_pagination__1wB7j span{background-color:var(--primary-color);color:var(--bg-color)}.ConcertLocationPage_concertLocationPage__aYHG4 .ConcertLocationPage_pagination__1wB7j span{-webkit-clip-path:polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);clip-path:polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%)}.ConcertLocationPage_concertLocationPage__aYHG4 .ConcertLocationPage_pagination__1wB7j .ConcertLocationPage_prevBtn__lxKIE{border-right:2px solid var(--bg-color);-webkit-clip-path:polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);clip-path:polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%)}.ConcertLocationPage_concertLocationPage__aYHG4 .ConcertLocationPage_pagination__1wB7j .ConcertLocationPage_nextBtn__lW7RI{border-left:2px solid var(--bg-color);-webkit-clip-path:polygon(75% 1%, 100% 50%, 75% 100%, 0 100%, 0 0);clip-path:polygon(75% 1%, 100% 50%, 75% 100%, 0 100%, 0 0)}
.MoreInfoPage_moreInfoPage__X5\+qL h1{display:inline;position:relative;font-family:g-bold}.MoreInfoPage_moreInfoPage__X5\+qL h1::before{content:"";width:160px;height:4px;background-color:var(--primary-color);position:absolute;bottom:-30px;left:0;transform:rotate(5deg)}.MoreInfoPage_moreInfoPage__X5\+qL h1.MoreInfoPage_isFirefox__\+ZkkX::before{bottom:auto;bottom:initial;top:calc(100% + var(--line-count)*35px)}.MoreInfoPage_moreInfoPage__X5\+qL h2{font-family:g-bold}.MoreInfoPage_moreInfoPage__X5\+qL p{line-height:1.8;font-family:g-regular}.MoreInfoPage_moreInfoPage__X5\+qL .MoreInfoPage_button__5o6E3{background-color:var(--primary-color);padding-inline:3rem;text-transform:uppercase;color:var(--bg-color);font-family:f-heavy;letter-spacing:2px;transition:all .5s ease-in-out;display:inline-block;z-index:3;-webkit-clip-path:polygon(100% 0, 100% 100%, 17% 100%, 0 69%, 0 0);clip-path:polygon(100% 0, 100% 100%, 17% 100%, 0 69%, 0 0)}@media(max-width: 1280px){.MoreInfoPage_moreInfoPage__X5\+qL .MoreInfoPage_button__5o6E3{padding:.6rem 1rem;font-size:.9rem}}.MoreInfoPage_moreInfoPage__X5\+qL .MoreInfoPage_button__5o6E3 span{transition:all .5s ease-in-out;display:block}.MoreInfoPage_moreInfoPage__X5\+qL .MoreInfoPage_button__5o6E3:hover{-webkit-clip-path:polygon(100% 0, 100% 100%, 10% 100%, 0 69%, 0 0);clip-path:polygon(100% 0, 100% 100%, 10% 100%, 0 69%, 0 0)}.MoreInfoPage_moreInfoPage__X5\+qL .MoreInfoPage_button__5o6E3:hover span{transform:translateX(-10px)}
.ContactPage_contactPage__YXirU h1{display:inline;position:relative;font-family:g-bold}.ContactPage_contactPage__YXirU h1::before{content:"";width:160px;height:4px;background-color:var(--primary-color);position:absolute;bottom:-30px;left:0;transform:rotate(5deg)}.ContactPage_contactPage__YXirU h2{display:inline;position:relative;font-family:g-semibold}.ContactPage_contactPage__YXirU h2::before{content:"";width:80px;height:4px;background-color:var(--primary-color);position:absolute;bottom:-14px;left:0;transform:rotate(5deg)}.ContactPage_contactPage__YXirU .ContactPage_leftCol__snLZg address,.ContactPage_contactPage__YXirU .ContactPage_leftCol__snLZg span{font-family:g-regular}.ContactPage_contactPage__YXirU p{line-height:1.8;font-family:g-regular}.ContactPage_contactPage__YXirU .ContactPage_message__c0oRm{position:absolute;left:-43px;top:0;background-color:var(--primary-color);color:var(--bg-color);height:0%;width:calc(100% + 43px);z-index:19;transition:.5s ease-in-out;overflow:hidden;-webkit-clip-path:polygon(0 0, 100% 6%, 100% 100%, 0 94%);clip-path:polygon(0 0, 100% 6%, 100% 100%, 0 94%);display:grid;place-items:center center}.ContactPage_contactPage__YXirU .ContactPage_message__c0oRm.ContactPage_active__2U7YN{height:calc(100% + 30px);overflow:visible;padding:2rem}@media(max-width: 768px){.ContactPage_contactPage__YXirU .ContactPage_message__c0oRm.ContactPage_active__2U7YN{top:-10px}}.ContactPage_contactPage__YXirU form input{background-color:rgba(0,0,0,0);border-bottom:4px solid var(--primary-color);padding:1.6rem 1.6rem .6rem 1.6rem}@media(max-width: 1280px){.ContactPage_contactPage__YXirU form input{padding:2rem .6rem .4rem .6rem}}@media(max-width: 768px){.ContactPage_contactPage__YXirU form input{padding:.8rem .6rem .4rem .6rem;margin-left:2rem;width:calc(100% - 2rem)}}.ContactPage_contactPage__YXirU form textarea{background-color:rgba(0,0,0,0);padding:2rem 1.6rem .8rem 1.6rem;min-height:300px}@media(max-width: 1280px){.ContactPage_contactPage__YXirU form textarea{padding:2rem .6rem .4rem .6rem}}@media(max-width: 768px){.ContactPage_contactPage__YXirU form textarea{padding:.8rem .6rem 1.4rem .6rem;margin-left:2rem;width:calc(100% - 2rem)}}.ContactPage_contactPage__YXirU form input:focus,.ContactPage_contactPage__YXirU form textarea:focus{outline:none}.ContactPage_contactPage__YXirU form input:-webkit-autofill,.ContactPage_contactPage__YXirU form textarea:-webkit-autofill,.ContactPage_contactPage__YXirU form select:-webkit-autofill{background-color:var(--autofill-color) !important}.ContactPage_contactPage__YXirU form .ContactPage_messageInputWrapper__jLVAp{position:relative}.ContactPage_contactPage__YXirU form .ContactPage_messageInputWrapper__jLVAp .ContactPage_extraWrap__Btj69{position:relative}.ContactPage_contactPage__YXirU form .ContactPage_messageInputWrapper__jLVAp .ContactPage_extraWrap__Btj69::before{content:"";width:4px;height:calc(100% - 66px);background-color:var(--primary-color);position:absolute;bottom:10px;left:-4px}@media(max-width: 768px){.ContactPage_contactPage__YXirU form .ContactPage_messageInputWrapper__jLVAp .ContactPage_extraWrap__Btj69::before{left:24px;bottom:26px}}.ContactPage_contactPage__YXirU form .ContactPage_messageInputWrapper__jLVAp .ContactPage_extraWrap__Btj69::after{content:"";width:40px;height:40px;background-color:var(--bg-color);border-top:4px solid var(--primary-color);position:absolute;bottom:-18px;left:-14px;z-index:9;transform:rotate(30deg)}@media(max-width: 768px){.ContactPage_contactPage__YXirU form .ContactPage_messageInputWrapper__jLVAp .ContactPage_extraWrap__Btj69::after{left:15px}}.ContactPage_contactPage__YXirU form .ContactPage_messageInputWrapper__jLVAp .ContactPage_extraWrap__Btj69 textarea{border-bottom:4px solid var(--primary-color)}.ContactPage_contactPage__YXirU form label{position:relative}.ContactPage_contactPage__YXirU form label::before{content:"";height:3px;width:40px;position:absolute;left:20px;top:calc(100% + 27px);transform:rotate(15deg);background-color:var(--primary-color)}@media(max-width: 768px){.ContactPage_contactPage__YXirU form label::before{top:calc(100% + 22px);left:10px;width:12px}}.ContactPage_contactPage__YXirU form label::after{content:"";height:17px;width:3px;position:absolute;left:20px;top:calc(100% + 6px);background-color:var(--primary-color)}@media(max-width: 768px){.ContactPage_contactPage__YXirU form label::after{left:10px}}@media(min-width: 769px){.ContactPage_contactPage__YXirU form label{margin-left:-44px}}.ContactPage_contactPage__YXirU form button{background-color:var(--primary-color);color:var(--bg-color);width:300px;text-align:center;position:relative;transition:all .5s ease-in-out;letter-spacing:2px;-webkit-clip-path:polygon(100% 0, 100% 69%, 83% 100%, 0 100%, 0 0);clip-path:polygon(100% 0, 100% 69%, 83% 100%, 0 100%, 0 0)}@media(max-width: 768px){.ContactPage_contactPage__YXirU form button{width:200px}}.ContactPage_contactPage__YXirU form button:disabled{opacity:.5;cursor:not-allowed}.ContactPage_contactPage__YXirU form button span{display:block;transition:transform .5s ease-in-out}.ContactPage_contactPage__YXirU form button:not(:disabled):hover{-webkit-clip-path:polygon(100% 0, 100% 69%, 90% 100%, 0 100%, 0 0);clip-path:polygon(100% 0, 100% 69%, 90% 100%, 0 100%, 0 0)}.ContactPage_contactPage__YXirU form button:not(:disabled):hover span{transform:translateX(10px)}
footer{border-top:4px solid var(--primary-color);position:relative;font-family:g-regular}footer::before{content:"";position:absolute;left:-33px;top:-14px;background-color:var(--primary-color);width:4px;height:100px;transform:rotate(40deg)}@media(max-width: 1536px){footer::before{height:60px;left:-20px;top:-10px}}footer::after{content:"";position:absolute;right:-33px;top:-90px;background-color:var(--primary-color);width:4px;height:100px;transform:rotate(40deg)}@media(max-width: 1536px){footer::after{height:60px;right:-20px;top:-55px}}

/*# sourceMappingURL=main.ba9dd3d4.css.map*/