*, ::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.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

  html,
  body {
  font-family: Open Sans, ui-sans-serif, system-ui, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 100;
}

  hr {
  height: 0.125rem;
  width: 2rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

  html,
  body,
  input,
  textarea,
  figure {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  html {
  overflow-x: hidden;
}

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

  img {
  width: 100%;
}

  iframe {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  border-style: none;
}

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  a,
  q,
  blockquote,
  figcaption,
  ol,
  ul,
  b,
  span,
  select,
  textarea,
  input,
  ::-webkit-input-placeholder,
  ::placeholder,
  :-ms-input-placeholder,
  ::-ms-input-placeholder {
  position: relative;
  z-index: 10;
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -ms-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  hyphens: auto;
    -webkit-hyphenate-character: "-";
    text-decoration: none;
}

  h1 {
  font-size: 1.5rem;
  line-height: 1.5;
}

  @media (min-width: 770px) {

  h1 {
    font-size: 2rem;
    line-height: normal;
  }
}

  h2 {
  font-size: 1.25rem;
  line-height: normal;
}

  @media (min-width: 770px) {

  h2 {
    font-size: 1.5rem;
    line-height: normal;
  }
}

  h3 {
  font-size: 1.25rem;
  line-height: normal;
}

  q {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 800;
}

  @media (min-width: 770px) {

  q {
    font-size: 2rem;
    line-height: normal;
  }
}

  section {
  position: relative;
}
.pointer-events-none {
  pointer-events: none;
}
.\!pointer-events-auto {
  pointer-events: auto !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-right-full {
  right: -100%;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.left-8 {
  left: 2rem;
}
.right-0 {
  right: 0px;
}
.right-14 {
  right: 3.5rem;
}
.right-24 {
  right: 6rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/4 {
  top: 25%;
}
.top-12 {
  top: 3rem;
}
.top-16 {
  top: 4rem;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.top-\[-100vh\] {
  top: -100vh;
}
.top-\[calc\(100\%-0\.75rem\)\] {
  top: calc(100% - 0.75rem);
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[15\] {
  z-index: 15;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[22\] {
  z-index: 22;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[99\] {
  z-index: 99;
}
.order-1 {
  order: 1;
}
.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-full {
  grid-column: 1 / -1;
}
.\!col-start-1 {
  grid-column-start: 1 !important;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-end-1 {
  grid-column-end: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-end-1 {
  grid-row-end: 1;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.\!mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.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;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-15 {
  margin-top: 3.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-20\%\] {
  margin-top: -20%;
}
.mt-\[-90px\] {
  margin-top: -90px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[238\/150\] {
  aspect-ratio: 238/150;
}
.aspect-\[412\/558\] {
  aspect-ratio: 412/558;
}
.aspect-\[868\/490\] {
  aspect-ratio: 868/490;
}
.aspect-full {
  aspect-ratio: 1000 / 562;
}
.aspect-projects-horizontal {
  aspect-ratio: 1048 / 238;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-vertical {
  aspect-ratio: 500 / 625;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-\[125\%\] {
  height: 125% !important;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-12 {
  height: 3rem;
}
.h-128 {
  height: 32rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-4\/5 {
  height: 80%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[504px\] {
  height: 504px;
}
.h-\[860px\] {
  height: 860px;
}
.h-\[88px\] {
  height: 88px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-one {
  height: 0.0625rem;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-4 {
  max-height: 1rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-\[45rem\] {
  max-height: 45rem;
}
.max-h-\[92px\] {
  max-height: 92px;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-44 {
  min-height: 11rem;
}
.min-h-48 {
  min-height: 12rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-\[4\.5rem\] {
  min-height: 4.5rem;
}
.min-h-\[54px\] {
  min-height: 54px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-\[0\%\] {
  width: 0%;
}
.w-\[0px\] {
  width: 0px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[188px\] {
  width: 188px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[288px\] {
  width: 288px;
}
.w-\[56\.25vw\] {
  width: 56.25vw;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-\[32px\] {
  min-width: 32px;
}
.max-w-12xl {
  max-width: 120rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-\[1048px\] {
  max-width: 1048px;
}
.max-w-\[136px\] {
  max-width: 136px;
}
.max-w-\[142px\] {
  max-width: 142px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[210px\] {
  max-width: 210px;
}
.max-w-\[212px\] {
  max-width: 212px;
}
.max-w-\[244px\] {
  max-width: 244px;
}
.max-w-\[32px\] {
  max-width: 32px;
}
.max-w-\[353px\] {
  max-width: 353px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-ml-10 {
  max-width: 54.25rem;
}
.max-w-ml-11 {
  max-width: 59.875rem;
}
.max-w-ml-12 {
  max-width: 64rem;
}
.max-w-ml-4 {
  max-width: 20.5rem;
}
.max-w-ml-5 {
  max-width: 26.125rem;
}
.max-w-ml-6 {
  max-width: 31.8125rem;
}
.max-w-ml-7 {
  max-width: 37.375rem;
}
.max-w-ml-8 {
  max-width: 43rem;
}
.max-w-ml-9 {
  max-width: 48.625rem;
}
.max-w-ml-full {
  max-width: 65.5rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-left {
  transform-origin: left;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-28 {
  --tw-translate-x: -7rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[100px\] {
  --tw-translate-x: -100px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-28 {
  --tw-translate-y: -7rem;
  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-\[100px\] {
  --tw-translate-y: -100px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-28 {
  --tw-translate-x: 7rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[100px\] {
  --tw-translate-x: 100px;
  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-28 {
  --tw-translate-y: 7rem;
  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-\[100px\] {
  --tw-translate-y: 100px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
@keyframes pulse-dot {

  0%, 100% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }
}
.animate-pulse-dot {
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.\!grid-cols-ml-m3 {
  grid-template-columns: repeat(3, minmax(29px, 170px)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[1fr_minmax\(20px\2c _120px\)_1fr\] {
  grid-template-columns: 1fr minmax(20px, 120px) 1fr;
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.grid-cols-ml-4 {
  grid-template-columns: repeat(4, minmax(60px, 120px));
}
.grid-cols-ml-8 {
  grid-template-columns: repeat(8, minmax(29px, 58px));
}
.grid-cols-ml-m3 {
  grid-template-columns: repeat(3, minmax(29px, 170px));
}
.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.place-self-center {
  place-self: center;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.hyphens-none {
  hyphens: none;
}
.hyphens-auto {
  hyphens: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-24 {
  border-left-width: 24px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-24 {
  border-right-width: 24px;
}
.border-t-24 {
  border-top-width: 24px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/0 {
  border-color: rgb(0 0 0 / 0.01);
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-black\/15 {
  border-color: rgb(0 0 0 / 0.15);
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-black\/35 {
  border-color: rgb(0 0 0 / 0.35);
}
.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-black\/45 {
  border-color: rgb(0 0 0 / 0.45);
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/55 {
  border-color: rgb(0 0 0 / 0.55);
}
.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-black\/65 {
  border-color: rgb(0 0 0 / 0.65);
}
.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-black\/85 {
  border-color: rgb(0 0 0 / 0.85);
}
.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/0 {
  border-color: rgb(255 255 255 / 0.01);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/35 {
  border-color: rgb(255 255 255 / 0.35);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/45 {
  border-color: rgb(255 255 255 / 0.45);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/55 {
  border-color: rgb(255 255 255 / 0.55);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/65 {
  border-color: rgb(255 255 255 / 0.65);
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/85 {
  border-color: rgb(255 255 255 / 0.85);
}
.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-zar-gold {
  --tw-border-opacity: 1;
  border-color: rgb(219 174 149 / var(--tw-border-opacity, 1));
}
.border-zar-gold-dark {
  --tw-border-opacity: 1;
  border-color: rgb(154 128 116 / var(--tw-border-opacity, 1));
}
.border-zar-gold-dark\/0 {
  border-color: rgb(154 128 116 / 0.01);
}
.border-zar-gold-dark\/10 {
  border-color: rgb(154 128 116 / 0.1);
}
.border-zar-gold-dark\/100 {
  border-color: rgb(154 128 116 / 1);
}
.border-zar-gold-dark\/15 {
  border-color: rgb(154 128 116 / 0.15);
}
.border-zar-gold-dark\/20 {
  border-color: rgb(154 128 116 / 0.2);
}
.border-zar-gold-dark\/25 {
  border-color: rgb(154 128 116 / 0.25);
}
.border-zar-gold-dark\/30 {
  border-color: rgb(154 128 116 / 0.3);
}
.border-zar-gold-dark\/35 {
  border-color: rgb(154 128 116 / 0.35);
}
.border-zar-gold-dark\/40 {
  border-color: rgb(154 128 116 / 0.4);
}
.border-zar-gold-dark\/45 {
  border-color: rgb(154 128 116 / 0.45);
}
.border-zar-gold-dark\/5 {
  border-color: rgb(154 128 116 / 0.05);
}
.border-zar-gold-dark\/50 {
  border-color: rgb(154 128 116 / 0.5);
}
.border-zar-gold-dark\/55 {
  border-color: rgb(154 128 116 / 0.55);
}
.border-zar-gold-dark\/60 {
  border-color: rgb(154 128 116 / 0.6);
}
.border-zar-gold-dark\/65 {
  border-color: rgb(154 128 116 / 0.65);
}
.border-zar-gold-dark\/70 {
  border-color: rgb(154 128 116 / 0.7);
}
.border-zar-gold-dark\/75 {
  border-color: rgb(154 128 116 / 0.75);
}
.border-zar-gold-dark\/80 {
  border-color: rgb(154 128 116 / 0.8);
}
.border-zar-gold-dark\/85 {
  border-color: rgb(154 128 116 / 0.85);
}
.border-zar-gold-dark\/90 {
  border-color: rgb(154 128 116 / 0.9);
}
.border-zar-gold-dark\/95 {
  border-color: rgb(154 128 116 / 0.95);
}
.border-zar-gold-muted {
  --tw-border-opacity: 1;
  border-color: rgb(206 166 144 / var(--tw-border-opacity, 1));
}
.border-zar-gold-muted-50 {
  --tw-border-opacity: 1;
  border-color: rgb(230 210 199 / var(--tw-border-opacity, 1));
}
.border-zar-gold-muted-50\/0 {
  border-color: rgb(230 210 199 / 0.01);
}
.border-zar-gold-muted-50\/10 {
  border-color: rgb(230 210 199 / 0.1);
}
.border-zar-gold-muted-50\/100 {
  border-color: rgb(230 210 199 / 1);
}
.border-zar-gold-muted-50\/15 {
  border-color: rgb(230 210 199 / 0.15);
}
.border-zar-gold-muted-50\/20 {
  border-color: rgb(230 210 199 / 0.2);
}
.border-zar-gold-muted-50\/25 {
  border-color: rgb(230 210 199 / 0.25);
}
.border-zar-gold-muted-50\/30 {
  border-color: rgb(230 210 199 / 0.3);
}
.border-zar-gold-muted-50\/35 {
  border-color: rgb(230 210 199 / 0.35);
}
.border-zar-gold-muted-50\/40 {
  border-color: rgb(230 210 199 / 0.4);
}
.border-zar-gold-muted-50\/45 {
  border-color: rgb(230 210 199 / 0.45);
}
.border-zar-gold-muted-50\/5 {
  border-color: rgb(230 210 199 / 0.05);
}
.border-zar-gold-muted-50\/50 {
  border-color: rgb(230 210 199 / 0.5);
}
.border-zar-gold-muted-50\/55 {
  border-color: rgb(230 210 199 / 0.55);
}
.border-zar-gold-muted-50\/60 {
  border-color: rgb(230 210 199 / 0.6);
}
.border-zar-gold-muted-50\/65 {
  border-color: rgb(230 210 199 / 0.65);
}
.border-zar-gold-muted-50\/70 {
  border-color: rgb(230 210 199 / 0.7);
}
.border-zar-gold-muted-50\/75 {
  border-color: rgb(230 210 199 / 0.75);
}
.border-zar-gold-muted-50\/80 {
  border-color: rgb(230 210 199 / 0.8);
}
.border-zar-gold-muted-50\/85 {
  border-color: rgb(230 210 199 / 0.85);
}
.border-zar-gold-muted-50\/90 {
  border-color: rgb(230 210 199 / 0.9);
}
.border-zar-gold-muted-50\/95 {
  border-color: rgb(230 210 199 / 0.95);
}
.border-zar-gold-muted\/0 {
  border-color: rgb(206 166 144 / 0.01);
}
.border-zar-gold-muted\/10 {
  border-color: rgb(206 166 144 / 0.1);
}
.border-zar-gold-muted\/100 {
  border-color: rgb(206 166 144 / 1);
}
.border-zar-gold-muted\/15 {
  border-color: rgb(206 166 144 / 0.15);
}
.border-zar-gold-muted\/20 {
  border-color: rgb(206 166 144 / 0.2);
}
.border-zar-gold-muted\/25 {
  border-color: rgb(206 166 144 / 0.25);
}
.border-zar-gold-muted\/30 {
  border-color: rgb(206 166 144 / 0.3);
}
.border-zar-gold-muted\/35 {
  border-color: rgb(206 166 144 / 0.35);
}
.border-zar-gold-muted\/40 {
  border-color: rgb(206 166 144 / 0.4);
}
.border-zar-gold-muted\/45 {
  border-color: rgb(206 166 144 / 0.45);
}
.border-zar-gold-muted\/5 {
  border-color: rgb(206 166 144 / 0.05);
}
.border-zar-gold-muted\/50 {
  border-color: rgb(206 166 144 / 0.5);
}
.border-zar-gold-muted\/55 {
  border-color: rgb(206 166 144 / 0.55);
}
.border-zar-gold-muted\/60 {
  border-color: rgb(206 166 144 / 0.6);
}
.border-zar-gold-muted\/65 {
  border-color: rgb(206 166 144 / 0.65);
}
.border-zar-gold-muted\/70 {
  border-color: rgb(206 166 144 / 0.7);
}
.border-zar-gold-muted\/75 {
  border-color: rgb(206 166 144 / 0.75);
}
.border-zar-gold-muted\/80 {
  border-color: rgb(206 166 144 / 0.8);
}
.border-zar-gold-muted\/85 {
  border-color: rgb(206 166 144 / 0.85);
}
.border-zar-gold-muted\/90 {
  border-color: rgb(206 166 144 / 0.9);
}
.border-zar-gold-muted\/95 {
  border-color: rgb(206 166 144 / 0.95);
}
.border-zar-gold\/0 {
  border-color: rgb(219 174 149 / 0.01);
}
.border-zar-gold\/10 {
  border-color: rgb(219 174 149 / 0.1);
}
.border-zar-gold\/100 {
  border-color: rgb(219 174 149 / 1);
}
.border-zar-gold\/15 {
  border-color: rgb(219 174 149 / 0.15);
}
.border-zar-gold\/20 {
  border-color: rgb(219 174 149 / 0.2);
}
.border-zar-gold\/25 {
  border-color: rgb(219 174 149 / 0.25);
}
.border-zar-gold\/30 {
  border-color: rgb(219 174 149 / 0.3);
}
.border-zar-gold\/35 {
  border-color: rgb(219 174 149 / 0.35);
}
.border-zar-gold\/40 {
  border-color: rgb(219 174 149 / 0.4);
}
.border-zar-gold\/45 {
  border-color: rgb(219 174 149 / 0.45);
}
.border-zar-gold\/5 {
  border-color: rgb(219 174 149 / 0.05);
}
.border-zar-gold\/50 {
  border-color: rgb(219 174 149 / 0.5);
}
.border-zar-gold\/55 {
  border-color: rgb(219 174 149 / 0.55);
}
.border-zar-gold\/60 {
  border-color: rgb(219 174 149 / 0.6);
}
.border-zar-gold\/65 {
  border-color: rgb(219 174 149 / 0.65);
}
.border-zar-gold\/70 {
  border-color: rgb(219 174 149 / 0.7);
}
.border-zar-gold\/75 {
  border-color: rgb(219 174 149 / 0.75);
}
.border-zar-gold\/80 {
  border-color: rgb(219 174 149 / 0.8);
}
.border-zar-gold\/85 {
  border-color: rgb(219 174 149 / 0.85);
}
.border-zar-gold\/90 {
  border-color: rgb(219 174 149 / 0.9);
}
.border-zar-gold\/95 {
  border-color: rgb(219 174 149 / 0.95);
}
.border-zar-green {
  --tw-border-opacity: 1;
  border-color: rgb(36 46 36 / var(--tw-border-opacity, 1));
}
.border-zar-green-light {
  --tw-border-opacity: 1;
  border-color: rgb(110 150 120 / var(--tw-border-opacity, 1));
}
.border-zar-green-light\/0 {
  border-color: rgb(110 150 120 / 0.01);
}
.border-zar-green-light\/10 {
  border-color: rgb(110 150 120 / 0.1);
}
.border-zar-green-light\/100 {
  border-color: rgb(110 150 120 / 1);
}
.border-zar-green-light\/15 {
  border-color: rgb(110 150 120 / 0.15);
}
.border-zar-green-light\/20 {
  border-color: rgb(110 150 120 / 0.2);
}
.border-zar-green-light\/25 {
  border-color: rgb(110 150 120 / 0.25);
}
.border-zar-green-light\/30 {
  border-color: rgb(110 150 120 / 0.3);
}
.border-zar-green-light\/35 {
  border-color: rgb(110 150 120 / 0.35);
}
.border-zar-green-light\/40 {
  border-color: rgb(110 150 120 / 0.4);
}
.border-zar-green-light\/45 {
  border-color: rgb(110 150 120 / 0.45);
}
.border-zar-green-light\/5 {
  border-color: rgb(110 150 120 / 0.05);
}
.border-zar-green-light\/50 {
  border-color: rgb(110 150 120 / 0.5);
}
.border-zar-green-light\/55 {
  border-color: rgb(110 150 120 / 0.55);
}
.border-zar-green-light\/60 {
  border-color: rgb(110 150 120 / 0.6);
}
.border-zar-green-light\/65 {
  border-color: rgb(110 150 120 / 0.65);
}
.border-zar-green-light\/70 {
  border-color: rgb(110 150 120 / 0.7);
}
.border-zar-green-light\/75 {
  border-color: rgb(110 150 120 / 0.75);
}
.border-zar-green-light\/80 {
  border-color: rgb(110 150 120 / 0.8);
}
.border-zar-green-light\/85 {
  border-color: rgb(110 150 120 / 0.85);
}
.border-zar-green-light\/90 {
  border-color: rgb(110 150 120 / 0.9);
}
.border-zar-green-light\/95 {
  border-color: rgb(110 150 120 / 0.95);
}
.border-zar-green\/0 {
  border-color: rgb(36 46 36 / 0.01);
}
.border-zar-green\/10 {
  border-color: rgb(36 46 36 / 0.1);
}
.border-zar-green\/100 {
  border-color: rgb(36 46 36 / 1);
}
.border-zar-green\/15 {
  border-color: rgb(36 46 36 / 0.15);
}
.border-zar-green\/20 {
  border-color: rgb(36 46 36 / 0.2);
}
.border-zar-green\/25 {
  border-color: rgb(36 46 36 / 0.25);
}
.border-zar-green\/30 {
  border-color: rgb(36 46 36 / 0.3);
}
.border-zar-green\/35 {
  border-color: rgb(36 46 36 / 0.35);
}
.border-zar-green\/40 {
  border-color: rgb(36 46 36 / 0.4);
}
.border-zar-green\/45 {
  border-color: rgb(36 46 36 / 0.45);
}
.border-zar-green\/5 {
  border-color: rgb(36 46 36 / 0.05);
}
.border-zar-green\/50 {
  border-color: rgb(36 46 36 / 0.5);
}
.border-zar-green\/55 {
  border-color: rgb(36 46 36 / 0.55);
}
.border-zar-green\/60 {
  border-color: rgb(36 46 36 / 0.6);
}
.border-zar-green\/65 {
  border-color: rgb(36 46 36 / 0.65);
}
.border-zar-green\/70 {
  border-color: rgb(36 46 36 / 0.7);
}
.border-zar-green\/75 {
  border-color: rgb(36 46 36 / 0.75);
}
.border-zar-green\/80 {
  border-color: rgb(36 46 36 / 0.8);
}
.border-zar-green\/85 {
  border-color: rgb(36 46 36 / 0.85);
}
.border-zar-green\/90 {
  border-color: rgb(36 46 36 / 0.9);
}
.border-zar-green\/95 {
  border-color: rgb(36 46 36 / 0.95);
}
.border-zar-light-dark {
  --tw-border-opacity: 1;
  border-color: rgb(231 234 236 / var(--tw-border-opacity, 1));
}
.border-zar-main {
  --tw-border-opacity: 1;
  border-color: rgb(15 29 41 / var(--tw-border-opacity, 1));
}
.border-zar-main\/0 {
  border-color: rgb(15 29 41 / 0.01);
}
.border-zar-main\/10 {
  border-color: rgb(15 29 41 / 0.1);
}
.border-zar-main\/100 {
  border-color: rgb(15 29 41 / 1);
}
.border-zar-main\/15 {
  border-color: rgb(15 29 41 / 0.15);
}
.border-zar-main\/20 {
  border-color: rgb(15 29 41 / 0.2);
}
.border-zar-main\/25 {
  border-color: rgb(15 29 41 / 0.25);
}
.border-zar-main\/30 {
  border-color: rgb(15 29 41 / 0.3);
}
.border-zar-main\/35 {
  border-color: rgb(15 29 41 / 0.35);
}
.border-zar-main\/40 {
  border-color: rgb(15 29 41 / 0.4);
}
.border-zar-main\/45 {
  border-color: rgb(15 29 41 / 0.45);
}
.border-zar-main\/5 {
  border-color: rgb(15 29 41 / 0.05);
}
.border-zar-main\/50 {
  border-color: rgb(15 29 41 / 0.5);
}
.border-zar-main\/55 {
  border-color: rgb(15 29 41 / 0.55);
}
.border-zar-main\/60 {
  border-color: rgb(15 29 41 / 0.6);
}
.border-zar-main\/65 {
  border-color: rgb(15 29 41 / 0.65);
}
.border-zar-main\/70 {
  border-color: rgb(15 29 41 / 0.7);
}
.border-zar-main\/75 {
  border-color: rgb(15 29 41 / 0.75);
}
.border-zar-main\/80 {
  border-color: rgb(15 29 41 / 0.8);
}
.border-zar-main\/85 {
  border-color: rgb(15 29 41 / 0.85);
}
.border-zar-main\/90 {
  border-color: rgb(15 29 41 / 0.9);
}
.border-zar-main\/95 {
  border-color: rgb(15 29 41 / 0.95);
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-t-zar-gold {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 174 149 / var(--tw-border-opacity, 1));
}
.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0.01);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0.01);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-zar-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(219 174 149 / var(--tw-bg-opacity, 1));
}
.bg-zar-gold-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(154 128 116 / var(--tw-bg-opacity, 1));
}
.bg-zar-gold-dark\/0 {
  background-color: rgb(154 128 116 / 0.01);
}
.bg-zar-gold-dark\/10 {
  background-color: rgb(154 128 116 / 0.1);
}
.bg-zar-gold-dark\/100 {
  background-color: rgb(154 128 116 / 1);
}
.bg-zar-gold-dark\/15 {
  background-color: rgb(154 128 116 / 0.15);
}
.bg-zar-gold-dark\/20 {
  background-color: rgb(154 128 116 / 0.2);
}
.bg-zar-gold-dark\/25 {
  background-color: rgb(154 128 116 / 0.25);
}
.bg-zar-gold-dark\/30 {
  background-color: rgb(154 128 116 / 0.3);
}
.bg-zar-gold-dark\/35 {
  background-color: rgb(154 128 116 / 0.35);
}
.bg-zar-gold-dark\/40 {
  background-color: rgb(154 128 116 / 0.4);
}
.bg-zar-gold-dark\/45 {
  background-color: rgb(154 128 116 / 0.45);
}
.bg-zar-gold-dark\/5 {
  background-color: rgb(154 128 116 / 0.05);
}
.bg-zar-gold-dark\/50 {
  background-color: rgb(154 128 116 / 0.5);
}
.bg-zar-gold-dark\/55 {
  background-color: rgb(154 128 116 / 0.55);
}
.bg-zar-gold-dark\/60 {
  background-color: rgb(154 128 116 / 0.6);
}
.bg-zar-gold-dark\/65 {
  background-color: rgb(154 128 116 / 0.65);
}
.bg-zar-gold-dark\/70 {
  background-color: rgb(154 128 116 / 0.7);
}
.bg-zar-gold-dark\/75 {
  background-color: rgb(154 128 116 / 0.75);
}
.bg-zar-gold-dark\/80 {
  background-color: rgb(154 128 116 / 0.8);
}
.bg-zar-gold-dark\/85 {
  background-color: rgb(154 128 116 / 0.85);
}
.bg-zar-gold-dark\/90 {
  background-color: rgb(154 128 116 / 0.9);
}
.bg-zar-gold-dark\/95 {
  background-color: rgb(154 128 116 / 0.95);
}
.bg-zar-gold-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(206 166 144 / var(--tw-bg-opacity, 1));
}
.bg-zar-gold-muted-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 210 199 / var(--tw-bg-opacity, 1));
}
.bg-zar-gold-muted-50\/0 {
  background-color: rgb(230 210 199 / 0.01);
}
.bg-zar-gold-muted-50\/10 {
  background-color: rgb(230 210 199 / 0.1);
}
.bg-zar-gold-muted-50\/100 {
  background-color: rgb(230 210 199 / 1);
}
.bg-zar-gold-muted-50\/15 {
  background-color: rgb(230 210 199 / 0.15);
}
.bg-zar-gold-muted-50\/20 {
  background-color: rgb(230 210 199 / 0.2);
}
.bg-zar-gold-muted-50\/25 {
  background-color: rgb(230 210 199 / 0.25);
}
.bg-zar-gold-muted-50\/30 {
  background-color: rgb(230 210 199 / 0.3);
}
.bg-zar-gold-muted-50\/35 {
  background-color: rgb(230 210 199 / 0.35);
}
.bg-zar-gold-muted-50\/40 {
  background-color: rgb(230 210 199 / 0.4);
}
.bg-zar-gold-muted-50\/45 {
  background-color: rgb(230 210 199 / 0.45);
}
.bg-zar-gold-muted-50\/5 {
  background-color: rgb(230 210 199 / 0.05);
}
.bg-zar-gold-muted-50\/50 {
  background-color: rgb(230 210 199 / 0.5);
}
.bg-zar-gold-muted-50\/55 {
  background-color: rgb(230 210 199 / 0.55);
}
.bg-zar-gold-muted-50\/60 {
  background-color: rgb(230 210 199 / 0.6);
}
.bg-zar-gold-muted-50\/65 {
  background-color: rgb(230 210 199 / 0.65);
}
.bg-zar-gold-muted-50\/70 {
  background-color: rgb(230 210 199 / 0.7);
}
.bg-zar-gold-muted-50\/75 {
  background-color: rgb(230 210 199 / 0.75);
}
.bg-zar-gold-muted-50\/80 {
  background-color: rgb(230 210 199 / 0.8);
}
.bg-zar-gold-muted-50\/85 {
  background-color: rgb(230 210 199 / 0.85);
}
.bg-zar-gold-muted-50\/90 {
  background-color: rgb(230 210 199 / 0.9);
}
.bg-zar-gold-muted-50\/95 {
  background-color: rgb(230 210 199 / 0.95);
}
.bg-zar-gold-muted\/0 {
  background-color: rgb(206 166 144 / 0.01);
}
.bg-zar-gold-muted\/10 {
  background-color: rgb(206 166 144 / 0.1);
}
.bg-zar-gold-muted\/100 {
  background-color: rgb(206 166 144 / 1);
}
.bg-zar-gold-muted\/15 {
  background-color: rgb(206 166 144 / 0.15);
}
.bg-zar-gold-muted\/20 {
  background-color: rgb(206 166 144 / 0.2);
}
.bg-zar-gold-muted\/25 {
  background-color: rgb(206 166 144 / 0.25);
}
.bg-zar-gold-muted\/30 {
  background-color: rgb(206 166 144 / 0.3);
}
.bg-zar-gold-muted\/35 {
  background-color: rgb(206 166 144 / 0.35);
}
.bg-zar-gold-muted\/40 {
  background-color: rgb(206 166 144 / 0.4);
}
.bg-zar-gold-muted\/45 {
  background-color: rgb(206 166 144 / 0.45);
}
.bg-zar-gold-muted\/5 {
  background-color: rgb(206 166 144 / 0.05);
}
.bg-zar-gold-muted\/50 {
  background-color: rgb(206 166 144 / 0.5);
}
.bg-zar-gold-muted\/55 {
  background-color: rgb(206 166 144 / 0.55);
}
.bg-zar-gold-muted\/60 {
  background-color: rgb(206 166 144 / 0.6);
}
.bg-zar-gold-muted\/65 {
  background-color: rgb(206 166 144 / 0.65);
}
.bg-zar-gold-muted\/70 {
  background-color: rgb(206 166 144 / 0.7);
}
.bg-zar-gold-muted\/75 {
  background-color: rgb(206 166 144 / 0.75);
}
.bg-zar-gold-muted\/80 {
  background-color: rgb(206 166 144 / 0.8);
}
.bg-zar-gold-muted\/85 {
  background-color: rgb(206 166 144 / 0.85);
}
.bg-zar-gold-muted\/90 {
  background-color: rgb(206 166 144 / 0.9);
}
.bg-zar-gold-muted\/95 {
  background-color: rgb(206 166 144 / 0.95);
}
.bg-zar-gold\/0 {
  background-color: rgb(219 174 149 / 0.01);
}
.bg-zar-gold\/10 {
  background-color: rgb(219 174 149 / 0.1);
}
.bg-zar-gold\/100 {
  background-color: rgb(219 174 149 / 1);
}
.bg-zar-gold\/15 {
  background-color: rgb(219 174 149 / 0.15);
}
.bg-zar-gold\/20 {
  background-color: rgb(219 174 149 / 0.2);
}
.bg-zar-gold\/25 {
  background-color: rgb(219 174 149 / 0.25);
}
.bg-zar-gold\/30 {
  background-color: rgb(219 174 149 / 0.3);
}
.bg-zar-gold\/35 {
  background-color: rgb(219 174 149 / 0.35);
}
.bg-zar-gold\/40 {
  background-color: rgb(219 174 149 / 0.4);
}
.bg-zar-gold\/45 {
  background-color: rgb(219 174 149 / 0.45);
}
.bg-zar-gold\/5 {
  background-color: rgb(219 174 149 / 0.05);
}
.bg-zar-gold\/50 {
  background-color: rgb(219 174 149 / 0.5);
}
.bg-zar-gold\/55 {
  background-color: rgb(219 174 149 / 0.55);
}
.bg-zar-gold\/60 {
  background-color: rgb(219 174 149 / 0.6);
}
.bg-zar-gold\/65 {
  background-color: rgb(219 174 149 / 0.65);
}
.bg-zar-gold\/70 {
  background-color: rgb(219 174 149 / 0.7);
}
.bg-zar-gold\/75 {
  background-color: rgb(219 174 149 / 0.75);
}
.bg-zar-gold\/80 {
  background-color: rgb(219 174 149 / 0.8);
}
.bg-zar-gold\/85 {
  background-color: rgb(219 174 149 / 0.85);
}
.bg-zar-gold\/90 {
  background-color: rgb(219 174 149 / 0.9);
}
.bg-zar-gold\/95 {
  background-color: rgb(219 174 149 / 0.95);
}
.bg-zar-green {
  --tw-bg-opacity: 1;
  background-color: rgb(36 46 36 / var(--tw-bg-opacity, 1));
}
.bg-zar-green-light {
  --tw-bg-opacity: 1;
  background-color: rgb(110 150 120 / var(--tw-bg-opacity, 1));
}
.bg-zar-green-light\/0 {
  background-color: rgb(110 150 120 / 0.01);
}
.bg-zar-green-light\/10 {
  background-color: rgb(110 150 120 / 0.1);
}
.bg-zar-green-light\/100 {
  background-color: rgb(110 150 120 / 1);
}
.bg-zar-green-light\/15 {
  background-color: rgb(110 150 120 / 0.15);
}
.bg-zar-green-light\/20 {
  background-color: rgb(110 150 120 / 0.2);
}
.bg-zar-green-light\/25 {
  background-color: rgb(110 150 120 / 0.25);
}
.bg-zar-green-light\/30 {
  background-color: rgb(110 150 120 / 0.3);
}
.bg-zar-green-light\/35 {
  background-color: rgb(110 150 120 / 0.35);
}
.bg-zar-green-light\/40 {
  background-color: rgb(110 150 120 / 0.4);
}
.bg-zar-green-light\/45 {
  background-color: rgb(110 150 120 / 0.45);
}
.bg-zar-green-light\/5 {
  background-color: rgb(110 150 120 / 0.05);
}
.bg-zar-green-light\/50 {
  background-color: rgb(110 150 120 / 0.5);
}
.bg-zar-green-light\/55 {
  background-color: rgb(110 150 120 / 0.55);
}
.bg-zar-green-light\/60 {
  background-color: rgb(110 150 120 / 0.6);
}
.bg-zar-green-light\/65 {
  background-color: rgb(110 150 120 / 0.65);
}
.bg-zar-green-light\/70 {
  background-color: rgb(110 150 120 / 0.7);
}
.bg-zar-green-light\/75 {
  background-color: rgb(110 150 120 / 0.75);
}
.bg-zar-green-light\/80 {
  background-color: rgb(110 150 120 / 0.8);
}
.bg-zar-green-light\/85 {
  background-color: rgb(110 150 120 / 0.85);
}
.bg-zar-green-light\/90 {
  background-color: rgb(110 150 120 / 0.9);
}
.bg-zar-green-light\/95 {
  background-color: rgb(110 150 120 / 0.95);
}
.bg-zar-green\/0 {
  background-color: rgb(36 46 36 / 0.01);
}
.bg-zar-green\/10 {
  background-color: rgb(36 46 36 / 0.1);
}
.bg-zar-green\/100 {
  background-color: rgb(36 46 36 / 1);
}
.bg-zar-green\/15 {
  background-color: rgb(36 46 36 / 0.15);
}
.bg-zar-green\/20 {
  background-color: rgb(36 46 36 / 0.2);
}
.bg-zar-green\/25 {
  background-color: rgb(36 46 36 / 0.25);
}
.bg-zar-green\/30 {
  background-color: rgb(36 46 36 / 0.3);
}
.bg-zar-green\/35 {
  background-color: rgb(36 46 36 / 0.35);
}
.bg-zar-green\/40 {
  background-color: rgb(36 46 36 / 0.4);
}
.bg-zar-green\/45 {
  background-color: rgb(36 46 36 / 0.45);
}
.bg-zar-green\/5 {
  background-color: rgb(36 46 36 / 0.05);
}
.bg-zar-green\/50 {
  background-color: rgb(36 46 36 / 0.5);
}
.bg-zar-green\/55 {
  background-color: rgb(36 46 36 / 0.55);
}
.bg-zar-green\/60 {
  background-color: rgb(36 46 36 / 0.6);
}
.bg-zar-green\/65 {
  background-color: rgb(36 46 36 / 0.65);
}
.bg-zar-green\/70 {
  background-color: rgb(36 46 36 / 0.7);
}
.bg-zar-green\/75 {
  background-color: rgb(36 46 36 / 0.75);
}
.bg-zar-green\/80 {
  background-color: rgb(36 46 36 / 0.8);
}
.bg-zar-green\/85 {
  background-color: rgb(36 46 36 / 0.85);
}
.bg-zar-green\/90 {
  background-color: rgb(36 46 36 / 0.9);
}
.bg-zar-green\/95 {
  background-color: rgb(36 46 36 / 0.95);
}
.bg-zar-light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-zar-light-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(231 234 236 / var(--tw-bg-opacity, 1));
}
.bg-zar-main {
  --tw-bg-opacity: 1;
  background-color: rgb(15 29 41 / var(--tw-bg-opacity, 1));
}
.bg-zar-main\/0 {
  background-color: rgb(15 29 41 / 0.01);
}
.bg-zar-main\/10 {
  background-color: rgb(15 29 41 / 0.1);
}
.bg-zar-main\/100 {
  background-color: rgb(15 29 41 / 1);
}
.bg-zar-main\/15 {
  background-color: rgb(15 29 41 / 0.15);
}
.bg-zar-main\/20 {
  background-color: rgb(15 29 41 / 0.2);
}
.bg-zar-main\/25 {
  background-color: rgb(15 29 41 / 0.25);
}
.bg-zar-main\/30 {
  background-color: rgb(15 29 41 / 0.3);
}
.bg-zar-main\/35 {
  background-color: rgb(15 29 41 / 0.35);
}
.bg-zar-main\/40 {
  background-color: rgb(15 29 41 / 0.4);
}
.bg-zar-main\/45 {
  background-color: rgb(15 29 41 / 0.45);
}
.bg-zar-main\/5 {
  background-color: rgb(15 29 41 / 0.05);
}
.bg-zar-main\/50 {
  background-color: rgb(15 29 41 / 0.5);
}
.bg-zar-main\/55 {
  background-color: rgb(15 29 41 / 0.55);
}
.bg-zar-main\/60 {
  background-color: rgb(15 29 41 / 0.6);
}
.bg-zar-main\/65 {
  background-color: rgb(15 29 41 / 0.65);
}
.bg-zar-main\/70 {
  background-color: rgb(15 29 41 / 0.7);
}
.bg-zar-main\/75 {
  background-color: rgb(15 29 41 / 0.75);
}
.bg-zar-main\/80 {
  background-color: rgb(15 29 41 / 0.8);
}
.bg-zar-main\/85 {
  background-color: rgb(15 29 41 / 0.85);
}
.bg-zar-main\/90 {
  background-color: rgb(15 29 41 / 0.9);
}
.bg-zar-main\/95 {
  background-color: rgb(15 29 41 / 0.95);
}
.bg-ico-account-logout {
  background-image: url(1bf7ec0ebd6f0db0661a.svg);
}
.bg-ico-account-person {
  background-image: url(6e275a3412a997584950.svg);
}
.bg-ico-arrow-black {
  background-image: url(21ae4eaf2509137c0bc1.svg);
}
.bg-ico-arrow-main-right {
  background-image: url(ad15416549a4e386236e.svg);
}
.bg-ico-arrow-white {
  background-image: url(46f4f21281097531e456.svg);
}
.bg-ico-menu-sprite {
  background-image: url(e2d5a83836c17921b872.svg);
}
.bg-ico-misc-analytics {
  background-image: url(84e2530920b9d9b4d4b1.svg);
}
.bg-ico-misc-apartment {
  background-image: url(0c752fb93671ff24ee9a.svg);
}
.bg-ico-misc-apartment-white {
  background-image: url(e550dfa47730422a7e45.svg);
}
.bg-ico-misc-arrows {
  background-image: url(b22026a31b1f87042faf.svg);
}
.bg-ico-misc-bag-white {
  background-image: url(58134f49f2832de68035.svg);
}
.bg-ico-misc-business {
  background-image: url(82bbde74c3895544cdca.svg);
}
.bg-ico-misc-business-white {
  background-image: url(121808705f58e787267d.svg);
}
.bg-ico-misc-city {
  background-image: url(5215a10fb4582a173a8e.svg);
}
.bg-ico-misc-datausage {
  background-image: url(2930e774d056a71dd813.svg);
}
.bg-ico-misc-expand {
  background-image: url(0865e0290b0d8152be76.svg);
}
.bg-ico-misc-flag {
  background-image: url(e9e890ee953c80a2c063.svg);
}
.bg-ico-misc-flag-white {
  background-image: url(5513502ccf1d0d81cef9.svg);
}
.bg-ico-misc-focus-white {
  background-image: url(042f968f767b8fa9eec3.svg);
}
.bg-ico-misc-foundation {
  background-image: url(42b04d38824c431ca9b3.svg);
}
.bg-ico-misc-hourglass {
  background-image: url(8b3c00fb95ea8815b5ff.svg);
}
.bg-ico-misc-hourglass-white {
  background-image: url(38ca61c17ebd2fc3ba54.svg);
}
.bg-ico-misc-layers {
  background-image: url(a96263c7a4e5eadd069f.svg);
}
.bg-ico-misc-layers-white {
  background-image: url(03b20efebff262957bb9.svg);
}
.bg-ico-misc-mail {
  background-image: url(70a3b63dbbf8c717ead2.svg);
}
.bg-ico-misc-open_in_new {
  background-image: url(c90a2a99bf0e369a8487.svg);
}
.bg-ico-misc-sell {
  background-image: url(73fd896440f7c9dec881.svg);
}
.bg-ico-misc-sell-white {
  background-image: url(53a498066b0b601c2c42.svg);
}
.bg-ico-misc-trending {
  background-image: url(b2a01fa8ffa72c1647e9.svg);
}
.bg-ico-social-fb {
  background-image: url(5fadce4f237eda9cbb5f.svg);
}
.bg-ico-social-fb-white {
  background-image: url(6d6a8ec2a54569d87d88.svg);
}
.bg-ico-social-insta {
  background-image: url(03cec4c7df28086db5d8.svg);
}
.bg-ico-social-linked {
  background-image: url(877e03c8a1ec83a280a5.svg);
}
.bg-ico-social-linked-white {
  background-image: url(c6d2f183011a71de9549.svg);
}
.bg-ico-social-twitter {
  background-image: url(849104e50db4a7649dbd.svg);
}
.bg-ico-social-xing {
  background-image: url(c10cdda7bfb988e80a0f.svg);
}
.bg-ico-social-xing-white {
  background-image: url(ae1cf40148b7774faafb.svg);
}
.bg-ico-social-yt {
  background-image: url(fc01a30fdee7279d1926.svg);
}
.bg-ico-system-add {
  background-image: url(6b66d0bd070920d5f25e.svg);
}
.bg-ico-system-close_black {
  background-image: url(b2e3b63655b7174a653f.svg);
}
.bg-ico-system-close_white {
  background-image: url(cdca66b35a624c88701a.svg);
}
.bg-ico-system-download {
  background-image: url(5bc401cdf94fff7e617b.svg);
}
.bg-ico-system-play {
  background-image: url(1002fb7d0f5f9655b140.svg);
}
.bg-ico-system-remove {
  background-image: url(8cdee9a0c4191697fcea.svg);
}
.bg-zar-map {
  background-image: url(97cc8b871834fefb3a53.svg);
}
.bg-cover {
  background-size: cover;
}
.bg-theme-full {
  background-size: 100%;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.\!object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-2 {
  padding: 0.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!font-zar-serif {
  font-family: Playfair Display, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-zar-sans {
  font-family: Open Sans, ui-sans-serif, system-ui, Roboto, Helvetica Neue, Arial, sans-serif;
}
.font-zar-serif {
  font-family: Playfair Display, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}
.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[7\.5rem\] {
  font-size: 7.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-zar-13\/16 {
  font-size: 0.8125rem;
  line-height: 1.230769231;
}
.text-zar-16\/24 {
  font-size: 1rem;
  line-height: 1.5;
}
.text-zar-18\/27 {
  font-size: 1.125rem;
  line-height: 1.5;
}
.text-zar-20\/32 {
  font-size: 1.25rem;
  line-height: 1.6;
}
.text-zar-20\/40 {
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.text-zar-24\/24 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.text-zar-24\/36 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.text-zar-24\/48 {
  font-size: 1.5rem;
  line-height: 3rem;
}
.text-zar-28 {
  font-size: 1.75rem;
  line-height: normal;
}
.text-zar-2xl {
  font-size: 2rem;
  line-height: normal;
}
.text-zar-40\/54 {
  font-size: 2.5rem;
  line-height: 3.375rem;
}
.text-zar-4xl-1 {
  font-size: 2.5rem;
  line-height: 1;
}
.text-zar-base {
  font-size: 1rem;
  line-height: normal;
}
.text-zar-base-1 {
  font-size: 1rem;
  line-height: 1;
}
.text-zar-base-1\.5 {
  font-size: 1rem;
  line-height: 1.5;
}
.text-zar-lg {
  font-size: 1.25rem;
  line-height: normal;
}
.text-zar-md {
  font-size: 1.125rem;
  line-height: normal;
}
.text-zar-xl {
  font-size: 1.5rem;
  line-height: normal;
}
.text-zar-xl-1\.5 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.text-zar-xs {
  font-size: 0.75rem;
  line-height: normal;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-1\.33 {
  line-height: 1.33;
}
.leading-normal {
  line-height: 1.5;
}
.\!text-zar-green-light {
  --tw-text-opacity: 1 !important;
  color: rgb(110 150 120 / var(--tw-text-opacity, 1)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/0 {
  color: rgb(0 0 0 / 0.01);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0.01);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-zar-gold {
  --tw-text-opacity: 1;
  color: rgb(219 174 149 / var(--tw-text-opacity, 1));
}
.text-zar-gold-dark {
  --tw-text-opacity: 1;
  color: rgb(154 128 116 / var(--tw-text-opacity, 1));
}
.text-zar-gold-dark\/0 {
  color: rgb(154 128 116 / 0.01);
}
.text-zar-gold-dark\/10 {
  color: rgb(154 128 116 / 0.1);
}
.text-zar-gold-dark\/100 {
  color: rgb(154 128 116 / 1);
}
.text-zar-gold-dark\/15 {
  color: rgb(154 128 116 / 0.15);
}
.text-zar-gold-dark\/20 {
  color: rgb(154 128 116 / 0.2);
}
.text-zar-gold-dark\/25 {
  color: rgb(154 128 116 / 0.25);
}
.text-zar-gold-dark\/30 {
  color: rgb(154 128 116 / 0.3);
}
.text-zar-gold-dark\/35 {
  color: rgb(154 128 116 / 0.35);
}
.text-zar-gold-dark\/40 {
  color: rgb(154 128 116 / 0.4);
}
.text-zar-gold-dark\/45 {
  color: rgb(154 128 116 / 0.45);
}
.text-zar-gold-dark\/5 {
  color: rgb(154 128 116 / 0.05);
}
.text-zar-gold-dark\/50 {
  color: rgb(154 128 116 / 0.5);
}
.text-zar-gold-dark\/55 {
  color: rgb(154 128 116 / 0.55);
}
.text-zar-gold-dark\/60 {
  color: rgb(154 128 116 / 0.6);
}
.text-zar-gold-dark\/65 {
  color: rgb(154 128 116 / 0.65);
}
.text-zar-gold-dark\/70 {
  color: rgb(154 128 116 / 0.7);
}
.text-zar-gold-dark\/75 {
  color: rgb(154 128 116 / 0.75);
}
.text-zar-gold-dark\/80 {
  color: rgb(154 128 116 / 0.8);
}
.text-zar-gold-dark\/85 {
  color: rgb(154 128 116 / 0.85);
}
.text-zar-gold-dark\/90 {
  color: rgb(154 128 116 / 0.9);
}
.text-zar-gold-dark\/95 {
  color: rgb(154 128 116 / 0.95);
}
.text-zar-gold-muted {
  --tw-text-opacity: 1;
  color: rgb(206 166 144 / var(--tw-text-opacity, 1));
}
.text-zar-gold-muted-50 {
  --tw-text-opacity: 1;
  color: rgb(230 210 199 / var(--tw-text-opacity, 1));
}
.text-zar-gold-muted-50\/0 {
  color: rgb(230 210 199 / 0.01);
}
.text-zar-gold-muted-50\/10 {
  color: rgb(230 210 199 / 0.1);
}
.text-zar-gold-muted-50\/100 {
  color: rgb(230 210 199 / 1);
}
.text-zar-gold-muted-50\/15 {
  color: rgb(230 210 199 / 0.15);
}
.text-zar-gold-muted-50\/20 {
  color: rgb(230 210 199 / 0.2);
}
.text-zar-gold-muted-50\/25 {
  color: rgb(230 210 199 / 0.25);
}
.text-zar-gold-muted-50\/30 {
  color: rgb(230 210 199 / 0.3);
}
.text-zar-gold-muted-50\/35 {
  color: rgb(230 210 199 / 0.35);
}
.text-zar-gold-muted-50\/40 {
  color: rgb(230 210 199 / 0.4);
}
.text-zar-gold-muted-50\/45 {
  color: rgb(230 210 199 / 0.45);
}
.text-zar-gold-muted-50\/5 {
  color: rgb(230 210 199 / 0.05);
}
.text-zar-gold-muted-50\/50 {
  color: rgb(230 210 199 / 0.5);
}
.text-zar-gold-muted-50\/55 {
  color: rgb(230 210 199 / 0.55);
}
.text-zar-gold-muted-50\/60 {
  color: rgb(230 210 199 / 0.6);
}
.text-zar-gold-muted-50\/65 {
  color: rgb(230 210 199 / 0.65);
}
.text-zar-gold-muted-50\/70 {
  color: rgb(230 210 199 / 0.7);
}
.text-zar-gold-muted-50\/75 {
  color: rgb(230 210 199 / 0.75);
}
.text-zar-gold-muted-50\/80 {
  color: rgb(230 210 199 / 0.8);
}
.text-zar-gold-muted-50\/85 {
  color: rgb(230 210 199 / 0.85);
}
.text-zar-gold-muted-50\/90 {
  color: rgb(230 210 199 / 0.9);
}
.text-zar-gold-muted-50\/95 {
  color: rgb(230 210 199 / 0.95);
}
.text-zar-gold-muted\/0 {
  color: rgb(206 166 144 / 0.01);
}
.text-zar-gold-muted\/10 {
  color: rgb(206 166 144 / 0.1);
}
.text-zar-gold-muted\/100 {
  color: rgb(206 166 144 / 1);
}
.text-zar-gold-muted\/15 {
  color: rgb(206 166 144 / 0.15);
}
.text-zar-gold-muted\/20 {
  color: rgb(206 166 144 / 0.2);
}
.text-zar-gold-muted\/25 {
  color: rgb(206 166 144 / 0.25);
}
.text-zar-gold-muted\/30 {
  color: rgb(206 166 144 / 0.3);
}
.text-zar-gold-muted\/35 {
  color: rgb(206 166 144 / 0.35);
}
.text-zar-gold-muted\/40 {
  color: rgb(206 166 144 / 0.4);
}
.text-zar-gold-muted\/45 {
  color: rgb(206 166 144 / 0.45);
}
.text-zar-gold-muted\/5 {
  color: rgb(206 166 144 / 0.05);
}
.text-zar-gold-muted\/50 {
  color: rgb(206 166 144 / 0.5);
}
.text-zar-gold-muted\/55 {
  color: rgb(206 166 144 / 0.55);
}
.text-zar-gold-muted\/60 {
  color: rgb(206 166 144 / 0.6);
}
.text-zar-gold-muted\/65 {
  color: rgb(206 166 144 / 0.65);
}
.text-zar-gold-muted\/70 {
  color: rgb(206 166 144 / 0.7);
}
.text-zar-gold-muted\/75 {
  color: rgb(206 166 144 / 0.75);
}
.text-zar-gold-muted\/80 {
  color: rgb(206 166 144 / 0.8);
}
.text-zar-gold-muted\/85 {
  color: rgb(206 166 144 / 0.85);
}
.text-zar-gold-muted\/90 {
  color: rgb(206 166 144 / 0.9);
}
.text-zar-gold-muted\/95 {
  color: rgb(206 166 144 / 0.95);
}
.text-zar-gold\/0 {
  color: rgb(219 174 149 / 0.01);
}
.text-zar-gold\/10 {
  color: rgb(219 174 149 / 0.1);
}
.text-zar-gold\/100 {
  color: rgb(219 174 149 / 1);
}
.text-zar-gold\/15 {
  color: rgb(219 174 149 / 0.15);
}
.text-zar-gold\/20 {
  color: rgb(219 174 149 / 0.2);
}
.text-zar-gold\/25 {
  color: rgb(219 174 149 / 0.25);
}
.text-zar-gold\/30 {
  color: rgb(219 174 149 / 0.3);
}
.text-zar-gold\/35 {
  color: rgb(219 174 149 / 0.35);
}
.text-zar-gold\/40 {
  color: rgb(219 174 149 / 0.4);
}
.text-zar-gold\/45 {
  color: rgb(219 174 149 / 0.45);
}
.text-zar-gold\/5 {
  color: rgb(219 174 149 / 0.05);
}
.text-zar-gold\/50 {
  color: rgb(219 174 149 / 0.5);
}
.text-zar-gold\/55 {
  color: rgb(219 174 149 / 0.55);
}
.text-zar-gold\/60 {
  color: rgb(219 174 149 / 0.6);
}
.text-zar-gold\/65 {
  color: rgb(219 174 149 / 0.65);
}
.text-zar-gold\/70 {
  color: rgb(219 174 149 / 0.7);
}
.text-zar-gold\/75 {
  color: rgb(219 174 149 / 0.75);
}
.text-zar-gold\/80 {
  color: rgb(219 174 149 / 0.8);
}
.text-zar-gold\/85 {
  color: rgb(219 174 149 / 0.85);
}
.text-zar-gold\/90 {
  color: rgb(219 174 149 / 0.9);
}
.text-zar-gold\/95 {
  color: rgb(219 174 149 / 0.95);
}
.text-zar-green {
  --tw-text-opacity: 1;
  color: rgb(36 46 36 / var(--tw-text-opacity, 1));
}
.text-zar-green-light {
  --tw-text-opacity: 1;
  color: rgb(110 150 120 / var(--tw-text-opacity, 1));
}
.text-zar-green-light\/0 {
  color: rgb(110 150 120 / 0.01);
}
.text-zar-green-light\/10 {
  color: rgb(110 150 120 / 0.1);
}
.text-zar-green-light\/100 {
  color: rgb(110 150 120 / 1);
}
.text-zar-green-light\/15 {
  color: rgb(110 150 120 / 0.15);
}
.text-zar-green-light\/20 {
  color: rgb(110 150 120 / 0.2);
}
.text-zar-green-light\/25 {
  color: rgb(110 150 120 / 0.25);
}
.text-zar-green-light\/30 {
  color: rgb(110 150 120 / 0.3);
}
.text-zar-green-light\/35 {
  color: rgb(110 150 120 / 0.35);
}
.text-zar-green-light\/40 {
  color: rgb(110 150 120 / 0.4);
}
.text-zar-green-light\/45 {
  color: rgb(110 150 120 / 0.45);
}
.text-zar-green-light\/5 {
  color: rgb(110 150 120 / 0.05);
}
.text-zar-green-light\/50 {
  color: rgb(110 150 120 / 0.5);
}
.text-zar-green-light\/55 {
  color: rgb(110 150 120 / 0.55);
}
.text-zar-green-light\/60 {
  color: rgb(110 150 120 / 0.6);
}
.text-zar-green-light\/65 {
  color: rgb(110 150 120 / 0.65);
}
.text-zar-green-light\/70 {
  color: rgb(110 150 120 / 0.7);
}
.text-zar-green-light\/75 {
  color: rgb(110 150 120 / 0.75);
}
.text-zar-green-light\/80 {
  color: rgb(110 150 120 / 0.8);
}
.text-zar-green-light\/85 {
  color: rgb(110 150 120 / 0.85);
}
.text-zar-green-light\/90 {
  color: rgb(110 150 120 / 0.9);
}
.text-zar-green-light\/95 {
  color: rgb(110 150 120 / 0.95);
}
.text-zar-green\/0 {
  color: rgb(36 46 36 / 0.01);
}
.text-zar-green\/10 {
  color: rgb(36 46 36 / 0.1);
}
.text-zar-green\/100 {
  color: rgb(36 46 36 / 1);
}
.text-zar-green\/15 {
  color: rgb(36 46 36 / 0.15);
}
.text-zar-green\/20 {
  color: rgb(36 46 36 / 0.2);
}
.text-zar-green\/25 {
  color: rgb(36 46 36 / 0.25);
}
.text-zar-green\/30 {
  color: rgb(36 46 36 / 0.3);
}
.text-zar-green\/35 {
  color: rgb(36 46 36 / 0.35);
}
.text-zar-green\/40 {
  color: rgb(36 46 36 / 0.4);
}
.text-zar-green\/45 {
  color: rgb(36 46 36 / 0.45);
}
.text-zar-green\/5 {
  color: rgb(36 46 36 / 0.05);
}
.text-zar-green\/50 {
  color: rgb(36 46 36 / 0.5);
}
.text-zar-green\/55 {
  color: rgb(36 46 36 / 0.55);
}
.text-zar-green\/60 {
  color: rgb(36 46 36 / 0.6);
}
.text-zar-green\/65 {
  color: rgb(36 46 36 / 0.65);
}
.text-zar-green\/70 {
  color: rgb(36 46 36 / 0.7);
}
.text-zar-green\/75 {
  color: rgb(36 46 36 / 0.75);
}
.text-zar-green\/80 {
  color: rgb(36 46 36 / 0.8);
}
.text-zar-green\/85 {
  color: rgb(36 46 36 / 0.85);
}
.text-zar-green\/90 {
  color: rgb(36 46 36 / 0.9);
}
.text-zar-green\/95 {
  color: rgb(36 46 36 / 0.95);
}
.text-zar-main {
  --tw-text-opacity: 1;
  color: rgb(15 29 41 / var(--tw-text-opacity, 1));
}
.text-zar-main\/0 {
  color: rgb(15 29 41 / 0.01);
}
.text-zar-main\/10 {
  color: rgb(15 29 41 / 0.1);
}
.text-zar-main\/100 {
  color: rgb(15 29 41 / 1);
}
.text-zar-main\/15 {
  color: rgb(15 29 41 / 0.15);
}
.text-zar-main\/20 {
  color: rgb(15 29 41 / 0.2);
}
.text-zar-main\/25 {
  color: rgb(15 29 41 / 0.25);
}
.text-zar-main\/30 {
  color: rgb(15 29 41 / 0.3);
}
.text-zar-main\/35 {
  color: rgb(15 29 41 / 0.35);
}
.text-zar-main\/40 {
  color: rgb(15 29 41 / 0.4);
}
.text-zar-main\/45 {
  color: rgb(15 29 41 / 0.45);
}
.text-zar-main\/5 {
  color: rgb(15 29 41 / 0.05);
}
.text-zar-main\/50 {
  color: rgb(15 29 41 / 0.5);
}
.text-zar-main\/55 {
  color: rgb(15 29 41 / 0.55);
}
.text-zar-main\/60 {
  color: rgb(15 29 41 / 0.6);
}
.text-zar-main\/65 {
  color: rgb(15 29 41 / 0.65);
}
.text-zar-main\/70 {
  color: rgb(15 29 41 / 0.7);
}
.text-zar-main\/75 {
  color: rgb(15 29 41 / 0.75);
}
.text-zar-main\/80 {
  color: rgb(15 29 41 / 0.8);
}
.text-zar-main\/85 {
  color: rgb(15 29 41 / 0.85);
}
.text-zar-main\/90 {
  color: rgb(15 29 41 / 0.9);
}
.text-zar-main\/95 {
  color: rgb(15 29 41 / 0.95);
}
.text-zar-mid-blue {
  --tw-text-opacity: 1;
  color: rgb(79 90 117 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0.01;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-75 {
  opacity: 0.75;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-mt {
  transition-property: margin-top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.\!will-change-transform {
  will-change: transform !important;
}
.hyphens-none {
  hyphens: none;
}
.hyphens-auto {
  hyphens: auto;
}
.writing-mode-vertical-rl {
  writing-mode: vertical-rl;
}
/* icon classes */
.icon {
  display: inline-block;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
}
.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 31;
  --tw-translate-x: -50%;
  --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));
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.textwithicon>* {
  display: inline-block;
  vertical-align: middle;
}
/* specific self made close icon */
.cw-close-icon {
  display: flex;
  width: 1.5rem;
  cursor: pointer;
  flex-direction: column;
}
.cw-close-icon span {
  height: 0.125rem;
  width: 100%;
    margin: 3px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.cw-close-icon span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(6px, 6px);
  }
.cw-close-icon span:nth-of-type(2) {
    transform-origin: bottom;
    transform: rotatez(-45deg) translate(6px, -4px);
    margin-top: 10px;
  }
/* button classes */
.btn {
  display: inline-block;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 174 149 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(219 174 149 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 174 149 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* video classes */
.thumbnail.icenter {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  --tw-translate-x: -50%;
  --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));
}
.thumbnail {
  z-index: 30;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.video-thumbnail-logo.video-thumbnail {
  top: 33.333333%;
  left: 50%;
  z-index: 99;
  height: auto;
  max-width: 18rem;
  --tw-translate-x: -50%;
  --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));
}
@media (min-width: 770px) {

  .video-thumbnail-logo.video-thumbnail {
    top: 25%;
    max-width: 500px;
  }
}
/* navigation and menu classes */
.burger-menu {
  position: absolute;
  top: 6rem;
  left: -100%;
  bottom: 0px;
  z-index: 99;
  width: 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(15 29 41 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.burger-menu::before {
  position: absolute;
  top: -33px;
  left: -100%;
  right: -100%;
  height: 100vh;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(15 29 41 / var(--tw-bg-opacity, 1));
}
.nav-li {
  position: relative;
  display: inline-block;
  list-style-type: none;
}
.nav-li::after {
  position: absolute;
  bottom: -7px;
  display: block;
  height: 0.0625rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 174 149 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-li:hover::after {
  content: var(--tw-content);
  width: 100%;
}
.nav-li-active::after {
  content: var(--tw-content);
  width: 100%;
}
.nav-li-no-hover::after {
  --tw-content: none;
  content: var(--tw-content);
}
.nav-link {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 770px) {

  .nav-link {
    line-height: 1.33;
  }
}
.nav-m-link {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.nav-m-sec-link {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* specific page: project classes */
.project-status {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.project-status-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 29 41 / var(--tw-border-opacity, 1));
}
.project-status-line {
  position: absolute;
  top: -1rem;
  left: 2rem;
  bottom: -1rem;
  z-index: -1;
  width: 0.0625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(219 174 149 / var(--tw-bg-opacity, 1));
}
.project-table {
  width: 100%;
  table-layout: fixed;
}
.project-table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
}
.project-table td:first-child {
  display: table-cell;
  width: 35.4%;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(219 174 149 / var(--tw-border-opacity, 1));
  padding-right: 0.5rem;
}
@media (min-width: 770px) {

  .project-table td:first-child {
    padding-right: 1rem;
  }
}
.project-table td:nth-child(2) {
  padding-left: 0.5rem;
}
@media (min-width: 770px) {

  .project-table td:nth-child(2) {
    padding-left: 1rem;
  }

  .project-current-content-left::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -1rem;
    right: 0px;
    z-index: -1;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .project-current-content-right::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -1rem;
    z-index: -1;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.project-current-content-left>div {
  padding-left: 1rem;
}
@media (min-width: 770px) {

  .project-current-content-left>div {
    padding-left: 0px;
  }
}
.project-current-content-right>div {
  padding-left: 2rem;
}
@media (min-width: 770px) {

  .project-current-content-right>div {
    padding-left: 0px;
  }
}
/* specific page: post classes */
.post {
  float: left;
  display: flex;
  height: auto;
  flex: 1 1 auto;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  flex-direction: column;
}
@media (min-width: 770px) {

  .post {
    width: 48%;
  }
}
/* specific page: map classes */
.map {
  position: sticky;
  top: 5rem;
  margin-top: 2rem;
  background-size: contain;
    background-image: url(97cc8b871834fefb3a53.svg);
}
.map-pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
}
@media (min-width: 770px) {

  .map-pointer {
    height: 1rem;
    width: 1rem;
  }
}
.map-pointer-pulsating::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}
@keyframes pulse-dot {

  0%, 100% {
    content: var(--tw-content);
    transform: scale(0.8);
  }

  50% {
    content: var(--tw-content);
    transform: scale(1);
  }
}
.map-pointer-pulsating::after {
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  content: var(--tw-content);
  border-radius: 1rem;
}
.map-pointer-office::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(154 128 116 / var(--tw-bg-opacity, 1));
}
.map-pointer-office.map-pointer-loc::before,
  .map-pointer-acquisation.map-pointer-loc::before,
  .map-pointer-loc::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(154 128 116 / var(--tw-border-opacity, 1));
}
.map-pointer-office-icon,
  .map-pointer-acquisation-icon,
  .map-pointer-loc-icon {
  margin-right: 0.5rem;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  border-width: 1px;
}
.map-pointer-office-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(154 128 116 / var(--tw-bg-opacity, 1));
}
.map-pointer-acquisation {
  --tw-bg-opacity: 1;
  background-color: rgb(231 234 236 / var(--tw-bg-opacity, 1));
}
.map-pointer-acquisation::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(231 234 236 / var(--tw-bg-opacity, 1));
}
.map-pointer-loc-icon {
  --tw-border-opacity: 1;
  border-color: rgb(164 139 127 / var(--tw-border-opacity, 1));
}
.map-pointer-pulsating::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}
@keyframes pulse-dot {

  0%, 100% {
    content: var(--tw-content);
    transform: scale(0.8);
  }

  50% {
    content: var(--tw-content);
    transform: scale(1);
  }
}
.map-pointer-pulsating::after {
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  content: var(--tw-content);
  border-radius: 1rem;
}
.map-pointer-loc::before {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  height: 150%;
  width: 150%;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
  border-width: 1px;
}
.map-pointer-hamburg {
  top: 20%;
  left: 45%;
}
.map-pointer-munich {
  top: 89%;
  left: 63%;
}
.map-pointer-berlin {
  top: 31%;
  left: 79%;
}
.map-pointer-dusseldorf {
  top: 50%;
  left: 12%;
}
.map-pointer-duisburg {
  top: 45%;
  left: 11%;
}
.map-pointer-cologne {
  top: 54%;
  left: 13%;
}
.map-pointer-frankfurt {
  top: 62%;
  left: 31%;
}
.map-pointer-stuttgart {
  top: 81%;
  left: 37%;
}
.map-pointer-nuremberg {
  top: 71%;
  left: 57%;
}
/* animation classes */
@keyframes skeleton-media {

  0% {
    background-color: #0f1d29;
  }

  100% {
    background-color: #f3f3f3;
  }
}
.skeleton {
  animation: skeleton-media 1s ease-in-out infinite alternate;
  border-style: none;
}
/* form and input classes */
select {
  height: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 174 149 / var(--tw-border-opacity, 1));
  background-image: url(d51beda402639da6b4e7.svg);
  background-size: 1.5rem;
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: inherit;
}
select:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 29 41 / var(--tw-border-opacity, 1));
  background-image: url(93f57a4674c566707743.svg);
  background-size: 1.5rem;
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
select:active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 29 41 / var(--tw-border-opacity, 1));
  background-image: url(93f57a4674c566707743.svg);
  background-size: 1.5rem;
  background-position: calc(100% - 12px);
  background-repeat: no-repeat;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.wpcf7-form [aria-invalid="true"] {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.wpcf7-form input,
  .wpcf7-form textarea,
  .wpcf7-form select {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  height: 3rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: inherit;
}
.wpcf7-form input:focus,
  .wpcf7-form textarea:focus,
  .wpcf7-form select:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 29 41 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.wpcf7-form input:active,
  .wpcf7-form textarea:active,
  .wpcf7-form select:active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 29 41 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.wpcf7-form textarea {
  height: 18rem;
  resize: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.wpcf7-form select {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  font-weight: 700;
}
.wpcf7-form label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.wpcf7-form input[type="submit"] {
  float: right;
  width: 100%;
  max-width: 20.5rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(15 29 41 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* slick and slider classes */
.slick-initialized .slick-slide.slide:not([data-slider="logo"]) {
  padding-right: 1rem;
}
@media (min-width: 770px) {

  .slick-initialized .slick-slide.slide:not([data-slider="logo"]) {
    padding-right: 2rem;
  }
}
.slide-container {
  margin: auto;
  width: 100%;
}
@media (min-width: 770px) {

  .slide-container {
    max-width: 1440px;
  }
}
.slide-project {
    /* @apply relative max-w-[100vw] w-full md:max-w-ml-10; */
  }
.slide-project.slick-slide {
  opacity: 0.01;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  transition-timing-function: linear;
}
.slide-project.slick-active {
  opacity: 1;
}
.slide-project-caption {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0px;
  margin-top: 0.5rem;
  min-height: 28px;
  max-width: 18rem;
}
@media (min-width: 770px) {

  .slide-project-caption {
    margin: 0px;
    max-width: 14.875rem;
  }
}
.slider-project .slick-slide {
  position: relative;
  width: 100%;
  max-width: 100vw;
}
@media (min-width: 770px) {

  .slider-project .slick-slide {
    max-width: 54.25rem;
  }
}
ul.tw-slick-ul {
  margin: auto;
  display: flex;
  height: 0.125rem;
  width: 9rem;
  list-style-type: none;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
@media (min-width: 770px) {

  ul.tw-slick-ul {
    width: 14.875rem;
  }
}
.swiper-pagination-custom-bar {
  margin: auto !important;
  display: flex !important;
  height: 0.125rem !important;
  width: 9rem !important;
  justify-content: center !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1)) !important;
}
@media (min-width: 770px) {

  .swiper-pagination-custom-bar {
    width: 14.875rem !important;
  }
}
.swiper-pagination-custom-bar-extended {
  margin: auto !important;
  display: flex !important;
  height: 0.125rem !important;
  width: 18rem !important;
  justify-content: center !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1)) !important;
}
@media (min-width: 770px) {

  .swiper-pagination-custom-bar-extended {
    width: 508px !important;
  }
}
.swiper-pagination-custom-bar-for-images {
  margin-left: auto !important;
  display: flex !important;
  height: 0.125rem !important;
  width: 18rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1)) !important;
}
@media (min-width: 770px) {

  .swiper-pagination-custom-bar-for-images {
    width: 508px !important;
  }
}
.swiper-pagination-bullet-as-rect {
  display: flex;
  height: 0.125rem;
  flex: 1 1 auto;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.swiper-pagination-bullet-as-rect-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.swiper-navigation-next {
  z-index: 50;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  background-image: url(21ae4eaf2509137c0bc1.svg);
}
.swiper-navigation-prev {
  z-index: 50;
  height: 1.5rem;
  width: 1.5rem;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  background-image: url(21ae4eaf2509137c0bc1.svg);
}
ul.tw-slick-ul li.slick-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
ul.tw-slick-ul li {
  display: flex;
  height: 0.125rem;
  flex: 1 1 auto;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
ul.tw-slick-ul li button {
  visibility: hidden;
}
/* table classes */
table {
  border-style: none;
    border-spacing: 0px;
}
tbody {
  vertical-align: top;
}
@media (min-width: 770px) {

  td:not(.chart-td),
  th:not(.chart-th) {
    display: block;
  }
}
.chart-td,
  .chart-th {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 770px) {

  .chart-td,
  .chart-th {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 770px) {
    td[data-th]:before {
      content: attr(data-th);
    }
  }
/* hyphens m1-browser support */
.hyphens-auto {
    -webkit-hyphenate-character: "-";
  }
.tw-nav-list-item .sub-menu {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.container {
  width: 100%;
}
@media (min-width: 770px) {

  .container {
    max-width: 770px;
  }
}
@media (min-width: 1080px) {

  .container {
    max-width: 1080px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1920px) {

  .container {
    max-width: 1920px;
  }
}
.tw-wysiwyg ul,
  .tw-wysiwyg-accordion ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 2rem;
}
.tw-wysiwyg ol,
  .tw-wysiwyg-accordion ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.tw-wysiwyg-accordion h1,
  .tw-wysiwyg-accordion h2,
  .tw-wysiwyg-accordion h3,
  .tw-wysiwyg-accordion h4,
  .tw-wysiwyg-accordion h5,
  .tw-wysiwyg-accordion h6 {
  margin-bottom: 0.5rem;
  font-family: Playfair Display, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 770px) {

  .tw-wysiwyg-accordion h1,
  .tw-wysiwyg-accordion h2,
  .tw-wysiwyg-accordion h3,
  .tw-wysiwyg-accordion h4,
  .tw-wysiwyg-accordion h5,
  .tw-wysiwyg-accordion h6 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.tw-wysiwyg-accordion p,
  .tw-wysiwyg-accordion ul {
  font-family: Open Sans, ui-sans-serif, system-ui, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
/* header classes */
header .tw-header-nav-primary-ul li {
  margin-right: 1.25rem;
}
header .tw-header-nav-secondary-ul li {
  margin-left: 1.25rem;
}
/*
   ** Header Navigation
   */
.tw-menu-checkbox {
  display: none;
}
.tw-menu-checkbox:checked~nav .tw-menu-overlay {
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 29 41 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.tw-menu span {
  display: inline-block;
  height: 2px;
  width: 100%;
  transform-origin: left;
    transition: 0.8s cubic-bezier(0.28, -0.4, 0.1, 1.35);
}
.tw-menu-checkbox:checked~nav .tw-menu span:nth-of-type(1) {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-menu-checkbox:checked~nav .tw-menu span:nth-of-type(2) {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  width: 2px;
  background-color: transparent;
}
.tw-menu-checkbox:checked~nav .tw-menu span:nth-of-type(3) {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* footer classes */
footer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer-li {
  list-style-type: none;
}
.footer-link {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(219 174 149 / var(--tw-text-opacity, 1));
}
.footer-legals-li {
  margin-top: 0.5rem;
  list-style-type: none;
  text-align: right;
}
@media (min-width: 770px) {

  .footer-legals-li {
    margin-left: 2rem;
    margin-top: 2rem;
    display: inline;
    text-align: left;
  }
}
/* wp admin classes */
/* wp admin classes: showing the complete blog teaser_screen  */
/* rich content customization classes */
.rich a:not(.textwithicon) {
  text-decoration-line: underline;
}
.rich ul,
  .rich ol {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  list-style-position: outside;
  padding-left: 1rem;
}
.rich ul {
  list-style-type: '•';
}
.rich ol {
  list-style-type: decimal;
}
.rich ul li,
  .rich ol li {
  padding-left: 0.75rem;
}
.rich h1,
  .rich h2,
  .rich h3,
  .rich h4,
  .rich h5,
  .rich h6 {
  font-family: Playfair Display, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}
.rich.rich-headline-sans h1,
  .rich.rich-headline-sans h2,
  .rich.rich-headline-sans h3,
  .rich.rich-headline-sans h4,
  .rich.rich-headline-sans h5,
  .rich.rich-headline-sans h6 {
  font-family: Open Sans, ui-sans-serif, system-ui, Roboto, Helvetica Neue, Arial, sans-serif;
}
/* default grid classes */
.grid-default-2 {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 65.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 770px) {

  .grid-default-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
/* ratio classes */
.ratio>img,
  .ratio>video {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ratio>img.logo_overlay {
  top: 50%;
  left: 50%;
  height: auto;
  width: 80%;
  --tw-translate-x: -50%;
  --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));
}
.ratio {
  position: relative;
  z-index: 10;
  display: block;
}
.ratio::before {
  display: block;
  content: var(--tw-content);
  width: 100%;
}
.ratio-square::before {
  content: var(--tw-content);
  padding-top: 100%;
}
.ratio-highlight-news::before {
  content: var(--tw-content);
  padding-top: 100%;
}
@media (min-width: 770px) {

  .ratio-highlight-news::before {
    content: var(--tw-content);
    padding-top: 38%;
  }
}
.ratio-slide::before {
  content: var(--tw-content);
  padding-top: 63%;
}
.ratio-header::before {
  content: var(--tw-content);
  padding-top: 139%;
}
@media (min-width: 770px) {

  .ratio-header::before {
    content: var(--tw-content);
    padding-top: 56.25%;
  }
}
.ratio-header-to-square::before {
  content: var(--tw-content);
  padding-top: 100%;
}
@media (min-width: 770px) {

  .ratio-header-to-square::before {
    content: var(--tw-content);
    padding-top: 56.25%;
  }
}
.ratio-highlight-vw::before {
  content: var(--tw-content);
  padding-top: 177.5%;
}
@media (min-width: 770px) {

  .ratio-highlight-vw::before {
    content: var(--tw-content);
    padding-top: 44.44%;
  }
}
.ratio-highlight-fs::before {
  content: var(--tw-content);
  padding-top: 100%;
}
@media (min-width: 770px) {

  .ratio-highlight-fs::before {
    content: var(--tw-content);
    padding-top: 61%;
  }
}
.ratio-records::before {
  content: var(--tw-content);
  padding-top: 100%;
}
@media (min-width: 770px) {

  .ratio-records::before {
    content: var(--tw-content);
    padding-top: 22.8%;
  }
}
.ratio-slide-project::before {
  content: var(--tw-content);
  padding-top: 56.25%;
}
@media (min-width: 770px) {

  .ratio-slide-project::before {
    content: var(--tw-content);
    padding-top: 56.45%;
  }
}
.ratio-contact::before {
  content: var(--tw-content);
  padding-top: 100%;
}
@media (min-width: 770px) {

  .ratio-contact::before {
    content: var(--tw-content);
    padding-top: 47.7%;
  }
}
.ratio-27x10::before {
  content: var(--tw-content);
  padding-top: 36.8%;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-left-full::before {
  content: var(--tw-content);
  left: -100%;
}
.before\:-right-full::before {
  content: var(--tw-content);
  right: -100%;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:top-\[-33px\]::before {
  content: var(--tw-content);
  top: -33px;
}
.before\:z-\[-1\]::before {
  content: var(--tw-content);
  z-index: -1;
}
.before\:h-\[40vh\]::before {
  content: var(--tw-content);
  height: 40vh;
}
.before\:bg-zar-main::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(15 29 41 / var(--tw-bg-opacity, 1));
}
.checked\:bg-bottom:checked {
  background-position: bottom;
}
.hover\:bottom-8:hover {
  bottom: 2rem;
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (max-width: 560px) {

  .sm\:aspect-vertical {
    aspect-ratio: 500 / 625;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:text-zar-32\/36 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 770px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:left-0 {
    left: 0px;
  }

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

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-20 {
    right: 5rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:top-0 {
    top: 0px;
  }

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

  .md\:top-auto {
    top: auto;
  }

  .md\:z-0 {
    z-index: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:float-right {
    float: right;
  }

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

  .md\:\!mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

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

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

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

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

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

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

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

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

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:aspect-full {
    aspect-ratio: 1000 / 562;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-128 {
    height: 32rem;
  }

  .md\:h-144 {
    height: 36rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

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

  .md\:h-80 {
    height: 20rem;
  }

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

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

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:\!max-h-\[590px\] {
    max-height: 590px !important;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:max-h-16 {
    max-height: 4rem;
  }

  .md\:max-h-20 {
    max-height: 5rem;
  }

  .md\:max-h-24 {
    max-height: 6rem;
  }

  .md\:max-h-28 {
    max-height: 7rem;
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

  .md\:max-h-36 {
    max-height: 9rem;
  }

  .md\:max-h-4 {
    max-height: 1rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-44 {
    max-height: 11rem;
  }

  .md\:max-h-48 {
    max-height: 12rem;
  }

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

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-16 {
    min-height: 4rem;
  }

  .md\:min-h-20 {
    min-height: 5rem;
  }

  .md\:min-h-24 {
    min-height: 6rem;
  }

  .md\:min-h-28 {
    min-height: 7rem;
  }

  .md\:min-h-32 {
    min-height: 8rem;
  }

  .md\:min-h-36 {
    min-height: 9rem;
  }

  .md\:min-h-4 {
    min-height: 1rem;
  }

  .md\:min-h-40 {
    min-height: 10rem;
  }

  .md\:min-h-44 {
    min-height: 11rem;
  }

  .md\:min-h-48 {
    min-height: 12rem;
  }

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

  .md\:min-h-80 {
    min-height: 20rem;
  }

  .md\:w-53 {
    width: 13.25rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

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

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

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-67\.5 {
    max-width: 16.875rem;
  }

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

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

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

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

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

  .md\:max-w-ml-12 {
    max-width: 64rem;
  }

  .md\:max-w-ml-4 {
    max-width: 20.5rem;
  }

  .md\:max-w-ml-8 {
    max-width: 43rem;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-screen-full {
    max-width: 1920px;
  }

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

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

  .md\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

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

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

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

  .md\:grid-cols-ml-10 {
    grid-template-columns: repeat(10, minmax(29px, 58px));
  }

  .md\:grid-cols-ml-12 {
    grid-template-columns: repeat(12, minmax(29px, 58px));
  }

  .md\:grid-cols-ml-3 {
    grid-template-columns: repeat(3, minmax(29px, 58px));
  }

  .md\:grid-cols-ml-4-big {
    grid-template-columns: repeat(4, minmax(60px, 240px));
  }

  .md\:grid-cols-ml-5 {
    grid-template-columns: repeat(5, minmax(29px, 58px));
  }

  .md\:grid-cols-ml-6 {
    grid-template-columns: repeat(6, minmax(29px, 58px));
  }

  .md\:grid-cols-ml-8 {
    grid-template-columns: repeat(8, minmax(29px, 58px));
  }

  .md\:grid-rows-\[230px_auto\] {
    grid-template-rows: 230px auto;
  }

  .md\:grid-rows-\[253px\] {
    grid-template-rows: 253px;
  }

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

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

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

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

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:\!overflow-hidden {
    overflow: hidden !important;
  }

  .md\:hyphens-none {
    hyphens: none;
  }

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

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:text-left {
    text-align: left;
  }

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

  .md\:text-right {
    text-align: right;
  }

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

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

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

  .md\:text-zar-2xl {
    font-size: 2rem;
    line-height: normal;
  }

  .md\:text-zar-32\/48 {
    font-size: 2rem;
    line-height: 3rem;
  }

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

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

  .md\:text-zar-5xl {
    font-size: 3rem;
    line-height: normal;
  }

  .md\:text-zar-7xl {
    font-size: 4rem;
    line-height: normal;
  }

  .md\:text-zar-7xl-1 {
    font-size: 4rem;
    line-height: 1;
  }

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

  .md\:text-zar-xl {
    font-size: 1.5rem;
    line-height: normal;
  }

  .md\:hyphens-none {
    hyphens: none;
  }

  .md\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }

  .md\:before\:-left-8::before {
    content: var(--tw-content);
    left: -2rem;
  }

  .md\:before\:bottom-0::before {
    content: var(--tw-content);
    bottom: 0px;
  }

  .md\:before\:left-\[60\%\]::before {
    content: var(--tw-content);
    left: 60%;
  }

  .md\:before\:right-full::before {
    content: var(--tw-content);
    right: 100%;
  }

  .md\:before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
  }

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

  .md\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .md\:after\:-right-8::after {
    content: var(--tw-content);
    right: -2rem;
  }

  .md\:after\:bottom-0::after {
    content: var(--tw-content);
    bottom: 0px;
  }

  .md\:after\:left-full::after {
    content: var(--tw-content);
    left: 100%;
  }

  .md\:after\:top-0::after {
    content: var(--tw-content);
    top: 0px;
  }

  .md\:after\:bg-white::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 1080px) {

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

  .lg\:left-\[5\.625rem\] {
    left: 5.625rem;
  }

  .lg\:right-\[5\.625rem\] {
    right: 5.625rem;
  }

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

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

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

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

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

  .lg\:\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:max-h-\[50rem\] {
    max-height: 50rem;
  }

  .lg\:w-full {
    width: 100%;
  }

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

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

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

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

  .lg\:grid-cols-ml-12 {
    grid-template-columns: repeat(12, minmax(29px, 58px));
  }

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

  .lg\:items-center {
    align-items: center;
  }

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

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

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:text-\[11\.25rem\] {
    font-size: 11.25rem;
  }

  .lg\:text-zar-13\/16 {
    font-size: 0.8125rem;
    line-height: 1.230769231;
  }

  .lg\:text-zar-14\/24 {
    font-size: 0.875rem;
    line-height: 1.714285714;
  }

  .lg\:text-zar-16\/24 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .lg\:text-zar-40\/40 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:writing-mode-vertical-rl {
    writing-mode: vertical-rl;
  }

  .lg\:writing-mode-horizontal-tb {
    writing-mode: horizontal-tb;
  }
}
@media (min-width: 1440px) {

  .xl\:ml-0 {
    margin-left: 0px;
  }
}
@media (max-width: 370px) {

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

  .xs\:w-full {
    width: 100%;
  }

  .xs\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1920px) {

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

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* 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;
  overflow: clip;
  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: 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 {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* 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 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 */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
: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: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  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: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  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: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  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: 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: var(--swiper-pagination-bottom, 8px);
  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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  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: 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 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: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  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-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: 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}


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