<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-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;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-auto {
  width: auto;
}
.w-2\/3 {
  width: 66.666667%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.self-center {
  align-self: center;
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(25 41 85 / var(--tw-bg-opacity));
}
.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(10 18 38 / var(--tw-bg-opacity));
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-base-color {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(10 18 38 / var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container &gt; div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container &gt; div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container &gt; div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container &gt; .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container &gt; .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container &gt; .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container &gt; .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center &gt; div, #toast-container.toast-top-center &gt; div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width &gt; div, #toast-container.toast-top-full-width &gt; div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container &gt; div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container &gt; div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container &gt; div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container &gt; div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container &gt; div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container &gt; div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/* ----------------------------------------------------------------
	Breakpoints - vars
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Breakpoints - mixins
    for different variables, include as:
    @include screen-lg {
    foo: bar;
    }
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Colors
-----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
  color: #fff;
}

/* ----------------------------------------------------------------
	Fonts
-----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
  color: #fff;
}

/* ----------------------------------------------------------------
	Typography: size, weight, line-height, family, mixins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Container
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Various
-----------------------------------------------------------------*/
.cover-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
  .lg-cover-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@font-face {
  font-family: "Brocha-Semibold";
  src: url("/fonts/Brocha-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Assistant-Regular";
  src: url("/fonts/Assistant-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Assistant-Bold";
  src: url("/fonts/Assistant-Bold.ttf") format("truetype");
}
.font-brocha-600 {
  font-family: "Brocha-Semibold";
}

.font-assistant-400 {
  font-family: "Assistant-Regular";
}

.font-assistant-700 {
  font-family: "Assistant-Bold";
}

.h1, h2, h3, h4, h5, h6 {
  font-family: "Brocha-Semibold";
}

p {
  font-family: "Assistant-Regular";
}

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

.cover-centered-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 1280px) {
  .max-content-width-lg {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.from-left-enter-active,
.from-left-leave-active {
  transition: margin-right 0.5s ease;
}

.from-left-enter-from,
.from-left-leave-to {
  margin-right: 100vw;
}

.zoom-enter-active,
.zoom-leave-active {
  transition: transform 0.5s ease;
}

.zoom-enter-from,
.zoom-leave-to {
  transform: scale(0.8);
}

.transition-duration-1s {
  transition-duration: 1s !important;
}

.transition-duration-025s {
  transition-duration: 0.25s !important;
}

.transition-duration-05s {
  transition-duration: 0.5s !important;
}

.transition-duration-075s {
  transition-duration: 0.75s !important;
}

.section-title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .section-title {
    margin-bottom: 25px;
    font-size: 40px;
  }
}
@media screen and (min-width: 1680px) {
  .section-title {
    font-size: 50px;
  }
}

.image-with-frame {
  overflow: hidden;
}
.image-with-frame .image-with-frame__frame {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 102% !important;
  width: auto;
  fill: #192955;
}
.image-with-frame.frame-on-right .image-with-frame__frame {
  right: -2px;
  transform: scaleX(-1);
}
.image-with-frame.frame-on-left .image-with-frame__frame {
  left: -2px;
}
.image-with-frame .image-with-frame__image {
  transition: transform 0.3s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-with-frame .image-with-frame__image:hover, .image-with-frame .image-with-frame__image.active {
  transform: scale(1.05);
}

@media screen and (min-width: 1280px) {
  .image-with-frame,
.image-with-frame__images,
.image-with-frame__image,
.image-with-frame .slick-list,
.image-with-frame .slick-track,
.image-with-frame .slick-slide,
.image-with-frame .slick-slide &gt; div {
    height: 100%;
  }
}

.section-with-image-with-frame.light-blue .image-with-frame__frame {
  fill: #192955;
}

.first-section {
  padding-top: 105px;
}
@media screen and (min-width: 1280px) {
  .first-section {
    padding-top: 70px;
  }
  .default-lg-max-width {
    max-width: 1200px;
  }
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.fade-in--entered {
  opacity: 1;
}

.fade-in-from-left {
  transform: translateX(-50px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fade-in-from-left--entered {
  transform: translateX(0);
  opacity: 1;
}

.fade-in-from-right {
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fade-in-from-right--entered {
  transform: translateX(0);
  opacity: 1;
}

.fade-in-from-bottom {
  transform: translateY(70px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fade-in-from-bottom--entered {
  transform: translateY(0);
  opacity: 1;
}

.transition-delay-05 {
  transition-delay: 0.5s;
}

/* ======LINE UNDER ELEMENT======= */
.underline-animation {
  position: relative;
}

.underline-animation::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 0;
  border-bottom: 1px solid #2C2B30;
  transition: width 0.3s ease-out;
  border-bottom: 1px solid #fff;
}

.underline-animation--white::before {
  border-bottom: 1px solid #fff;
}

.underline-animation--base::before {
  border-bottom: 1px solid #2C2B30;
}

.underline-animation--cream::before {
  border-bottom: 1px solid #F8F4ED;
}

.underline-animation:hover::before {
  width: 100%;
}

.section-indicator {
  right: 15px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .section-indicator {
    right: 1.5%;
    width: 23px;
    height: 23px;
  }
}
.section-indicator .section-indicator-dot {
  background-color: #fff;
  border-radius: 20px;
  margin: 10px 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background-color 0.3s linear, filter 0.3s linear;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
@media screen and (min-width: 1280px) {
  .section-indicator .section-indicator-dot {
    width: 23px;
    height: 23px;
    min-width: 23px;
    min-height: 23px;
    max-width: 23px;
    max-height: 23px;
  }
}
@media screen and (min-width: 1680px) {
  .section-indicator .section-indicator-dot {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
}
.section-indicator .section-indicator-dot .section-indicator-text {
  display: none;
  opacity: 0;
  transition: opacity 0.6s linear;
  white-space: nowrap;
  position: absolute;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  right: 40px;
  font-size: 24px;
  transition: font-size 0.3s linear, opacity 0.4s linear;
}
@media screen and (min-width: 1280px) {
  .section-indicator .section-indicator-dot .section-indicator-text {
    display: inline;
  }
}
.section-indicator .section-indicator-dot--active {
  background-color: rgb(184, 46, 46);
  filter: drop-shadow(5px 1px 4px rgba(56, 56, 56, 0.6));
}
.section-indicator .section-indicator-dot:hover .section-indicator-text {
  opacity: 1;
  font-size: 14px;
}

@-webkit-keyframes arrowAnimation {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 30px;
  }
}
@keyframes arrowAnimation {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 30px;
  }
}
@-webkit-keyframes arrowAnimationLg {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 120px;
  }
}
@keyframes arrowAnimationLg {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 120px;
  }
}
@-webkit-keyframes arrowAnimationXxl {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 100px;
  }
}
@keyframes arrowAnimationXxl {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 100px;
  }
}
@-webkit-keyframes arrowAnimationXxxl {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 140px;
  }
}
@keyframes arrowAnimationXxxl {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 140px;
  }
}
@-webkit-keyframes opacityChange {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes opacityChange {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes roomFadeInSimulation {
  0% {
    opacity: 0;
    top: 100vh;
  }
  100% {
    opacity: 1;
    top: 15vh;
  }
}
@keyframes roomFadeInSimulation {
  0% {
    opacity: 0;
    top: 100vh;
  }
  100% {
    opacity: 1;
    top: 15vh;
  }
}
@-webkit-keyframes roomFadeInSimulationLg {
  0% {
    opacity: 0;
    top: 100vh;
  }
  100% {
    opacity: 1;
    top: 15vh;
  }
}
@keyframes roomFadeInSimulationLg {
  0% {
    opacity: 0;
    top: 100vh;
  }
  100% {
    opacity: 1;
    top: 15vh;
  }
}
@-webkit-keyframes roomFadeInSimulationXxl {
  0% {
    opacity: 0;
    top: 100vh;
  }
  100% {
    opacity: 1;
    top: 15vh;
  }
}
@keyframes roomFadeInSimulationXxl {
  0% {
    opacity: 0;
    top: 100vh;
  }
  100% {
    opacity: 1;
    top: 15vh;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.85);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
header {
  height: 80px;
  width: 100vw;
  z-index: 1000;
  transition: background-color 0.4s linear;
}
@media screen and (min-width: 1280px) {
  header {
    height: 60px;
  }
}
@media screen and (min-width: 1680px) {
  header {
    height: 90px;
    background-color: transparent;
  }
}
.header__hamburger {
  top: 20px;
  right: 30px;
  transition: top 0.3s linear;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 1280px) {
  .header__hamburger {
    top: 10px;
  }
}
@media screen and (min-width: 1680px) {
  .header__hamburger {
    top: 30px;
  }
}
.header__hamburger svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.header__hamburger.inactive {
  opacity: 0;
}

#hamburger[data-color=blue] svg {
  fill: #fff;
}

#hamburger[data-color=light] svg {
  fill: #fff;
}
@media screen and (min-width: 1280px) {
  #hamburger[data-color=light] svg {
    fill: #e1e1e1;
  }
}

.header__btn-reserve {
  top: 20px;
  right: 80px;
}
@media screen and (min-width: 1280px) {
  .header__btn-reserve {
    top: 10px;
  }
}
@media screen and (min-width: 1680px) {
  .header__btn-reserve {
    top: 20px;
  }
}

.header_logo {
  width: 105px;
}
@media screen and (min-width: 1280px) {
  .header_logo {
    width: 105px;
  }
}
@media screen and (min-width: 1680px) {
  .header_logo {
    width: 120px;
  }
}

.header__logo-and-locales {
  padding: 20px 0 0 20px;
  transition: padding 0.4s linear;
}
@media screen and (min-width: 1280px) {
  .header__logo-and-locales {
    padding: 10px 0 0 20px;
  }
}
@media screen and (min-width: 1680px) {
  .header__logo-and-locales {
    padding: 20px 0 0 20px;
  }
}

.header__locales {
  left: 20px;
  top: 50%;
}
.header__locales-active:hover {
  transition: color 0.5s ease-in-out;
}
.header__locales-active:hover:hover {
  color: #c49953;
}
.header__locales svg {
  transition: transform 0.5s linear;
  width: 24px;
  height: 24px;
  fill: #fff;
}
.header__locales .header__locales-inactive {
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.header__locales--expanded .header__locales-inactive {
  z-index: 1;
  opacity: 1;
}
.header__locales--expanded svg {
  transform: rotate(-90deg);
}

header nav {
  width: 100vw;
  height: 100vh;
  top: -110vh;
  position: absolute;
  padding: 40px 20px;
  z-index: -100;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, top 1s ease-in-out;
}
@media screen and (min-width: 1280px) {
  header nav {
    padding-top: 100px;
  }
}
header nav.active {
  top: 0;
  opacity: 1;
  z-index: 100000;
}

.header_nav-logo {
  width: 120px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .header_nav-logo {
    width: 200px;
    margin-right: 100px;
  }
}
@media screen and (min-width: 1680px) {
  .header_nav-logo {
    width: 300px;
  }
}

.header__menu-item {
  font-size: 25px;
  font-weight: 800;
  color: #0a1226;
  margin-bottom: 20px;
}
.header__menu-item--zelenika * {
  color: #c49953 !important;
}
@media screen and (min-width: 1280px) {
  .header__menu-item {
    font-size: 35px;
  }
}
@media screen and (min-width: 1680px) {
  .header__menu-item {
    font-size: 50px;
  }
}
.header__menu-item .header__menu-item-img-holder img {
  transition: transform 1s ease-out;
}
.header__menu-item .header__menu-item-img-holder img:hover {
  transform: scale(1.05);
}
.header__menu-item .header__menu-item-object-name {
  font-size: 25px;
  transition: color 0.5s ease-in-out;
}
.header__menu-item .header__menu-item-object-name:hover {
  color: #c49953;
}
@media screen and (min-width: 1280px) {
  .header__menu-item .header__menu-item-object-name {
    margin: 20px 0;
  }
}
@media screen and (min-width: 1680px) {
  .header__menu-item .header__menu-item-object-name {
    margin: 30px 0 20px;
  }
}
.header__menu-item img {
  width: 100px;
}
@media screen and (min-width: 1280px) {
  .header__menu-item img {
    width: 150px;
  }
}
@media screen and (min-width: 1680px) {
  .header__menu-item img {
    width: 180px;
  }
}
@media screen and (min-width: 1920px) {
  .header__menu-item img {
    width: 400px;
  }
}

.header__menu-subitems {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  max-height: 0;
  overflow: hidden;
  transition: opacity 1s linear;
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  .header__menu-subitems {
    opacity: 1 !important;
    max-height: none;
    font-size: 25px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1680px) {
  .header__menu-subitems {
    font-size: 30px;
  }
}
.header__menu-subitems--active {
  transition: opacity 1s linear;
  max-height: 1000000px;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .header__menu-subitems li {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1680px) {
  .header__menu-subitems li {
    margin-bottom: 15px;
  }
}

.header__menu-close {
  top: 30px;
  right: 30px;
  fill: #fff;
}
.header__menu-close svg {
  width: 60px;
  height: 60px;
}

.header__nav-locales-holder {
  align-self: flex-end;
}

.header__nav-locales {
  margin-bottom: 55px;
  font-size: 20px;
}
@media screen and (min-width: 1280px) {
  .header__nav-locales {
    font-size: 24px;
  }
}
@media screen and (min-width: 1680px) {
  .header__nav-locales {
    font-size: 30px;
  }
}
.header__nav-locales a {
  transition: color 0.5s ease-in-out;
}
.header__nav-locales a:hover {
  color: #c49953;
}
@media screen and (min-width: 1280px) {
  .header__nav-locales a {
    margin-right: 40px;
  }
}

.header__menu-item--has-subitems {
  opacity: 0;
  transition: opacity 2s ease-out, transform 2s ease-out;
  transform: translateY(-40px);
}

.header__menu-subitems li {
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.header__menu-subitems li:nth-of-type(1) {
  transition-delay: 0.8s;
}
.header__menu-subitems li:nth-of-type(2) {
  transition-delay: 0.95s;
}
.header__menu-subitems li:nth-of-type(3) {
  transition-delay: 1.1s;
}
.header__menu-subitems li:nth-of-type(4) {
  transition-delay: 1.25s;
}

.header__nav-locales-holder a {
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1.25s;
}

header nav.active .header__menu-item--has-subitems {
  opacity: 1;
  transform: scale(1);
}
header nav.active .header__menu-subitems li {
  opacity: 1;
  transform: translateY(0);
}
header nav.active .header__nav-locales-holder a {
  transform: translateY(0);
  opacity: 1;
}

footer {
  background-color: #0a1226;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  footer {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1680px) {
  footer {
    padding-top: 120px;
  }
}

.contact-options {
  right: -5px;
  bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .contact-options {
    right: 45px;
    bottom: 45px;
  }
}
.contact-options svg {
  width: 40px;
  height: 40px;
  z-index: 100;
}
.contact-options .contact-options__option svg {
  width: 40px;
  height: 40px;
}

.contact-options__trigger {
  width: 60px;
  height: 60px;
  background-color: #e1e1e1;
  border-radius: 50em;
  border: 1px solid #0a1226;
}

.contact-options__options {
  max-width: 200px;
  height: 160px;
}

.contact-options__option-wrap {
  transition: top 0.7s ease-in, right 0.7s ease-in, left 0.7s ease-in, bottom 0.7s ease-in, opacity 0.7s ease-in;
  width: 80px;
  height: 80px;
}
.contact-options__option-wrap:nth-of-type(1) {
  position: relative;
  top: 60px;
  left: 60px;
}
.contact-options__option-wrap:nth-of-type(2) {
  position: relative;
  bottom: -40px;
}
.contact-options__option-wrap:nth-of-type(3) {
  position: relative;
  right: -60px;
}
.contact-options__option-wrap--email svg {
  fill: #0a1226;
}

.contact-options__option-wrap--of-single-option {
  opacity: 0;
}

.contact-options__options--active .contact-options__option-wrap {
  opacity: 1;
}
.contact-options__options--active .contact-options__option-wrap:nth-of-type(1) {
  top: 0;
  left: 0;
}
.contact-options__options--active .contact-options__option-wrap:nth-of-type(2) {
  bottom: 40px;
}
.contact-options__options--active .contact-options__option-wrap:nth-of-type(3) {
  right: 60px;
}
.contact-options__options--active .contact-options__option-wrap:nth-of-type(3) svg {
  fill: #0a1226;
  stroke: #0a1226;
}

.contact-options__option {
  background-color: #e1e1e1;
  border-radius: 50em;
  width: 70px;
  height: 70px;
  border: 1px solid #0a1226;
}

.footer__in-site-links-group {
  margin-bottom: 40px;
}
.footer__in-site-links-group .footer__in-site-links-group-title {
  font-size: 20px;
  margin-bottom: 15px;
  transition: color 0.5s ease-in-out;
}
.footer__in-site-links-group .footer__in-site-links-group-title:hover {
  color: #c49953;
}
@media screen and (min-width: 1280px) {
  .footer__in-site-links-group .footer__in-site-links-group-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1680px) {
  .footer__in-site-links-group .footer__in-site-links-group-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__in-site-links-group .footer__in-site-links-group-title {
    font-size: 35px;
  }
}
.footer__in-site-links-group a {
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .footer__in-site-links-group a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .footer__in-site-links-group a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__in-site-links-group a {
    font-size: 25px;
  }
}
.footer__in-site-links-group .footer__in-site-links-group-data {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .footer__in-site-links-group .footer__in-site-links-group-data {
    font-size: 17px;
  }
}
@media screen and (min-width: 1680px) {
  .footer__in-site-links-group .footer__in-site-links-group-data {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__in-site-links-group .footer__in-site-links-group-data {
    font-size: 20px;
  }
}

.footer__external-link {
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .footer__external-link {
    margin-bottom: 30px;
  }
}
.footer__external-link img {
  width: 130px;
}
@media screen and (min-width: 1280px) {
  .footer__external-link img {
    width: 200px;
  }
}

.footer__external-links {
  margin-bottom: 40px;
}
.footer__external-links .footer__external-link {
  margin-bottom: 10px;
}

.footer__bottom-links a {
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .footer__bottom-links a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .footer__bottom-links a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__bottom-links a {
    font-size: 22px;
  }
}

.section-with-small-x-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .section-with-small-x-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-small-x-padding {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.section-with-medium-x-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .section-with-medium-x-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-medium-x-padding {
    padding-left: 16%;
    padding-right: 16%;
  }
}

.section-with-medium-y-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .section-with-medium-y-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-medium-y-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-with-large-y-padding {
  padding-top: 38px;
  padding-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .section-with-large-y-padding {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-large-y-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.section-with-very-large-y-padding {
  padding-top: 42px;
  padding-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .section-with-very-large-y-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-very-large-y-padding {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

.section-no-bottom-padding {
  padding-bottom: 0;
}

.section-no-top-padding {
  padding-top: 0;
}

.section-handwritting-title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .section-handwritting-title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1680px) {
  .section-handwritting-title {
    font-size: 55px;
  }
}
@media screen and (min-width: 1920px) {
  .section-handwritting-title {
    font-size: 60px;
  }
}

.section-default-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-default-title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .section-default-title {
    font-size: 55px;
  }
}
@media screen and (min-width: 1680px) {
  .section-default-title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .section-default-title {
    font-size: 70px;
  }
}
.section-default-title--bold {
  font-weight: 800;
}

.section-default-text {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .section-default-text {
    font-size: 18px;
  }
}

.first-section-of-page-with-default-top-padding {
  margin-top: 100px;
}
@media screen and (min-width: 1280px) {
  .first-section-of-page-with-default-top-padding {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1680px) {
  .first-section-of-page-with-default-top-padding {
    margin-top: 70px;
  }
}

.first-section-of-page-with-small-top-padding {
  margin-top: 60px;
}
@media screen and (min-width: 1280px) {
  .first-section-of-page-with-small-top-padding {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1680px) {
  .first-section-of-page-with-small-top-padding {
    margin-top: 40px;
  }
}

.eclipse-link {
  font-family: "Assistant-Bold";
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 180px;
  height: 110px;
  font-size: 16px;
  transition: color 0.5s ease-in-out;
  color: #fff;
}
.eclipse-link:hover {
  color: #c49953;
}
@media screen and (min-width: 1280px) {
  .eclipse-link {
    width: 150px;
    height: 80px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1680px) {
  .eclipse-link {
    width: 170px;
    height: 100px;
  }
}

.card-room__image {
  overflow: hidden;
  display: block;
  height: 220px;
}
@media screen and (min-width: 1280px) {
  .card-room__image {
    height: 300px;
  }
}
.card-room__image img {
  transition: transform 0.5s ease-out;
}
.card-room__image:hover img {
  transform: scale(1.05);
}

.card-room:hover .card-room__image img {
  transform: scale(1.05);
}
.card-room:hover h2 {
  position: relative;
  color: #c49953;
}

.card-room__text {
  padding: 5px 0 0;
}
@media screen and (min-width: 1280px) {
  .card-room__text {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .card-room__text {
    justify-content: space-between;
  }
}
.card-room__text h2 {
  transition: color 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 700;
}

.card-room__amenities {
  padding-left: 20px;
}

.reserve-form {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  background-image: linear-gradient(#0a1226, #192955);
  z-index: 10000;
  padding: 30px;
  padding-bottom: 50px;
  overflow-y: scroll;
}
@media screen and (min-width: 1680px) {
  .reserve-form {
    padding-top: 70px;
  }
}

.reserve-form-trigger {
  width: 90px;
  height: 45px;
  font-size: 10px;
  background-position: top center;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
  transition: transform 0.5s ease-out, color 0.5s ease-in-out;
}
@media screen and (min-width: 1680px) {
  .reserve-form-trigger {
    font-size: 12px;
    width: 120px;
    height: 60px;
  }
}
.reserve-form-trigger:hover {
  transform: scale(1.03);
  color: #c49953;
}

.reserve-form__close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.reserve-form__close svg {
  width: 20px;
  height: auto;
  stroke: #fff;
}

@media screen and (min-width: 1280px) {
  .reserve-form__content,
.reserve-form__header {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
  }
}

.reserve-form__header {
  margin-bottom: 30px;
}
.reserve-form__header img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .reserve-form__header img {
    width: 200px;
  }
}
@media screen and (min-width: 1680px) {
  .reserve-form__header img {
    width: 300px;
  }
}
.reserve-form__header h2 {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .reserve-form__header h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .reserve-form__header h2 {
    font-size: 40px;
  }
  .reserve-form form {
    padding: 0;
    width: 80%;
  }
}

.reserve-form form input,
.reserve-form form textarea,
.reserve-form form select {
  font-size: 18px;
  padding: 5px 10px;
}
.reserve-form form input {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .reserve-form form input {
    width: 49%;
    margin-bottom: 15px;
  }
  .reserve-form form input:nth-of-type(2n-1) {
    margin-right: 2%;
  }
}

.reserve-form form select {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .reserve-form form select {
    margin-bottom: 15px;
  }
}

.reserve-form form textarea {
  width: 100%;
  min-height: 250px;
}
@media screen and (min-width: 1280px) {
  .reserve-form form textarea {
    height: 175px;
    min-height: none;
  }
}

.reserve-form__submit-holder {
  padding-top: 20px;
}
.reserve-form__submit-holder button {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 30px;
  font-size: 20px;
  transition: background-color 0.5s ease-in-out;
  letter-spacing: 1px;
}
.reserve-form__submit-holder button:hover {
  color: #0a1226;
  background-color: #fff;
}

.contact-form__info {
  padding-top: 50px;
}
@media screen and (min-width: 1280px) {
  .contact-form__info {
    padding-top: 0;
    padding-left: 20px;
  }
}

.contact-form__info-group {
  margin-bottom: 20px;
}
.contact-form__info-group * {
  display: flex;
  align-items: flex-start;
}
.contact-form__info-group-label {
  font-size: 17px;
  font-weight: 800;
}
.contact-form__info-group-value {
  font-size: 19px;
}

html {
  scroll-behavior: smooth;
}

.homepage {
  background-color: #e1e1e1;
}

.homepage-hero {
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  background-color: transparent;
  height: 100vh;
}
.homepage-hero &gt; *:not(.homepage-hero__video) {
  z-index: 1;
}
.homepage-hero .video-overlay {
  display: none;
}

.homepage-hero__bg-frame {
  width: 100vw;
  height: 100vh;
}

.homepage-hero__video {
  top: 0;
  left: 0;
}

.homepage-hero__logo-and-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1680px) {
  .homepage-hero__logo-and-arrow {
    top: 50%;
  }
}

.homepage-hero__logo-and-arrow-content {
  padding-bottom: 100px;
}
@media screen and (min-width: 1280px) {
  .homepage-hero__logo-and-arrow-content {
    padding-bottom: 200px;
  }
}

.homepage-hero__logo {
  margin-bottom: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .homepage-hero__logo {
    margin-bottom: 0;
  }
}
.homepage-hero__logo img {
  width: 180px;
}
@media screen and (min-width: 1280px) {
  .homepage-hero__logo img {
    width: 170px;
  }
}
@media screen and (min-width: 1366px) {
  .homepage-hero__logo img {
    width: 260px;
  }
}

.homepage-hero__arrow {
  -webkit-animation: arrowAnimation 2s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: arrowAnimation 2s infinite;
  /* IE 10+, Fx 29+ */
}
@media screen and (min-width: 1280px) {
  .homepage-hero__arrow {
    transform: translateY(60px);
    -webkit-animation: arrowAnimationLg 2s infinite;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: arrowAnimationLg 2s infinite;
    /* IE 10+, Fx 29+ */
  }
}
@media screen and (min-width: 1680px) {
  .homepage-hero__arrow {
    transform: translateY(0);
    -webkit-animation: arrowAnimationXxl 2s infinite;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: arrowAnimationXxl 2s infinite;
    /* IE 10+, Fx 29+ */
  }
}
.homepage-hero__arrow svg {
  height: 110px;
  width: auto;
  fill: #dfdfdf;
}
@media screen and (min-width: 1280px) {
  .homepage-hero__arrow svg {
    height: 80px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-hero__arrow svg {
    height: 95px;
  }
}
@media screen and (min-width: 1920px) {
  .homepage-hero__arrow svg {
    height: 110px;
  }
}

.homepage-select-object {
  min-height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  .homepage-select-object {
    background-size: auto 87%;
    background-position: 15% center;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-select-object {
    background-size: 45%;
  }
}
@media screen and (min-width: 1920px) {
  .homepage-select-object {
    background-size: auto 80%;
  }
}

.homepage-select-object__content {
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .homepage-select-object__content {
    max-width: 70%;
    margin: 0 auto;
  }
}

.homepage-select-object__text-holder {
  margin-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  .homepage-select-object__text-holder {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-select-object__text-holder {
    margin-bottom: 100px;
  }
}
.homepage-select-object__text-holder h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .homepage-select-object__text-holder h1 {
    letter-spacing: 1px;
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-select-object__text-holder h1 {
    font-size: 65px;
  }
}
.homepage-select-object__text-holder p {
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .homepage-select-object__text-holder p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-select-object__text-holder p {
    font-size: 22px;
  }
}

.homepage-select-object__links-holder a {
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}
.homepage-select-object__links-holder a img {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .homepage-select-object__links-holder a {
    margin-bottom: 0;
  }
  .homepage-select-object__links-holder a:nth-of-type(2) {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1280px) {
  .homepage-select-object__links-holder a:nth-of-type(2) {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-select-object__links-holder a:nth-of-type(2) {
    margin: 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .homepage-select-object__links-holder a:nth-of-type(1) {
    transform: translateX(-80px);
  }
  .homepage-select-object__links-holder a:nth-of-type(3) {
    transform: translateX(80px);
  }
}
.homepage-select-object__links-holder a.element-to-enter--entered {
  transform: translateX(0);
  transform: translateY(0);
  opacity: 1;
}
.homepage-select-object__links-holder a img {
  transition: transform 1s ease-out;
}
.homepage-select-object__links-holder a img:hover {
  transform: scale(1.05);
}

@media screen and (min-width: 1280px) {
  .hotel-about__text-content,
.hotel-rooms__text-content {
    max-width: 470px;
  }
  .hotel-about__text-long-text,
.hotel-rooms__text-long-text {
    font-size: 1px;
  }
}
@media screen and (min-width: 1680px) {
  .hotel-about__text-long-text,
.hotel-rooms__text-long-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .hotel-about__text {
    padding: 40px 20px 60px;
  }
}
@media screen and (max-width: 1279px) {
  .hotel-about__text {
    padding: 40px 40px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .hotel-about__text {
    width: 45%;
  }
  .hotel-about__image {
    width: 55%;
    min-height: 90vh;
  }
}

.hotel-about.image-first .hotel-about__text {
  order: 2;
}
@media screen and (min-width: 1280px) {
  .hotel-about.image-first .hotel-about__text {
    order: 2;
    padding-left: 50px;
  }
}
.hotel-about.image-first .hotel-about__image {
  order: 1;
}
@media screen and (min-width: 1280px) {
  .hotel-about.image-first .hotel-about__image {
    order: 1;
  }
}

.hotel-about.text-first .hotel-about__text {
  order: 2;
}
@media screen and (min-width: 1280px) {
  .hotel-about.text-first .hotel-about__text {
    order: 1;
    padding-right: 50px;
  }
}
.hotel-about.text-first .hotel-about__image {
  order: 1;
}
@media screen and (min-width: 1280px) {
  .hotel-about.text-first .hotel-about__image {
    order: 2;
  }
  .hotel-about {
    min-height: 80vh;
  }
}

.hotel-about__text-logo {
  fill: #fff;
  width: 180px;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .hotel-about__text-logo {
    width: 240px;
  }
}
@media screen and (min-width: 1680px) {
  .hotel-about__text-logo {
    width: 250px;
  }
}
.hotel-about__text-logo &gt; ellipse {
  fill: transparent;
}

@media screen and (min-width: 1280px) {
  .hotel-rooms {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .hotel-rooms__text {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .hotel-rooms__text {
    width: 45%;
  }
  .hotel-rooms__image {
    width: 55%;
    height: 100vh;
  }
}

.hotel-rooms.image-first .hotel-rooms__image {
  order: 1;
}
@media screen and (min-width: 1280px) {
  .hotel-rooms.image-first .hotel-rooms__image {
    order: 1;
  }
}
.hotel-rooms.image-first .hotel-rooms__text {
  order: 2;
  padding-left: 50px;
}
@media screen and (min-width: 1280px) {
  .hotel-rooms.image-first .hotel-rooms__text {
    order: 2;
  }
}

.hotel-rooms.text-first .hotel-rooms__image {
  order: 1;
}
@media screen and (min-width: 1280px) {
  .hotel-rooms.text-first .hotel-rooms__image {
    order: 2;
  }
}
.hotel-rooms.text-first .hotel-rooms__text {
  order: 2;
}
@media screen and (min-width: 1280px) {
  .hotel-rooms.text-first .hotel-rooms__text {
    order: 1;
    padding-right: 50px;
  }
}

.hotel-rooms__text-long-text {
  margin-bottom: 30px;
}

.hotel-images {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: linear-gradient(#192955, #0a1226);
}
@media screen and (min-width: 1280px) {
  .hotel-images {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hotel-images__content {
    margin: 0 auto;
  }
}

.hotel-images__image {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .hotel-images__image {
    width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .hotel-images__image {
    width: 350px;
  }
}
@media screen and (min-width: 1680px) {
  .hotel-images__image {
    width: 450px;
  }
}
@media screen and (min-width: 1920px) {
  .hotel-images__image {
    width: 650px;
  }
}
.hotel-images__image:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .hotel-images__image:not(:last-of-type) {
    margin-bottom: -100px;
  }
}
@media screen and (min-width: 768px) {
  .hotel-images__image:nth-of-type(2n) {
    transform: translate(20%);
  }
}
@media screen and (min-width: 1280px) {
  .hotel-images__image:nth-of-type(2n) {
    transform: translate(50%);
  }
}
@media screen and (min-width: 1680px) {
  .hotel-images__image:nth-of-type(2n) {
    transform: translate(40%);
  }
}
@media screen and (min-width: 768px) {
  .hotel-images__image:nth-of-type(2n+1) {
    transform: translate(-20%);
  }
}
@media screen and (min-width: 1280px) {
  .hotel-images__image:nth-of-type(2n+1) {
    transform: translate(-50%);
  }
}
@media screen and (min-width: 1680px) {
  .hotel-images__image:nth-of-type(2n+1) {
    transform: translate(-40%);
  }
}
.hotel-images__image img {
  transition: transform 0.5s ease-in-out;
}
.hotel-images__image img:hover {
  transform: scale(1.05);
}

.hotel-location {
  padding: 0 30px;
}
.hotel-location--beach-page {
  background: rgb(10, 18, 38);
  background: linear-gradient(0deg, rgb(10, 18, 38) 0%, rgb(25, 41, 85) 50%, rgb(25, 41, 85) 100%);
}

@media screen and (min-width: 1280px) {
  .hotel-location__content {
    margin: 0 auto;
  }
  .hotel-location__map-holder {
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1680px) {
  .hotel-location__map-holder {
    width: 900px;
  }
}

.hotel-location__map-marker {
  transform: translateX(-50%);
  transform: translateY(-50%);
}
.hotel-location__map-marker-image {
  position: relative;
  z-index: 1;
}
.hotel-location__map-marker-image-icon {
  transition: filter 0.5s ease-in-out;
  width: 30px;
}
@media screen and (min-width: 1280px) {
  .hotel-location__map-marker-image-icon {
    width: 50px;
  }
}
@media screen and (min-width: 1680px) {
  .hotel-location__map-marker-image-icon {
    width: 75px;
  }
}
.hotel-location__map-marker:hover .hotel-location__map-marker-image-icon {
  filter: invert(63%) sepia(51%) saturate(533%) hue-rotate(4deg) brightness(91%) contrast(84%);
}

.hotel-location__map-marker-info-window {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -1;
  bottom: calc(100% + 30px);
  background-color: #fff;
  min-width: 120px;
  display: none;
  transition: opacity 0.5s ease-out;
}
@media screen and (min-width: 1680px) {
  .hotel-location__map-marker-info-window {
    width: 150px;
  }
}
.hotel-location__map-marker-info-window::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 50px;
  height: 27px;
  top: calc(100% - 2px);
}

.hotel-location__map-marker-info-window-image {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1680px) {
  .hotel-location__map-marker-info-window-image {
    height: 100px;
  }
}
.hotel-location__map-marker-info-window-image img {
  width: 100%;
  height: 100%;
}

.hotel-location__map-marker-info-window-text {
  padding: 10px;
  font-size: 14px;
  line-height: 1.1;
}

.hotel-location__map-marker-image:hover ~ .hotel-location__map-marker-info-window,
.hotel-location__map-marker-info-window.active {
  z-index: 1;
  display: block;
  -webkit-animation: fadeIn 0.99s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fadeIn 0.99s forwards;
  /* IE 10+, Fx 29+ */
}

.hotel-location__map-marker-info-window-close {
  top: 5px;
  right: 5px;
}
.hotel-location__map-marker-info-window-close svg {
  width: 20px;
  height: 20px;
}

.beach-page .hotel-location {
  background-image: linear-gradient(#192955, #0a1226);
}

.hotel-show-belani-zelenika section:not(.hotel-location) {
  background-color: #c49953;
}
.hotel-show-belani-zelenika section:not(.hotel-location).hotel-images {
  background-image: linear-gradient(#c49953, #0a1226);
}
.hotel-show-belani-zelenika section:not(.hotel-location) .image-with-frame svg {
  fill: #c49953 !important;
}
.hotel-show-belani-zelenika section:not(.hotel-location) .hotel-about__text-logo ellipse {
  fill: #c49953;
}
.hotel-show-belani-zelenika section:not(.hotel-location).rooms-index {
  background-image: linear-gradient(180deg, #c49953 0%, #c49953 50%, #0a1226 100%);
}
.hotel-show-belani-zelenika section:not(.hotel-location).single-room {
  background-image: linear-gradient(180deg, #c49953 0%, #c49953 50%, #0a1226 100%);
}

.rooms-index .page-title {
  margin: 50px 0 75px;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .rooms-index .page-title {
    margin: 50px 0 85px;
  }
}

.page-title {
  font-size: 40px;
}
@media screen and (min-width: 1280px) {
  .page-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1680px) {
  .page-title {
    font-size: 60px;
  }
}
.page-title__hotel-title {
  font-size: 25px;
  font-weight: 400 !important;
}
@media screen and (min-width: 1280px) {
  .page-title__hotel-title {
    font-size: 35px;
  }
  .rooms-index__content {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.rooms-index .rooms-index__room-holder {
  width: 80%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .rooms-index .rooms-index__room-holder {
    width: 40%;
  }
  .rooms-index .rooms-index__room-holder:nth-of-type(2n-1) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .rooms-index .rooms-index__room-holder:nth-of-type(2n-1) {
    margin-right: 40px;
  }
}

.room-show-page {
  height: 100vh;
  overflow-y: hidden;
}

.single-room__bg-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.5);
}

.single-room {
  background-image: linear-gradient(#0a1226, #192955);
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  height: 85vh;
  width: 95vw;
  left: 2.5vw;
  z-index: 10;
  -webkit-animation: roomFadeInSimulation 0.6s forwards;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: roomFadeInSimulation 0.6s forwards;
  /* IE 10+, Fx 29+ */
}
@media screen and (min-width: 1280px) {
  .single-room {
    -webkit-animation: roomFadeInSimulationLg 0.6s forwards;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: roomFadeInSimulationLg 0.6s forwards;
    /* IE 10+, Fx 29+ */
  }
}
@media screen and (min-width: 1680px) {
  .single-room {
    width: 90vw;
    left: 5vw;
    -webkit-animation: roomFadeInSimulationXxl 0.6s forwards;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: roomFadeInSimulationXxl 0.6s forwards;
    /* IE 10+, Fx 29+ */
  }
}

.single-room__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 22;
}
.single-room__close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.single-room {
  overflow-y: scroll;
}
@media screen and (min-width: 1280px) {
  .single-room {
    padding: 40px 80px;
  }
  .single-room__content {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.single-room__title-holder {
  padding: 40px 30px 30px;
}
@media screen and (min-width: 1280px) {
  .single-room__title-holder {
    padding: 40px 0 30px;
  }
}

.single-room h1 {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .single-room h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1680px) {
  .single-room h1 {
    font-size: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .single-room_carousel {
    width: 500px;
    height: 333px;
  }
}
@media screen and (min-width: 1680px) {
  .single-room_carousel {
    width: 620px;
    height: 413px;
  }
}
.single-room_carousel img {
  -o-object-fit: cover;
     object-fit: cover;
}

.single-room_amenities {
  color: #fff !important;
  padding: 30px;
}
@media screen and (min-width: 1280px) {
  .single-room_amenities {
    width: 700px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1680px) {
  .single-room_amenities {
    width: 580px;
    padding-left: 30px;
  }
}

.single-room_amenity {
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .single-room_amenity {
    font-size: 17px;
  }
}
@media screen and (min-width: 1680px) {
  .single-room_amenity {
    font-size: 20px;
  }
}

.single-room__check-availabilty {
  padding: 30px;
}
@media screen and (min-width: 1280px) {
  .single-room__check-availabilty {
    padding-left: 0;
  }
}

.single-room__check-availabilty-title {
  font-size: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .single-room__check-availabilty-title {
    margin-bottom: 0;
    font-size: 40px;
  }
}

.cra-form form input {
  font-size: 18px;
  padding: 7px 14px;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .cra-form form input {
    width: 18%;
    margin-bottom: 0;
    margin-right: 2%;
  }
}

.cra-form-btn {
  border: 2px solid #fff;
  padding: 18px;
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (min-width: 1280px) {
  .cra-form-btn {
    margin-left: 20px;
    margin-top: 0;
    font-size: 19px;
    font-weight: 700;
  }
}

.rent-a-car-page {
  padding: 0 30px;
}

@media screen and (min-width: 1280px) {
  .rent-a-car__content {
    padding-top: 100px;
    margin: 0 auto;
  }
}

.rent-a-car__content h1 {
  font-size: 35px;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .rent-a-car__content h1 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1;
    margin-right: 20px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1680px) {
  .rent-a-car__content h1 {
    font-size: 60px;
  }
}

.rent-a-car-carousel__the-carousel {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .rent-a-car-carousel__the-carousel {
    width: 650px;
  }
}
.rent-a-car-carousel__the-carousel .rent-a-car-carousel__the-carousel-img {
  width: 100%;
  max-height: 320px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1280px) {
  .rent-a-car-carousel__the-carousel .rent-a-car-carousel__the-carousel-img {
    margin-bottom: 30px;
  }
}
.rent-a-car-carousel__the-carousel .rent-a-car-carousel__the-carousel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rent-a-car-carousel__the-carousel .slick-next, .rent-a-car-carousel__the-carousel .slick-prev {
  position: absolute;
  transform: translateY(-50%);
  background-color: #0a1226;
  padding: 5px;
  top: 70px;
  border-radius: 50em;
  z-index: 3;
  opacity: 0.3;
  transition: opacity 0.3s ease-in;
}
@media screen and (min-width: 576px) {
  .rent-a-car-carousel__the-carousel .slick-next, .rent-a-car-carousel__the-carousel .slick-prev {
    top: 120px;
  }
}
@media screen and (min-width: 768px) {
  .rent-a-car-carousel__the-carousel .slick-next, .rent-a-car-carousel__the-carousel .slick-prev {
    top: 160px;
  }
}
.rent-a-car-carousel__the-carousel .slick-next img, .rent-a-car-carousel__the-carousel .slick-prev img {
  width: 40px;
  filter: brightness(0) invert(1);
}
.rent-a-car-carousel__the-carousel .slick-next {
  right: 15px;
}
.rent-a-car-carousel__the-carousel .slick-prev {
  left: 15px;
}

.rent-a-car-carousel__the-carousel:hover .slick-next, .rent-a-car-carousel__the-carousel:hover .slick-prev {
  opacity: 1;
}

.rent-a-car-form-wrap {
  padding-top: 70px;
}
@media screen and (min-width: 1280px) {
  .rent-a-car-form-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.rent-a-car-form-inputs {
  order: 2;
}
@media screen and (min-width: 768px) {
  .rent-a-car-form-inputs {
    order: 1;
  }
}

.rent-a-car-form__textarea {
  order: 3;
  min-height: 200px;
}

.rent-a-car-form__info {
  order: 1;
}

.rent-a-car-form__submit-holder {
  order: 4;
}

@media screen and (min-width: 768px) {
  .rent-a-car-form-inputs {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .rent-a-car-form-inputs {
    width: 60%;
  }
}

.rent-a-car-form input, .rent-a-car-form textarea, .rent-a-car-form select {
  width: 100%;
  font-size: 18px;
  padding: 5px 10px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .rent-a-car-form__info {
    width: 50%;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .rent-a-car-form__info {
    width: 40%;
    padding-left: 40px;
  }
}

.rent-a-car-form__info-group {
  margin-bottom: 30px;
}
.rent-a-car-form__info-group-label {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .rent-a-car-form__info-group-label {
    font-size: 20px;
  }
}
.rent-a-car-form__info-group-value {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .rent-a-car-form__info-group-value {
    font-size: 23px;
  }
}

.rent-a-car-form__submit-holder {
  margin-top: 15px;
}
.rent-a-car-form__submit-holder button {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  transition: color 0.5s ease-out, background-color 0.5s ease-out;
}
.rent-a-car-form__submit-holder button:hover {
  background-color: #fff;
  color: #0a1226;
}

.textual-page {
  background-color: #e1e1e1;
}

.textual-page-heading {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .textual-page-heading {
    font-size: 27px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1680px) {
  .textual-page-heading {
    font-size: 35px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1920px) {
  .textual-page-heading {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

.textual-page-section {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .textual-page-section {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1680px) {
  .textual-page-section {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1920px) {
  .textual-page-section {
    margin-bottom: 50px;
  }
}

.textual-page-title {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1280px) {
  .textual-page-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .textual-page-title {
    font-size: 28px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1920px) {
  .textual-page-title {
    font-size: 33px;
    margin-bottom: 28px;
  }
}

.textual-page-title {
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
  .textual-page-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .textual-page-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .textual-page-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

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

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

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

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

  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 1280px) {

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

  .lg\:w-3\/12 {
    width: 25%;
  }

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

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

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

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

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

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

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

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

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

  .lg\:text-center {
    text-align: center;
  }
}
</pre></body></html>