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

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

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  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;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  color: inherit;
  border-top-width: 1px;
  height: 0;
}

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

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

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

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

:disabled {
  cursor: default;
}

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

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

[hidden] {
  display: none;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --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: ;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media (width >= 992px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.row {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.flex-1, .flex-2, .flex-3, .flex-4, .flex-5, .flex-6, .flex-7, .flex-8, .flex-9, .flex-10, .flex-11, .flex-12, .flex-fill, .flex-auto {
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.flex-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

p {
  -webkit-hyphens: auto;
  hyphens: auto;
  -epub-hyphens: auto;
}

pre {
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

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

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

:is(input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration) {
  -webkit-appearance: none;
}

:is(button::-moz-focus-inner, input::-moz-focus-inner) {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

span.amp {
  font-style: italic;
  font-family: Baskerville, Goudy Old Style, Palatino, Book Antiqua, serif !important;
}

.u__img-cover {
  position: relative;
}

.u__img-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u__img-contain {
  position: relative;
}

.u__img-contain img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.u__wrap {
  max-width: 1440px;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (width <= 768px) {
  .u__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u__pd-t-none {
  padding-top: 0;
}

.u__pd-t-small {
  padding-top: 40px;
}

@media (width <= 768px) {
  .u__pd-t-small {
    padding-top: 20px;
  }
}

@media (width <= 576px) {
  .u__pd-t-small {
    padding-top: 0;
  }
}

.u__pd-t-medium {
  padding-top: 90px;
}

@media (width <= 768px) {
  .u__pd-t-medium {
    padding-top: 45px;
  }
}

@media (width <= 576px) {
  .u__pd-t-medium {
    padding-top: 0;
  }
}

.u__pd-t-large {
  padding-top: 170px;
}

@media (width <= 768px) {
  .u__pd-t-large {
    padding-top: 65px;
  }
}

@media (width <= 576px) {
  .u__pd-t-large {
    padding-top: 0;
  }

  .ignite-modules > .u__pd-t-small {
    padding-top: 20px;
  }

  .ignite-modules > .u__pd-t-medium ~ .u__pd-t-small {
    padding-top: 0;
  }

  .ignite-modules > .u__pd-t-medium {
    padding-top: 45px;
  }

  .ignite-modules > .u__pd-t-medium ~ .u__pd-t-medium {
    padding-top: 0;
  }

  .ignite-modules > .u__pd-t-large {
    padding-top: 65px;
  }

  .ignite-modules > .u__pd-t-medium ~ .u__pd-t-large {
    padding-top: 0;
  }
}

.u__pd-b-none {
  padding-bottom: 0;
}

.u__pd-b-small {
  padding-bottom: 40px;
}

@media (width <= 768px) {
  .u__pd-b-small {
    padding-bottom: 20px;
  }
}

.u__pd-b-medium {
  padding-bottom: 90px;
}

@media (width <= 768px) {
  .u__pd-b-medium {
    padding-bottom: 45px;
  }
}

.u__pd-b-large {
  padding-bottom: 170px;
}

@media (width <= 768px) {
  .u__pd-b-large {
    padding-bottom: 65px;
  }
}

@font-face {
  font-family: DalaFloda;
  src: url("DalaFloda.ad8087c1.eot");
  src: url("DalaFloda.ad8087c1.eot#iefix") format("embedded-opentype"), url("DalaFloda.8c223982.woff") format("woff"), url("DalaFloda.6483ded1.ttf") format("truetype"), url("DalaFloda.b6260ab3.svg#DalaFloda") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: DalaFloda-Italic;
  src: url("DalaFloda-Italic.50311ae9.eot");
  src: url("DalaFloda-Italic.50311ae9.eot#iefix") format("embedded-opentype"), url("DalaFloda-Italic.c1f6282c.woff") format("woff"), url("DalaFloda-Italic.9437d04c.ttf") format("truetype"), url("DalaFloda-Italic.9f0c3421.svg#DalaFloda-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Lexend-Regular;
  src: url("Lexend-Regular.37ac64b7.eot");
  src: url("Lexend-Regular.37ac64b7.eot#iefix") format("embedded-opentype"), url("Lexend-Regular.3c261310.woff") format("woff"), url("Lexend-Regular.eba69c9a.ttf") format("truetype"), url("Lexend-Regular.35627d24.svg#Lexend-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: LexendExa-Regular;
  src: url("LexendExa-Regular.88cce9a0.eot");
  src: url("LexendExa-Regular.88cce9a0.eot#iefix") format("embedded-opentype"), url("LexendExa-Regular.f60a6a41.woff") format("woff"), url("LexendExa-Regular.1821fe49.ttf") format("truetype"), url("LexendExa-Regular.93a57221.svg#LexendExa-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

h1 {
  font-family: DalaFloda;
}

h2 {
  font-family: DalaFloda;
  font-size: 66px;
  line-height: 51px;
}

@media screen and (width >= 992px) {
  h2 {
    font-size: 115px;
    line-height: 90px;
  }
}

h3 {
  font-family: DalaFloda;
  font-size: 46px;
  line-height: 40px;
}

@media screen and (width >= 992px) {
  h3 {
    font-size: 60px;
    line-height: 50px;
  }
}

h4 {
  font-family: DalaFloda;
  font-size: 36px;
  line-height: 30px;
}

@media screen and (width >= 992px) {
  h4 {
    font-size: 46px;
    line-height: 40px;
  }
}

h5 {
  font-family: DalaFloda;
  font-size: 30px;
  line-height: 26px;
}

@media screen and (width >= 992px) {
  h5 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    background: none !important;
  }

  a, a:visited {
    text-decoration: underline;
    color: #444 !important;
  }

  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}

.header {
  z-index: 10;
  width: 100vw;
  padding: 20px;
  position: absolute;
}

@media screen and (width >= 992px) {
  .header {
    padding: 20px 40px;
  }
}

.header__container {
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 20px;
}

@media screen and (width >= 1200px) {
  .header__container {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.header__hamburger {
  width: 40px;
  height: 10px;
}

.header__hamburger span {
  background: #fff;
  height: 1px;
}

.header__hamburger span:first-of-type {
  margin-bottom: 9px;
}

.header__nav {
  margin: 0;
}

.header__nav li {
  margin-left: 32px;
}

.header__nav li:first-of-type {
  margin-left: 0;
}

.header__nav li a {
  color: #fff;
  text-transform: uppercase;
  font-family: LexendExa-Regular;
  font-size: 11px;
  transition: all .3s;
}

.header__nav li a:hover {
  opacity: .5;
}

@media screen and (width >= 992px) {
  .header__book {
    padding-left: 70px;
  }
}

@media screen and (width >= 1400px) {
  .header__book {
    padding-left: 180px;
  }
}

.header__book a {
  color: #fff;
  font-family: DalaFloda;
  font-size: 28px;
  transition: all .3s;
}

.header__book a:hover {
  opacity: .5;
}

.header__book a:hover:after {
  transform: translate(5px, 1px);
}

.header__book a:after {
  content: "";
  background-image: url("arrow.28c78eb7.svg");
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  transition: all .3s;
  display: inline-block;
  transform: translate(0, 1px);
}

.footer {
  background-color: #21211f;
  border-top: 1px solid #fff;
  padding: 50px 0 20px;
}

@media screen and (width >= 992px) {
  .footer {
    padding: 70px 0 20px;
  }
}

.footer h2 {
  color: #fff;
  max-width: 670px;
  margin-bottom: 115px;
  font-family: DalaFloda-Italic;
}

.footer__nav {
  margin: 0;
}

.footer__nav li {
  margin-bottom: 20px;
}

.footer__nav li:last-of-type {
  margin-bottom: 0;
}

.footer__nav li a {
  color: #fff;
  text-transform: uppercase;
  font-family: Lexend-Regular;
  font-size: 11px;
  transition: all .3s;
}

.footer__nav li a:hover {
  opacity: .5;
}

.footer__logo {
  width: 200px;
  height: auto;
  margin-top: 60px;
}

@media screen and (width >= 992px) {
  .footer__logo {
    margin-top: 0;
  }
}

.footer__ignite {
  color: #fff;
  opacity: .5;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Lexend-Regular;
  font-size: 11px;
  transition: all .3s;
}

@media screen and (width >= 992px) {
  .footer__ignite {
    margin-top: 0;
  }
}

.footer__ignite:hover {
  opacity: .8;
}

.mobile-navigation {
  z-index: 20;
  background: #21211f;
  width: 100%;
  height: 100vh;
  transition: all .5s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.mobile-navigation.active {
  transform: translateX(0);
}

.mobile-navigation__close {
  position: absolute;
  top: 40px;
  left: 30px;
}

.mobile-navigation__close span {
  background-color: #fff;
  width: 30px;
  height: 1px;
  display: block;
}

.mobile-navigation__close span:first-of-type {
  transform: rotate(45deg);
}

.mobile-navigation__close span:last-of-type {
  transform: rotate(-45deg);
}

.mobile-navigation ul {
  text-align: center;
  margin: 0;
  padding-bottom: 100px;
}

.mobile-navigation ul li {
  margin-bottom: 30px;
}

.mobile-navigation ul li a {
  color: #fff;
  text-transform: uppercase;
  font-family: Lexend-Regular;
  font-size: 20px;
  transition: all .3s;
}

.mobile-navigation ul li a:hover {
  opacity: .5;
}

.mobile-navigation__bottom {
  position: absolute;
  bottom: 140px;
}

.mobile-navigation__bottom img {
  margin-bottom: 20px;
}

.mobile-navigation__bottom a {
  color: #fff;
  opacity: .5;
  text-align: center;
  font-family: Lexend-Regular;
  font-size: 11px;
  display: block;
}

.popup-overlay {
  z-index: 100;
  background: #000c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0 25px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.popup-overlay.active {
  display: flex;
}

.popup-overlay .popup {
  background-color: #fff;
  width: 100%;
  max-width: 840px;
  padding: 40px 25px 20px;
  position: relative;
}

@media screen and (width >= 768px) {
  .popup-overlay .popup {
    padding: 40px 25px 50px;
  }
}

.popup-overlay .popup__close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (width >= 768px) {
  .popup-overlay .popup__close {
    top: 20px;
    right: 20px;
  }
}

.popup-overlay .popup h3 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: DalaFloda-Italic;
}

@media screen and (width >= 768px) {
  .popup-overlay .popup h3 {
    margin-bottom: 27px;
  }
}

.popup-overlay .popup span {
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 0;
  font-family: LexendExa-Regular;
  font-size: 9px;
  display: block;
}

@media screen and (width >= 768px) {
  .popup-overlay .popup span {
    margin-bottom: 45px;
    padding: 23px 0;
  }
}

.popup-overlay .popup h5 {
  color: #000;
  text-align: center;
}

.popup-overlay .popup p {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: LexendExa-Regular;
  font-size: 9px;
}

@media screen and (width >= 768px) {
  .popup-overlay .popup p {
    margin-bottom: 28px;
  }
}

.popup-overlay .popup a {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  height: 50px;
  margin: 0 auto 25px;
  font-family: LexendExa-Regular;
  font-size: 11px;
  transition: all .3s;
  display: flex;
}

@media screen and (width >= 768px) {
  .popup-overlay .popup a {
    margin: 0 auto;
  }
}

.popup-overlay .popup a:hover {
  opacity: .5;
}

.popup-overlay .popup a:hover:after {
  transform: translate(5px, 1px);
}

.popup-overlay .popup a:after {
  content: "";
  background-image: url("arrow-black.c393b3d9.svg");
  width: 10px;
  height: 10px;
  margin-left: 8px;
  transition: all .3s;
  display: inline-block;
  transform: translate(0, 1px);
}

.hero {
  width: 100%;
  height: 430px;
  max-height: 720px;
  position: relative;
  overflow: hidden;
}

@media screen and (width >= 768px) {
  .hero {
    height: auto;
  }
}

.hero__overlay {
  opacity: .25;
  z-index: 1;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero video {
  max-width: none;
  height: 430px;
  position: absolute;
}

@media screen and (width >= 768px) {
  .hero video {
    max-width: 100%;
    height: auto;
    position: relative;
  }
}

.hero__title {
  z-index: 5;
  width: calc(100vw - 40px);
  position: absolute;
  bottom: 30px;
  left: 20px;
}

@media screen and (width >= 992px) {
  .hero__title {
    width: calc(100vw - 80px);
    bottom: 40px;
    left: 40px;
  }
}

.hero__subtitle {
  z-index: 5;
  max-width: 600px;
  position: absolute;
  top: 110px;
  left: 20px;
}

@media screen and (width >= 992px) {
  .hero__subtitle {
    left: 40px;
  }
}

@media screen and (width >= 1200px) {
  .hero__subtitle {
    top: 40px;
  }
}

.hero__subtitle h3 {
  color: #f3f3ef;
}

.intro {
  background-color: #21211f;
  height: 190px;
  padding-top: 50px;
}

@media screen and (width >= 992px) {
  .intro {
    height: 290px;
  }
}

.intro h2 {
  color: #fff;
  font-family: DalaFloda-Italic;
}

.hotel {
  background-color: #21211f;
  border-top: 1px solid #fff;
  padding: 20px 0;
}

@media screen and (width >= 992px) {
  .hotel {
    padding: 40px 0;
  }
}

.hotel img {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}

@media screen and (width >= 992px) {
  .hotel img {
    margin-bottom: 0;
  }
}

.hotel__content {
  border-top: 1px solid #fff;
  height: 100%;
  padding-top: 22px;
}

@media screen and (width >= 992px) {
  .hotel__content {
    border-top: none;
    padding-top: 0;
  }

  .hotel__content.c-right {
    border-left: 1px solid #fff;
    padding-left: 40px;
  }

  .hotel__content.c-left {
    border-right: 1px solid #fff;
    padding-right: 40px;
  }
}

.hotel__content h4 {
  color: #f3f3ef;
  margin-bottom: 30px;
}

.hotel__content h5 {
  color: #f3f3ef;
  margin-bottom: 10px;
}

@media screen and (width >= 992px) {
  .hotel__content h5 {
    margin-bottom: 0;
  }
}

.hotel__content p {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: LexendExa-Regular;
  font-size: 9px;
}

@media screen and (width >= 992px) {
  .hotel__content p {
    margin-bottom: 0;
  }
}

.hotel__content a {
  color: #fff;
  text-transform: uppercase;
  font-family: LexendExa-Regular;
  font-size: 11px;
  transition: all .3s;
}

.hotel__content a:hover {
  opacity: .5;
}

.hotel__content a:hover:after {
  transform: translate(5px, 1px);
}

.hotel__content a:after {
  content: "";
  background-image: url("arrow.28c78eb7.svg");
  width: 10px;
  height: 10px;
  margin-left: 8px;
  transition: all .3s;
  display: inline-block;
  transform: translate(0, 1px);
}

@media only screen and (width >= 992px) {
  .js-fade-up {
    opacity: 0;
    transition: all .9s;
    transform: translateY(30px);
  }

  .js-fade-up.is-intersecting {
    opacity: 1;
    transform: translateY(0);
  }

  .js-fade-left {
    opacity: 0;
    transition: all .9s;
    transform: translateX(30px);
  }

  .js-fade-left.is-intersecting {
    opacity: 1;
    transform: translateX(0);
  }

  .js-fade-right {
    opacity: 0;
    transition: all .9s;
    transform: translateX(-30px);
  }

  .js-fade-right.is-intersecting {
    opacity: 1;
    transform: translateX(0);
  }

  .js-fade-in {
    opacity: 0;
    transition: all .9s;
  }

  .js-fade-in.is-intersecting {
    opacity: 1;
  }
}

@media (width >= 768px) {
  .md\:order-1 {
    order: 1;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:flex-4 {
    flex: 0 0 33.3333%;
    width: 100%;
    max-width: 33.3333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
}

@media (width >= 992px) {
  .lg\:order-1 {
    order: 1;
  }

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

  .lg\:flex-4, .lg\:flex-8 {
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .lg\:flex-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .lg\:flex-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
}

@media (width >= 1200px) {
  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:flex-3, .xl\:flex-9 {
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .xl\:flex-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xl\:flex-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

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