/*! tailwindcss v2.1.4 | MIT License | https://tailwindcss.com*/
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

@font-face {
  font-family: "Poiret One";
  src: url("https://db.onlinewebfonts.com/t/3b585e0e2f91bef9ab6ea74f7e302f20.eot");
  src: url("https://db.onlinewebfonts.com/t/3b585e0e2f91bef9ab6ea74f7e302f20.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/3b585e0e2f91bef9ab6ea74f7e302f20.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/3b585e0e2f91bef9ab6ea74f7e302f20.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/3b585e0e2f91bef9ab6ea74f7e302f20.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/3b585e0e2f91bef9ab6ea74f7e302f20.svg#Poiret One")format("svg");
}

@font-face {
  font-family: "Limelight";
  src: url("https://db.onlinewebfonts.com/t/6bfb81ad133135f43d9f6cc2367ef156.eot");
  src: url("https://db.onlinewebfonts.com/t/6bfb81ad133135f43d9f6cc2367ef156.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/6bfb81ad133135f43d9f6cc2367ef156.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/6bfb81ad133135f43d9f6cc2367ef156.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/6bfb81ad133135f43d9f6cc2367ef156.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/6bfb81ad133135f43d9f6cc2367ef156.svg#Limelight")format("svg");
}

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
    system-ui,
    -apple-system,
    /* Firefox supports this but not yet `system-ui` */
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    'Liberation Mono',
    Menlo,
    monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
  display: list-item;
  font-size: 20px;
}

/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
* Tailwind custom reset styles
*/

/**
* 1. Use the user's configured `sans` font-family (with Tailwind's default
*    sans-serif font stack as a fallback) as a sane default.
* 2. Use Tailwind's default "normal" line-height so the user isn't forced
*    to override it to ensure consistency even when using the default theme.
*/

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}


/**
* Inherit font-family and line-height from `html` so users can set them as
* a class directly on the `html` element.
*/

body {
  font-family: inherit;
  line-height: inherit;
}

/**
* 1. Prevent padding and border from affecting element width.
*
*    We used to set this in the html element and inherit from
*    the parent element for everything else. This caused issues
*    in shadow-dom-enhanced elements like <details> where the content
*    is wrapped by a div with box-sizing set to `content-box`.
*
*    https://github.com/mozdevs/cssremedy/issues/4
*
*
* 2. Allow adding a border to an element by just adding a border-width.
*
*    By default, the way the browser specifies that an element should have no
*    border is by setting it's border-style to `none` in the user-agent
*    stylesheet.
*
*    In order to easily add borders to elements by just setting the `border-width`
*    property, we change the default border-style for all elements to `solid`, and
*    use border-width to hide them instead. This way our `border` utilities only
*    need to set the `border-width` property instead of the entire `border`
*    shorthand, making our border utilities much more straightforward to compose.
*
*    https://github.com/tailwindcss/tailwindcss/pull/116
*/

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

/*
* Ensure horizontal rules are visible by default
*/

hr {
  border-top-width: 1px;
}

/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
*
* The Normalize reset is unnecessary for us since we default the border-width
* to 0 on all elements.
*
* https://github.com/tailwindcss/tailwindcss/issues/362
*/

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

table {
  border-collapse: collapse;
}

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;
}

/**
* Reset form element properties that are easy to forget to
* style explicitly so you don't inadvertently introduce
* styles that deviate from your design system. These styles
* supplement a partial reset that is already applied by
* normalize.css.
*/

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling
* back to the system monospace stack if there is no configured
* 'mono' font family.
*/

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
* Make replaced elements `display: block` by default as that's
* the behavior you want almost all of the time. Inspired by
* CSS Remedy, with `svg` added as well.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/

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

/**
* 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;
}

* {
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1>*,
.aspect-w-2>*,
.aspect-w-3>*,
.aspect-w-4>*,
.aspect-w-5>*,
.aspect-w-6>*,
.aspect-w-7>*,
.aspect-w-8>*,
.aspect-w-9>*,
.aspect-w-10>*,
.aspect-w-11>*,
.aspect-w-12>*,
.aspect-w-13>*,
.aspect-w-14>*,
.aspect-w-15>*,
.aspect-w-16>* {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-5 {
  --tw-aspect-w: 5;
}

.aspect-w-10 {
  --tw-aspect-w: 10;
}

.aspect-w-12 {
  --tw-aspect-w: 12;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-6 {
  --tw-aspect-h: 6;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-h-10 {
  --tw-aspect-h: 10;
}

.aspect-h-12 {
  --tw-aspect-h: 12;
}

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

.visible {
  visibility: visible;
}

.\!fixed {
  position: fixed !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.left-0 {
  left: 0px;
}

.right-20 {
  right: 5rem;
}

.top-10 {
  top: 2.5rem;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-8 {
  right: 2rem;
}

.bottom-20 {
  bottom: 5rem;
}

.left-7 {
  left: 1.75rem;
}

.top-\[-30px\] {
  top: -30px;
}

.right-\[-30px\] {
  right: -30px;
}

.right-\[40px\] {
  right: 40px;
}

.right-6 {
  right: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

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

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

.top-1 {
  top: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-auto {
  bottom: auto;
}

.left-\[430px\] {
  left: 430px;
}

.top-7 {
  top: 1.75rem;
}

.right-7 {
  right: 1.75rem;
}

.-top-9 {
  top: -2.25rem;
}

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

.-bottom-4 {
  bottom: -1rem;
}

.top-\[-40px\] {
  top: -40px;
}

.left-\[-60px\] {
  left: -60px;
}

.left-\[40px\] {
  left: 40px;
}

.left-auto {
  left: auto;
}

.right-\[5px\] {
  right: 5px;
}

.right-\[0\] {
  right: 0;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-\[-2px\] {
  bottom: -2px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.left-\[40\%\] {
  left: 40%;
}

.z-200 {
  z-index: 200;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-10 {
  z-index: 10;
}

.z-100 {
  z-index: 100;
}

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

.m-0 {
  margin: 0px;
}

.m-6 {
  margin: 1.5rem;
}

.m-auto {
  margin: auto;
}

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

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

.mt-7 {
  margin-top: 1.75rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

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

.mr-12 {
  margin-right: 3rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-4\.5 {
  margin-top: 1.125rem;
}

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

.ml-14 {
  margin-left: 3.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mt-5\.5 {
  margin-top: 1.375rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

.mr-10 {
  margin-right: 2.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

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

.ml-1\.5 {
  margin-left: 0.375rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mr-4\.5 {
  margin-right: 1.125rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.mt-\[-100px\] {
  margin-top: -100px;
}

.mt-\[120px\] {
  margin-top: 120px;
}

.mt-\[150px\] {
  margin-top: 150px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

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

.mt-12 {
  margin-top: 3rem;
}

.mt-\[170px\] {
  margin-top: 170px;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

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

.ml-2\.5 {
  margin-left: 0.625rem;
}

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

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

.mt-32 {
  margin-top: 8rem;
}

.mr-\[150px\] {
  margin-right: 150px;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mr-2\.5 {
  margin-right: -0.625rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

.mr-11 {
  margin-right: 2.75rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.\!h-14 {
  height: 3.5rem !important;
}

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

.h-4\.5 {
  height: 1.125rem;
}

.h-4 {
  height: 1rem;
}

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

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

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

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

.h-screen {
  height: 100vh;
}

.h-8 {
  height: 2rem;
}

.h-20 {
  height: 5rem;
}

.h-16 {
  height: 4rem;
}

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

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

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

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

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-\[\$\{height\}\] {
  height:$ {
    height
  }

  ;
}

.h-9 {
  height: 2.25rem;
}

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

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

.\!h-auto {
  height: auto !important;
}

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

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

.h-72 {
  height: 18rem;
}

.max-h-\[340px\] {
  max-height: 340px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-full {
  min-height: 100%;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.\!w-14 {
  width: 3.5rem !important;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2 {
  width: 0.5rem;
}

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

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

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

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

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

.w-4\.5 {
  width: 1.125rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

.w-\[1em\] {
  width: 1em;
}

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

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

.w-0 {
  width: 0px;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

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

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

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

.w-\[25\%\] {
  width: 25%;
}

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

.w-\[55\%\] {
  width: 55%;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[20\%\] {
  width: 20%;
}

.w-5 {
  width: 1.25rem;
}

.w-1\/6 {
  width: 16.666667%;
}

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

.w-1\/4 {
  width: 25%;
}

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

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

.w-\[\$\{width\}\] {
  width:$ {
    width
  }

  ;
}

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

.w-\[80\%\] {
  width: 80%;
}

.w-4\/5 {
  width: 80%;
}

.w-20 {
  width: 5rem;
}

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

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

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

.w-9 {
  width: 2.25rem;
}

.w-8 {
  width: 2rem;
}

.\!w-\[20px\] {
  width: 20px !important;
}

.\!w-\[12px\] {
  width: 12px !important;
}

.w-3 {
  width: 0.75rem;
}

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

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

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

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

.w-1\/3 {
  width: 33.333333%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-96 {
  width: 24rem;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[22px\] {
  min-width: 22px;
}

.min-w-\[80px\] {
  min-width: 80px;
}

.min-w-\[280px\] {
  min-width: 280px;
}

.min-w-\[60px\] {
  min-width: 60px;
}

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

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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-none {
  transform: none;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.translate-y-\[-30\%\] {
  --tw-translate-y: -30%;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.scale-x-\[-1\] {
  --tw-scale-x: -1;
}

.scale-y-\[1\] {
  --tw-scale-y: 1;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.resize {
  resize: both;
}

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

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

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

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-stretch {
  align-items: stretch;
}

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

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

.items-baseline {
  align-items: baseline;
}

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

.\!items-start {
  align-items: flex-start !important;
}

.justify-start {
  justify-content: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.space-y-5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-3> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-x-3> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-20> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-x-5> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2\.5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-2> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-10> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-8> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-x-10> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-7> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-16> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-1\.5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-1> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-9> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-5\.5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-dashed {
  border-style: dashed;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 29, 38, var(--tw-border-opacity));
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: var(--gold);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgba(205, 205, 205, var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-bg {
  --tw-border-opacity: 1;
  border-color: rgba(2, 2, 2, var(--tw-border-opacity));
}

.border-grey-600 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 196, 196, var(--tw-border-opacity));
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.bg-grey-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
}

.bg-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 29, 38, var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-\[\#545454\] {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 84, 84, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-\[\#080808\] {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 8, 8, var(--tw-bg-opacity));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-none {
  background-image: none;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat {
  background-repeat: repeat;
}

.p-16 {
  padding: 4rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[100px\] {
  padding: 100px;
}

.p-10 {
  padding: 2.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-4\.5 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.pl-\[430px\] {
  padding-left: 430px;
}

.pr-\[130px\] {
  padding-right: 130px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-\[200px\] {
  padding-top: 200px;
}

.pr-\[100px\] {
  padding-right: 100px;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-5\.5 {
  padding-right: 1.375rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-\[100\%\] {
  padding-bottom: 100%;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-\[160px\] {
  padding-left: 160px;
}

.pr-24 {
  padding-right: 6rem;
}

.pt-4\.5 {
  padding-top: 1.125rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

.pr-8 {
  padding-right: 2rem;
}

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

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

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

.align-baseline {
  vertical-align: baseline;
}

.font-second {
  font-family: Cormorant, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-main {
  font-family: Gilroy, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-third {
  font-family: Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-18 {
  font-size: 1.125rem;
}

.text-58 {
  font-size: 3.625rem;
}

.text-32 {
  font-size: 2rem;
}

.text-42 {
  font-size: 2.625rem;
}

.text-72 {
  font-size: 4.5rem;
}

.text-36 {
  font-size: 2.25rem;
}

.text-22 {
  font-size: 1.375rem;
}

.text-16 {
  font-size: 1rem;
}

.text-14 {
  font-size: 0.875rem;
}

.text-46 {
  font-size: 2.875rem;
}

.text-26 {
  font-size: 1.625rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-40 {
  font-size: 2.5rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-12 {
  font-size: 0.75rem;
}

.text-44 {
  font-size: 2.75rem;
}

.text-52 {
  font-size: 3.25rem;
}

.text-48 {
  font-size: 3rem;
}

.text-92 {
  font-size: 5.75rem;
}

.\!text-16 {
  font-size: 1rem !important;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-tight {
  line-height: 1.25;
}

.leading-none {
  line-height: 1;
}

.leading-8 {
  line-height: 2rem;
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgba(255, 52, 52, var(--tw-text-opacity));
}

.text-bg {
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-grey-dark {
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgba(255, 52, 52, var(--tw-text-opacity));
}

.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgba(205, 205, 205, var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgba(52, 255, 158, var(--tw-text-opacity));
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-60 {
  opacity: 0.6;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.filter {
  --tw-blur: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-brightness: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-contrast: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-grayscale: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-hue-rotate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-invert: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-saturate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-sepia: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-drop-shadow: var(--tw-empty,
      /*!*/
      /*!*/
    );
  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);
}

.blur {
  --tw-blur: blur(8px);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-brightness: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-contrast: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-grayscale: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-hue-rotate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-invert: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-opacity: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-saturate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-sepia: var(--tw-empty,
      /*!*/
      /*!*/
    );
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-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;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration {
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-y-center {
  display: flex;
  align-items: center;
}

.flex-y-start {
  display: flex;
  align-items: baseline;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.first\:items-start:first-child {
  align-items: flex-start;
}

.first\:pb-20:first-child {
  padding-bottom: 5rem;
}

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

.last\:items-end:last-child {
  align-items: flex-end;
}

.last\:pt-20:last-child {
  padding-top: 5rem;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:h-\[120px\]:hover {
  height: 120px;
}

.hover\:w-\[120px\]:hover {
  width: 120px;
}

.hover\:border-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 52, 52, var(--tw-border-opacity));
}

.hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:text-grey-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity));
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 52, 52, var(--tw-text-opacity));
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:border-orange-500:active {
  --tw-border-opacity: 1;
  border-color: rgba(203, 29, 38, var(--tw-border-opacity));
}

.active\:bg-orange-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 29, 38, var(--tw-bg-opacity));
}

.active\:bg-grey-500:active {
  --tw-bg-opacity: 1;
  background-color: rgba(205, 205, 205, var(--tw-bg-opacity));
}

.active\:text-orange-500:active {
  --tw-text-opacity: 1;
  color: rgba(203, 29, 38, var(--tw-text-opacity));
}

.active\:text-opacity-70:active {
  --tw-text-opacity: 0.7;
}

.group:hover .group-hover\:-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.group:hover .group-hover\:rotate-90 {
  --tw-rotate: 90deg;
}

@media (max-width: 1760px) {
  .xxl\:w-\[45\%\] {
    width: 45%;
  }

  .xxl\:w-\[55\%\] {
    width: 55%;
  }

  .xxl\:pr-0 {
    padding-right: 0px;
  }
}

@media (max-width: 1550px) {
  .xl\:right-14 {
    right: 3.5rem;
  }

  .xl\:bottom-14 {
    bottom: 3.5rem;
  }

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

  .xl\:left-\[380px\] {
    left: 380px;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

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

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

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-\[80px\] {
    margin-right: 80px;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:h-\[45px\] {
    height: 45px;
  }

  .xl\:w-\[210px\] {
    width: 210px;
  }

  .xl\:w-\[70px\] {
    width: 70px;
  }

  .xl\:w-\[380px\] {
    width: 380px;
  }

  .xl\:w-\[320px\] {
    width: 320px;
  }

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

  .xl\:space-y-2> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-3> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-10> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-6> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

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

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

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

  .xl\:pl-\[380px\] {
    padding-left: 380px;
  }

  .xl\:pt-\[80px\] {
    padding-top: 80px;
  }

  .xl\:pr-\[80px\] {
    padding-right: 80px;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

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

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:text-42 {
    font-size: 2.625rem;
  }

  .xl\:text-62 {
    font-size: 3.875rem;
  }

  .xl\:text-36 {
    font-size: 2.25rem;
  }

  .xl\:text-18 {
    font-size: 1.125rem;
  }

  .xl\:text-28 {
    font-size: 1.75rem;
  }

  .xl\:text-40 {
    font-size: 2.5rem;
  }

  .xl\:text-22 {
    font-size: 1.375rem;
  }

  .xl\:text-14 {
    font-size: 0.875rem;
  }

  .xl\:text-16 {
    font-size: 1rem;
  }

  .xl\:text-82 {
    font-size: 5.125rem;
  }
}

@media (max-width: 1350px) {
  .lg\:-top-1\.5 {
    top: -0.375rem;
  }

  .lg\:-top-1 {
    top: -0.25rem;
  }

  .lg\:-right-1 {
    right: -0.25rem;
  }

  .lg\:-right-1\.5 {
    right: -0.375rem;
  }

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

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

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!hidden {
    display: none !important;
  }

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

  .lg\:w-\[52px\] {
    width: 52px;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:text-42 {
    font-size: 2.625rem;
  }

  .lg\:text-52 {
    font-size: 3.25rem;
  }

  .lg\:text-36 {
    font-size: 2.25rem;
  }

  .lg\:text-18 {
    font-size: 1.125rem;
  }

  .lg\:text-40 {
    font-size: 2.5rem;
  }

  .lg\:text-14 {
    font-size: 0.875rem;
  }

  .lg\:text-72 {
    font-size: 4.5rem;
  }

  .lg\:text-22 {
    font-size: 1.375rem;
  }
}

@media (max-width: 992px) {
  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:top-\[45px\] {
    top: 45px;
  }

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

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

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

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

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

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

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

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

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:w-1\/5 {
    width: 20%;
  }

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

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

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

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:space-y-9> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .md\:bg-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:pr-\[40px\] {
    padding-right: 40px;
  }

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

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

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

  .md\:text-16 {
    font-size: 1rem;
  }

  .md\:text-12 {
    font-size: 0.75rem;
  }

  .md\:text-14 {
    font-size: 0.875rem;
  }

  .md\:text-40 {
    font-size: 2.5rem;
  }

  .md\:text-24 {
    font-size: 1.5rem;
  }

  .md\:text-18 {
    font-size: 1.125rem;
  }

  .md\:flex-y-center {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 760px) {

  .sm\:aspect-w-1,
  .sm\:aspect-w-2,
  .sm\:aspect-w-3,
  .sm\:aspect-w-4,
  .sm\:aspect-w-5,
  .sm\:aspect-w-6,
  .sm\:aspect-w-7,
  .sm\:aspect-w-8,
  .sm\:aspect-w-9,
  .sm\:aspect-w-10,
  .sm\:aspect-w-11,
  .sm\:aspect-w-12,
  .sm\:aspect-w-13,
  .sm\:aspect-w-14,
  .sm\:aspect-w-15,
  .sm\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .sm\:aspect-w-1>*,
  .sm\:aspect-w-2>*,
  .sm\:aspect-w-3>*,
  .sm\:aspect-w-4>*,
  .sm\:aspect-w-5>*,
  .sm\:aspect-w-6>*,
  .sm\:aspect-w-7>*,
  .sm\:aspect-w-8>*,
  .sm\:aspect-w-9>*,
  .sm\:aspect-w-10>*,
  .sm\:aspect-w-11>*,
  .sm\:aspect-w-12>*,
  .sm\:aspect-w-13>*,
  .sm\:aspect-w-14>*,
  .sm\:aspect-w-15>*,
  .sm\:aspect-w-16>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:aspect-w-12 {
    --tw-aspect-w: 12;
  }

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

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:top-\[65px\] {
    top: 65px;
  }

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

  .sm\:top-\[-30px\] {
    top: -30px;
  }

  .sm\:left-\[-40px\] {
    left: -40px;
  }

  .sm\:left-\[20px\] {
    left: 20px;
  }

  .sm\:z-300 {
    z-index: 300;
  }

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

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

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

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

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .sm\:mt-16 {
    margin-top: 4rem;
  }

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

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

  .sm\:\!mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

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

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

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

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

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

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

  .sm\:mt-5\.5 {
    margin-top: 1.375rem;
  }

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

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:\!flex {
    display: flex !important;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:\!hidden {
    display: none !important;
  }

  .sm\:\!h-10 {
    height: 2.5rem !important;
  }

  .sm\:h-\[60px\] {
    height: 60px;
  }

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

  .sm\:h-\[14px\] {
    height: 14px;
  }

  .sm\:h-\[70px\] {
    height: 70px;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:max-h-\[1000px\] {
    max-height: 1000px;
  }

  .sm\:max-h-\[400px\] {
    max-height: 400px;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:\!w-full {
    width: 100% !important;
  }

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

  .sm\:\!w-10 {
    width: 2.5rem !important;
  }

  .sm\:w-1\.5 {
    width: 0.375rem;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-\[60px\] {
    width: 60px;
  }

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

  .sm\:w-3 {
    width: 0.75rem;
  }

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

  .sm\:w-\[70px\] {
    width: 70px;
  }

  .sm\:\!w-\[130px\] {
    width: 130px !important;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-\[10px\] {
    width: 10px;
  }

  .sm\:w-\[50px\] {
    width: 50px;
  }

  .sm\:w-\[100px\] {
    width: 100px;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

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

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

  .sm\:w-\[400px\] {
    width: 400px;
  }

  .sm\:\!w-\[120px\] {
    width: 120px !important;
  }

  .sm\:\!w-\[12px\] {
    width: 12px !important;
  }

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

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:min-w-\[14px\] {
    min-width: 14px;
  }

  .sm\:min-w-\[200px\] {
    min-width: 200px;
  }

  .sm\:max-w-\[500px\] {
    max-width: 500px;
  }

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

  .sm\:max-w-\[400px\] {
    max-width: 400px;
  }

  .sm\:scale-x-\[1\] {
    --tw-scale-x: 1;
  }

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

  .sm\:items-stretch {
    align-items: stretch;
  }

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

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:space-y-5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-0> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-5\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-9> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

  .sm\:p-\[50px\] {
    padding: 50px;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-1\.5 {
    padding: 0.375rem;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

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

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

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

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

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

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

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

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

  .sm\:text-14 {
    font-size: 0.875rem;
  }

  .sm\:text-26 {
    font-size: 1.625rem;
  }

  .sm\:text-22 {
    font-size: 1.375rem;
  }

  .sm\:text-12 {
    font-size: 0.75rem;
  }

  .sm\:text-38 {
    font-size: 2.375rem;
  }

  .sm\:text-10 {
    font-size: 0.625rem;
  }

  .sm\:text-16 {
    font-size: 1rem;
  }

  .sm\:text-18 {
    font-size: 1.125rem;
  }

  .sm\:text-20 {
    font-size: 1.25rem;
  }

  .sm\:text-58 {
    font-size: 3.625rem;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }
}

@media (max-width: 550px) {
  .xs\:left-auto {
    left: auto;
  }

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

  .xs\:mr-4\.5 {
    margin-right: 1.125rem;
  }

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

  .xs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xs\:block {
    display: block;
  }

  .xs\:\!flex {
    display: flex !important;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:h-\[120px\] {
    height: 120px;
  }

  .xs\:h-\[50px\] {
    height: 50px;
  }

  .xs\:max-h-\[300px\] {
    max-height: 300px;
  }

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

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

  .xs\:w-\[300px\] {
    width: 300px;
  }

  .xs\:\!w-\[90px\] {
    width: 90px !important;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-\[100px\] {
    width: 100px;
  }

  .xs\:w-\[50px\] {
    width: 50px;
  }

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

  .xs\:justify-center {
    justify-content: center;
  }

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

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

  .xs\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:pb-0 {
    padding-bottom: 0px;
  }

  .xs\:text-28 {
    font-size: 1.75rem;
  }

  .xs\:text-32 {
    font-size: 2rem;
  }

  .xs\:text-20 {
    font-size: 1.25rem;
  }

  .xs\:text-12 {
    font-size: 0.75rem;
  }

  .xs\:flex-y-center {
    display: flex;
    align-items: center;
  }
}

@import url(https://fonts/css.googleapis.com/css2?family=Alex+Brush&display=swap);
@import url(https://fonts/css.googleapis.com/css2?family=Bebas+Neue&display=swap);

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4clBXOCl9bbnla_nHIq4pu9qKS-awhq.woff2) format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4clBXOCl9bbnla_nHIq65u9qKS-awhq.woff2) format("woff2");
  unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4clBXOCl9bbnla_nHIq4Ju9qKS-awhq.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4clBXOCl9bbnla_nHIq4Zu9qKS-awhq.woff2) format("woff2");
  unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4clBXOCl9bbnla_nHIq75u9qKS-aw.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4cgBXOCl9bbnla_nHIiHLioiIazQTJjFuER.woff2) format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4cgBXOCl9bbnla_nHIiHLiogYazQTJjFuER.woff2) format("woff2");
  unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4cgBXOCl9bbnla_nHIiHLioioazQTJjFuER.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4cgBXOCl9bbnla_nHIiHLioi4azQTJjFuER.woff2) format("woff2");
  unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4cgBXOCl9bbnla_nHIiHLiohYazQTJjFg.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4cgBXOCl9bbnla_nHIiVL6oiIazQTJjFuER.woff2) format("woff2");
  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4cgBXOCl9bbnla_nHIiVL6ogYazQTJjFuER.woff2) format("woff2");
  unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4cgBXOCl9bbnla_nHIiVL6oioazQTJjFuER.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4cgBXOCl9bbnla_nHIiVL6oi4azQTJjFuER.woff2) format("woff2");
  unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts/css.gstatic.com/s/cormorant/v11/H4cgBXOCl9bbnla_nHIiVL6ohYazQTJjFg.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-ExtraBold.9000ed2.eot);
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url(/_nuxt/fonts/css/Gilroy-ExtraBold.9000ed2.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-ExtraBold.cb76104.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-ExtraBold.0ac6879.ttf) format("truetype");
  font-weight: 800;
  font-style: normal
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-Heavy.e557364.eot);
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url(/_nuxt/fonts/css/Gilroy-Heavy.e557364.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-Heavy.d750438.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-Heavy.73c8d03.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-LightItalic.485f80e.eot);
  src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url(/_nuxt/fonts/css/Gilroy-LightItalic.485f80e.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-LightItalic.3da028f.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-LightItalic.181ce0e.ttf) format("truetype");
  font-weight: 300;
  font-style: italic
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-ThinItalic.074ed56.eot);
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url(/_nuxt/fonts/css/Gilroy-ThinItalic.074ed56.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-ThinItalic.934c6cd.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-ThinItalic.746b432.ttf) format("truetype");
  font-weight: 100;
  font-style: italic
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-BlackItalic.8cac949.eot);
  src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url(/_nuxt/fonts/css/Gilroy-BlackItalic.8cac949.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-BlackItalic.39c229f.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-BlackItalic.0adb2dc.ttf) format("truetype");
  font-weight: 900;
  font-style: italic
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-BoldItalic.7e335b2.eot);
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url(/_nuxt/fonts/css/Gilroy-BoldItalic.7e335b2.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-BoldItalic.82ec4c7.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-BoldItalic.6bea4a4.ttf) format("truetype");
  font-weight: 700;
  font-style: italic
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-SemiBold.8134b9a.eot);
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url(/_nuxt/fonts/css/Gilroy-SemiBold.8134b9a.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-SemiBold.e38937d.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-SemiBold.6780292.ttf) format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-UltraLightItalic.0eaf6ee.eot);
  src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url(/_nuxt/fonts/css/Gilroy-UltraLightItalic.0eaf6ee.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-UltraLightItalic.371171f.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-UltraLightItalic.8c3864f.ttf) format("truetype");
  font-weight: 200;
  font-style: italic
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-SemiBoldItalic.2a3e284.eot);
  src: local("Gilroy SemiBold Italic"), local("Gilroy-SemiBoldItalic"), url(/_nuxt/fonts/css/Gilroy-SemiBoldItalic.2a3e284.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-SemiBoldItalic.56127a2.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-SemiBoldItalic.3de62e3.ttf) format("truetype");
  font-weight: 600;
  font-style: italic
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-Light.8862796.eot);
  src: local("Gilroy Light"), local("Gilroy-Light"), url(/_nuxt/fonts/css/Gilroy-Light.8862796.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-Light.9df2f5d.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-Light.1b7fff5.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-MediumItalic.656d4f1.eot);
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url(/_nuxt/fonts/css/Gilroy-MediumItalic.656d4f1.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-MediumItalic.84d4545.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-MediumItalic.055223c.ttf) format("truetype");
  font-weight: 500;
  font-style: italic
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-ExtraBoldItalic.2b33fbb.eot);
  src: local("Gilroy ExtraBold Italic"), local("Gilroy-ExtraBoldItalic"), url(/_nuxt/fonts/css/Gilroy-ExtraBoldItalic.2b33fbb.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-ExtraBoldItalic.2df7a55.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-ExtraBoldItalic.9c9417e.ttf) format("truetype");
  font-weight: 800;
  font-style: italic
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-Regular.1d051d9.eot);
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url(/_nuxt/fonts/css/Gilroy-Regular.1d051d9.eot?#iefix) format("embedded-opentype"), url(/fonts/css/Gilroy-Regular.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-Regular.b91b012.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-HeavyItalic.ede9efc.eot);
  src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url(/_nuxt/fonts/css/Gilroy-HeavyItalic.ede9efc.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-HeavyItalic.83e72a4.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-HeavyItalic.8655751.ttf) format("truetype");
  font-weight: 900;
  font-style: italic
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-Medium.b84941b.eot);
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url(/_nuxt/fonts/css/Gilroy-Medium.b84941b.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-Medium.2bc7f5d.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-Medium.f9f832b.ttf) format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-RegularItalic.ddc7f82.eot);
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url(/_nuxt/fonts/css/Gilroy-RegularItalic.ddc7f82.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-RegularItalic.cd8c71a.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-RegularItalic.8bbf15b.ttf) format("truetype");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-UltraLight.e7028e6.eot);
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url(/_nuxt/fonts/css/Gilroy-UltraLight.e7028e6.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-UltraLight.d23a0ed.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-UltraLight.68e17cc.ttf) format("truetype");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-Bold.a732fed.eot);
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url(/_nuxt/fonts/css/Gilroy-Bold.a732fed.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-Bold.5fb38b9.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-Bold.b900325.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-Thin.724e5c2.eot);
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url(/_nuxt/fonts/css/Gilroy-Thin.724e5c2.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-Thin.6e2e7d4.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-Thin.a21a139.ttf) format("truetype");
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: "Gilroy";
  src: url(/_nuxt/fonts/css/Gilroy-Black.724ac9b.eot);
  src: local("Gilroy Black"), local("Gilroy-Black"), url(/_nuxt/fonts/css/Gilroy-Black.724ac9b.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/css/Gilroy-Black.1f5dc74.woff) format("woff"), url(/_nuxt/fonts/css/Gilroy-Black.bf3a5f7.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: "Limelight";
  src: url(/fonts/css/Limelight-Regular.ttf) format("truetype")
}

@font-face {
  font-family: "PoiretOne";
  src: url(/fonts/css/PoiretOne-Regular.ttf) format("truetype")
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 625px;
  padding-left: 1.375rem;
  padding-right: 1.375rem
}

@media (max-width: 992px) {
  .container {
    padding-left: 1.375rem;
    padding-right: 1.375rem
  }
}

h1 {
  font-size: 5.75rem;
  font-weight: 500;
  line-height: 1
}

@media (max-width: 1550px) {
  h1 {
    font-size: 4.75rem
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: 3.625rem
  }
}

h2 {
  font-family: Cormorant, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 58px;
  font-weight: 500;
  line-height: 1
}

@media (max-width: 760px) {
  h2 {
    font-size: 36px
  }
}

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

@media (max-width: 760px) {
  h3 {
    font-size: 1.375rem
  }
}

h4 {
  font-family: Gilroy, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.375rem;
  font-weight: 500
}

@media (max-width: 1550px) {
  h4 {
    font-size: 1.125rem
  }
}

@media (max-width: 760px) {
  h4 {
    font-size: 1rem
  }
}

body {
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  font-family: Gilroy, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (max-width: 1550px) {
  body {
    font-size: 0.875rem
  }
}

.page-container {
  padding-left: 110px;
  padding-right: 110px
}

@media (max-width: 1550px) {
  .page-container {
    padding-left: 80px;
    padding-right: 80px
  }
}

@media (max-width: 760px) {
  .page-container {
    padding-left: 1.375rem;
    padding-right: 1.375rem
  }
}

.page-offset-top {
  padding-top: 140px
}

@media (max-width: 760px) {
  .page-offset-top {
    padding-top: 90px
  }
}

h1,
h2,
h3 {
  font-family: Cormorant, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.slider-arrow {
  position: relative !important;
  height: 16px !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  overflow: hidden !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  opacity: 1 !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important
}

.slider-arrow:before {
  content: "";
  position: absolute !important;
  top: 50% !important;
  z-index: -1 !important;
  display: block !important;
  height: 16px !important;
  width: 16px !important;
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
  --tw-translate-y: -50% !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.slider-arrow.disabled,
.slider-arrow.swiper-button-disabled {
  pointer-events: none !important;
  opacity: 0.3 !important
}

.slider-arrow.prev:before {
  left: auto !important;
  right: 0px !important;
  --tw-translate-x: 100% !important
}

.slider-arrow.prev:hover:before {
  right: 50% !important;
  --tw-translate-x: 50% !important
}

.slider-arrow.prev:active:before {
  left: 0px !important;
  --tw-translate-x: 0px !important
}

.slider-arrow.next:before {
  left: 0px !important;
  --tw-translate-x: -100% !important
}

.slider-arrow.next:hover:before {
  left: 50% !important;
  --tw-translate-x: -50% !important
}

.slider-arrow.next:active:before {
  left: auto !important;
  right: 0px !important;
  --tw-translate-x: 0px !important
}

.number-pagination {
  position: relative !important;
  display: flex !important;
  width: 100% !important
}

.number-pagination:after {
  content: "";
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
  display: block !important;
  height: 0.125rem !important;
  width: 100% !important;
  opacity: 0.3 !important;
  background: linear-gradient(180deg, #fff 66.15%, hsla(0, 0%, 100%, .5))
}

.number-pagination .swiper-pagination-bullet {
  position: relative !important
}

.number-pagination .swiper-pagination-bullet {
  z-index: 20 !important
}

.number-pagination .swiper-pagination-bullet {
  margin: 0px !important
}

.number-pagination .swiper-pagination-bullet {
  margin-right: 1rem !important
}

.number-pagination .swiper-pagination-bullet {
  height: 2.5rem !important
}

.number-pagination .swiper-pagination-bullet {
  width: auto !important
}

.number-pagination .swiper-pagination-bullet {
  border-radius: 0px !important
}

.number-pagination .swiper-pagination-bullet {
  background-image: none !important
}

.number-pagination .swiper-pagination-bullet {
  font-size: 1rem !important
}

.number-pagination .swiper-pagination-bullet {
  opacity: 0.3 !important
}

.number-pagination .swiper-pagination-bullet {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.number-pagination .swiper-pagination-bullet {
  display: flex !important;
  align-items: center !important
}

.number-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px !important
}

.number-pagination .swiper-pagination-bullet:hover {
  opacity: 0.5 !important
}

@media (max-width: 550px) {
  .number-pagination .swiper-pagination-bullet {
    font-size: 0.75rem !important
  }
}

.number-pagination .swiper-pagination-bullet:before {
  content: ""
}

.number-pagination .swiper-pagination-bullet:before {
  position: absolute !important
}

.number-pagination .swiper-pagination-bullet:before {
  bottom: 0px !important
}

.number-pagination .swiper-pagination-bullet:before {
  left: 0px !important
}

.number-pagination .swiper-pagination-bullet:before {
  display: none !important
}

.number-pagination .swiper-pagination-bullet:before {
  height: 0.125rem !important
}

.number-pagination .swiper-pagination-bullet:before {
  width: 120px !important
}

.number-pagination .swiper-pagination-bullet:before {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity)) !important
}

.number-pagination .swiper-pagination-bullet {
  background: none
}

.number-pagination .swiper-pagination-bullet-active {
  flex: 1 1 0% !important
}

.number-pagination .swiper-pagination-bullet-active {
  justify-content: center !important
}

.number-pagination .swiper-pagination-bullet-active {
  background-image: none !important
}

.number-pagination .swiper-pagination-bullet-active {
  font-size: 1.375rem !important
}

.number-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important
}

.number-pagination .swiper-pagination-bullet-active:hover {
  opacity: 1 !important
}

@media (max-width: 550px) {
  .number-pagination .swiper-pagination-bullet-active {
    font-size: 1rem !important
  }
}

.number-pagination .swiper-pagination-bullet-active:before {
  left: 50% !important
}

.number-pagination .swiper-pagination-bullet-active:before {
  display: block !important
}

.number-pagination .swiper-pagination-bullet-active:before {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(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)) !important
}

.number-pagination .swiper-pagination-bullet-active:before {
  --tw-translate-x: -50% !important
}

.number-pagination .swiper-pagination-bullet-active:first-child {
  justify-content: flex-start !important
}

.number-pagination .swiper-pagination-bullet-active:first-child:before {
  left: 0px !important
}

.number-pagination .swiper-pagination-bullet-active:first-child:before {
  transform: none !important
}

.number-pagination .swiper-pagination-bullet-active:last-child {
  justify-content: flex-end !important
}

.number-pagination .swiper-pagination-bullet-active:last-child:before {
  right: 0px !important
}

.number-pagination .swiper-pagination-bullet-active:last-child:before {
  transform: none !important
}

.number-pagination .swiper-pagination-bullet-active:last-child:before {
  left: auto !important
}

.privacyLicenceText__box {
  margin-bottom: 2rem
}

.privacyLicenceText__title {
  margin-bottom: 0.75rem
}

.privacyLicenceText__title {
  font-size: 1.125rem
}

.privacyLicenceText__title {
  font-weight: 700
}

.privacyLicenceText__subtitle {
  opacity: 0.5
}

.privacyLicenceText p {
  margin-bottom: 0.5rem
}

.privacyLicenceText ul {
  padding-left: 1.25rem
}

.privacyLicenceText ul li {
  margin-bottom: 0.5rem
}

.strike-diagonal-price {
  position: relative
}

.strike-diagonal-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-color: currentcolor red red;
  border-top: 2px solid red;
  transform: rotate(-25deg)
}

.app-datepicker.mx-datepicker-main {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
}

.app-datepicker.mx-datepicker-main .mx-datepicker-content .cell {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.app-datepicker.mx-datepicker-main .mx-datepicker-content .cell:hover {
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity))
}

.app-datepicker.mx-datepicker-main .mx-datepicker-content .cell.active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity))
}

.app-datepicker.mx-datepicker-main .mx-datepicker-content .cell.active:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.app-datepicker.mx-datepicker-main .mx-datepicker-content .cell.disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

.app-datepicker.mx-datepicker-main .mx-datepicker-content .cell.disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.app-datepicker.mx-datepicker-main .mx-datepicker-content .cell.disabled {
  opacity: 0.4
}

.app-datepicker.mx-datepicker-main .mx-datepicker-content .cell.disabled:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.app-datepicker.mx-datepicker-main .mx-datepicker-content .cell.not-current-month {
  --tw-text-opacity: 1;
  color: rgba(196, 196, 196, var(--tw-text-opacity))
}

.app-datepicker.mx-datepicker-main .mx-btn:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 52, 52, var(--tw-text-opacity))
}

.app-datepicker.mx-datepicker-main .mx-time {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity))
}

.app-datepicker.mx-datepicker-main .mx-time {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.app-datepicker.mx-datepicker-main .mx-time-option.active {
  --tw-text-opacity: 1;
  color: rgba(255, 52, 52, var(--tw-text-opacity))
}

.app-datepicker.mx-datepicker-main .mx-time-option.disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

.app-datepicker.mx-datepicker-main .mx-time-option.disabled {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.app-datepicker.mx-datepicker-main .mx-time-option.disabled {
  opacity: 0.4
}

.app-datepicker.mx-datepicker-main .mx-time-option.disabled:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.app-range-slider {
  height: 2px !important;
}

.app-range-slider .vue-slider-dot {
  height: 22px !important
}

.app-range-slider .vue-slider-dot {
  width: 22px !important
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle {
  position: relative
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle:before {
  content: ""
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle:before {
  position: absolute !important
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle:before {
  top: 50% !important
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle:before {
  left: 50% !important
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle:before {
  height: 6px !important
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle:before {
  width: 6px !important
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle:before {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(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)) !important
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle:before {
  --tw-translate-x: -50% !important
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle:before {
  --tw-translate-y: -50% !important
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle:before {
  border-radius: 9999px !important
}

.app-range-slider .vue-slider-dot .vue-slider-dot-handle:before {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity)) !important
}

.app-range-slider .vue-slider-process {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity)) !important
}

.app-range-slider .vue-slider-dot-tooltip-inner {
  background-color: transparent
}

.app-range-slider .vue-slider-dot-tooltip-inner {
  font-family: Gilroy, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.app-range-slider .vue-slider-dot-tooltip-inner {
  font-size: 0.875rem
}

.app-range-slider .vue-slider-dot-tooltip-inner {
  font-weight: 500
}

.app-range-slider .vue-slider-dot-tooltip-inner:after {
  display: none
}

.app-range-slider .vue-slider-mark {
  opacity: 0
}

.t-fade-enter,
.t-fade-leave-to {
  opacity: 0
}

.t-fade-enter-active,
.t-fade-leave-active {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms
}

.vue-slider-dot {
  position: absolute;
  transition: all 0s;
  z-index: 5
}

.vue-slider-dot:focus {
  outline: none
}

.vue-slider-dot-tooltip {
  position: absolute;
  visibility: hidden
}

.vue-slider-dot-hover:hover .vue-slider-dot-tooltip,
.vue-slider-dot-tooltip-show {
  visibility: visible
}

.vue-slider-dot-tooltip-top {
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%)
}

.vue-slider-dot-tooltip-bottom {
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%)
}

.vue-slider-dot-tooltip-left {
  left: -10px;
  top: 50%;
  transform: translate(-100%, -50%)
}

.vue-slider-dot-tooltip-right {
  right: -10px;
  top: 50%;
  transform: translate(100%, -50%)
}

.vue-slider-marks {
  position: relative;
  width: 100%;
  height: 100%
}

.vue-slider-mark {
  position: absolute;
  z-index: 1
}

.vue-slider-ltr .vue-slider-mark,
.vue-slider-rtl .vue-slider-mark {
  width: 0;
  height: 100%;
  top: 50%
}

.vue-slider-ltr .vue-slider-mark-step,
.vue-slider-rtl .vue-slider-mark-step {
  top: 0
}

.vue-slider-ltr .vue-slider-mark-label,
.vue-slider-rtl .vue-slider-mark-label {
  top: 100%;
  margin-top: 10px
}

.vue-slider-ltr .vue-slider-mark {
  transform: translate(-50%, -50%)
}

.vue-slider-ltr .vue-slider-mark-step {
  left: 0
}

.vue-slider-ltr .vue-slider-mark-label {
  left: 50%;
  transform: translateX(-50%)
}

.vue-slider-rtl .vue-slider-mark {
  transform: translate(50%, -50%)
}

.vue-slider-rtl .vue-slider-mark-step {
  right: 0
}

.vue-slider-rtl .vue-slider-mark-label {
  right: 50%;
  transform: translateX(50%)
}

.vue-slider-btt .vue-slider-mark,
.vue-slider-ttb .vue-slider-mark {
  width: 100%;
  height: 0;
  left: 50%
}

.vue-slider-btt .vue-slider-mark-step,
.vue-slider-ttb .vue-slider-mark-step {
  left: 0
}

.vue-slider-btt .vue-slider-mark-label,
.vue-slider-ttb .vue-slider-mark-label {
  left: 100%;
  margin-left: 10px
}

.vue-slider-btt .vue-slider-mark {
  transform: translate(-50%, 50%)
}

.vue-slider-btt .vue-slider-mark-step {
  top: 0
}

.vue-slider-btt .vue-slider-mark-label {
  top: 50%;
  transform: translateY(-50%)
}

.vue-slider-ttb .vue-slider-mark {
  transform: translate(-50%, -50%)
}

.vue-slider-ttb .vue-slider-mark-step {
  bottom: 0
}

.vue-slider-ttb .vue-slider-mark-label {
  bottom: 50%;
  transform: translateY(50%)
}

.vue-slider-mark-label,
.vue-slider-mark-step {
  position: absolute
}

.vue-slider {
  position: relative;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.vue-slider-rail {
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: width, height, left, right, top, bottom
}

.vue-slider-process {
  position: absolute;
  z-index: 1
}

.vue-slider-disabled {
  opacity: .5;
  cursor: not-allowed
}

.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px
}

.vue-slider-process {
  background-color: #3498db;
  border-radius: 15px
}

.vue-slider-mark {
  z-index: 4
}

.vue-slider-mark:first-child .vue-slider-mark-step,
.vue-slider-mark:last-child .vue-slider-mark-step {
  display: none
}

.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .16)
}

.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap
}

.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .32)
}

.vue-slider-dot-handle-focus {
  box-shadow: 0 0 1px 2px rgba(52, 152, 219, .36)
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #3498db;
  background-color: #3498db;
  box-sizing: content-box
}

.vue-slider-dot-tooltip-inner:after {
  content: "";
  position: absolute
}

.vue-slider-dot-tooltip-inner-top:after {
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: inherit
}

.vue-slider-dot-tooltip-inner-bottom:after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color: inherit
}

.vue-slider-dot-tooltip-inner-left:after {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: inherit
}

.vue-slider-dot-tooltip-inner-right:after {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-right-color: inherit
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  transition: all .3s
}

.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1
}

.v-select {
  position: relative;
  font-family: inherit
}

.v-select,
.v-select * {
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, .5);
  transform: scale(1);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator {
  opacity: 0
}

.vs__clear {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options {
  text-align: center
}

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled:hover {
  cursor: inherit
}

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected {
  display: none
}

.vs__search::-webkit-search-cancel-button {
  display: none
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
  display: none
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1
}

.vs__search::-moz-placeholder {
  color: inherit
}

.vs__search:-ms-input-placeholder {
  color: inherit
}

.vs__search::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2
}

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left-color: rgba(60, 60, 60, .45);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity .1s
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner {
  opacity: 1
}

.layout-presentation[data-v-711e08f0] {
  --gold: #dcc97c;
  --blue: #2d2459;
  --deep: #0c0f23;
  --white: #fff;
  --xs: 550px;
  --md: 992px;
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  font-family: "PoiretOne", serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--gold);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (min-width:550px) {
  .layout-presentation[data-v-711e08f0] {
    font-size: 18px
  }
}

@media (min-width:992px) {
  .layout-presentation[data-v-711e08f0] {
    font-size: 20px
  }
}

.layout-presentation .modal-wrapper[data-v-711e08f0] {
  left: 0px
}

@media (max-width: 1350px) {
  .layout-presentation .modal-wrapper[data-v-711e08f0] {
    padding-top: 0px
  }
}

.layout-presentation .presentation-bg[data-v-711e08f0] {
  margin: 0px
}

.layout-presentation .presentation-bg[data-v-711e08f0] {
  height: 100%
}

.layout-presentation .presentation-bg[data-v-711e08f0] {
  width: 100%
}

.layout-presentation .presentation-bg[data-v-711e08f0] {
  background-repeat: repeat
}

.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center
}

.preloader.full {
  z-index: 500
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1
  }

  to {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1
  }

  to {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0
  }
}

.section {
  position: relative
}

.presentation-container {
  margin: auto;
}

.presentation-container h1,
.presentation-container h2,
.presentation-container h3,
.presentation-container h4,
.presentation-container h5,
.presentation-container h6 {
  font-family: "Limelight", serif;
  margin: 0
}

.presentation-container img,
.presentation-container svg {
  height: auto
}

.presentation-container img,
.presentation-container svg {
  max-width: 100%
}

.presentation-container a {
  text-decoration: inherit
}

.presentation-container a:hover {
  color: var(--white)
}

.presentation-container p {
  margin-bottom: 0px
}

.presentation-container p {
  margin-top: 0px
}

.presentation-container .presentation-page {
  position: relative;
  padding: 30px 15px
}

.presentation-container .presentation-bg {
  margin: 0px
}

.presentation-container .presentation-bg {
  height: 100%
}

.presentation-container .presentation-bg {
  width: 100%
}

.presentation-container .presentation-bg {
  background-repeat: repeat
}

.presentation-container .presentation-bg {
  background-size: 100%;
  background-image: url(/img/background.svg)
}

.presentation-container .presentation-bg:before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(125deg, hsl(250deg 42% 25%), hsl(247deg 44% 22%) 9%, hsl(243deg 44% 19%) 18%, hsl(242deg 46% 16%) 28%, hsl(236deg 47% 13%) 37%, hsl(233deg 48% 11%) 46%, hsl(233deg 48% 11%) 55%, hsl(236deg 47% 13%) 64%, hsl(242deg 46% 16%) 74%, hsl(243deg 44% 19%) 83%, hsl(247deg 44% 22%) 92%, hsl(250deg 42% 25%))
}

.presentation-container .presentation-bg:after,
.presentation-container .presentation-bg:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1
}

.presentation-container .presentation-bg:after {
  bottom: 0;
  border: 2px solid var(--gold);
  border-left: none;
  border-right: none;
  border-top: none;
  height: 5px;
  opacity: .75
}

.presentation-event-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.presentation-event-data .borders-wrap {
  display: flex;
  max-width: 690px;
  justify-content: space-between;
  width: 100%
}

.presentation-event-data .inner {
  padding: 0 5%;
  background-size: contain;
  flex: 1;
  text-align: center;
}

.presentation-event-data .inner .room {
  font-size: 25px;
  margin: 20px 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block
}

.presentation-event-data .inner .room:after,
.presentation-event-data .inner .room:before {
  content: "\2022";
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.presentation-event-data .inner .room:before {
  left: -8px
}

.presentation-event-data .inner .room:after {
  right: -8px
}

.presentation-event-data .inner .pre-heading {
  position: relative;
  margin: auto;
  top: -35px;
  max-width: 180px
}

@media (min-width:426px) {
  .presentation-event-data .inner .pre-heading {
    max-width: 270px
  }
}

@media (min-width:992px) {
  .presentation-event-data .inner .pre-heading {
    top: -70px;
    max-width: 380px
  }
}

.presentation-event-data .inner .name {
  padding-top: 1.5rem
}

.presentation-event-data .inner .name {
  font-size: 2.75rem
}

@media (max-width: 550px) {
  .presentation-event-data .inner .name {
    font-size: 2rem
  }
}

.presentation-event-data .inner .name {
  top: -6%
}

.presentation-event-data .inner .name:after {
  content: "";
  display: inline-block;
  width: 80%;
  height: 35px;
  min-height: 20px;
  background-image: url(/img/divider1.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: -20px
}

.presentation-event-data .inner .heading,
.presentation-event-data .inner .name {
  position: relative;
  word-break: break-word
}

.presentation-event-data .inner .heading {
  font-size: 3.25rem
}

@media (max-width: 550px) {
  .presentation-event-data .inner .heading {
    font-size: 2.25rem
  }
}

.presentation-event-data .inner .heading {
  margin-top: 3%;
  font-family: "Limelight", serif;
}

.presentation-event-data .inner .place {
  position: relative;
  display: inline-block;
  margin-top: 5%;
  font-size: 1.5rem;
  max-width: 90%
}

@media (min-width:505px) {
  .presentation-event-data .inner .place {
    font-size: 1.75rem
  }
}

.presentation-event-data .inner .place:after,
.presentation-event-data .inner .place:before {
  content: "\2022";
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.presentation-event-data .inner .place:before {
  left: -8px
}

.presentation-event-data .inner .place:after {
  right: -8px
}

.presentation-event-data .inner .date {
  display: flex
}

.presentation-event-data .inner .date {
  flex-direction: row
}

.presentation-event-data .inner .date {
  align-items: center
}

.presentation-event-data .inner .date {
  justify-content: center
}

.presentation-event-data .inner .date {
  gap: 0.5rem
}

.presentation-event-data .inner .date {
  font-size: 1.75rem
}

@media (max-width: 550px) {
  .presentation-event-data .inner .date {
    font-size: 1.25rem
  }
}

.presentation-event-data .inner .date {
  margin-top: 5%
}

@media (min-width:426px) {
  .presentation-event-data .inner .date {
    gap: 1.25rem
  }
}

.presentation-event-data .inner .date .date-middle {
  display: flex
}

.presentation-event-data .inner .date .date-middle {
  flex-direction: column
}

.presentation-event-data .inner .date .date-middle {
  gap: 0.5rem
}

.presentation-event-data .inner .date .lines {
  font-size: 1.75rem;
  position: relative;
  display: inline-block
}

.presentation-event-data .inner .date .lines:after,
.presentation-event-data .inner .date .lines:before {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background-image: url(/img/shape2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%
}

@media (min-width:426px) {

  .presentation-event-data .inner .date .lines:after,
  .presentation-event-data .inner .date .lines:before {
    width: 140px
  }
}

@media (min-width:992px) {

  .presentation-event-data .inner .date .lines:after,
  .presentation-event-data .inner .date .lines:before {
    width: 230px
  }
}

.presentation-event-data .inner .date .lines:before {
  transform: translateY(50%) rotate(-180deg);
  left: -95px
}

@media (min-width:426px) {
  .presentation-event-data .inner .date .lines:before {
    left: -150px
  }
}

@media (min-width:992px) {
  .presentation-event-data .inner .date .lines:before {
    left: -240px
  }
}

.presentation-event-data .inner .date .lines:after {
  transform: translateY(50%);
  right: -95px;
  background-position: 0
}

@media (min-width:426px) {
  .presentation-event-data .inner .date .lines:after {
    right: -150px
  }
}

@media (min-width:992px) {
  .presentation-event-data .inner .date .lines:after {
    right: -240px
  }
}

.presentation-event-data .inner .date .lines.lines-top {
  width: 100%
}

.presentation-event-data .inner .rombs {
  width: 70px;
  margin: 3% auto auto
}

.presentation-event-data .inner .uki-logo {
  max-width: 150px;
  width: 100%;
  margin: 10% auto 1rem
}

@media (min-width:426px) {
  .presentation-event-data .inner .uki-logo {
    margin-bottom: -4rem
  }
}

.presentation-event-data .crown {
  width: 100%;
  max-width: 690px;
  position: relative
}

.presentation-event-data .crown.crown-top {
  bottom: -2px
}

.presentation-event-data .crown.crown-bottom {
  transform: rotate(-180deg);
  top: -2px
}

.presentation-event-data .vector {
  height: auto;
  min-height: 100%;
  background-image: url(/img/shape1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: .4vw;
  position: relative;
  top: 0;
  bottom: 0
}

.presentation-event-data .vector.vector-left {
  left: 0
}

.presentation-event-data .vector.vector-rigth {
  right: 0
}

@media (min-width:1203px) {
  .presentation-event-data .vector {
    width: .17vw
  }
}

.presentation-event-data .arrow-subheadline {
  font-size: 1.75rem;
  position: relative;
  margin-top: 1%;
  text-align: center
}

.presentation-event-data .arrow-subheadline:after {
  width: 50%
}

@media (max-width: 550px) {
  .presentation-event-data .arrow-subheadline:after {
    width: 75%
  }
}

.presentation-event-data .arrow-subheadline:after {
  content: "";
  display: inline-block;
  height: 35px;
  min-height: 20px;
  background-image: url(/img/divider1.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: -17px
}

.presentation-room-description {
  position: relative;
  margin-top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.presentation-room-description img {
  max-width: 90% !important;
  margin: auto;
  -webkit-clip-path: polygon(0 20px, 20px 20px, 20px 0, calc(100% - 20px) 0, calc(100% - 20px) 20px, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 20px calc(100% - 20px), 0 calc(100% - 20px));
  clip-path: polygon(0 20px, 20px 20px, 20px 0, calc(100% - 20px) 0, calc(100% - 20px) 20px, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 20px calc(100% - 20px), 0 calc(100% - 20px))
}

.presentation-room-description .top-text {
  margin-top: 0.5rem
}

.presentation-room-description .top-text {
  font-size: 2.5rem
}

@media (max-width: 550px) {
  .presentation-room-description .top-text {
    font-size: 1.75rem
  }
}

.presentation-room-description .top-text {
  font-family: "Limelight", serif;
  text-transform: uppercase
}

.presentation-room-description .arrow-subheadline {
  position: relative;
  text-align: center
}

.presentation-room-description .arrow-subheadline:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 38px;
  min-height: 20px;
  background-image: url(/img/divider1.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: -17px
}

.presentation-room-description .fancy-paragraph {
  font-size: 1.05rem;
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 2rem
}

.presentation-room-description .fancy-paragraph,
.presentation-room-description .inner-wrap {
  position: relative
}

.presentation-room-description .inner-wrap {
  max-width: 690px;
  flex: 1;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.presentation-room-description .inner-wrap:after,
.presentation-room-description .inner-wrap:before {
  display: inline-block;
  content: "";
  background-image: url(/img/shape3.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.presentation-room-description .inner-wrap:before {
  top: -1.45rem
}

.presentation-room-description .inner-wrap:after {
  bottom: -.95rem
}

.presentation-room-description .inner-wrap .content {
  text-align: center
}

.presentation-room-description .inner-wrap .content {
  padding: 10% 15%;
}

.presentation-room-description .inner-wrap .content .name {
  font-size: 2.8rem;
  top: -6%;
  word-break: break-word
}

.presentation-room-description .inner-wrap .content .name:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 35px;
  min-height: 20px;
  background-image: url(/img/divider1.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: -20px
}

.presentation-room-description .inner-wrap .frame-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.presentation-room-description .inner-wrap .frame-wrap .box {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  border: 1px solid var(--gold)
}

@media (min-width:767px) {
  .presentation-room-description .inner-wrap .frame-wrap .box {
    border-left-color: var(--gold);
    border-left-style: solid;
    border-left-width: 2px;
    border-bottom-color: var(--gold);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-color: var(--gold);
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: var(--gold);
    border-top-style: solid;
    border-top-width: 2px
  }
}

.presentation-room-description .inner-wrap .frame-wrap .box.box-1 {
  top: 0;
  left: 0
}

.presentation-room-description .inner-wrap .frame-wrap .box.box-2 {
  top: 0;
  right: 0
}

.presentation-room-description .inner-wrap .frame-wrap .box.box-3 {
  bottom: -4px;
  left: 0
}

.presentation-room-description .inner-wrap .frame-wrap .box.box-4 {
  bottom: -4px;
  right: 0
}

.presentation-room-description .inner-wrap .frame {
  position: absolute;
  box-shadow: inset 0 0 0 1px var(--gold)
}

@media (min-width:767px) {
  .presentation-room-description .inner-wrap .frame {
    box-shadow: inset 0 0 0 2px var(--gold)
  }
}

.presentation-room-description .inner-wrap .frame.frame-inner {
  top: 2.5rem;
  width: 100%;
  height: calc(100% - 4.5rem)
}

.presentation-room-description .inner-wrap .frame.frame-middle {
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.3rem);
  top: .8rem;
  left: .8rem
}

.presentation-room-description .inner-wrap .frame.frame-outer {
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  height: 100.5%
}

@media (min-width:767px) {
  .presentation-room-description .inner-wrap .frame.frame-outer {
    width: 90%
  }
}

@media (min-width:992px) {
  .presentation-room-description .inner-wrap .frame.frame-outer {
    width: 88%
  }
}

.presentation-room-description .fancy-border {
  max-width: 300px;
  margin: 1rem auto;
  position: relative;
}

.presentation-room-description .fancy-border .empty-square {
  width: 20px;
  height: 20px;
  border: 2px solid #dcc97c;
  position: absolute
}

.presentation-room-description .fancy-border .empty-square.empty-square-tl {
  top: -11px;
  left: 4px
}

.presentation-room-description .fancy-border .empty-square.empty-square-tr {
  top: -11px;
  right: 4px
}

.presentation-room-description .fancy-border .empty-square.empty-square-bl {
  bottom: -11px;
  left: 4px
}

.presentation-room-description .fancy-border .empty-square.empty-square-br {
  bottom: -11px;
  right: 4px
}

.presentation-room-description .fancy-border .fancy-line-t:before {
  left: 32px
}

.presentation-room-description .fancy-border .fancy-line-t:after,
.presentation-room-description .fancy-border .fancy-line-t:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  background-color: #dcc97c;
  top: -7px
}

.presentation-room-description .fancy-border .fancy-line-t:after {
  right: 32px
}

.presentation-room-description .fancy-border .fancy-line-r:before {
  top: 18px
}

.presentation-room-description .fancy-border .fancy-line-r:after,
.presentation-room-description .fancy-border .fancy-line-r:before {
  content: "";
  position: absolute;
  height: 30%;
  width: 2px;
  background-color: #dcc97c;
  right: 6px
}

.presentation-room-description .fancy-border .fancy-line-r:after {
  bottom: 18px
}

.presentation-room-description .fancy-border .fancy-line-b:before {
  left: 32px
}

.presentation-room-description .fancy-border .fancy-line-b:after,
.presentation-room-description .fancy-border .fancy-line-b:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  background-color: #dcc97c;
  bottom: -7px
}

.presentation-room-description .fancy-border .fancy-line-b:after {
  right: 32px
}

.presentation-room-description .fancy-border .fancy-line-l:before {
  top: 18px
}

.presentation-room-description .fancy-border .fancy-line-l:after,
.presentation-room-description .fancy-border .fancy-line-l:before {
  content: "";
  position: absolute;
  height: 30%;
  width: 2px;
  background-color: #dcc97c;
  left: 6px
}

.presentation-room-description .fancy-border .fancy-line-l:after {
  bottom: 18px
}

.presentation-actor-item {
  position: relative;
  margin-top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%
}

.presentation-actor-item:first-of-type {
  margin-top: 0
}

@-webkit-keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 1
  }

  50% {
    transform: scale(1.2);
    opacity: .7
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 1
  }

  50% {
    transform: scale(1.2);
    opacity: .7
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

.presentation-actor-item .pulse {
  -webkit-animation: pulse-animation 1.5s ease-in-out infinite;
  animation: pulse-animation 1.5s ease-in-out infinite;
  transform-origin: center
}

.presentation-actor-item .split-info {
  display: flex
}

.presentation-actor-item .split-info {
  flex-direction: column
}

.presentation-actor-item .split-info {
  justify-content: space-between
}

.presentation-actor-item .split-info {
  row-gap: 1rem
}

.presentation-actor-item .split-info {
  padding-bottom: 1rem
}

@media (max-width: 550px) {
  .presentation-actor-item .split-info {
    padding-bottom: 0px
  }
}

@media (min-width:767px) {
  .presentation-actor-item .split-info {
    flex-direction: row;
  }

  .presentation-actor-item .split-info .left,
  .presentation-actor-item .split-info .right {
    width: 48%
  }
}

.presentation-actor-item .split-info .left {
  position: relative
}

.presentation-actor-item .split-info .left {
  display: flex
}

.presentation-actor-item .split-info .left {
  flex-direction: column
}

.presentation-actor-item .split-info .left {
  justify-content: space-between
}

.presentation-actor-item .split-info .left .pre-heading {
  font-size: 1.4rem;
}

.presentation-actor-item .split-info .left .pre-heading .name {
  margin: .5rem 0;
  font-size: 2.75rem;
  line-height: .9;
  word-break: break-word
}

.presentation-actor-item .split-info .left .videoWrapper {
  display: flex
}

.presentation-actor-item .split-info .left .videoWrapper {
  flex-direction: column
}

.presentation-actor-item .split-info .left .videoWrapper {
  gap: 0.75rem
}

.presentation-actor-item .split-info .left .videoWrapper .swiper-pagination {
  display: none !important
}

.presentation-actor-item .split-info .left .videoWrapper button {
  width: 40px;
  height: 40px
}

.presentation-actor-item .split-info .left .videoWrapper button:hover {
  width: 60px;
  height: 60px
}

.presentation-actor-item .split-info .right {
  text-align: center;
}

.presentation-actor-item .split-info .right p {
  font-size: 1.4rem;
  margin-top: -2rem;
  text-transform: uppercase
}

.presentation-actor-item .btn-row {
  display: flex
}

.presentation-actor-item .btn-row {
  flex-direction: row
}

.presentation-actor-item .btn-row {
  flex-wrap: wrap
}

.presentation-actor-item .btn-row {
  align-items: center
}

.presentation-actor-item .btn-row {
  justify-content: center
}

.presentation-actor-item .btn-row {
  gap: 10px;
  max-width: 264px;
  margin: .8rem auto auto;
}

.presentation-actor-item .btn-row .btn {
  z-index: 0;
  display: inline-block;
  cursor: pointer;
  flex: 1 1 calc(25% - 10px);
  width: 100%;
  max-width: 2.5rem;
  transition: all .3s ease-out
}

.presentation-actor-item .btn-row .btn:active,
.presentation-actor-item .btn-row .btn:focus,
.presentation-actor-item .btn-row .btn:hover {
  opacity: .7
}

.presentation-actor-item .main-panel .fancy-paragraph {
  position: relative;
  font-size: 1.05rem;
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 2rem
}

.presentation-actor-item .main-panel .fancy-paragraph:after,
.presentation-actor-item .main-panel .fancy-paragraph:before,
.divider-2:before, .divider-2
 {
  display: inline-block;
  content: "";
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 3.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.presentation-actor-item .main-panel .fancy-paragraph:before {
  background-image: url(/img/divider2.svg);
  top: .5rem
}

.divider-2 {
    position: relative;
    font-size: 1.05rem;
    text-align: center;
    padding-top: 4.5rem;
    padding-bottom: 1rem;
  }

.divider-2:before {
  background-image: url(/img/divider2.svg);
  top: .5rem
}

.presentation-actor-item .main-panel .fancy-paragraph:after {
  background-image: url(/img/divider3.svg);
  bottom: -.3rem
}

.presentation-actor-item .logo-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 8px;
  padding: 1.5rem 0;
}

.presentation-actor-item .logo-row img {
  place-self: center;
  max-height: 70px
}

@media (min-width:550px) {
  .presentation-actor-item .logo-row img {
    max-height: 90px
  }
}

.presentation-actor-item .inner-wrap {
  position: relative;
  max-width: 690px;
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.presentation-actor-item .inner-wrap:after,
.presentation-actor-item .inner-wrap:before {
  display: inline-block;
  content: "";
  background-image: url(/img/shape3.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.presentation-actor-item .inner-wrap:before {
  top: -1.45rem
}

.presentation-actor-item .inner-wrap:after {
  bottom: -.95rem
}

.presentation-actor-item .inner-wrap .content {
  padding: 10% 10% 8%
}

@media (min-width:550px) {
  .presentation-actor-item .inner-wrap .content {
    padding-bottom: 4%
  }
}

.presentation-actor-item .inner-wrap .frame-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.presentation-actor-item .inner-wrap .frame-wrap .box {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  border: 1px solid var(--gold)
}

@media (min-width:767px) {
  .presentation-actor-item .inner-wrap .frame-wrap .box {
    border-left-color: var(--gold);
    border-left-style: solid;
    border-left-width: 2px;
    border-bottom-color: var(--gold);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-color: var(--gold);
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: var(--gold);
    border-top-style: solid;
    border-top-width: 2px
  }
}

.presentation-actor-item .inner-wrap .frame-wrap .box.box-1 {
  top: 0;
  left: 0
}

.presentation-actor-item .inner-wrap .frame-wrap .box.box-2 {
  top: 0;
  right: 0
}

.presentation-actor-item .inner-wrap .frame-wrap .box.box-3 {
  bottom: -4px;
  left: 0
}

.presentation-actor-item .inner-wrap .frame-wrap .box.box-4 {
  bottom: -4px;
  right: 0
}

.presentation-actor-item .inner-wrap .frame {
  position: absolute;
  box-shadow: inset 0 0 0 1px var(--gold)
}

.presentation-actor-item .inner-wrap .frame-cut {
    position: absolute;
    border: 2px solid var(--gold);
    border-top: none;
  }

@media (min-width:767px) {
  .presentation-actor-item .inner-wrap .frame {
    box-shadow: inset 0 0 0 2px var(--gold)
  }
}

.presentation-actor-item .inner-wrap .frame.frame-inner {
  width: 100%
}

.presentation-actor-item .inner-wrap .frame.frame-inner {
  top: 2.5rem;
  height: calc(100% - 4.5rem)
}

.presentation-actor-item .inner-wrap .frame.frame-middle,
.presentation-actor-item .inner-wrap .frame-cut.frame-middle {
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.3rem);
  top: .8rem;
  left: .8rem
}

.frame-cut {
    position: relative;
}

.frame-cut-wing-left, .frame-cut-wing-right {
    position: absolute;
    border-bottom: 2px solid var(--gold);
    width: calc(50% - 115px);
}

.frame-cut-wing-right {
    right: 0;
}

.cut-title {
    width: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10px;
    font-size: 30px;
    margin: 0 auto;
}

.cut-title::before, .cut-title::after {
  font-size: 30px;
  content: "•";
  position: relative;
  top: -5px;
}

.presentation-actor-item .inner-wrap .frame.frame-outer {
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  height: 100.5%
}

@media (min-width:767px) {
  .presentation-actor-item .inner-wrap .frame.frame-outer {
    width: 90%
  }
}

@media (min-width:992px) {
  .presentation-actor-item .inner-wrap .frame.frame-outer {
    width: 88%
  }
}

.presentation-actor-item .stripes {
  font-size: 1.75rem;
  position: relative;
  text-align: center
}

.presentation-actor-item .stripes.stripes-headline {
  text-transform: uppercase
}

.presentation-actor-item .stripes.stripes-headline {
  position: relative
}

.presentation-actor-item .stripes.stripes-headline {
  margin-top: 0.5rem
}

.presentation-actor-item .stripes.stripes-headline {
  text-align: center
}

.presentation-actor-item .stripes.stripes-headline {
  font-size: 1.75rem
}

.presentation-actor-item .stripes.stripes-headline {
  font-family: "Limelight", serif
}

.presentation-actor-item .stripes.stripes-headline:after,
.presentation-actor-item .stripes.stripes-headline:before {
  content: "";
  position: absolute;
  left: 10%;
  width: 80%;
  height: 4px;
  background-image: url(/img/shape4.svg);
  background-repeat: no-repeat;
  background-position: 50%
}

.presentation-actor-item .stripes.stripes-headline:before {
  top: -4px
}

.presentation-actor-item .stripes.stripes-headline:after {
  bottom: -2px
}

.presentation-actor-item .stripes.stripes-cost {
  margin-bottom: 1rem
}

.presentation-actor-item .arrow-subheadline {
  font-size: 1.75rem;
  position: relative;
  margin-top: 1%;
  text-align: center
}

.presentation-actor-item .arrow-subheadline:after {
  width: 50%
}

@media (max-width: 550px) {
  .presentation-actor-item .arrow-subheadline:after {
    width: 75%
  }
}

.presentation-actor-item .arrow-subheadline:after {
  content: "";
  display: inline-block;
  height: 35px;
  min-height: 20px;
  background-image: url(/img/divider1.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: -17px
}

.presentation-room-price-list {
  display: flex;
  margin-top: 15%;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.presentation-room-price-list .room {
  font-size: 25px;
  margin: 20px 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  max-width: 90%
}

.presentation-room-price-list .room:after,
.presentation-room-price-list .room:before {
  content: "\2022";
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.presentation-room-price-list .room:before {
  left: -8px
}

.presentation-room-price-list .room:after {
  right: -8px
}

.presentation-room-price-list img {
  max-width: 90% !important;
  margin: auto;
  -webkit-clip-path: polygon(0 20px, 20px 20px, 20px 0, calc(100% - 20px) 0, calc(100% - 20px) 20px, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 20px calc(100% - 20px), 0 calc(100% - 20px));
  clip-path: polygon(0 20px, 20px 20px, 20px 0, calc(100% - 20px) 0, calc(100% - 20px) 20px, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 20px calc(100% - 20px), 0 calc(100% - 20px))
}

.presentation-room-price-list .fancy-paragraph {
  width: 62%;
  position: relative;
  text-align: center;
  padding-bottom: 1.5rem;
  margin: 0 auto -15px;
  font-size: 25px;
  word-break: break-word
}

.presentation-room-price-list .fancy-paragraph-small {
  position: relative;
  padding-bottom: 0;
  font-size: 15px;
  word-break: break-word;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}

/* .presentation-room-price-list .fancy-paragraph:after,
.presentation-room-price-list .fancy-paragraph-small:after
 {
  display: inline-block;
  content: "";
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 3.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/img/divider3.svg);
  bottom: -.3rem
} */

.presentation-room-price-list .fancy-paragraph-small:after {
    bottom: -1.5rem;
}

.presentation-room-price-list .total-text {
  font-size: 25px
}

.presentation-room-price-list .arrow-subheadline {
  font-size: 1.75rem;
  position: relative;
  margin-top: 1%;
  text-align: center
}

.presentation-room-price-list .arrow-subheadline:after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 35px;
  min-height: 20px;
  background-image: url(/img/divider1.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: -17px
}

.presentation-room-price-list .inner-wrap {
  width: 100%
}

.presentation-room-price-list .inner-wrap {
  position: relative;
  max-width: 690px;
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.presentation-room-price-list .inner-wrap:after,
.presentation-room-price-list .inner-wrap:before {
  display: inline-block;
  content: "";
  background-image: url(/img/shape3.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.presentation-room-price-list .inner-wrap:before {
  top: -1.45rem
}

.presentation-room-price-list .inner-wrap:after {
  bottom: -.95rem
}

.presentation-room-price-list .inner-wrap .content {
  text-align: center
}

.presentation-room-price-list .inner-wrap .content {
  padding: 10% 15% 5%;
}

.presentation-room-price-list .inner-wrap .content .name {
  font-size: 2.8rem;
  position: relative;
  top: -6%;
  word-break: break-word
}

.presentation-room-price-list .inner-wrap .content .name:after {
  content: "";
  display: inline-block;
  height: 35px;
  min-height: 20px;
  background-image: url(/img/divider1.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px
}

.presentation-room-price-list .inner-wrap:after,
.presentation-room-price-list .inner-wrap .frame-wrap {
  width: 100%;
  position: absolute;
  right: 0
}

.presentation-room-price-list .inner-wrap .frame-wrap {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}

.presentation-room-price-list .inner-wrap .frame-wrap .box {
  position: absolute
}

.presentation-room-price-list .inner-wrap .frame-wrap .box {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--gold)
}

@media (min-width:767px) {
  .presentation-room-price-list .inner-wrap .frame-wrap .box {
    border-left-color: var(--gold);
    border-left-style: solid;
    border-left-width: 2px;
    border-bottom-color: var(--gold);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-color: var(--gold);
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: var(--gold);
    border-top-style: solid;
    border-top-width: 2px
  }
}

.presentation-room-price-list .inner-wrap .frame-wrap .box.box-1 {
  top: 0px
}

.presentation-room-price-list .inner-wrap .frame-wrap .box.box-1 {
  left: 0px
}

.presentation-room-price-list .inner-wrap .frame-wrap .box.box-2 {
  top: 0px
}

.presentation-room-price-list .inner-wrap .frame-wrap .box.box-2 {
  right: 0px
}

.presentation-room-price-list .inner-wrap .frame-wrap .box.box-3 {
  bottom: -1rem
}

.presentation-room-price-list .inner-wrap .frame-wrap .box.box-3 {
  left: 0px
}

.presentation-room-price-list .inner-wrap .frame-wrap .box.box-4 {
  bottom: -1rem
}

.presentation-room-price-list .inner-wrap .frame-wrap .box.box-4 {
  right: 0px
}

.presentation-room-price-list .inner-wrap .frame {
  position: absolute;
  box-shadow: inset 0 0 0 1px var(--gold)
}

@media (min-width:767px) {
  .presentation-room-price-list .inner-wrap .frame {
    box-shadow: inset 0 0 0 2px var(--gold)
  }
}

.presentation-room-price-list .inner-wrap .frame.frame-inner {
  top: 2.5rem;
  width: 100%;
  height: calc(100% - 4.5rem)
}

.presentation-room-price-list .inner-wrap .frame.frame-middle {
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.3rem);
  top: .8rem;
  left: .8rem
}

.presentation-room-price-list .inner-wrap .frame.frame-outer {
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  height: 100.5%
}

@media (min-width:767px) {
  .presentation-room-price-list .inner-wrap .frame.frame-outer {
    width: 90%
  }
}

@media (min-width:992px) {
  .presentation-room-price-list .inner-wrap .frame.frame-outer {
    width: 88%
  }
}

.presentation-room-price-list .fancy-border {
  max-width: 300px;
  margin: 2rem auto;
  position: relative;
}

.presentation-room-price-list .fancy-border .empty-square {
  width: 20px;
  height: 20px;
  border: 2px solid #dcc97c;
  position: absolute
}

.presentation-room-price-list .fancy-border .empty-square.empty-square-tl {
  top: -11px;
  left: 4px
}

.presentation-room-price-list .fancy-border .empty-square.empty-square-tr {
  top: -11px;
  right: 4px
}

.presentation-room-price-list .fancy-border .empty-square.empty-square-bl {
  bottom: -11px;
  left: 4px
}

.presentation-room-price-list .fancy-border .empty-square.empty-square-br {
  bottom: -11px;
  right: 4px
}

.presentation-room-price-list .fancy-border .fancy-line-t:before {
  left: 32px
}

.presentation-room-price-list .fancy-border .fancy-line-t:after,
.presentation-room-price-list .fancy-border .fancy-line-t:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  background-color: #dcc97c;
  top: -7px
}

.presentation-room-price-list .fancy-border .fancy-line-t:after {
  right: 32px
}

.presentation-room-price-list .fancy-border .fancy-line-r:before {
  top: 18px
}

.presentation-room-price-list .fancy-border .fancy-line-r:after,
.presentation-room-price-list .fancy-border .fancy-line-r:before {
  content: "";
  position: absolute;
  height: 30%;
  width: 2px;
  background-color: #dcc97c;
  right: 6px
}

.presentation-room-price-list .fancy-border .fancy-line-r:after {
  bottom: 18px
}

.presentation-room-price-list .fancy-border .fancy-line-b:before {
  left: 32px
}

.presentation-room-price-list .fancy-border .fancy-line-b:after,
.presentation-room-price-list .fancy-border .fancy-line-b:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  background-color: #dcc97c;
  bottom: -7px
}

.presentation-room-price-list .fancy-border .fancy-line-b:after {
  right: 32px
}

.presentation-room-price-list .fancy-border .fancy-line-l:before {
  top: 18px
}

.presentation-room-price-list .fancy-border .fancy-line-l:after,
.presentation-room-price-list .fancy-border .fancy-line-l:before {
  content: "";
  position: absolute;
  height: 30%;
  width: 2px;
  background-color: #dcc97c;
  left: 6px
}

.presentation-room-price-list .fancy-border .fancy-line-l:after {
  bottom: 18px
}

.presentation-room-price-list .fancy-border .equipment-img {
  display: flex
}

.presentation-room-price-list .fancy-border .equipment-img {
  justify-content: center
}

.presentation-room-price-list .fancy-border .equipment-img {
  gap: 0.5rem
}

.presentation-room-price-list .fancy-border .equipment-img {
  background-color: #fff;
  height: auto;
  max-width: 90% !important;
  margin: auto;
  -webkit-clip-path: polygon(0 20px, 20px 20px, 20px 0, calc(100% - 20px) 0, calc(100% - 20px) 20px, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 20px calc(100% - 20px), 0 calc(100% - 20px));
  clip-path: polygon(0 20px, 20px 20px, 20px 0, calc(100% - 20px) 0, calc(100% - 20px) 20px, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 20px calc(100% - 20px), 0 calc(100% - 20px));
}

.presentation-room-price-list .fancy-border .equipment-img img {
  height: auto;
  width: 100%;
  margin: 0;
  max-width: 100% !important;
  max-height: 100%;
  -webkit-clip-path: none;
  clip-path: none
}

.presentation-room-price-list .fancy-border .equipment-img .booth-img {
  width: 100%;
  max-width: 100%;
}

.presentation-room-price-list .fancy-border .equipment-img .speaker-img {
  max-width: 10%;
  margin-top: auto
}

.presentation-room-price-list .fancy-border .equipment-img .speaker-img.mirror {
  transform: scaleX(-1)
}

.presentation-room-price-list .stripes {
  font-size: 1.75rem;
  position: relative;
  text-align: center
}

.presentation-room-price-list .stripes.stripes-headline {
  text-transform: uppercase
}

.presentation-room-price-list .stripes.stripes-headline {
  position: relative
}

.presentation-room-price-list .stripes.stripes-headline {
  margin-top: 0.5rem
}

.presentation-room-price-list .stripes.stripes-headline {
  text-align: center
}

.presentation-room-price-list .stripes.stripes-headline {
  font-size: 1.75rem
}

.presentation-room-price-list .stripes.stripes-headline {
  font-family: "Limelight", serif
}

.presentation-room-price-list .stripes.stripes-headline:after,
.presentation-room-price-list .stripes.stripes-headline:before {
  content: "";
  position: absolute;
  left: 10%;
  width: 80%;
  height: 4px;
  background-image: url(/img/shape4.svg);
  background-repeat: no-repeat;
  background-position: 50%
}

.presentation-room-price-list .stripes.stripes-headline:before {
  top: -4px
}

.presentation-room-price-list .stripes.stripes-headline:after {
  bottom: -2px
}

.presentation-room-price-list .stripes.stripes-price {
  margin-top: 2.5rem
}

.presentation-room-price-list .stripes.stripes-cost {
  margin-bottom: 1rem
}

.presentation-booking-payment {
  position: relative;
  margin-top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.presentation-booking-payment .inner-wrap {
  position: relative;
  max-width: 690px;
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.presentation-booking-payment .inner-wrap:after,
.presentation-booking-payment .inner-wrap:before {
  display: inline-block;
  content: "";
  background-image: url(/img/shape3.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.presentation-booking-payment .inner-wrap:before {
  top: -1.45rem
}

.presentation-booking-payment .inner-wrap:after {
  bottom: -.95rem
}

.presentation-booking-payment .inner-wrap .content {
  padding: 10% 15%
}

.presentation-booking-payment .inner-wrap .frame-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.presentation-booking-payment .inner-wrap .frame-wrap .box {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  border: 1px solid var(--gold)
}

@media (min-width:767px) {
  .presentation-booking-payment .inner-wrap .frame-wrap .box {
    border-left-color: var(--gold);
    border-left-style: solid;
    border-left-width: 2px;
    border-bottom-color: var(--gold);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-color: var(--gold);
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: var(--gold);
    border-top-style: solid;
    border-top-width: 2px
  }
}

.presentation-booking-payment .inner-wrap .frame-wrap .box.box-1 {
  top: 0;
  left: 0
}

.presentation-booking-payment .inner-wrap .frame-wrap .box.box-2 {
  top: 0;
  right: 0
}

.presentation-booking-payment .inner-wrap .frame-wrap .box.box-3 {
  bottom: -4px;
  left: 0
}

.presentation-booking-payment .inner-wrap .frame-wrap .box.box-4 {
  bottom: -4px;
  right: 0
}

.presentation-booking-payment .inner-wrap .frame {
  position: absolute;
  box-shadow: inset 0 0 0 1px var(--gold)
}

@media (min-width:767px) {
  .presentation-booking-payment .inner-wrap .frame {
    box-shadow: inset 0 0 0 2px var(--gold)
  }
}

.presentation-booking-payment .inner-wrap .frame.frame-inner {
  width: 100%
}

.presentation-booking-payment .inner-wrap .frame.frame-inner {
  top: 2.5rem;
  height: calc(100% - 4.5rem)
}

.presentation-booking-payment .inner-wrap .frame.frame-middle {
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.3rem);
  top: .8rem;
  left: .8rem
}

.presentation-booking-payment .inner-wrap .frame.frame-outer {
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  height: 100.5%
}

@media (min-width:767px) {
  .presentation-booking-payment .inner-wrap .frame.frame-outer {
    width: 90%
  }
}

@media (min-width:992px) {
  .presentation-booking-payment .inner-wrap .frame.frame-outer {
    width: 88%
  }
}

.presentation-booking-payment .stripes-headline {
  text-transform: uppercase
}

.presentation-booking-payment .stripes-headline {
  position: relative
}

.presentation-booking-payment .stripes-headline {
  text-align: center
}

.presentation-booking-payment .stripes-headline {
  font-size: 1.75rem
}

.presentation-booking-payment .stripes-headline {
  font-family: "Limelight", serif;
  margin: 12px 0 1.5rem
}

.presentation-booking-payment .stripes-headline:after,
.presentation-booking-payment .stripes-headline:before {
  content: "";
  position: absolute;
  left: 10%;
  width: 80%;
  height: 4px;
  background-image: url(/img/shape4.svg);
  background-repeat: no-repeat;
  background-position: 50%
}

.presentation-booking-payment .stripes-headline:before {
  top: -8px
}

.presentation-booking-payment .stripes-headline:after {
  bottom: -8px
}

.presentation-booking-payment .arrow-subheadline {
  font-size: 1.75rem;
  position: relative;
  margin-top: 1%;
  text-align: center
}

.presentation-booking-payment .arrow-subheadline:after {
  content: "";
  display: inline-block;
  width: 80%;
  height: 35px;
  min-height: 20px;
  background-image: url(/img/divider1.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: -17px
}

.presentation-booking-payment .price-list-item {
  text-align: center;
  margin-top: 1rem;
}

.presentation-booking-payment .price-list-item .dots-line-heading {
  font-size: 1.25rem;
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  padding-bottom: .5rem
}

.presentation-booking-payment .price-list-item .dots-line-heading:after {
  display: inline-block;
  content: "";
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/img/divider3.svg);
  bottom: -.4rem
}

.presentation-booking-payment .price-list-item p {
  font-size: 1rem;
  text-align: center;
}

.presentation-booking-payment .price-list-item p span {
  display: block
}

.presentation-booking-payment .price-list-item+.price-list-item {
  margin-top: 1.5rem
}

.presentation-booking-payment .price-list-item+.price-list-item {
  margin-top: .2rem
}

.presentation-booking-payment .arrow-subheadline {
  margin-top: 4rem;
  font-size: 1.25rem
}

.presentation-booking-payment .text-editor {
  margin-top: 2.5rem;
}

.presentation-booking-payment .text-editor p+p {
  margin-top: 1rem
}

.presentation-last-page {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.presentation-last-page .stripes-headline {
  text-transform: uppercase
}

.presentation-last-page .stripes-headline {
  position: relative
}

.presentation-last-page .stripes-headline {
  margin-top: -2rem
}

.presentation-last-page .stripes-headline {
  text-align: center
}

.presentation-last-page .stripes-headline {
  font-size: 3rem
}

@media (max-width: 992px) {
  .presentation-last-page .stripes-headline {
    font-size: 2.5rem
  }
}

@media (max-width: 550px) {
  .presentation-last-page .stripes-headline {
    font-size: 2rem
  }
}

.presentation-last-page .stripes-headline {
  font-family: "Limelight", serif;
  margin: 1rem 0
}

.presentation-last-page .stripes-headline:after,
.presentation-last-page .stripes-headline:before {
  content: "";
  position: absolute;
  left: 10%;
  width: 80%;
  height: 4px;
  background-image: url(/img/shape4.svg);
  background-repeat: no-repeat;
  background-position: 50%
}

.presentation-last-page .stripes-headline:before {
  top: -1rem
}

.presentation-last-page .stripes-headline:after {
  bottom: -1rem
}

.presentation-last-page .arrow-subheadline {
  position: relative
}

.presentation-last-page .arrow-subheadline {
  text-align: center
}

.presentation-last-page .arrow-subheadline {
  font-size: 1.75rem
}

.presentation-last-page .arrow-subheadline {
  margin-top: 1rem
}

.presentation-last-page .arrow-subheadline:after {
  position: absolute
}

.presentation-last-page .arrow-subheadline:after {
  left: 50%
}

.presentation-last-page .arrow-subheadline:after {
  right: 0px
}

.presentation-last-page .arrow-subheadline:after {
  bottom: -1rem
}

.presentation-last-page .arrow-subheadline:after {
  background-size: contain
}

.presentation-last-page .arrow-subheadline:after {
  background-position: center
}

.presentation-last-page .arrow-subheadline:after {
  background-repeat: no-repeat
}

.presentation-last-page .arrow-subheadline:after {
  content: "";
  display: inline-block;
  width: 55%;
  height: 35px;
  min-height: 20px;
  background-image: url(/img/divider1.svg);
  transform: translateX(-50%)
}

.presentation-last-page .star-lines {
  margin-left: auto
}

.presentation-last-page .star-lines {
  margin-right: auto
}

.presentation-last-page .star-lines {
  margin-top: 1rem
}

.presentation-last-page .star-lines {
  margin-bottom: -3rem
}

.presentation-last-page .star-lines {
  display: block
}

.presentation-last-page .star-lines {
  max-width: 250px;
  padding: 0 1rem
}

.presentation-last-page .borders-wrap {
  display: flex
}

.presentation-last-page .borders-wrap {
  width: 100%
}

.presentation-last-page .borders-wrap {
  max-width: 690px;
  justify-content: space-between
}

.presentation-last-page .inner {
  background-size: contain
}

.presentation-last-page .inner {
  text-align: center
}

.presentation-last-page .inner {
  flex: 1;
}

.presentation-last-page .inner .pre-heading {
  position: relative
}

.presentation-last-page .inner .pre-heading {
  top: -2.25rem
}

.presentation-last-page .inner .pre-heading {
  margin: auto
}

.presentation-last-page .inner .pre-heading {
  max-width: 180px
}

@media (min-width:550px) {
  .presentation-last-page .inner .pre-heading {
    max-width: 270px
  }
}

@media (min-width:992px) {
  .presentation-last-page .inner .pre-heading {
    top: -70px;
    max-width: 380px
  }
}

.presentation-last-page .inner .name {
  position: relative
}

.presentation-last-page .inner .name {
  font-size: 2.875rem
}

.presentation-last-page .inner .name {
  top: -6%
}

.presentation-last-page .inner .name:after {
  position: absolute
}

.presentation-last-page .inner .name:after {
  left: 50%
}

.presentation-last-page .inner .name:after {
  right: 0px
}

.presentation-last-page .inner .name:after {
  bottom: -1.25rem
}

.presentation-last-page .inner .name:after {
  display: inline-block
}

.presentation-last-page .inner .name:after {
  height: 2.25rem
}

.presentation-last-page .inner .name:after {
  width: 80%
}

.presentation-last-page .inner .name:after {
  background-size: contain
}

.presentation-last-page .inner .name:after {
  background-position: center
}

.presentation-last-page .inner .name:after {
  background-repeat: no-repeat
}

.presentation-last-page .inner .name:after {
  content: "";
  min-height: 20px;
  background-image: url(/img/divider1.svg);
  transform: translateX(-50%)
}

.presentation-last-page .inner .heading {
  position: relative
}

.presentation-last-page .inner .heading {
  font-size: 3.25rem
}

.presentation-last-page .inner .heading {
  font-family: "Limelight", serif;
  margin-top: 3%;
  letter-spacing: 1.2px;
  text-transform: uppercase
}

.subheading {
  font-size: 40px;
}

.presentation-last-page .inner .place {
  font-size: 1.75rem
}

.presentation-last-page .inner .date,
.presentation-last-page .inner .place {
  margin-top: 5%
}

.presentation-last-page .inner .date {
  font-size: 1.75rem
}

.presentation-last-page .inner .date .lines {
  position: relative
}

.presentation-last-page .inner .date .lines {
  display: inline-block
}

.presentation-last-page .inner .date .lines {
  font-size: 1.75rem
}

.presentation-last-page .inner .date .lines:after,
.presentation-last-page .inner .date .lines:before {
  position: absolute
}

.presentation-last-page .inner .date .lines:after,
.presentation-last-page .inner .date .lines:before {
  top: 50%
}

.presentation-last-page .inner .date .lines:after,
.presentation-last-page .inner .date .lines:before {
  display: block
}

.presentation-last-page .inner .date .lines:after,
.presentation-last-page .inner .date .lines:before {
  height: 0.125rem
}

.presentation-last-page .inner .date .lines:after,
.presentation-last-page .inner .date .lines:before {
  background-size: contain
}

.presentation-last-page .inner .date .lines:after,
.presentation-last-page .inner .date .lines:before {
  background-repeat: no-repeat
}

.presentation-last-page .inner .date .lines:after,
.presentation-last-page .inner .date .lines:before {
  content: "";
  width: 90px;
  background-image: url(/img/shape2.svg)
}

@media (min-width:550px) {

  .presentation-last-page .inner .date .lines:after,
  .presentation-last-page .inner .date .lines:before {
    width: 140px
  }
}

@media (min-width:992px) {

  .presentation-last-page .inner .date .lines:after,
  .presentation-last-page .inner .date .lines:before {
    width: 230px
  }
}

.presentation-last-page .inner .date .lines:before {
  left: -6rem
}

.presentation-last-page .inner .date .lines:before {
  transform: translateY(50%) rotate(-180deg)
}

@media (min-width:550px) {
  .presentation-last-page .inner .date .lines:before {
    left: -150px
  }
}

@media (min-width:992px) {
  .presentation-last-page .inner .date .lines:before {
    left: -240px
  }
}

.presentation-last-page .inner .date .lines:after {
  transform: translateY(50%);
  right: -95px;
  background-position: 0
}

@media (min-width:550px) {
  .presentation-last-page .inner .date .lines:after {
    right: -150px
  }
}

@media (min-width:992px) {
  .presentation-last-page .inner .date .lines:after {
    right: -240px
  }
}

.presentation-last-page .inner .rombs {
  margin: auto
}

.presentation-last-page .inner .rombs {
  width: 70px;
  margin-top: 3%
}

.presentation-last-page .inner .uki-logo {
  margin-bottom: -4rem
}

.presentation-last-page .inner .uki-logo {
  width: 100%
}

.presentation-last-page .inner .uki-logo {
  max-width: 150px;
  width: 100%;
  margin: 10% auto auto
}

.presentation-last-page .crown {
  position: relative
}

.presentation-last-page .crown {
  margin: auto
}

.presentation-last-page .crown {
  width: 100%
}

.presentation-last-page .crown {
  max-width: 690px
}

.presentation-last-page .crown.crown-top {
  bottom: -2px
}

.presentation-last-page .crown.crown-bottom {
  transform: rotate(-180deg);
  top: -2px
}

.presentation-last-page.last-block .arrow-subheadline:after {
  display: none
}

.presentation-last-page.last-block .uki-logo {
  max-width: 320px;
  width: 100%;
  margin-top: 10%
}

.presentation-last-page.last-block .star-lines {
  display: block;
  max-width: 250px;
  padding: 0 1rem;
  margin: 1rem auto -3rem
}

.presentation-last-page .vector {
  position: relative
}

.presentation-last-page .vector {
  top: 0px
}

.presentation-last-page .vector {
  bottom: 0px
}

.presentation-last-page .vector {
  height: auto
}

.presentation-last-page .vector {
  min-height: 100%
}

.presentation-last-page .vector {
  background-size: cover
}

.presentation-last-page .vector {
  background-position: center
}

.presentation-last-page .vector {
  background-repeat: no-repeat
}

.presentation-last-page .vector {
  background-image: url(/img/shape1.svg);
  width: .4vw
}

.presentation-last-page .vector.vector-left {
  left: 0px
}

.presentation-last-page .vector.vector-rigth {
  right: 0px
}

@media (min-width:1203px) {
  .presentation-last-page .vector {
    width: .17vw
  }
}

.modal-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 430px;
  height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width: 1550px) {
  .modal-wrapper {
    left: 380px
  }
}

@media (max-width: 1350px) {
  .modal-wrapper {
    left: 0px
  }

  .modal-wrapper {
    padding-top: 4rem
  }
}

.modal-wrapper {
  z-index: 9000
}

.modal-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  --tw-backdrop-blur: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-brightness: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-contrast: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-grayscale: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-hue-rotate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-invert: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-opacity: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-saturate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-backdrop-sepia: var(--tw-empty,
      /*!*/
      /*!*/
    );
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-backdrop-blur: blur(44px);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background: rgba(2, 2, 2, .3)
}

.modal-content {
  position: relative;
  z-index: 20;
  height: 100%;
  max-height: 100%;
  min-width: 0px;
  flex: 1 1 0%;
  overflow: auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.modal-close {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  z-index: 20;
  cursor: pointer;
  opacity: 0.7;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.modal-close:hover {
  opacity: 1
}

@media (max-width: 760px) {
  .modal-close {
    top: 1.25rem
  }

  .modal-close {
    right: 1.25rem
  }
}

.modal-fade-enter .modal-content,
.modal-fade-enter .modal-content-wrap,
.modal-fade-enter .modal-overlay,
.modal-fade-leave-to .modal-content,
.modal-fade-leave-to .modal-content-wrap,
.modal-fade-leave-to .modal-overlay {
  opacity: 0
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: .3s
}

.__nuxt-error-page {
  padding: 1rem;
  background: #f7f8fb;
  color: #47494e;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.__nuxt-error-page .error {
  max-width: 450px
}

.__nuxt-error-page .title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #47494e;
  margin-bottom: 8px
}

.__nuxt-error-page .description {
  color: #7f828b;
  line-height: 21px;
  margin-bottom: 10px
}

.__nuxt-error-page a {
  color: #7f828b !important;
  text-decoration: none
}

.__nuxt-error-page .logo {
  position: fixed;
  left: 12px;
  bottom: 12px
}

.layout-doc .modal-wrapper[data-v-040cbc05] {
  left: 0px
}

@media (max-width: 1350px) {
  .layout-doc .modal-wrapper[data-v-040cbc05] {
    padding-top: 0px
  }
}

.page-wrapper {
  width: 100%;
  flex: 1 1 0%;
  padding-left: 430px
}

@media (max-width: 1550px) {
  .page-wrapper {
    padding-left: 380px
  }
}

@media (max-width: 1350px) {
  .page-wrapper {
    padding-left: 0px
  }
}

.page-layout {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start
}

.layout-sidebar {
  flex-direction: row;
  align-items: stretch
}

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  width: 430px;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding-top: 1.75rem;
  padding-bottom: 3rem
}

@media (max-width: 1550px) {
  .sidebar {
    width: 380px
  }

  .sidebar {
    padding-top: 1rem
  }

  .sidebar {
    padding-bottom: 0.5rem
  }
}

@media (max-width: 760px) {
  .sidebar {
    --tw-bg-opacity: 1
  }

  .sidebar {
    padding-top: 3rem
  }
}

@media (max-width: 550px) {
  .sidebar {
    width: 100%
  }
}

.sidebar {
  box-shadow: 0 0 250px hsla(0, 0%, 100%, .2);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

@media (max-width: 760px) {
  .sidebar {
    box-shadow: 0 0 70px hsla(0, 0%, 100%, .2)
  }
}

.sidebar-item {
  padding-left: 3.5rem;
  padding-right: 3.5rem
}

@media (max-width: 1550px) {
  .sidebar-item {
    padding-left: 3rem;
    padding-right: 3rem
  }
}

.sidebar-menu-item__main {
  position: relative
}

.sidebar-menu-item__main {
  justify-content: space-between
}

.sidebar-menu-item__main {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem
}

.sidebar-menu-item__main {
  font-size: 1.625rem
}

.sidebar-menu-item__main {
  display: flex;
  align-items: center
}

.sidebar-menu-item__main:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 52, 52, var(--tw-text-opacity))
}

.menu-item {
    position: relative;
    font-size: 30px;
    display: block;
}

.menu-item::before, .menu-item::after {
    content: "•";
    margin: 0 5px;
}

@media (max-width: 1550px) {
  .sidebar-menu-item__main {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }
}

@media (max-width: 1550px) {
  .sidebar-menu-item__main {
    font-size: 1.375rem
  }
}

.sidebar-menu-item__main:before {
  content: ""
}

.sidebar-menu-item__main:before {
  position: absolute
}

.sidebar-menu-item__main:before {
  left: 0px
}

.sidebar-menu-item__main:before {
  top: 0px
}

.sidebar-menu-item__main:before {
  bottom: 0px
}

.sidebar-menu-item__main:before {
  display: none
}

.sidebar-menu-item__main:before {
  width: 5px
}

.sidebar-menu-item__main:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity))
}

.sidebar-menu-item__main.active {
  --tw-text-opacity: 1;
  color: rgba(255, 52, 52, var(--tw-text-opacity))
}

.sidebar-menu-item__main.active:before {
  display: block
}

.sidebar-menu-item__child {
  justify-content: space-between
}

.sidebar-menu-item__child {
  opacity: 0.5
}

.sidebar-menu-item__child {
  display: flex;
  align-items: center
}

.sidebar-menu-item__child:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 52, 52, var(--tw-text-opacity))
}

.sidebar-menu-item__child:hover {
  opacity: 1
}

.sidebar-menu-item__child:active {
  --tw-text-opacity: 1;
  color: rgba(203, 29, 38, var(--tw-text-opacity))
}

@media (max-width: 1550px) {
  .sidebar-menu-item__child {
    font-size: 0.875rem
  }
}

.sidebar-menu-item__child.active {
  --tw-text-opacity: 1;
  color: rgba(255, 52, 52, var(--tw-text-opacity))
}

.sidebar-menu-item__child.active {
  opacity: 1
}

.top-notifications {
  position: relative;
  margin-right: 0.75rem;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  justify-content: center
}

.top-notifications:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 52, 52, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity))
}

.top-notifications:active {
  --tw-border-opacity: 1;
  border-color: rgba(203, 29, 38, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(203, 29, 38, var(--tw-bg-opacity))
}

@media (max-width: 1350px) {
  .top-notifications {
    height: 52px
  }

  .top-notifications {
    width: 52px
  }
}

@media (max-width: 760px) {
  .top-notifications {
    height: 2rem
  }

  .top-notifications {
    width: 2rem
  }
}

.top-notifications__cnt {
  position: absolute
}

.top-notifications__cnt {
  top: 0px
}

.top-notifications__cnt {
  right: 0px
}

.top-notifications__cnt {
  height: 22px
}

.top-notifications__cnt {
  min-width: 22px
}

.top-notifications__cnt {
  border-radius: 9999px
}

.top-notifications__cnt {
  border-width: 1px
}

.top-notifications__cnt {
  border-color: transparent
}

.top-notifications__cnt {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.top-notifications__cnt {
  font-weight: 700
}

.top-notifications__cnt {
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity))
}

.top-notifications__cnt {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.top-notifications__cnt {
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width: 1350px) {
  .top-notifications__cnt {
    top: -0.375rem
  }
}

@media (max-width: 1350px) {
  .top-notifications__cnt {
    right: -0.375rem
  }
}

@media (max-width: 760px) {
  .top-notifications__cnt {
    height: 14px
  }
}

@media (max-width: 760px) {
  .top-notifications__cnt {
    min-width: 14px
  }
}

@media (max-width: 760px) {
  .top-notifications__cnt {
    font-size: 0.625rem
  }
}

@media (max-width: 760px) {
  .top-notifications__cnt {
    line-height: 1.25rem
  }
}

.top-notifications.active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity))
}

.top-notifications.active:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.top-notifications.active .top-notifications__cnt {
  border-width: 1px
}

.top-notifications.active .top-notifications__cnt {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.top-notifications.active .top-notifications__cnt {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity))
}

.top-notifications.active .top-notifications__cnt {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.top-account {
  position: relative;
  margin-right: 0.75rem;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  justify-content: center
}

.top-account:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 52, 52, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity))
}

.top-account:active {
  --tw-border-opacity: 1;
  border-color: rgba(203, 29, 38, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(203, 29, 38, var(--tw-bg-opacity))
}

@media (max-width: 1350px) {
  .top-account {
    height: 52px
  }

  .top-account {
    width: 52px
  }
}

@media (max-width: 760px) {
  .top-account {
    height: 2rem
  }

  .top-account {
    width: 2rem
  }
}

.top-account {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
}

.top-account .top-account__icon {
  stroke: #fff
}

.top-account .top-account__menu {
  display: none
}

.top-account .top-account__link {
  margin-bottom: 0.75rem
}

.top-account .top-account__link {
  border-radius: 0.5rem
}

.top-account .top-account__link {
  padding: 0.25rem
}

.top-account .top-account__link .top-account__link-icon {
  position: relative
}

.top-account .top-account__link .top-account__link-icon {
  margin-right: 0.75rem
}

.top-account .top-account__link .top-account__link-icon {
  height: 20px
}

.top-account .top-account__link .top-account__link-icon {
  width: 20px
}

.top-account .top-account__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity))
}

.top-account .top-account__link:last-child {
  margin-bottom: 0px
}

.top-account.open {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.top-account.open:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.top-account.open .top-account__menu {
  position: absolute
}

.top-account.open .top-account__menu {
  width: auto
}

.top-account.open .top-account__menu {
  border-radius: 0.5rem
}

.top-account.open .top-account__menu {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity))
}

.top-account.open .top-account__menu {
  padding-left: 1rem;
  padding-right: 1rem
}

.top-account.open .top-account__menu {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.top-account.open .top-account__menu {
  max-width: 216px;
  min-width: 216px;
  z-index: 15;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, .4));
  display: inline-block;
  right: -75px;
  top: 75px
}

.top-account.open .top-account__menu:before {
  position: absolute
}

.top-account.open .top-account__menu:before {
  content: "";
  background-image: url(/_nuxt/5d132f7a5670ab8b782a1936e6941725.svg);
  background-size: 31px 22px;
  width: 31px;
  height: 22px;
  left: 65px;
  top: -22px
}

.top-account.open .top-account__icon {
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity))
}

.top-account.open .top-account__icon path {
  stroke: #020202
}

.top-cart {
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  justify-content: center
}

.top-cart:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 52, 52, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 52, 52, var(--tw-bg-opacity))
}

.top-cart:active {
  --tw-border-opacity: 1;
  border-color: rgba(203, 29, 38, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(203, 29, 38, var(--tw-bg-opacity))
}

@media (max-width: 1350px) {
  .top-cart {
    height: 52px
  }

  .top-cart {
    width: 52px
  }
}

@media (max-width: 760px) {
  .top-cart {
    height: 2rem
  }

  .top-cart {
    width: 2rem
  }
}

.top-cart__cnt {
  position: absolute
}

.top-cart__cnt {
  top: 0px
}

.top-cart__cnt {
  right: 0px
}

.top-cart__cnt {
  height: 22px
}

.top-cart__cnt {
  min-width: 22px
}

.top-cart__cnt {
  border-radius: 9999px
}

.top-cart__cnt {
  border-width: 1px
}

.top-cart__cnt {
  border-color: transparent
}

.top-cart__cnt {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.top-cart__cnt {
  font-weight: 700
}

.top-cart__cnt {
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity))
}

.top-cart__cnt {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.top-cart__cnt {
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width: 1350px) {
  .top-cart__cnt {
    top: -0.375rem
  }
}

@media (max-width: 1350px) {
  .top-cart__cnt {
    right: -0.375rem
  }
}

@media (max-width: 760px) {
  .top-cart__cnt {
    height: 14px
  }
}

@media (max-width: 760px) {
  .top-cart__cnt {
    min-width: 14px
  }
}

@media (max-width: 760px) {
  .top-cart__cnt {
    font-size: 0.625rem
  }
}

@media (max-width: 760px) {
  .top-cart__cnt {
    line-height: 1.25rem
  }
}

.top-cart.active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity))
}

.top-cart.active:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.top-cart.active .top-cart__cnt {
  border-width: 1px
}

.top-cart.active .top-cart__cnt {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.top-cart.active .top-cart__cnt {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity))
}

.top-cart.active .top-cart__cnt {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 200;
  height: 100px;
  display: flex;
  align-items: center
}

@media (max-width: 760px) {
  .header {
    z-index: 300
  }

  .header {
    height: 65px
  }
}

.header.stick {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  box-shadow: 0 0 70px hsla(0, 0%, 100%, .3)
}

.header-burger {
  width: 55px
}

@media (max-width: 760px) {
  .header-burger {
    width: 45px
  }
}

.header-burger svg {
  width: 55px
}

@media (max-width: 760px) {
  .header-burger svg {
    width: 45px
  }
}

.header-burger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0
}

.header-burger .line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1)
}

.header-burger .line1 {
  stroke-dasharray: 60 207
}

.header-burger .line1,
.header-burger .line2 {
  stroke-width: 6
}

.header-burger .line2 {
  stroke-dasharray: 60 60
}

.header-burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6
}

.header-burger.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6
}

.header-burger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6
}

.header-burger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6
}

.mob-menu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 200;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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-translate-x: -100%;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

@media (max-width: 760px) {
  .mob-menu {
    top: 65px
  }
}

@media (max-width: 550px) {
  .mob-menu {
    width: 100%
  }
}

.mob-menu .sidebar {
  position: relative
}

.mob-menu.open {
  --tw-translate-x: 0px
}

.toasted {
  padding: 0 20px
}

.toasted.rounded {
  border-radius: 24px
}

.toasted .primary,
.toasted.toasted-primary {
  border-radius: 2px;
  min-height: 38px;
  line-height: 1.1em;
  background-color: #353535;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.toasted .primary.success,
.toasted.toasted-primary.success {
  background: #4caf50
}

.toasted .primary.error,
.toasted.toasted-primary.error {
  background: #f44336
}

.toasted .primary.info,
.toasted.toasted-primary.info {
  background: #3f51b5
}

.toasted .primary .action,
.toasted.toasted-primary .action {
  color: #a1c2fa
}

.toasted.bubble {
  border-radius: 30px;
  min-height: 38px;
  line-height: 1.1em;
  background-color: #ff7043;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.toasted.bubble.success {
  background: #4caf50
}

.toasted.bubble.error {
  background: #f44336
}

.toasted.bubble.info {
  background: #3f51b5
}

.toasted.bubble .action {
  color: #8e2b0c
}

.toasted.outline {
  border-radius: 30px;
  min-height: 38px;
  line-height: 1.1em;
  background-color: #fff;
  border: 1px solid #676767;
  padding: 0 20px;
  font-size: 15px;
  color: #676767;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  font-weight: 700
}

.toasted.outline.success {
  color: #4caf50;
  border-color: #4caf50
}

.toasted.outline.error {
  color: #f44336;
  border-color: #f44336
}

.toasted.outline.info {
  color: #3f51b5;
  border-color: #3f51b5
}

.toasted.outline .action {
  color: #607d8b
}

.toasted-container {
  position: fixed;
  z-index: 10000
}

.toasted-container,
.toasted-container.full-width {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.toasted-container.full-width {
  max-width: 86%;
  width: 100%
}

.toasted-container.full-width.fit-to-screen {
  min-width: 100%
}

.toasted-container.full-width.fit-to-screen .toasted:first-child {
  margin-top: 0
}

.toasted-container.full-width.fit-to-screen.top-right {
  top: 0;
  right: 0
}

.toasted-container.full-width.fit-to-screen.top-left {
  top: 0;
  left: 0
}

.toasted-container.full-width.fit-to-screen.top-center {
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.toasted-container.full-width.fit-to-screen.bottom-right {
  right: 0;
  bottom: 0
}

.toasted-container.full-width.fit-to-screen.bottom-left {
  left: 0;
  bottom: 0
}

.toasted-container.full-width.fit-to-screen.bottom-center {
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.toasted-container.top-right {
  top: 10%;
  right: 7%
}

.toasted-container.top-left {
  top: 10%;
  left: 7%
}

.toasted-container.top-center {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.toasted-container.bottom-right {
  right: 5%;
  bottom: 7%
}

.toasted-container.bottom-left {
  left: 5%;
  bottom: 7%
}

.toasted-container.bottom-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 7%
}

.toasted-container.bottom-left .toasted,
.toasted-container.top-left .toasted {
  float: left
}

.toasted-container.bottom-right .toasted,
.toasted-container.top-right .toasted {
  float: right
}

.toasted-container .toasted {
  top: 35px;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  word-break: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: inherit
}

.toasted-container .toasted .fa,
.toasted-container .toasted .fab,
.toasted-container .toasted .far,
.toasted-container .toasted .fas,
.toasted-container .toasted .material-icons,
.toasted-container .toasted .mdi {
  margin-right: .5rem;
  margin-left: -.4rem
}

.toasted-container .toasted .fa.after,
.toasted-container .toasted .fab.after,
.toasted-container .toasted .far.after,
.toasted-container .toasted .fas.after,
.toasted-container .toasted .material-icons.after,
.toasted-container .toasted .mdi.after {
  margin-left: .5rem;
  margin-right: -.4rem
}

.toasted-container .toasted .action {
  text-decoration: none;
  font-size: .8rem;
  padding: 8px;
  margin: 5px -7px 5px 7px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 600;
  cursor: pointer
}

.toasted-container .toasted .action.icon {
  padding: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.toasted-container .toasted .action.icon .fa,
.toasted-container .toasted .action.icon .material-icons,
.toasted-container .toasted .action.icon .mdi {
  margin-right: 0;
  margin-left: 4px
}

.toasted-container .toasted .action.icon:hover {
  text-decoration: none
}

.toasted-container .toasted .action:hover {
  text-decoration: underline
}

@media only screen and (max-width:600px) {
  .toasted-container {
    min-width: 100%
  }

  .toasted-container .toasted:first-child {
    margin-top: 0
  }

  .toasted-container.top-right {
    top: 0;
    right: 0
  }

  .toasted-container.top-left {
    top: 0;
    left: 0
  }

  .toasted-container.top-center {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .toasted-container.bottom-right {
    right: 0;
    bottom: 0
  }

  .toasted-container.bottom-left {
    left: 0;
    bottom: 0
  }

  .toasted-container.bottom-center {
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .toasted-container.bottom-center,
  .toasted-container.top-center {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .toasted-container.bottom-left .toasted,
  .toasted-container.bottom-right .toasted,
  .toasted-container.top-left .toasted,
  .toasted-container.top-right .toasted {
    float: none
  }

  .toasted-container .toasted {
    border-radius: 0
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

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

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

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

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

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

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

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

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px
}

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

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

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

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

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

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

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

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

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

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

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

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.presentation-price-list {
  position: relative;
  margin-top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.presentation-price-list .inner-wrap {
  position: relative;
  max-width: 690px;
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.presentation-price-list .inner-wrap:after,
.presentation-price-list .inner-wrap:before {
  display: inline-block;
  content: "";
  background-image: url(/img/shape3.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.presentation-price-list .inner-wrap:before {
  top: -1.45rem
}

.presentation-price-list .inner-wrap:after {
  bottom: -.95rem
}

.presentation-price-list .inner-wrap .content {
  padding: 10%;
}

.presentation-price-list .inner-wrap .content .room-name {
  font-size: 1.75rem;
  position: relative;
  text-align: center;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: .4rem 0
}

.presentation-price-list .inner-wrap .frame-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.presentation-price-list .inner-wrap .frame-wrap .box {
  position: absolute
}

.presentation-price-list .inner-wrap .frame-wrap .box {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--gold)
}

@media (min-width:767px) {
  .presentation-price-list .inner-wrap .frame-wrap .box {
    border-left-color: var(--gold);
    border-left-style: solid;
    border-left-width: 2px;
    border-bottom-color: var(--gold);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-color: var(--gold);
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: var(--gold);
    border-top-style: solid;
    border-top-width: 2px
  }
}

.presentation-price-list .inner-wrap .frame-wrap .box.box-1 {
  top: 0px
}

.presentation-price-list .inner-wrap .frame-wrap .box.box-1 {
  left: 0px
}

.presentation-price-list .inner-wrap .frame-wrap .box.box-2 {
  top: 0px
}

.presentation-price-list .inner-wrap .frame-wrap .box.box-2 {
  right: 0px
}

.presentation-price-list .inner-wrap .frame-wrap .box.box-3 {
  bottom: -0.25rem
}

.presentation-price-list .inner-wrap .frame-wrap .box.box-3 {
  left: 0px
}

.presentation-price-list .inner-wrap .frame-wrap .box.box-4 {
  bottom: -0.25rem
}

.presentation-price-list .inner-wrap .frame-wrap .box.box-4 {
  right: 0px
}

.presentation-price-list .inner-wrap .frame {
  position: absolute;
  box-shadow: inset 0 0 0 1px var(--gold)
}

@media (min-width:767px) {
  .presentation-price-list .inner-wrap .frame {
    box-shadow: inset 0 0 0 2px var(--gold)
  }
}

.presentation-price-list .inner-wrap .frame.frame-inner {
  top: 2.5rem;
  height: calc(100% - 4.5rem)
}

.presentation-price-list .inner-wrap .frame.frame-middle {
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.3rem);
  top: .8rem;
  left: .8rem
}

.presentation-price-list .inner-wrap .frame.frame-outer {
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  height: 100.5%
}

@media (min-width:767px) {
  .presentation-price-list .inner-wrap .frame.frame-outer {
    width: 90%
  }
}

@media (min-width:992px) {
  .presentation-price-list .inner-wrap .frame.frame-outer {
    width: 88%
  }
}

.presentation-price-list .fancy-border {
  max-width: 80%;
  margin: 1rem auto;
  padding: 5%;
  position: relative;
  --s: 1rem;
  --w: calc(100% - 60px);
  --ot: 0.1rem;
  --ob: 0.5rem;
  border: var(--ot) solid transparent;
  background: conic-gradient(at var(--s) var(--s), transparent 75%, #dcc97c 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)) border-box, linear-gradient(#dcc97c 4px, transparent 0) 50% -2px/var(--w) 100% repeat-y padding-box, linear-gradient(90deg, #dcc97c 4px, transparent 0) -2px 50%/100% var(--w) repeat-x padding-box
}

.presentation-price-list .fancy-border:before {
  content: "";
  position: absolute;
  inset: calc(var(--s) - var(--ot) - var(--ob));
  border: 2px solid var(--gold);
  pointer-events: none
}

.presentation-price-list .stripes-headline {
  background-image: url(/_nuxt/5b67aa73686bccc312a031a9fa18366d.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: .4rem 0
}

.presentation-price-list .arrow-subheadline,
.presentation-price-list .stripes-headline {
  font-size: 1.75rem;
  position: relative;
  text-align: center
}

.presentation-price-list .arrow-subheadline {
  margin-top: 1%
}

.presentation-price-list .arrow-subheadline:after {
  content: "";
  display: inline-block;
  width: 55%;
  height: 35px;
  min-height: 20px;
  background-image: url(/img/divider1.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: -17px
}

.presentation-price-list .price-list-item {
  text-align: center;
  margin-top: 1rem;
}

.presentation-price-list .price-list-item .dots-line-heading {
  font-size: 1.25rem;
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  padding-bottom: .5rem
}

.presentation-price-list .price-list-item .dots-line-heading:after {
  display: inline-block;
  content: "";
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/img/divider3.svg);
  bottom: -.4rem
}

.presentation-price-list .price-list-item p {
  font-size: 1rem;
  text-align: center;
}

.presentation-price-list .price-list-item p span {
  display: block
}

.presentation-price-list .price-list-item+.price-list-item {
  margin-top: 1.5rem
}

@font-face {
  font-family: 'Atlassian Sans';
  font-style: normal;
  font-weight: 400 653;
  font-display: swap;
  src:
    local('AtlassianSans'),
    local('Atlassian Sans Text'),
    url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/css/AtlassianSans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.presentation-actor-item .split-info .right-mobile {
  display: none;
  margin-bottom: 15px;
}

@media screen and (max-width: 690px) {
  .presentation-actor-item .split-info > .right img {
    display: none;
  }

  .presentation-actor-item .split-info .right p {
    margin-top: 0px;
  }

  .presentation-actor-item .split-info .right-mobile {
    display: block;
  }
}