*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -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;
}

:root {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.824% 0.06192 275.75;
  --ac: 15.352% 0.0368 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 49.12% 0.3096 275.75;
  --s: 69.71% 0.329 342.55;
  --sc: 98.71% 0.0106 342.55;
  --a: 76.76% 0.184 183.61;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover:hover) {

  .label a:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }

  .menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }

  .tab:hover {
    --tw-text-opacity: 1;
  }

  .table tr.hover:hover,
  .table tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}
.card:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.image-full {
  display: grid;
}
.card.image-full:before {
  position: relative;
  content: "";
  z-index: 10;
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  opacity: 0.75;
}
.card.image-full:before,
    .card.image-full > * {
  grid-column-start: 1;
  grid-row-start: 1;
}
.card.image-full > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.image-full > .card-body {
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.checkbox {
  flex-shrink: 0;
  --chkbg: var(--fallback-bc,oklch(var(--bc)/1));
  --chkfg: var(--fallback-b1,oklch(var(--b1)/1));
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}
@media (hover: hover) {

  .btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover {
    pointer-events: none;
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  .tab[disabled],
    .tab[disabled]:hover {
    cursor: not-allowed;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }
}
.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}
@media (min-width: 48rem) {

  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}
.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.input {
  flex-shrink: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-inline-end: -1rem;
}
.link {
  cursor: pointer;
  text-decoration-line: underline;
}
.mask {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.menu li.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--fallback-bc,oklch(var(--bc)/0.3));
}
.modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  margin: 0px;
  display: grid;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
  justify-items: center;
  padding: 0px;
  opacity: 0;
  overscroll-behavior: contain;
  z-index: 999;
  background-color: transparent;
  color: inherit;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
}
:where(.modal) {
  align-items: center;
}
.modal-open,
.modal:target,
.modal-toggle:checked + .modal,
.modal[open] {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.range {
  height: 1.5rem;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  --range-shdw: var(--fallback-bc,oklch(var(--bc)/1));
  overflow: hidden;
  border-radius: var(--rounded-box, 1rem);
  background-color: transparent;
}
.range:focus {
  outline: none;
}
.select {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  min-height: 3rem;
  padding-inline-start: 1rem;
  padding-inline-end: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16.1px) calc(1px + 50%);
  background-size: 4px 4px,
    4px 4px;
  background-repeat: no-repeat;
}
.select[multiple] {
  height: auto;
}
.tabs {
  display: grid;
  align-items: flex-end;
}
.tabs-lifted:has(.tab-content[class^="rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])), .tabs-lifted:has(.tab-content[class*=" rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])) {
  border-bottom-color: transparent;
}
.tab {
  position: relative;
  grid-row-start: 1;
  display: inline-flex;
  height: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: var(--fallback-bc,oklch(var(--bc)/1));
  --tab-bg: var(--fallback-b1,oklch(var(--b1)/1));
  --tab-border-color: var(--fallback-b3,oklch(var(--b3)/1));
  color: var(--tab-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
}
.tab:is(input[type="radio"]) {
  width: auto;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tab:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.tab:not(input):empty {
  cursor: default;
  grid-column-start: span 9999;
}
input.tab:checked + .tab-content,
:is(.tab-active, [aria-selected="true"]) + .tab-content {
  display: block;
}
.table {
  position: relative;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.table :where(.table-pin-rows thead tr) {
  position: sticky;
  top: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-rows tfoot tr) {
  position: sticky;
  bottom: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-cols tr th) {
  position: sticky;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.textarea {
  min-height: 3rem;
  flex-shrink: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.toggle {
  flex-shrink: 0;
  --tglbg: var(--fallback-b1,oklch(var(--b1)/1));
  --handleoffset: 1.5rem;
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
  --togglehandleborder: 0 0;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--rounded-badge, 1.9rem);
  border-width: 1px;
  border-color: currentColor;
  background-color: currentColor;
  color: var(--fallback-bc,oklch(var(--bc)/0.5));
  transition: background,
    box-shadow var(--animation-input, 0.2s) ease-out;
  box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,
    0 0 0 2px var(--tglbg) inset,
    var(--togglehandleborder);
}
.btm-nav > *:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.btm-nav > *.disabled,
    .btm-nav > *[disabled] {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.btm-nav > * .label {
  font-size: 1rem;
  line-height: 1.5rem;
}
@keyframes button-pop {

  0% {
    transform: scale(var(--btn-focus-scale, 0.98));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
.card :where(figure:first-child) {
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset;
}
.card :where(figure:last-child) {
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.card.bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.card.compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card.image-full :where(figure) {
  overflow: hidden;
  border-radius: inherit;
}
.checkbox:focus {
  box-shadow: none;
}
.checkbox:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.checkbox:disabled {
  border-width: 0px;
  cursor: not-allowed;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.2;
}
.checkbox:checked,
  .checkbox[aria-checked="true"] {
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-color: var(--chkbg);
  background-image: linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),
      linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),
      linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        var(--chkbg) 30%,
        var(--chkfg) 30.99%,
        var(--chkfg) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%);
}
.checkbox:indeterminate {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-image: linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}
@keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}
.input input {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  background-color: transparent;
}
.input input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}
.input:focus,
  .input:focus-within {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.input:has(> input[disabled]),
  .input-disabled,
  .input:disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.input:has(> input[disabled])::-moz-placeholder, .input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled])::placeholder,
  .input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled]) > input[disabled] {
  cursor: not-allowed;
}
.input::-webkit-date-and-time-value {
  text-align: inherit;
}
.link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.loading {
  pointer-events: none;
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.mockup-phone .display {
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}
.mockup-browser .mockup-browser-toolbar .input {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.75rem;
  width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  padding-left: 2rem;
  direction: ltr;
}
.mockup-browser .mockup-browser-toolbar .input:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  --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: 2px;
  border-color: currentColor;
  opacity: 0.6;
}
.mockup-browser .mockup-browser-toolbar .input:after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 0.5rem;
  --tw-translate-y: 25%;
  --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));
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  opacity: 0.6;
}
.modal:not(dialog:not(.modal-open)),
  .modal::backdrop {
  background-color: #0006;
  animation: modal-pop 0.2s ease-out;
}
.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box,
.modal[open] .modal-box {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
@keyframes modal-pop {

  0% {
    opacity: 0;
  }
}
@keyframes progress-loading {

  50% {
    background-position-x: -115%;
  }
}
@keyframes radiomark {

  0% {
    box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }
}
.range:focus-visible::-webkit-slider-thumb {
  --focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}
.range:focus-visible::-moz-range-thumb {
  --focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}
.range::-webkit-slider-runnable-track {
  height: 0.5rem;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.range::-moz-range-track {
  height: 0.5rem;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.range::-webkit-slider-thumb {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: var(--rounded-box, 1rem);
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  appearance: none;
  -webkit-appearance: none;
  top: 50%;
  color: var(--range-shdw);
  transform: translateY(-50%);
  --filler-size: 100rem;
  --filler-offset: 0.6rem;
  box-shadow: 0 0 0 3px var(--range-shdw) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}
.range::-moz-range-thumb {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: var(--rounded-box, 1rem);
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  top: 50%;
  color: var(--range-shdw);
  --filler-size: 100rem;
  --filler-offset: 0.5rem;
  box-shadow: 0 0 0 3px var(--range-shdw) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}
@keyframes rating-pop {

  0% {
    transform: translateY(-0.125em);
  }

  40% {
    transform: translateY(-0.125em);
  }

  100% {
    transform: translateY(0);
  }
}
.select:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.select-disabled,
  .select:disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}
[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%),
    calc(0% + 16px) calc(1px + 50%);
}
@keyframes skeleton {

  from {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}
.tabs-lifted > .tab:focus-visible {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}
.tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tab:is(input:checked) {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}
.tab:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -5px;
}
.tab-disabled,
  .tab[disabled] {
  cursor: not-allowed;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.tabs-bordered > .tab {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
  border-style: solid;
  border-bottom-width: calc(var(--tab-border, 1px) + 1px);
}
.tabs-lifted > .tab {
  border: var(--tab-border, 1px) solid transparent;
  border-width: 0 0 var(--tab-border, 1px) 0;
  border-start-start-radius: var(--tab-radius, 0.5rem);
  border-start-end-radius: var(--tab-radius, 0.5rem);
  border-bottom-color: var(--tab-border-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
  padding-top: var(--tab-border, 1px);
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tabs-lifted > .tab:is(input:checked) {
  background-color: var(--tab-bg);
  border-width: var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
  border-inline-start-color: var(--tab-border-color);
  border-inline-end-color: var(--tab-border-color);
  border-top-color: var(--tab-border-color);
  padding-inline-start: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-inline-end: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-bottom: var(--tab-border, 1px);
  padding-top: 0;
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked):before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + var(--tab-radius, 0.5rem) * 2);
  height: var(--tab-radius, 0.5rem);
  bottom: 0;
  background-size: var(--tab-radius, 0.5rem);
  background-position: top left,
        top right;
  background-repeat: no-repeat;
  --tab-grad: calc(69% - var(--tab-border, 1px));
  --radius-start: radial-gradient(
        circle at top left,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  --radius-end: radial-gradient(
        circle at top right,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  background-image: var(--radius-start), var(--radius-end);
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}
[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}
[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}
.tabs-lifted
  > :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled])
  + .tabs-lifted
  :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before {
  background-image: var(--radius-end);
  background-position: top right;
}
.tabs-boxed .tab {
  border-radius: var(--rounded-btn, 0.5rem);
}
.table:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}
.table :where(th, td) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}
.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}
.table-zebra tr.active,
    .table-zebra tr.active:nth-child(even),
    .table-zebra-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}
.table :where(thead tr, tbody tr:not(:last-child), tbody tr:first-child:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.table :where(thead, tfoot) {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}
.table :where(tfoot) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.textarea:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
@keyframes toast-pop {

  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
[dir="rtl"] .toggle {
  --handleoffsetcalculator: calc(var(--handleoffset) * 1);
}
.toggle:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.toggle:hover {
  background-color: currentColor;
}
.toggle:checked,
  .toggle[aria-checked="true"] {
  background-image: none;
  --handleoffsetcalculator: var(--handleoffset);
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[aria-checked="true"] {
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
}
.toggle:indeterminate {
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
      calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
      0 0 0 2px var(--tglbg) inset;
}
[dir="rtl"] .toggle:indeterminate {
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
        calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
        0 0 0 2px var(--tglbg) inset;
}
.toggle:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  background-color: transparent;
  opacity: 0.3;
  --togglehandleborder: 0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset,
      var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset;
}
.artboard.phone {
  width: 320px;
}
.btm-nav-xs > *:where(.active) {
  border-top-width: 1px;
}
.btm-nav-sm > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-md > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-lg > *:where(.active) {
  border-top-width: 4px;
}
.tabs-md :where(.tab) {
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
}
.tabs-lg :where(.tab) {
  height: 3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2;
  --tab-padding: 1.25rem;
}
.tabs-sm :where(.tab) {
  height: 1.5rem;
  font-size: 0.875rem;
  line-height: .75rem;
  --tab-padding: 0.75rem;
}
.tabs-xs :where(.tab) {
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: .75rem;
  --tab-padding: 0.5rem;
}
/* Özel bileşen sınıflarınız buraya */
/* Pages klasöründeki dosyaları components layer'dan önce içe aktarıyoruz */
.Header {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 960px) {

  .Header {
    padding-top: 32px;
    padding-bottom: 0px;
  }
}
.Header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Header__logo {
  display: block;
}
.Header__transparent-logo {
  display: none;
}
.Header-transparent {
  border-color: transparent;
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
.Header-transparent .Header__logo {
  display: none;
}
.Header-transparent .Header__transparent-logo {
  display: block;
}
.Header-transparent .Header__menu-mobile svg path {
  fill: #FFFFFF;
}
.Header-transparent .Header__contact svg path {
  fill: #FFFFFF;
}
.Header-transparent .Header__phone {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Header-transparent .Header__lang-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Header-transparent .Header__lang-button svg path {
  stroke: #FFFFFF;
}
.Header-transparent .Header__lang-button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.Header-transparent .Header__nav-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Header-transparent .Header__nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.Header.header-sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Header.header-sticky .Header__logo {
  display: block;
}
.Header.header-sticky .Header__transparent-logo {
  display: none;
}
.Header.header-sticky .Header__menu-mobile svg path {
  fill: #000;
}
.Header.header-sticky .Header__contact svg path {
  fill: #000;
}
.Header.header-sticky .Header__phone {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Header.header-sticky .Header__lang-button {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Header.header-sticky .Header__lang-button svg path {
  stroke: #000;
}
.Header.header-sticky .Header__lang-button:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.Header.header-sticky .Header__nav-link {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Header.header-sticky .Header__nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.Header__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Header__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Header__container {
    max-width: 1280px;
  }
}
.Header__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .Header__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.Header__top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
}
@media (min-width: 960px) {

  .Header__top {
    grid-template-columns: 1fr auto 1fr;
  }
}
.Header__menu-mobile {
  display: block;
}
@media (min-width: 960px) {

  .Header__menu-mobile {
    display: none;
  }
}
.Header__logo {
  height: 42px;
  width: 110px;
}
@media (min-width: 960px) {

  .Header__logo {
    height: 52px;
    width: 138px;
  }
}
.Header__logo {
  justify-self: center;
}
@media (min-width: 960px) {

  .Header__logo {
    justify-self: start;
  }
}
.Header__contact {
  display: none;
  align-items: center;
  gap: 16px;
}
@media (min-width: 960px) {

  .Header__contact {
    display: flex;
  }
}
.Header__phone {
  font-family: 'Satoshi';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Header__lang {
  position: relative;
  justify-self: end;
}
.Header__lang-button {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Satoshi';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Header__lang-button svg {
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Header__lang-button:hover {
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.Header__lang-button:hover svg {
  --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));
}
.Header__lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0px;
  width: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-shadow: 0px 2px 8px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  visibility: hidden;
  opacity: 0;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  z-index: 10;
}
.Header__lang-option {
  display: block;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  font-family: 'Satoshi';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Header__lang-option:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.Header__lang:hover .Header__lang-dropdown {
  visibility: visible;
  opacity: 1;
}
.Header__nav {
  margin-top: 32px;
  margin-bottom: 16px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 38px;
}
@media (min-width: 960px) {

  .Header__nav {
    display: flex;
  }
}
.Header__nav-link {
  font-family: 'Satoshi';
  font-size: 15px;
  line-height: 1.35em;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Header__nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.Footer {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .Footer {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 30px;
    padding-top: 60px;
  }
}
.Footer__header {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
}
@media (min-width: 960px) {

  .Footer__header {
    margin-bottom: 210px;
    flex-direction: row;
  }
}
@media (max-width: 960px) {

  .Footer__logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.Footer__logos {
  display: flex;
  width: 293px;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 960px) {

  .Footer__logos {
    width: 510px;
    flex-direction: row;
    gap: 50px;
  }
}
@media (max-width: 960px) {

  .Footer__logos {
    align-items: center;
  }
}
.Footer__logo-convention {
  height: 45px;
  width: 120px;
}
.Footer__logo-resort {
  height: 45px;
  width: 120px;
}
.Footer__slogan {
  margin-top: 20px;
  max-width: 412px;
  font-family: 'Satoshi';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Footer__slogan {
    margin-top: 70px;
  }
}
@media (max-width: 960px) {

  .Footer__slogan {
    text-align: center;
  }
}
.Footer__menu {
  display: flex;
  gap: 80px;
}
@media (max-width: 960px) {

  .Footer__menu {
    justify-content: space-evenly;
  }
}
.Footer__menu-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Footer__menu-item {
  font-family: 'Satoshi';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 960px) {

  .Footer__menu-item {
    text-align: center;
  }
}
.Footer__contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 960px) {

  .Footer__contact {
    align-items: center;
  }
}
.Footer__contact-item {
  width: 285px;
  text-align: center;
  font-family: 'Satoshi';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Footer__contact-item {
    text-align: left;
  }
}
.Footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Footer__divider {
  height: 0.5px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
  opacity: 0.1;
}
.Footer__bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 960px) {

  .Footer__bottom-content {
    flex-direction: row;
  }
}
.Footer__bottom-left {
  display: flex;
  align-items: center;
  gap: 23px;
}
.Footer__language {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 5px;
  font-family: 'Satoshi';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Footer__language svg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Footer__language.active svg {
  --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));
}
.Footer__language-dropdown {
  position: absolute;
  bottom: 100%;
  left: 0px;
  margin-bottom: 10px;
  display: none;
  min-width: 60px;
  flex-direction: column;
  gap: 10px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 10px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.Footer__language-dropdown.active {
  display: flex;
}
.Footer__language-option {
  font-family: 'Satoshi';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Footer__language-option:hover {
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.Footer__bottom-link {
  font-family: 'Satoshi';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Footer__copyright {
  font-family: 'Satoshi';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Footer__bottom-right {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px 0;
  text-align: center;
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Footer__bottom-right {
    display: none;
  }
}
.Home-Promo {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Home-Promo::before {
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-color: rgba(0,0,0,0.3);
  --tw-content: '';
  content: var(--tw-content);
}
.Home-Promo__image {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Home-Promo__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 960px) {

  .Home-Promo__container {
    gap: 34px;
  }
}
.Home-Promo__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.Home-Promo__subtitle {
  text-align: center;
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Home-Promo__title {
  text-align: center;
  font-family: 'Satoshi';
  font-size: 40px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Home-Promo__title {
    font-size: 54px;
  }
}
.Home-Promo__title {
  max-width: 345px;
}
@media (min-width: 960px) {

  .Home-Promo__title {
    max-width: none;
  }
}
.Home-Promo__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
.Home-Promo__button span {
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Home-Promo__down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 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));
}
@media (min-width: 960px) {

  .Home-Promo__down {
    bottom: 45px;
  }
}
.Home-Intro {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Home-Intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Home-Intro__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Home-Intro__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Home-Intro__container {
    max-width: 1280px;
  }
}
.Home-Intro__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}
@media (min-width: 960px) {

  .Home-Intro__container {
    flex-direction: row;
    gap: 64px;
  }
}
.Home-Intro__content-container {
  width: 100%;
}
@media (min-width: 960px) {

  .Home-Intro__content-container {
    max-width: 544px;
  }
}
.Home-Intro__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Home-Intro__title {
  font-family: 'Satoshi';
  font-size: 28px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Home-Intro__title {
    font-size: 36px;
  }
}
.Home-Intro__title {
  width: 100%;
}
@media (min-width: 960px) {

  .Home-Intro__title {
    width: 517px;
  }
}
.Home-Intro__description {
  font-family: 'Satoshi';
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  width: 100%;
}
@media (min-width: 960px) {

  .Home-Intro__description {
    width: 533px;
  }
}
.Home-Intro__description p {
  margin-bottom: 16px;
}
.Home-Intro__description p:last-child {
  margin-bottom: 0px;
}
.Home-Intro__buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 14px;
}
@media (min-width: 960px) {

  .Home-Intro__buttons {
    margin-top: 60px;
  }
}
.Home-Intro__button {
  display: flex;
  height: 42px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
.Home-Intro__button svg {
  height: 18px;
  width: 18px;
}
.Home-Intro__button span {
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
}
.Home-Intro__button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
}
.Home-Intro__button-primary span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Home-Intro__button-secondary {
  border-width: 1px;
  border-color: rgba(0,0,0,0.1);
}
.Home-Intro__button-secondary span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Home-Intro__image {
  height: 211px;
  width: 100%;
}
@media (min-width: 960px) {

  .Home-Intro__image {
    height: 480px;
    max-width: 660px;
  }
}
.Home-Privileges {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .Home-Privileges {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.Home-Privileges__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Home-Privileges__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Home-Privileges__container {
    max-width: 1280px;
  }
}
.Home-Privileges__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.Home-Privileges__header {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (min-width: 960px) {

  .Home-Privileges__header {
    margin-bottom: 80px;
  }
}
.Home-Privileges__subtitle {
  text-align: center;
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Home-Privileges__title {
  max-width: 345px;
  text-align: center;
  font-family: 'Satoshi';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Home-Privileges__title {
    max-width: none;
    font-size: 36px;
  }
}
.Home-Privileges__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  gap: 48px;
}
@media (min-width: 960px) {

  .Home-Privileges__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {

  .Home-Privileges__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.Home-Privileges__item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 48px;
  border-bottom-width: 1px;
  border-color: rgba(255,255,255,0.1);
  padding-bottom: 48px;
}
@media (min-width: 960px) {

  .Home-Privileges__item {
    width: 368px;
    gap: 50px;
  }
}
.Home-Privileges__item svg {
  height: 26px;
  width: 26px;
}
.Home-Privileges__item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.Home-Privileges__item-title {
  font-family: 'Satoshi';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Home-Privileges__item-description {
  width: 100%;
  font-family: 'Satoshi';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: rgba(255,255,255,0.6);
}
@media (min-width: 960px) {

  .Home-Privileges__item-description {
    width: 257px;
  }
}
.Home-Privileges__pagination {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.Home-Privileges__pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 9999px;
  background-color: rgba(255,255,255,0.20);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Home-Privileges__pagination .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.Home-Privileges__arrow {
  position: absolute;
  top: 50%;
  display: none;
  --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: 960px) {

  .Home-Privileges__arrow {
    display: block;
  }
}
.Home-Privileges .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.Home-Privileges__arrow--right {
  right: -30px;
}
.Home-Privileges__arrow--left {
  left: -50px;
}
.Home-Saloons {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Home-Saloons {
    padding-top: 148px;
    padding-bottom: 148px;
  }
}
.Home-Saloons {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.Home-Saloons__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Home-Saloons__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Home-Saloons__container {
    max-width: 1280px;
  }
}
.Home-Saloons__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
.Home-Saloons__cards {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 960px) {

  .Home-Saloons__cards {
    gap: 120px;
  }
}
.Home-Saloons__cards .Home-Saloons__card:nth-child(odd) .Home-Saloons__grid {
  flex-direction: column-reverse;
}
@media (min-width: 960px) {

  .Home-Saloons__cards .Home-Saloons__card:nth-child(odd) .Home-Saloons__grid {
    flex-direction: row-reverse;
  }
}
.Home-Saloons__grid {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (min-width: 960px) {

  .Home-Saloons__grid {
    flex-direction: row;
    gap: 64px;
  }
}
.Home-Saloons__content {
  width: 100%;
}
@media (min-width: 960px) {

  .Home-Saloons__content {
    max-width: 544px;
  }
}
.Home-Saloons__title {
  font-family: 'Satoshi';
  font-size: 28px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Home-Saloons__title {
    font-size: 36px;
  }
}
.Home-Saloons__title {
  margin-bottom: 48px;
}
.Home-Saloons__features {
  display: flex;
  max-width: 330px;
  align-items: center;
  gap: 64px;
}
.Home-Saloons__feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Home-Saloons__feature-title {
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.Home-Saloons__feature-value {
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.Home-Saloons__description {
  font-family: 'Satoshi';
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  margin-top: 20px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 20px;
}
.Home-Saloons__buttons {
  margin-top: 40px;
}
@media (min-width: 960px) {

  .Home-Saloons__buttons {
    margin-top: 48px;
  }
}
.Home-Saloons__image {
  height: 251px;
  width: 100%;
}
@media (min-width: 960px) {

  .Home-Saloons__image {
    height: 480px;
    max-width: 660px;
  }
}
.Home-Saloons__image {
  position: relative;
}
.Home-Saloons__image::before {
  position: absolute;
  inset: 0px;
  --tw-content: '';
  content: var(--tw-content);
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
}
.Home-Saloons__buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.Home-Saloons__button {
  display: flex;
  height: 42px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
}
.Home-Saloons__button.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Home-Saloons__button.default {
  border-width: 1px;
  border-color: rgba(0,0,0,0.1);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Home-OtherSaloons__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Home-OtherSaloons__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Home-OtherSaloons__container {
    max-width: 1280px;
  }
}
.Home-OtherSaloons__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
.Home-OtherSaloons__header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
@media (min-width: 960px) {

  .Home-OtherSaloons__header {
    margin-bottom: 42px;
    gap: 24px;
  }
}
.Home-OtherSaloons__button {
  margin-top: 40px;
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
@media (min-width: 960px) {

  .Home-OtherSaloons__button {
    margin-top: 0px;
  }
}
@media (max-width: 960px) {

  .Home-OtherSaloons__button {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.Home-OtherSaloons__title {
  font-family: 'Satoshi';
  font-size: 28px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Home-OtherSaloons__title {
    font-size: 36px;
  }
}
.Home-OtherSaloons__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 960px) {

  .Home-OtherSaloons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px 40px;
  }
}
@media (min-width: 1200px) {

  .Home-OtherSaloons__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.Home-OtherSaloons__item {
  display: flex;
  flex-direction: column;
}
.Home-OtherSaloons__item:hover .Home-OtherSaloons__item-image img {
  --tw-blur: blur(2px);
  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);
}
.Home-OtherSaloons__item:hover .Home-OtherSaloons__item-image-overlay {
  opacity: 1;
}
.Home-OtherSaloons__item-image {
  height: 222px;
  width: 100%;
}
@media (min-width: 960px) {

  .Home-OtherSaloons__item-image {
    height: 278px;
  }
}
.Home-OtherSaloons__item-image {
  position: relative;
}
.Home-OtherSaloons__item-image img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Home-OtherSaloons__item-title {
  font-family: 'Satoshi';
  font-size: 20px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  margin-top: 24px;
  margin-bottom: 2px;
}
.Home-OtherSaloons__item-description {
  font-family: 'Satoshi';
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  margin-bottom: 24px;
}
@media (min-width: 960px) {

  .Home-OtherSaloons__item-description {
    margin-bottom: 33px;
  }
}
.Home-OtherSaloons__item-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.Home-OtherSaloons__item-image-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 28px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Home-OtherSaloons__item-image-overlay__wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-width: 320px;
  align-items: center;
  justify-content: space-between;
}
.Home-OtherSaloons__item-image-overlay__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.Home-OtherSaloons__item-image-overlay__item:not(:first-child)::before {
  position: absolute;
  left: -35px;
  top: 0px;
  height: 100%;
  width: 1px;
  background-color: rgba(255,255,255,0.10);
  --tw-content: '';
  content: var(--tw-content);
}
.Home-OtherSaloons__item-image-overlay__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.6;
}
.Home-OtherSaloons__item-image-overlay__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Home-References {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 960px) {

  .Home-References {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.Home-References__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Home-References__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Home-References__container {
    max-width: 1280px;
  }
}
.Home-References__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.Home-References__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  max-width: 660px;
  text-align: center;
  font-family: 'Satoshi';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Home-References__title {
    margin-bottom: 42px;
    font-size: 36px;
  }
}
.Home-References__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  text-align: center;
  font-family: Satoshi;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Home-References__cards {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  display: none;
  max-width: 856px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 960px) {

  .Home-References__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 160px 15px;
  }
}
.Home-References__card {
  display: flex;
  justify-content: center;
}
.About-ImageSplit__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .About-ImageSplit__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .About-ImageSplit__container {
    max-width: 1280px;
  }
}
.About-ImageSplit__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
.About-ImageSplit__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 960px) {

  .About-ImageSplit__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.About-ImageSplit__grid picture {
  height: 251px;
}
@media (min-width: 960px) {

  .About-ImageSplit__grid picture {
    height: 480px;
  }
}
.About-Description {
  padding-bottom: 64px;
  padding-top: 149px;
}
@media (min-width: 960px) {

  .About-Description {
    padding-bottom: 64px;
    padding-top: 138px;
  }
}
.About-Description__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .About-Description__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .About-Description__container {
    max-width: 1280px;
  }
}
.About-Description__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
.About-Description__description {
  margin-left: auto;
  margin-right: auto;
  max-width: 918px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.About-Description__description p {
  margin-bottom: 16px;
}
.About-Mission {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .About-Mission {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.About-Mission__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .About-Mission__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .About-Mission__container {
    max-width: 1280px;
  }
}
.About-Mission__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
.About-Mission__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 40px;
}
@media (min-width: 960px) {

  .About-Mission__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px;
  }
}
.About-Mission__grid picture {
  height: 251px;
}
@media (min-width: 960px) {

  .About-Mission__grid picture {
    height: 480px;
  }
}
.About-Mission__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.About-Mission__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.About-Mission__item-title {
  font-family: 'Satoshi';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.About-Mission__item-description {
  width: 345px;
  font-family: 'Satoshi';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .About-Mission__item-description {
    width: 511px;
  }
}
.About-Faq {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .About-Faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.About-Faq__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .About-Faq__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .About-Faq__container {
    max-width: 1280px;
  }
}
.About-Faq__container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1344px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 960px) {

  .About-Faq__container {
    flex-direction: row;
  }
}
.About-Faq__header {
  display: flex;
  max-width: 345px;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 960px) {

  .About-Faq__header {
    max-width: 484px;
    gap: 24px;
  }
}
.About-Faq__title {
  font-family: 'Satoshi';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .About-Faq__title {
    font-size: 36px;
  }
}
.About-Faq__description {
  font-family: 'Satoshi';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.About-Faq__button {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.About-Faq__content {
  width: 345px;
}
@media (min-width: 960px) {

  .About-Faq__content {
    width: 648px;
  }
}
.About-Faq__accordion {
  display: flex;
  flex-direction: column;
}
.About-Faq__accordion-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.About-Faq__accordion-item:first-child .About-Faq__accordion-header {
  padding-top: 0px;
}
.About-Faq__accordion-item.active .About-Faq__accordion-content {
  display: block;
  max-height: 1000px;
  opacity: 1;
}
.About-Faq__accordion-item.active .About-Faq__accordion-header svg {
  --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));
}
.About-Faq__accordion-header {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  gap: 31px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.About-Faq__accordion-title {
  width: 290px;
  font-family: 'Satoshi';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .About-Faq__accordion-title {
    width: 593px;
  }
}
.active .About-Faq__accordion-title {
  font-weight: 500;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.About-Faq__accordion-content {
  display: none;
  max-height: 0px;
  overflow: hidden;
  padding-bottom: 36px;
  font-family: 'Satoshi';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.About-Privileges {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .About-Privileges {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.About-Privileges__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .About-Privileges__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .About-Privileges__container {
    max-width: 1280px;
  }
}
.About-Privileges__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.About-Privileges__header {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (min-width: 960px) {

  .About-Privileges__header {
    margin-bottom: 80px;
  }
}
.About-Privileges__subtitle {
  text-align: center;
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.About-Privileges__title {
  max-width: 345px;
  text-align: center;
  font-family: 'Satoshi';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .About-Privileges__title {
    max-width: none;
    font-size: 36px;
  }
}
.About-Privileges__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  gap: 48px;
}
@media (min-width: 960px) {

  .About-Privileges__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {

  .About-Privileges__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.About-Privileges__item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 48px;
  border-bottom-width: 1px;
  border-color: rgba(255,255,255,0.1);
  padding-bottom: 48px;
}
@media (min-width: 960px) {

  .About-Privileges__item {
    width: 368px;
    gap: 50px;
  }
}
.About-Privileges__item svg {
  height: 26px;
  width: 26px;
}
.About-Privileges__item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.About-Privileges__item-title {
  font-family: 'Satoshi';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.About-Privileges__item-description {
  width: 100%;
  font-family: 'Satoshi';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: rgba(255,255,255,0.6);
}
@media (min-width: 960px) {

  .About-Privileges__item-description {
    width: 257px;
  }
}
.Contact-Content {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Contact-Content {
    padding-bottom: 160px;
  }
}
.Contact-Content__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Contact-Content__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Contact-Content__container {
    max-width: 1280px;
  }
}
.Contact-Content__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
.Contact-Content__grid {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 960px) {

  .Contact-Content__grid {
    margin-bottom: 87px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.Contact-Content__call,
  .Contact-Content__callback {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  padding: 32px 0;
}
@media (min-width: 960px) {

  .Contact-Content__call,
  .Contact-Content__callback {
    padding: 48px;
  }
}
.Contact-Content__call-title,
  .Contact-Content__callback-title,
  .Contact-Content__distances-title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Contact-Content__location-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Contact-Content__call-description,
  .Contact-Content__callback-description {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.Contact-Content__call-numbers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Contact-Content__call-number {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 3%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Contact-Content__button {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 4%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Contact-Content__map {
  margin-bottom: 64px;
  display: block;
}
.Contact-Content__info-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 63px;
}
@media (min-width: 960px) {

  .Contact-Content__info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.Contact-Content__location {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Contact-Content__location-address {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Contact-Content__distances {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Contact-Content__distances-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.Contact-Content__distance {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Contact-Content__modal {
  position: fixed;
  inset: 0px;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
}
.Contact-Content__modal.active {
  display: flex;
}
.Contact-Content__modal-container {
  position: relative;
  max-width: 540px;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 50px 15px 24px;
  --tw-shadow: 0px 3px 32px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 3px 32px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 960px) {

  .Contact-Content__modal-container {
    padding: 50px 40px 24px;
  }
}
.Contact-Content__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.Contact-Content__form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Contact-Content__input {
  width: 100%;
}
.Contact-Content__label {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 3%;
  --tw-text-opacity: 1;
  color: rgb(30 48 81 / var(--tw-text-opacity, 1));
}
.Contact-Content__input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0 10px 14px 0;
  padding-right: 0 10px 14px 0;
}
.Contact-Content__input-field {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 3%;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.Contact-Content__input-field::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.Contact-Content__input-field::placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.Contact-Content__phone-container {
  width: 100%;
}
.Contact-Content__phone-wrapper {
  display: flex;
  gap: 10px;
}
.Contact-Content__country-code {
  width: 104px;
}
.Contact-Content__code-field {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0 10px 14px 0;
  padding-right: 0 10px 14px 0;
}
.Contact-Content__code-field input {
  width: 40px;
}
.Contact-Content__input-group {
  display: flex;
  width: 315px;
  flex-direction: column;
}
@media (min-width: 960px) {

  .Contact-Content__input-group {
    width: 450px;
  }
}
.Contact-Content__phone-container {
  display: flex;
  width: 315px;
  gap: 10px;
}
@media (min-width: 960px) {

  .Contact-Content__phone-container {
    width: 450px;
  }
}
.Contact-Content__country-code {
  width: 104px;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Contact-Content__country-code.error {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.Contact-Content__phone-field {
  flex: 1 1 0%;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Contact-Content__phone-field.error {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.Contact-Content__message-container {
  width: 100%;
}
.Contact-Content__message-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px 10px;
  padding-right: 14px 10px;
}
.Contact-Content__consent {
  display: flex;
  gap: 12px;
}
.Contact-Content__checkbox {
  height: 18px;
  width: 18px;
  border-radius: 2px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}
.Contact-Content__consent-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 3%;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.Contact-Content__submit {
  margin-top: 15px;
  width: 148px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 3%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Contact-Content__close {
  position: absolute;
  top: 20px;
  right: 15px;
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.Contact-Content__close svg {
  height: 20px;
  width: 20px;
}
.Contact-Content label.error {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 3%;
  --tw-text-opacity: 1;
  color: rgb(255 47 47 / var(--tw-text-opacity, 1));
}
.Common-Breadcrumb {
  position: absolute;
  top: 28px;
  left: 48px;
  display: none;
  width: 100%;
}
@media (min-width: 960px) {

  .Common-Breadcrumb {
    display: block;
  }
}
.Common-Breadcrumb__wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.Common-Breadcrumb__link {
  font-size: 14px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(195 195 195 / var(--tw-text-opacity, 1));
}
.Common-Breadcrumb__dot {
  height: 4px;
  width: 4px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.Common-Breadcrumb__text {
  font-size: 14px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Common-Highlight {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {

  .Common-Highlight {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.Common-Highlight__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 651px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.Common-Highlight__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 960px) {

  .Common-Highlight__content {
    width: auto;
  }
}
.Common-Highlight__titles {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 503px;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
.Common-Highlight__subtitle {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.Common-Highlight__title {
  text-align: center;
  font-size: 36px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-Highlight__title {
    font-size: 42px;
  }
}
.Common-Highlight__title {
  width: 100%;
}
@media (min-width: 960px) {

  .Common-Highlight__title {
    width: auto;
  }
}
.Common-Highlight__description {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  width: 345px;
}
@media (min-width: 960px) {

  .Common-Highlight__description {
    width: 651px;
  }
}
.Common-Highlight__buttons {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.Common-Highlight__button {
  display: flex;
  height: 42px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
.Common-Highlight__button svg {
  height: 18px;
  width: 18px;
}
.Common-Highlight__button span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
}
.Common-Highlight__button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
}
.Common-Highlight__button-primary span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Common-Highlight__button-secondary {
  border-width: 1px;
  border-color: rgba(0,0,0,0.1);
}
.Common-Highlight__button-secondary span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Common-Reservation {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Common-Reservation {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Common-Reservation__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Common-Reservation__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Common-Reservation__container {
    max-width: 1280px;
  }
}
.Common-Reservation__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.Common-Reservation__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.Common-Reservation__title {
  font-size: 28px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-Reservation__title {
    font-size: 36px;
  }
}
.Common-Reservation__description {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  width: 345px;
}
@media (min-width: 960px) {

  .Common-Reservation__description {
    width: 489px;
  }
}
.Common-Reservation__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
.Common-Reservation__button span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Common-Sidebar {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Common-Sidebar.active {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.Common-Sidebar__overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 998;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
}
.Common-Sidebar__overlay.active {
  display: block;
}
.Common-Sidebar__header {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 345px;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}
.Common-Sidebar__logo {
  height: 32px;
  width: 120px;
}
.Common-Sidebar__close {
  cursor: pointer;
}
.Common-Sidebar__close svg {
  height: 24px;
  width: 24px;
}
.Common-Sidebar__content {
  display: flex;
  height: calc(100dvh - 88px);
  flex-direction: column;
  overflow-y: scroll;
}
.Common-Sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 40px;
  padding-top: 40px;
  padding-right: 144px;
}
.Common-Sidebar__nav-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
.Common-Sidebar__nav-item span {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Common-Sidebar__lang {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 6px;
}
.Common-Sidebar__lang span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Common-Sidebar__lang svg {
  height: 14px;
  width: 14px;
}
.Common-Sidebar__lang-dropdown {
  position: absolute;
  top: 65px;
  right: 10px;
  display: none;
  flex-direction: column;
  gap: 10px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 10px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-width: 60px;
}
.Common-Sidebar__lang-dropdown.active {
  display: flex;
}
.Common-Sidebar__lang-option {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Common-Sidebar__lang-option:hover {
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.Common-Sidebar__contact {
  margin-top: 49px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 40px;
}
.Common-Sidebar__phone-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Common-Sidebar__bottom {
  margin-top: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.Common-Sidebar__button {
  display: flex;
  height: 42px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
.Common-Sidebar__button svg {
  height: 18px;
  width: 18px;
}
.Common-Sidebar__button span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Common-HighlightSplit {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Common-HighlightSplit {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Common-HighlightSplit__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Common-HighlightSplit__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Common-HighlightSplit__container {
    max-width: 1280px;
  }
}
.Common-HighlightSplit__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (min-width: 960px) {

  .Common-HighlightSplit__container {
    flex-direction: row;
    gap: 64px;
  }
}
.Common-HighlightSplit__content-container {
  width: 100%;
}
@media (min-width: 960px) {

  .Common-HighlightSplit__content-container {
    max-width: 544px;
  }
}
.Common-HighlightSplit__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Common-HighlightSplit__title {
  font-size: 28px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-HighlightSplit__title {
    font-size: 36px;
  }
}
.Common-HighlightSplit__title {
  width: 100%;
}
@media (min-width: 960px) {

  .Common-HighlightSplit__title {
    width: 517px;
  }
}
.Common-HighlightSplit__description {
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  width: 100%;
}
@media (min-width: 960px) {

  .Common-HighlightSplit__description {
    width: 533px;
  }
}
.Common-HighlightSplit__contact {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.Common-HighlightSplit__phone {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Common-HighlightSplit__separator {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
  opacity: 0.3;
}
.Common-HighlightSplit__email {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Common-HighlightSplit__image {
  height: 251px;
  width: 100%;
}
@media (min-width: 960px) {

  .Common-HighlightSplit__image {
    height: 480px;
    max-width: 660px;
  }
}
.Common-HighlightFullWidth {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {

  .Common-HighlightFullWidth {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.Common-HighlightFullWidth__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 888px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 960px) {

  .Common-HighlightFullWidth__container {
    gap: 48px;
  }
}
.Common-HighlightFullWidth__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 960px) {

  .Common-HighlightFullWidth__content {
    gap: 48px;
  }
}
.Common-HighlightFullWidth__titles {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.Common-HighlightFullWidth__title {
  font-size: 36px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-HighlightFullWidth__title {
    font-size: 42px;
  }
}
.Common-HighlightFullWidth__description {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.Common-HighlightFullWidth__buttons {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.Common-HighlightFullWidth__button {
  display: flex;
  height: 42px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
.Common-HighlightFullWidth__button span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
}
.Common-HighlightFullWidth__button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
}
.Common-HighlightFullWidth__button-primary span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Common-HighlightFullWidth__button-secondary {
  border-width: 1px;
  border-color: rgba(0,0,0,0.1);
}
.Common-HighlightFullWidth__button-secondary span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Common-PromoImage {
  height: 580px;
}
@media (min-width: 960px) {

  .Common-PromoImage {
    height: 720px;
  }
}
.Common-EventPlan {
  width: 100%;
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Common-EventPlan {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Common-EventPlan__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Common-EventPlan__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Common-EventPlan__container {
    max-width: 1280px;
  }
}
.Common-EventPlan__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}
@media (min-width: 960px) {

  .Common-EventPlan__container {
    flex-direction: row;
    gap: 64px;
  }
}
.Common-EventPlan__content-container {
  width: 100%;
}
@media (min-width: 960px) {

  .Common-EventPlan__content-container {
    max-width: 544px;
  }
}
.Common-EventPlan__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Common-EventPlan__title {
  font-size: 28px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-EventPlan__title {
    font-size: 36px;
  }
}
.Common-EventPlan__title {
  width: 100%;
  max-width: 517px;
}
.Common-EventPlan__description {
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  width: 100%;
  max-width: 533px;
}
.Common-EventPlan__contact {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.Common-EventPlan__phone {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Common-EventPlan__separator {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
  opacity: 0.3;
}
.Common-EventPlan__email {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.Common-EventPlan__form-card {
  width: 100%;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 42px 15px;
  --tw-shadow: 0px 3px 32px 0px #0000000D;
  --tw-shadow-colored: 0px 3px 32px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 960px) {

  .Common-EventPlan__form-card {
    max-width: 540px;
    padding: 42px;
  }
}
.Common-EventPlan__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.Common-EventPlan__form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Common-EventPlan__input-group {
  display: flex;
  width: 100%;
  max-width: 315px;
  flex-direction: column;
}
@media (min-width: 960px) {

  .Common-EventPlan__input-group {
    max-width: 450px;
  }
}
.Common-EventPlan__label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(30 48 81 / var(--tw-text-opacity, 1));
}
.Common-EventPlan__input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Common-EventPlan__input-wrapper.error {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.Common-EventPlan__input {
  width: 100%;
  font-size: 14px;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  border-style: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.Common-EventPlan__input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.Common-EventPlan__input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.Common-EventPlan__phone-container {
  display: flex;
  width: 100%;
  max-width: 315px;
  gap: 10px;
}
@media (min-width: 960px) {

  .Common-EventPlan__phone-container {
    max-width: 450px;
  }
}
.Common-EventPlan__country-code {
  width: 104px;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Common-EventPlan__country-code.error {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.Common-EventPlan__code-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.Common-EventPlan__code-field span {
  font-size: 14px;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.Common-EventPlan__code-field svg path {
  stroke: #737373;
}
.Common-EventPlan__phone-field {
  flex: 1 1 0%;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Common-EventPlan__phone-field.error {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.Common-EventPlan__date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.Common-EventPlan__date-wrapper svg path {
  stroke: #737373;
}
.Common-EventPlan__consent {
  display: flex;
  width: 100%;
  max-width: 315px;
  gap: 12px;
}
@media (min-width: 960px) {

  .Common-EventPlan__consent {
    max-width: 450px;
  }
}
.Common-EventPlan__checkbox {
  height: 18px;
  width: 18px;
  border-radius: 2px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}
.Common-EventPlan__checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(28 53 94 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
}
.Common-EventPlan__consent-text {
  font-size: 13px;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  width: 100%;
  max-width: 285px;
}
@media (min-width: 960px) {

  .Common-EventPlan__consent-text {
    max-width: 420px;
  }
}
.Common-EventPlan__submit {
  width: 148px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Common-EventPlan__submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 38 66 / var(--tw-bg-opacity, 1));
}
.Common-EventPlan span.error {
  margin-top: 4px;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.Faq-Content {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Faq-Content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Faq-Content__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Faq-Content__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Faq-Content__container {
    max-width: 1280px;
  }
}
.Faq-Content__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .Faq-Content__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Faq-Content__questions {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 960px) {

  .Faq-Content__questions {
    max-width: 648px;
  }
}
.Faq-Content__item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.Faq-Content__item:first-child {
  padding-bottom: 36px;
}
.Faq-Content__item:first-child .Faq-Content__header {
  padding-bottom: 20px;
}
.Faq-Content__item:not(:first-child) {
  padding-top: 28px;
  padding-bottom: 28px;
}
.Faq-Content__item.active .Faq-Content__title {
  font-weight: 500;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.Faq-Content__item.active .Faq-Content__content {
  display: block;
}
.Faq-Content__header {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  gap: 31px;
}
.Faq-Content__title {
  width: 290px;
  font-family: 'Satoshi';
  font-size: 20px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Faq-Content__title {
    width: 593px;
  }
}
.Faq-Content__icon {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.Faq-Content__content {
  margin-top: 20px;
  display: none;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Faq-Content__content p {
  font-family: 'Satoshi';
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.GalleryPhoto-Content {
  width: 100%;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content {
    padding-bottom: 120px;
  }
}
.GalleryPhoto-Content__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .GalleryPhoto-Content__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .GalleryPhoto-Content__container {
    max-width: 1280px;
  }
}
.GalleryPhoto-Content__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.GalleryPhoto-Content__header {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__header {
    flex-direction: row;
    align-items: center;
  }
}
.GalleryPhoto-Content__select {
  position: relative;
  width: 100%;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__select {
    width: 209px;
  }
}
.GalleryPhoto-Content__select {
  height: 48px;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.GalleryPhoto-Content__select-input {
  width: 100%;
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.GalleryPhoto-Content__select-input::-moz-placeholder {
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.GalleryPhoto-Content__select-input::placeholder {
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.GalleryPhoto-Content__tabs {
  display: flex;
  align-items: center;
  gap: 28px;
}
.GalleryPhoto-Content__tab {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Satoshi';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
}
.GalleryPhoto-Content__tab.active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.GalleryPhoto-Content__tab:not(.active) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.GalleryPhoto-Content__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__grid {
    gap: 40px;
  }
}
.GalleryPhoto-Content__item {
  position: relative;
  height: 232px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__item {
    height: 280px;
  }
}
.GalleryPhoto-Content__item {
  max-width: 100%;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__item {
    max-width: calc(391px - 19px);
  }

  .GalleryPhoto-Content__item:nth-child(6n+1) {
    max-width: calc(498px - 19px);
  }

  .GalleryPhoto-Content__item:nth-child(6n+6) {
    max-width: calc(498px - 19px);
  }
}
.GalleryPhoto-Content__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.GalleryPhoto-Content__pagination-item-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.GalleryPhoto-Content__pagination-ellipsis {
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  cursor: default;
}
.GalleryPhoto-Content__pagination {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.GalleryPhoto-Content__pagination-item {
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  cursor: pointer;
  opacity: 0.5;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.GalleryPhoto-Content__pagination-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 53 94 / var(--tw-border-opacity, 1));
  opacity: 1;
}
.GalleryPhoto-Content__pagination-item.active {
  border-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  opacity: 1;
}
.GalleryPhoto-Content__pagination-item.prev,
        .GalleryPhoto-Content__pagination-item.next {
  border-width: 0px;
  opacity: 1;
}
.GalleryPhoto-Content__pagination-item.prev svg path, .GalleryPhoto-Content__pagination-item.next svg path {
  stroke: #1C355E;
}
.GalleryPhoto-Content__pagination-item.prev:hover svg path, .GalleryPhoto-Content__pagination-item.next:hover svg path {
  stroke: #1C355E;
}
.GalleryPhoto-Content__pagination-item.prev.disabled,.GalleryPhoto-Content__pagination-item.next.disabled {
  opacity: 0.5;
}
.GalleryPhoto-Content__pagination-item.next svg {
  --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));
}
.GalleryPhoto-Content__modal {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: none;
  background-color: rgb(0 0 0 / 0.8);
}
.GalleryPhoto-Content__modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.GalleryPhoto-Content__modal-content {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__modal-content {
    height: auto;
  }
}
.GalleryPhoto-Content__modal-content {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__modal-content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.GalleryPhoto-Content__modal-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__modal-content {
    max-width: 1084px;
  }
}
.GalleryPhoto-Content__modal-image-box {
  height: 220px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__modal-image-box {
    height: 524px;
    max-width: 900px;
  }
}
.GalleryPhoto-Content__modal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.GalleryPhoto-Content__modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__modal-close {
    right: 48px;
  }
}
.GalleryPhoto-Content__modal-close {
  height: 32px;
  width: 32px;
  z-index: 2;
}
.GalleryPhoto-Content__modal-navigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__modal-navigation {
    max-width: 1084px;
  }
}
@media (max-width: 960px) {

  .GalleryPhoto-Content__modal-navigation {
    position: absolute;
    top: calc(75% - 24px);
    z-index: 4;
    display: flex;
    height: 48px;
    width: calc(100% - 30px);
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
}
.GalleryPhoto-Content__modal-prev,
      .GalleryPhoto-Content__modal-next {
  cursor: pointer;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__modal-prev,
      .GalleryPhoto-Content__modal-next {
    position: absolute;
    top: 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));
  }
}
.GalleryPhoto-Content__modal-prev,
      .GalleryPhoto-Content__modal-next {
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  z-index: 2;
}
.GalleryPhoto-Content__modal-prev svg, .GalleryPhoto-Content__modal-next svg {
  height: 13px;
  width: 14px;
}
.GalleryPhoto-Content__modal-prev svg path, .GalleryPhoto-Content__modal-next svg path {
  fill: #000;
}
.GalleryPhoto-Content__modal-prev:hover svg path, .GalleryPhoto-Content__modal-next:hover svg path {
  fill: #000;
  opacity: 0.7;
}
@media (min-width: 960px) {

  .GalleryPhoto-Content__modal-prev {
    left: 15px;
  }

  .GalleryPhoto-Content__modal-next {
    right: 15px;
  }
}
.GalleryPhoto-Content__modal-next svg {
  --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));
}
.GalleryPhoto-Content__modal .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.GalleryVideo-Content {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .GalleryVideo-Content {
    padding-bottom: 120px;
  }
}
.GalleryVideo-Content__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .GalleryVideo-Content__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .GalleryVideo-Content__container {
    max-width: 1280px;
  }
}
.GalleryVideo-Content__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .GalleryVideo-Content__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.GalleryVideo-Content__tabs {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.GalleryVideo-Content__tab {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Satoshi';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
}
.GalleryVideo-Content__tab.active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.GalleryVideo-Content__tab:not(.active) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.GalleryVideo-Content__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 960px) {

  .GalleryVideo-Content__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.GalleryVideo-Content__item {
  position: relative;
  height: 232px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 960px) {

  .GalleryVideo-Content__item {
    height: 280px;
  }
}
.GalleryVideo-Content__item::before {
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-color: rgba(0,0,0,0.3);
  --tw-content: '';
  content: var(--tw-content);
}
.GalleryVideo-Content__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.GalleryVideo-Content__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  --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));
  display: flex;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.GalleryVideo-Content__play svg {
  height: 18px;
  width: 18px;
}
.GalleryVideo-Content__modal {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.8);
}
.GalleryVideo-Content__modal.active {
  display: flex;
}
.GalleryVideo-Content__modal video {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 800px;
}
.GalleryVideo-Content__modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  height: 32px;
  width: 32px;
}
.MeetingRoomsDetail-Properties {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-Properties {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.MeetingRoomsDetail-Properties {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
}
.MeetingRoomsDetail-Properties__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .MeetingRoomsDetail-Properties__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .MeetingRoomsDetail-Properties__container {
    max-width: 1280px;
  }
}
.MeetingRoomsDetail-Properties__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
.MeetingRoomsDetail-Properties__header {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-Properties__header {
    margin-bottom: 80px;
    gap: 24px;
  }
}
.MeetingRoomsDetail-Properties__title {
  font-family: 'Satoshi';
  font-size: 32px;
  line-height: 1.35em;
  color: #ffff;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-Properties__title {
    font-size: 36px;
  }
}
.MeetingRoomsDetail-Properties__features {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 252px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-Properties__features {
    max-width: 1164px;
    gap: 94px;
  }
}
.MeetingRoomsDetail-Properties__feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 960px) {

  .MeetingRoomsDetail-Properties__feature {
    min-width: calc(50% - 32px);
    align-items: center;
  }
}
.MeetingRoomsDetail-Properties__feature-title {
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.MeetingRoomsDetail-Properties__feature-value {
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}
.MeetingRoomsDetail-GallerySwitcher {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .MeetingRoomsDetail-GallerySwitcher__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .MeetingRoomsDetail-GallerySwitcher__container {
    max-width: 1280px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__header {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__header {
    margin-bottom: 48px;
    flex-direction: row;
    align-items: center;
  }
}
.MeetingRoomsDetail-GallerySwitcher__tabs {
  display: flex;
  align-items: center;
  gap: 28px;
}
.MeetingRoomsDetail-GallerySwitcher__tab {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Satoshi';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
}
.MeetingRoomsDetail-GallerySwitcher__tab.active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.MeetingRoomsDetail-GallerySwitcher__tab:not(.active) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.MeetingRoomsDetail-GallerySwitcher__grid {
  display: none;
  flex-wrap: wrap;
  gap: 32px;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__grid {
    display: flex;
    gap: 40px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__item {
  position: relative;
  height: 232px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__item {
    height: 280px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__item {
  max-width: 100%;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__item {
    max-width: calc(391px - 19px);
  }

  .MeetingRoomsDetail-GallerySwitcher__item:nth-child(6n+1) {
    max-width: calc(498px - 19px);
  }

  .MeetingRoomsDetail-GallerySwitcher__item:nth-child(6n+6) {
    max-width: calc(498px - 19px);
  }
}
.MeetingRoomsDetail-GallerySwitcher__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.MeetingRoomsDetail-GallerySwitcher__modal {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: none;
  background-color: rgb(0 0 0 / 0.8);
}
.MeetingRoomsDetail-GallerySwitcher__modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MeetingRoomsDetail-GallerySwitcher__modal-content {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__modal-content {
    height: auto;
  }
}
.MeetingRoomsDetail-GallerySwitcher__modal-content {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__modal-content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__modal-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__modal-content {
    max-width: 1084px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__modal-image-box {
  height: 220px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__modal-image-box {
    height: 524px;
    max-width: 900px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__modal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.MeetingRoomsDetail-GallerySwitcher__modal-close {
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__modal-close {
    top: -30px;
    right: 48px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__modal-close {
  height: 32px;
  width: 32px;
  z-index: 2;
}
.MeetingRoomsDetail-GallerySwitcher__modal-navigation {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__modal-navigation {
    max-width: 1084px;
  }
}
@media (max-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__modal-navigation {
    position: absolute;
    top: calc(75% - 24px);
    z-index: 4;
    display: flex;
    height: 48px;
    width: calc(100% - 30px);
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__modal-prev,
    .MeetingRoomsDetail-GallerySwitcher__modal-next {
  cursor: pointer;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__modal-prev,
    .MeetingRoomsDetail-GallerySwitcher__modal-next {
    position: absolute;
    top: 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));
  }
}
.MeetingRoomsDetail-GallerySwitcher__modal-prev,
    .MeetingRoomsDetail-GallerySwitcher__modal-next {
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  z-index: 2;
}
.MeetingRoomsDetail-GallerySwitcher__modal-prev svg, .MeetingRoomsDetail-GallerySwitcher__modal-next svg {
  height: 13px;
  width: 14px;
}
.MeetingRoomsDetail-GallerySwitcher__modal-prev svg path, .MeetingRoomsDetail-GallerySwitcher__modal-next svg path {
  fill: #000;
}
.MeetingRoomsDetail-GallerySwitcher__modal-prev:hover svg path, .MeetingRoomsDetail-GallerySwitcher__modal-next:hover svg path {
  fill: #000;
  opacity: 0.7;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__modal-prev {
    left: 15px;
  }

  .MeetingRoomsDetail-GallerySwitcher__modal-next {
    right: 15px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__modal-next svg {
  --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));
}
.MeetingRoomsDetail-GallerySwitcher__modal .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MeetingRoomsDetail-GallerySwitcher__video-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.MeetingRoomsDetail-GallerySwitcher__video-item {
  position: relative;
  height: 232px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 960px) {

  .MeetingRoomsDetail-GallerySwitcher__video-item {
    height: 280px;
  }
}
.MeetingRoomsDetail-GallerySwitcher__video-item::before {
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-color: rgba(0,0,0,0.3);
  --tw-content: '';
  content: var(--tw-content);
}
.MeetingRoomsDetail-GallerySwitcher__video-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.MeetingRoomsDetail-GallerySwitcher__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  --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));
  display: flex;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.MeetingRoomsDetail-GallerySwitcher__video-play svg {
  height: 18px;
  width: 18px;
}
.MeetingRoomsDetail-GallerySwitcher__video-modal {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.8);
}
.MeetingRoomsDetail-GallerySwitcher__video-modal.active {
  display: flex;
}
.MeetingRoomsDetail-GallerySwitcher__video-modal video {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 800px;
}
.MeetingRoomsDetail-GallerySwitcher__video-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  height: 32px;
  width: 32px;
}
.MeetingRoomsDetail-GallerySwitcher .switcher-div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.MeetingRoomsDetail-GallerySwitcher .switcher-item {
  display: none;
}
.MeetingRoomsDetail-GallerySwitcher .switcher-item.active {
  display: block;
}
.MeetingRooms-HighlightSaloon {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .MeetingRooms-HighlightSaloon {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.MeetingRooms-HighlightSaloon {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
}
.MeetingRooms-HighlightSaloon__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .MeetingRooms-HighlightSaloon__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .MeetingRooms-HighlightSaloon__container {
    max-width: 1280px;
  }
}
.MeetingRooms-HighlightSaloon__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (min-width: 960px) {

  .MeetingRooms-HighlightSaloon__container {
    flex-direction: row;
    gap: 64px;
  }
}
.MeetingRooms-HighlightSaloon__content {
  width: 100%;
}
@media (min-width: 960px) {

  .MeetingRooms-HighlightSaloon__content {
    max-width: 544px;
  }
}
.MeetingRooms-HighlightSaloon__title {
  font-family: 'Satoshi';
  font-size: 28px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .MeetingRooms-HighlightSaloon__title {
    font-size: 36px;
  }
}
.MeetingRooms-HighlightSaloon__title {
  margin-bottom: 48px;
}
.MeetingRooms-HighlightSaloon__features {
  display: flex;
  max-width: 302px;
  align-items: center;
  gap: 64px;
}
.MeetingRooms-HighlightSaloon__feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.MeetingRooms-HighlightSaloon__feature-title {
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}
.MeetingRooms-HighlightSaloon__feature-value {
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.MeetingRooms-HighlightSaloon__description {
  font-family: 'Satoshi';
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-top: 20px;
  border-top-width: 1px;
  border-color: #e0e0e065;
  padding-top: 20px;
}
.MeetingRooms-HighlightSaloon__buttons {
  margin-top: 40px;
}
@media (min-width: 960px) {

  .MeetingRooms-HighlightSaloon__buttons {
    margin-top: 48px;
  }
}
.MeetingRooms-HighlightSaloon__image {
  height: 251px;
  width: 100%;
}
@media (min-width: 960px) {

  .MeetingRooms-HighlightSaloon__image {
    height: 480px;
    max-width: 660px;
  }
}
.MeetingRooms-HighlightSaloon__image {
  position: relative;
}
.MeetingRooms-HighlightSaloon__image::before {
  position: absolute;
  inset: 0px;
  --tw-content: '';
  content: var(--tw-content);
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
}
.MeetingRooms-HighlightSaloon__buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.MeetingRooms-HighlightSaloon__button {
  display: flex;
  height: 42px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
}
.MeetingRooms-HighlightSaloon__button.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.MeetingRooms-HighlightSaloon__button.default {
  border-width: 1px;
  border-color: rgba(255,255,255,0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.MeetingRooms-OtherSaloon {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .MeetingRooms-OtherSaloon {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.MeetingRooms-OtherSaloon {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.MeetingRooms-OtherSaloon__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .MeetingRooms-OtherSaloon__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .MeetingRooms-OtherSaloon__container {
    max-width: 1280px;
  }
}
.MeetingRooms-OtherSaloon__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (min-width: 960px) {

  .MeetingRooms-OtherSaloon__container {
    flex-direction: row;
    gap: 64px;
  }
}
.MeetingRooms-OtherSaloon__content {
  width: 100%;
}
@media (min-width: 960px) {

  .MeetingRooms-OtherSaloon__content {
    max-width: 544px;
  }
}
.MeetingRooms-OtherSaloon__title {
  font-family: 'Satoshi';
  font-size: 28px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .MeetingRooms-OtherSaloon__title {
    font-size: 36px;
  }
}
.MeetingRooms-OtherSaloon__title {
  margin-bottom: 48px;
}
.MeetingRooms-OtherSaloon__features {
  display: flex;
  max-width: 302px;
  align-items: center;
  gap: 64px;
}
.MeetingRooms-OtherSaloon__feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.MeetingRooms-OtherSaloon__feature-title {
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.MeetingRooms-OtherSaloon__feature-value {
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.MeetingRooms-OtherSaloon__description {
  font-family: 'Satoshi';
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  margin-top: 20px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 20px;
}
.MeetingRooms-OtherSaloon__buttons {
  margin-top: 40px;
}
@media (min-width: 960px) {

  .MeetingRooms-OtherSaloon__buttons {
    margin-top: 48px;
  }
}
.MeetingRooms-OtherSaloon__image {
  height: 251px;
  width: 100%;
}
@media (min-width: 960px) {

  .MeetingRooms-OtherSaloon__image {
    height: 480px;
    max-width: 660px;
  }
}
.MeetingRooms-OtherSaloon__image {
  position: relative;
}
.MeetingRooms-OtherSaloon__image::before {
  position: absolute;
  inset: 0px;
  --tw-content: '';
  content: var(--tw-content);
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
}
.MeetingRooms-OtherSaloon__buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.MeetingRooms-OtherSaloon__button {
  display: flex;
  height: 42px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
}
.MeetingRooms-OtherSaloon__button.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.MeetingRooms-OtherSaloon__button.default {
  border-width: 1px;
  border-color: rgba(0,0,0,0.1);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.MeetingRooms-AllSaloons {
  width: 100%;
  padding-bottom: 44px;
}
@media (min-width: 960px) {

  .MeetingRooms-AllSaloons {
    padding-bottom: 80px;
  }
}
.MeetingRooms-AllSaloons {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.MeetingRooms-AllSaloons__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .MeetingRooms-AllSaloons__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .MeetingRooms-AllSaloons__container {
    max-width: 1280px;
  }
}
.MeetingRooms-AllSaloons__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
.MeetingRooms-AllSaloons__header {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 960px) {

  .MeetingRooms-AllSaloons__header {
    margin-bottom: 42px;
    gap: 24px;
  }
}
.MeetingRooms-AllSaloons__title {
  font-family: 'Satoshi';
  font-size: 28px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .MeetingRooms-AllSaloons__title {
    font-size: 36px;
  }
}
.MeetingRooms-AllSaloons__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 960px) {

  .MeetingRooms-AllSaloons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px 40px;
  }
}
@media (min-width: 1200px) {

  .MeetingRooms-AllSaloons__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.MeetingRooms-AllSaloons__item {
  display: flex;
  flex-direction: column;
}
.MeetingRooms-AllSaloons__item:hover .MeetingRooms-AllSaloons__item-image img {
  --tw-blur: blur(2px);
  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);
}
.MeetingRooms-AllSaloons__item:hover .MeetingRooms-AllSaloons__item-image-overlay {
  opacity: 1;
}
.MeetingRooms-AllSaloons__item-image {
  height: 222px;
  width: 100%;
}
@media (min-width: 960px) {

  .MeetingRooms-AllSaloons__item-image {
    height: 278px;
  }
}
.MeetingRooms-AllSaloons__item-image {
  position: relative;
}
.MeetingRooms-AllSaloons__item-image img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.MeetingRooms-AllSaloons__item-image-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 28px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.MeetingRooms-AllSaloons__item-image-overlay__wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-width: 320px;
  align-items: center;
  justify-content: space-between;
}
.MeetingRooms-AllSaloons__item-image-overlay__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.MeetingRooms-AllSaloons__item-image-overlay__item:not(:first-child)::before {
  position: absolute;
  left: -35px;
  top: 0px;
  height: 100%;
  width: 1px;
  background-color: rgba(255,255,255,0.10);
  --tw-content: '';
  content: var(--tw-content);
}
.MeetingRooms-AllSaloons__item-image-overlay__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.6;
}
.MeetingRooms-AllSaloons__item-image-overlay__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.MeetingRooms-AllSaloons__item-title {
  font-family: 'Satoshi';
  font-size: 20px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  margin-top: 24px;
  margin-bottom: 2px;
}
.MeetingRooms-AllSaloons__item-description {
  font-family: 'Satoshi';
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  margin-bottom: 24px;
}
@media (min-width: 960px) {

  .MeetingRooms-AllSaloons__item-description {
    margin-bottom: 33px;
  }
}
.MeetingRooms-AllSaloons__item-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  font-family: 'Satoshi';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.OurReferences-Brands {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .OurReferences-Brands {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.OurReferences-Brands__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .OurReferences-Brands__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .OurReferences-Brands__container {
    max-width: 1280px;
  }
}
.OurReferences-Brands__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.OurReferences-Brands__cards {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 856px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 960px) {

  .OurReferences-Brands__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 160px 15px;
  }
}
.OurReferences-Brands__card {
  display: flex;
  justify-content: center;
}
.OurReferences-DescWithBrands {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 960px) {

  .OurReferences-DescWithBrands {
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.OurReferences-DescWithBrands__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .OurReferences-DescWithBrands__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .OurReferences-DescWithBrands__container {
    max-width: 1280px;
  }
}
.OurReferences-DescWithBrands__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
}
.OurReferences-DescWithBrands__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  text-align: center;
  font-family: Satoshi;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.OurReferences-DescWithBrands__desc p:not(:last-child) {
  margin-bottom: 20px;
}
.OurReferences-DescWithBrands__cards {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  display: none;
  max-width: 856px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 960px) {

  .OurReferences-DescWithBrands__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 160px 15px;
  }
}
.OurReferences-DescWithBrands__card {
  display: flex;
  justify-content: center;
}
.RequestForm-Form {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .RequestForm-Form {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.RequestForm-Form__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .RequestForm-Form__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .RequestForm-Form__container {
    max-width: 1280px;
  }
}
.RequestForm-Form__container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 540px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 960px) {

  .RequestForm-Form__container {
    gap: 64px;
  }
}
.RequestForm-Form__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.RequestForm-Form__title {
  font-size: 28px;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .RequestForm-Form__title {
    font-size: 36px;
  }
}
.RequestForm-Form__description {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  width: 345px;
}
@media (min-width: 960px) {

  .RequestForm-Form__description {
    width: 489px;
  }
}
.RequestForm-Form__content {
  width: 345px;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 960px) {

  .RequestForm-Form__content {
    width: 540px;
  }
}
.RequestForm-Form__content {
  --tw-shadow: 0px 3px 32px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 3px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 42px 15px 24px;
}
@media (min-width: 960px) {

  .RequestForm-Form__content {
    padding: 42px 42px 24px;
  }
}
.RequestForm-Form__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.RequestForm-Form__form-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.RequestForm-Form__input-group {
  display: flex;
  width: 315px;
  flex-direction: column;
}
@media (min-width: 960px) {

  .RequestForm-Form__input-group {
    width: 450px;
  }
}
.RequestForm-Form__label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(30 48 81 / var(--tw-text-opacity, 1));
}
.RequestForm-Form__input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.RequestForm-Form__input-wrapper.error {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.RequestForm-Form__input {
  width: 100%;
  font-size: 14px;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  border-style: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.RequestForm-Form__input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.RequestForm-Form__input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.RequestForm-Form__phone-container {
  display: flex;
  width: 315px;
  gap: 10px;
}
@media (min-width: 960px) {

  .RequestForm-Form__phone-container {
    width: 450px;
  }
}
.RequestForm-Form__country-code {
  width: 104px;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.RequestForm-Form__country-code.error {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.RequestForm-Form__code-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.RequestForm-Form__code-field span {
  font-size: 14px;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.RequestForm-Form__code-field svg path {
  stroke: #737373;
}
.RequestForm-Form__phone-field {
  flex: 1 1 0%;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.RequestForm-Form__phone-field.error {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.RequestForm-Form__date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.RequestForm-Form__date-wrapper svg path {
  stroke: #737373;
}
.RequestForm-Form__consent {
  display: flex;
  width: 315px;
  gap: 12px;
}
@media (min-width: 960px) {

  .RequestForm-Form__consent {
    width: 450px;
  }
}
.RequestForm-Form__checkbox {
  height: 18px;
  width: 18px;
  border-radius: 2px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}
.RequestForm-Form__checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(28 53 94 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
}
.RequestForm-Form__consent-text {
  font-size: 13px;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  width: 285px;
}
@media (min-width: 960px) {

  .RequestForm-Form__consent-text {
    width: 420px;
  }
}
.RequestForm-Form__submit {
  width: 148px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.RequestForm-Form__submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 38 66 / var(--tw-bg-opacity, 1));
}
.RequestForm-Form span.error {
  margin-top: 4px;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.PrivacyPolicy-Content {
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .PrivacyPolicy-Content {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}
.PrivacyPolicy-Content__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .PrivacyPolicy-Content__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .PrivacyPolicy-Content__container {
    max-width: 1280px;
  }
}
.PrivacyPolicy-Content__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 15px;
  padding-right: 15px;
}
.PrivacyPolicy-Content__title {
  font-family: 'Satoshi';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.35em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .PrivacyPolicy-Content__title {
    font-size: 36px;
  }
}
.PrivacyPolicy-Content__wrapper {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
}
@media (min-width: 960px) {

  .PrivacyPolicy-Content__wrapper {
    margin-top: 48px;
    gap: 48px;
  }
}
.PrivacyPolicy-Content__text {
  font-family: 'Satoshi';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.PrivacyPolicy-Content__section {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
.PrivacyPolicy-Content__section-header {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.PrivacyPolicy-Content__section-title {
  font-family: 'Satoshi';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.PrivacyPolicy-Content__section-desc {
  font-family: 'Satoshi';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.PrivacyPolicy-Content__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 8px;
}
@media (min-width: 960px) {

  .PrivacyPolicy-Content__list {
    width: 760px;
  }
}
.PrivacyPolicy-Content__list-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
}
.PrivacyPolicy-Content__list-dot {
  height: 5px;
  width: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.PrivacyPolicy-Content__list-text {
  width: 100%;
  font-family: 'Satoshi';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .PrivacyPolicy-Content__list-text {
    width: 760px;
  }
}
.PrivacyPolicy-Content table {
        width: 100% !important;
        min-width: 100% !important;
    }
.PrivacyPolicy-Content table p {
  text-align: left;
}
.PrivacyPolicy-Content table td {
  border-width: 1px;
  padding: 5px;
  vertical-align: top;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[100\%\] {
  bottom: 100%;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-35px\] {
  left: -35px;
}
.left-\[-50px\] {
  left: -50px;
}
.left-\[48px\] {
  left: 48px;
}
.right-0 {
  right: 0px;
}
.right-\[-30px\] {
  right: -30px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[15px\] {
  right: 15px;
}
.right-\[20px\] {
  right: 20px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[28px\] {
  top: 28px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[65px\] {
  top: 65px;
}
.top-\[calc\(100\%\+8px\)\] {
  top: calc(100% + 8px);
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[998\] {
  z-index: 998;
}
.z-\[999\] {
  z-index: 999;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[49px\] {
  margin-top: 49px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[0\.5px\] {
  height: 0.5px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[211px\] {
  height: 211px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[222px\] {
  height: 222px;
}
.h-\[232px\] {
  height: 232px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[251px\] {
  height: 251px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[580px\] {
  height: 580px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[calc\(100dvh-88px\)\] {
  height: calc(100dvh - 88px);
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[285px\] {
  width: 285px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[293px\] {
  width: 293px;
}
.w-\[315px\] {
  width: 315px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[345px\] {
  width: 345px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[8px\] {
  width: 8px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[1344px\] {
  max-width: 1344px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[252px\] {
  max-width: 252px;
}
.max-w-\[285px\] {
  max-width: 285px;
}
.max-w-\[302px\] {
  max-width: 302px;
}
.max-w-\[315px\] {
  max-width: 315px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[345px\] {
  max-width: 345px;
}
.max-w-\[412px\] {
  max-width: 412px;
}
.max-w-\[503px\] {
  max-width: 503px;
}
.max-w-\[517px\] {
  max-width: 517px;
}
.max-w-\[533px\] {
  max-width: 533px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[651px\] {
  max-width: 651px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[856px\] {
  max-width: 856px;
}
.max-w-\[888px\] {
  max-width: 888px;
}
.max-w-\[918px\] {
  max-width: 918px;
}
.max-w-full {
  max-width: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[23px\] {
  gap: 23px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[31px\] {
  gap: 31px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[38px\] {
  gap: 38px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[63px\] {
  gap: 63px;
}
.gap-\[64px\] {
  gap: 64px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[8px\] {
  gap: 8px;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[99px\] {
  border-radius: 99px;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#000000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-\[\#1C355E\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 53 94 / var(--tw-border-opacity, 1));
}
.border-\[\#D1D1D1\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}
.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.border-\[\#EDEDED\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}
.border-\[\#FF0000\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-\[\#e0e0e065\] {
  border-color: #e0e0e065;
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  border-color: rgba(0,0,0,0.1);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
  border-color: rgba(255,255,255,0.1);
}
.border-b-\[\#000000\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.bg-\[\#152642\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 38 66 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1C355E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
}
.bg-\[\#737373\] {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E0E0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FCFCFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  background-color: rgba(0,0,0,0.3);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.10\)\] {
  background-color: rgba(255,255,255,0.10);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.20\)\] {
  background-color: rgba(255,255,255,0.20);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.3\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
}
.fill-\[\#000\] {
  fill: #000;
}
.fill-\[\#FFFFFF\] {
  fill: #FFFFFF;
}
.stroke-\[\#000\] {
  stroke: #000;
}
.stroke-\[\#1C355E\] {
  stroke: #1C355E;
}
.stroke-\[\#737373\] {
  stroke: #737373;
}
.stroke-\[\#FFFFFF\] {
  stroke: #FFFFFF;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px_0\] {
  padding: 12px 0;
}
.p-\[12px_20px\] {
  padding: 12px 20px;
}
.p-\[32px_0\] {
  padding: 32px 0;
}
.p-\[42px_15px\] {
  padding: 42px 15px;
}
.p-\[42px_15px_24px\] {
  padding: 42px 15px 24px;
}
.p-\[50px_15px_24px\] {
  padding: 50px 15px 24px;
}
.p-\[5px\] {
  padding: 5px;
}
.px-\[0_10px_14px_0\] {
  padding-left: 0 10px 14px 0;
  padding-right: 0 10px 14px 0;
}
.px-\[0px_10px_0px_0px\] {
  padding-left: 0px 10px 0px 0px;
  padding-right: 0px 10px 0px 0px;
}
.px-\[14px_10px\] {
  padding-left: 14px 10px;
  padding-right: 14px 10px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[36px\] {
  padding-bottom: 36px;
}
.pb-\[44px\] {
  padding-bottom: 44px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pr-\[144px\] {
  padding-right: 144px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[149px\] {
  padding-top: 149px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.font-\[\'Satoshi\'\] {
  font-family: 'Satoshi';
}
.font-\[Satoshi\] {
  font-family: Satoshi;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.leading-\[1\.35em\] {
  line-height: 1.35em;
}
.leading-\[1\.5em\] {
  line-height: 1.5em;
}
.leading-\[1\.6em\] {
  line-height: 1.6em;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-\[2\%\] {
  letter-spacing: 2%;
}
.tracking-\[3\%\] {
  letter-spacing: 3%;
}
.tracking-\[4\%\] {
  letter-spacing: 4%;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#1C355E\] {
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
.text-\[\#1E3051\] {
  --tw-text-opacity: 1;
  color: rgb(30 48 81 / var(--tw-text-opacity, 1));
}
.text-\[\#737373\] {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-\[\#C3C3C3\] {
  --tw-text-opacity: 1;
  color: rgb(195 195 195 / var(--tw-text-opacity, 1));
}
.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#ff2f2f\] {
  --tw-text-opacity: 1;
  color: rgb(255 47 47 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#ffff\] {
  color: #ffff;
}
.text-\[rgba\(255\2c 255\2c 255\2c 0\.6\)\] {
  color: rgba(255,255,255,0.6);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow-\[0px_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 2px 8px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_3px_32px_0px_\#0000000D\] {
  --tw-shadow: 0px 3px 32px 0px #0000000D;
  --tw-shadow-colored: 0px 3px 32px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_3px_32px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0px 3px 32px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 3px 32px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_3px_32px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0px 3px 32px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 3px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur-\[2px\] {
  --tw-blur: blur(2px);
  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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[0\.3s\] {
  transition-property: 0.3s;
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
/* Özel utility sınıflarınız buraya */
/* Özel stilleriniz buraya */
.grecaptcha-badge{
    display: none !important;
}
body {
  font-family: 'Satoshi';
}
.w-expand {
    flex: 1;
    min-width: 1px;
}
.btn {
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(1 137 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-default {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 137 151 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#737373\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#737373\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.checked\:border-\[\#1C355E\]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(28 53 94 / var(--tw-border-opacity, 1));
}
.checked\:bg-\[\#1C355E\]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#1C355E\]:hover {
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-\[45px\] {
    bottom: 45px;
  }

  .md\:left-\[15px\] {
    left: 15px;
  }

  .md\:right-\[15px\] {
    right: 15px;
  }

  .md\:right-\[48px\] {
    right: 48px;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:top-\[-30px\] {
    top: -30px;
  }

  .md\:mb-\[210px\] {
    margin-bottom: 210px;
  }

  .md\:mb-\[33px\] {
    margin-bottom: 33px;
  }

  .md\:mb-\[42px\] {
    margin-bottom: 42px;
  }

  .md\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .md\:mb-\[87px\] {
    margin-bottom: 87px;
  }

  .md\:mt-\[48px\] {
    margin-top: 48px;
  }

  .md\:mt-\[60px\] {
    margin-top: 60px;
  }

  .md\:mt-\[70px\] {
    margin-top: 70px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[278px\] {
    height: 278px;
  }

  .md\:h-\[280px\] {
    height: 280px;
  }

  .md\:h-\[480px\] {
    height: 480px;
  }

  .md\:h-\[524px\] {
    height: 524px;
  }

  .md\:h-\[52px\] {
    height: 52px;
  }

  .md\:h-\[720px\] {
    height: 720px;
  }

  .md\:w-\[138px\] {
    width: 138px;
  }

  .md\:w-\[209px\] {
    width: 209px;
  }

  .md\:w-\[257px\] {
    width: 257px;
  }

  .md\:w-\[368px\] {
    width: 368px;
  }

  .md\:w-\[420px\] {
    width: 420px;
  }

  .md\:w-\[450px\] {
    width: 450px;
  }

  .md\:w-\[489px\] {
    width: 489px;
  }

  .md\:w-\[510px\] {
    width: 510px;
  }

  .md\:w-\[511px\] {
    width: 511px;
  }

  .md\:w-\[517px\] {
    width: 517px;
  }

  .md\:w-\[533px\] {
    width: 533px;
  }

  .md\:w-\[540px\] {
    width: 540px;
  }

  .md\:w-\[593px\] {
    width: 593px;
  }

  .md\:w-\[648px\] {
    width: 648px;
  }

  .md\:w-\[651px\] {
    width: 651px;
  }

  .md\:w-\[760px\] {
    width: 760px;
  }

  .md\:max-w-\[1084px\] {
    max-width: 1084px;
  }

  .md\:max-w-\[1164px\] {
    max-width: 1164px;
  }

  .md\:max-w-\[420px\] {
    max-width: 420px;
  }

  .md\:max-w-\[450px\] {
    max-width: 450px;
  }

  .md\:max-w-\[484px\] {
    max-width: 484px;
  }

  .md\:max-w-\[540px\] {
    max-width: 540px;
  }

  .md\:max-w-\[544px\] {
    max-width: 544px;
  }

  .md\:max-w-\[648px\] {
    max-width: 648px;
  }

  .md\:max-w-\[660px\] {
    max-width: 660px;
  }

  .md\:max-w-\[900px\] {
    max-width: 900px;
  }

  .md\:max-w-\[calc\(391px-19px\)\] {
    max-width: calc(391px - 19px);
  }

  .md\:max-w-\[calc\(498px-19px\)\] {
    max-width: calc(498px - 19px);
  }

  .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\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_auto_1fr\] {
    grid-template-columns: 1fr auto 1fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-\[100px\] {
    gap: 100px;
  }

  .md\:gap-\[120px\] {
    gap: 120px;
  }

  .md\:gap-\[160px_15px\] {
    gap: 160px 15px;
  }

  .md\:gap-\[24px\] {
    gap: 24px;
  }

  .md\:gap-\[34px\] {
    gap: 34px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[48px\] {
    gap: 48px;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-\[64px\] {
    gap: 64px;
  }

  .md\:gap-\[80px_40px\] {
    gap: 80px 40px;
  }

  .md\:gap-\[94px\] {
    gap: 94px;
  }

  .md\:bg-\[\#FCFCFC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  }

  .md\:p-\[42px\] {
    padding: 42px;
  }

  .md\:p-\[42px_42px_24px\] {
    padding: 42px 42px 24px;
  }

  .md\:p-\[48px\] {
    padding: 48px;
  }

  .md\:p-\[50px_40px_24px\] {
    padding: 50px 40px 24px;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-\[148px\] {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .md\:py-\[160px\] {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .md\:pb-\[160px\] {
    padding-bottom: 160px;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pb-\[64px\] {
    padding-bottom: 64px;
  }

  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .md\:pt-\[138px\] {
    padding-top: 138px;
  }

  .md\:pt-\[160px\] {
    padding-top: 160px;
  }

  .md\:pt-\[32px\] {
    padding-top: 32px;
  }

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }

  .md\:text-\[54px\] {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {

  .max-md\:absolute {
    position: absolute;
  }

  .max-md\:top-\[calc\(75\%-24px\)\] {
    top: calc(75% - 24px);
  }

  .max-md\:z-\[4\] {
    z-index: 4;
  }

  .max-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-md\:flex {
    display: flex;
  }

  .max-md\:h-\[48px\] {
    height: 48px;
  }

  .max-md\:w-\[calc\(100\%-30px\)\] {
    width: calc(100% - 30px);
  }

  .max-md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .max-md\:min-w-\[calc\(50\%-32px\)\] {
    min-width: calc(50% - 32px);
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:items-center {
    align-items: center;
  }

  .max-md\:justify-center {
    justify-content: center;
  }

  .max-md\:gap-\[40px\] {
    gap: 40px;
  }
}