/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Sticky Footer */
html,
body {
  height: 100%;
}

.body-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
}

div[data-global-resource-path*="header"] {
  grid-row-start: 1;
  grid-row-end: 2;
  min-width: 0; /* Fixes width issues on smaller screens */
}

div[data-global-resource-path*="footer"] {
  grid-row-start: 3;
  grid-row-end: 4;
  min-width: 0; /* Fixes width issues on smaller screens */
}

.body-container-wrapper {
  grid-row-start: 2;
  grid-row-end: 3;
  min-width: 0; /* Fixes width issues on smaller screens */
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  margin-top: 75px;
  min-height: 1px;
  width: 100%;
}

.row-fluid [class*='span']:first-child {
  margin-top: 0;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid [class*='span'] {
    margin-top: 0;
  }

  .row-fluid .span11 {
    width: 91.66%;
  }

  .row-fluid .span10 {
    width: 83.33%;
  }

  .row-fluid .span9 {
    width: 75%;
  }

  .row-fluid .span8 {
    width: 66.66%;
  }

  .row-fluid .span7 {
    width: 58.33%;
  }

  .row-fluid .span6 {
    width: 50%;
  }

  .row-fluid .span5 {
    width: 41.66%;
  }

  .row-fluid .span4 {
    width: 33.33%;
  }

  .row-fluid .span3 {
    width: 25%;
  }

  .row-fluid .span2 {
    width: 16.66%;
  }

  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 80px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 40px;
}

.dnd-section .dnd-module.widget-span {
  padding: 0 40px;
}

.dnd-section[class*="force-full-width-section"] > .row-fluid,
.dnd-section[class*="force-full-width-section"] .dnd-module.widget-span {
  padding: 0;
}

@media (max-width: 1024px) {
  .content-wrapper {
    padding: 0 40px;
  }

  .dnd-section > .row-fluid,
  .dnd-section .dnd-module.widget-span {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    padding: 0 24px;
  }

  .dnd-section > .row-fluid,
  .dnd-section .dnd-module.widget-span {
    padding: 0 12px;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
  font-family: 'Avenir';
  src: local('Avenir Roman'),
  local('Avenir-Roman'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/Avenir-Roman.woff2") format('woff2'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/Avenir-Roman.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: local('Avenir Medium'),
  local('Avenir-Medium'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/Avenir-Medium.woff2") format('woff2'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/Avenir-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: local('Avenir Heavy'), local('Avenir-Heavy'),
    url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/Avenir-Heavy.woff2") format('woff2'),
    url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/Avenir-Heavy.woff") format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: local('Avenir Black'),
  local('Avenir-Black'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/Avenir-Black.woff2") format('woff2'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/Avenir-Black.woff") format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bon Vivant Family Serif';
  src: local('Bon Vivant Family Serif Bold'),
  local('BonVivantSerifBold'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/BonVivantSerifBold.woff2") format('woff2'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/BonVivantSerifBold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ultra System Sans';
  src: local('Ultra System Sans'),
  local('UltraSystemSans'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/UltraSystemSans.woff2") format('woff2'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/UltraSystemSans.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ultra System Sans Line One';
  src: local('UltraSystemSansLineOne'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/UltraSystemSansLineOne.woff2") format('woff2'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/UltraSystemSansLineOne.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ultra System Script';
  src: local('UltraSystemScript'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/UltraSystemScript.woff2") format('woff2'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/UltraSystemScript.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Std';
  src: local('Futura Std Medium'),
  local('FuturaStd-Medium'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/FuturaStd-Medium.woff2") format('woff2'),
  url("//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/fonts/FuturaStd-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: 'Avenir', sans-serif;
  line-height: 160%;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.6em;
}

p:last-child {
  margin-bottom: 0 !important;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.15s linear;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ultra System Sans', sans-serif;
  line-height: 160%;
  margin: 0 0 1em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0 !important;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.6em;
  padding-left: 25px;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0 !important;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding-left: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.6em;
  quotes: "\201C" "\201D";
  text-align: center;
}

blockquote:last-child {
  margin-bottom: 0 !important;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

/* Horizontal rules */

hr {
  border: 0;
  border-bottom: 1px solid #CCC;
  margin: 1.6em 0;
}

hr:first-child {
  margin-top: 0;
}

hr:last-child {
  margin-bottom: 0 !important;
}

/* Image alt text */

img {
  font-size: 9px;
  height: auto;
  max-width: 100%;
  word-break: normal;
}

/* Page Header */

#hs_cos_wrapper_page_header {
  /* margin-bottom: 116px; */
  /* margin-top: 142px; */
  margin-bottom: 70px;
  margin-top: 70px;
  position: relative;
  text-align: center;
}

#hs_cos_wrapper_page_header .section-header h1,
#hs_cos_wrapper_page_header .section-header h2,
#hs_cos_wrapper_page_header .section-header h3,
#hs_cos_wrapper_page_header .section-header h4,
#hs_cos_wrapper_page_header .section-header h5,
#hs_cos_wrapper_page_header .section-header h6 {
  color: #000000;
  font-family: 'Ultra System Sans', sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

#hs_cos_wrapper_page_header .section-header small {
  font-family: 'Avenir', sans-serif;
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.21em;
  line-height: 137.5%;
  margin-bottom: 30px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 133.3%;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0 !important;
  border-color: #D0D0D0 !important;
  color: #E6E6E6 !important;
}

a.button {
  text-decoration: none;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 16px;
  position: relative;
}

/* Labels */

form label {
  color: #1c1c23;
  font-family: 'Avenir',sans-serif;
  letter-spacing: .08em;
  line-height: 143%;
  font-size: 14px;
  font-weight: 500;
  cursor: text;
  text-transform: uppercase;
}

.hs-form-field > label {
  color: rgba(0, 0, 0, 0.7);
  cursor: text;
  text-transform: uppercase;
}

.hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox) > label {
  left: 12px;
  padding: 0 8px;
  position: absolute;
  top: 0;
  transform: translateY(18px);
  transition: transform 0.1s linear;
  z-index: 1;
}

fieldset > .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox) > label {
  left: 19px;
}

.hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox).freeze > label,
.hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox):focus-within > label {
  background-color: #FFFFFF;
  transform: translateY(-9px);
}

/* Help text */

form legend {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 140%;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form input[type=date],
form select,
form textarea {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 140%;
  padding: 17px 19px 15px;
  margin: 0;
  width: 100%;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form input[type=date]:focus,
form select:focus,
form textarea:focus {
  border-color: #000;
  outline: 0;
}

form select {
  padding-bottom: 17px;
  padding-top: 17px;
}

form textarea {
  height: 139px;
  resize: none;
}

form fieldset {
  margin: 0 -8px !important;
  max-width: none !important;
}

form fieldset.form-columns-0 {
  margin: 0 !important;
}

form fieldset .hs-form-field {
  padding: 0 8px;
}

form fieldset .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox) > label {
  padding: 0 8px;
}

form fieldset.form-columns-1 .input,
form fieldset.form-columns-1 .hs-input,
form fieldset.form-columns-2 .input,
form fieldset.form-columns-2 .hs-input,
form fieldset.form-columns-3 .input,
form fieldset.form-columns-3 .hs-input {
  margin-right: 0 !important;
  width: 100% !important;
}

form fieldset.form-columns-1 .input[type=checkbox],
form fieldset.form-columns-1 .hs-input[type=checkbox],
form fieldset.form-columns-1 .input[type=radio],
form fieldset.form-columns-1 .hs-input[type=radio],
form fieldset.form-columns-2 .input[type=checkbox],
form fieldset.form-columns-2 .hs-input[type=checkbox],
form fieldset.form-columns-2 .input[type=radio],
form fieldset.form-columns-2 .hs-input[type=radio],
form fieldset.form-columns-3 .input[type=checkbox],
form fieldset.form-columns-3 .hs-input[type=checkbox],
form fieldset.form-columns-4 .input[type=radio],
form fieldset.form-columns-4 .hs-input[type=radio] {
  width: auto !important;
}

form fieldset > div {
  margin-bottom: 24px;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  line-height: 1;
  margin: 5px 0 0;
}

form .inputs-list > li label {
  display: inline-block;
  vertical-align: top;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
}

form input[type=checkbox] + span,
form input[type=radio] + span {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 143%;
  padding-left: 26px;
  position: relative;
}

form input[type=checkbox] + span:before,
form input[type=checkbox] + span:after,
form input[type=radio] + span:before,
form input[type=radio] + span:after {
  content: "";
  display: block;
  position: absolute;
}

form input[type=radio] + span:before,
form input[type=radio] + span:after {
  border-radius: 50%;
}

form input[type=checkbox] + span:before,
form input[type=radio] + span:before {
  border: 1px solid #000000;
  height: 16px;
  left: 0;
  top: 1px;
  width: 16px;
}

form input[type=checkbox] + span:after,
form input[type=radio] + span:after {
  height: 10px;
  left: 3px;
  top: 4px;
  width: 10px;
}

form input[type=checkbox]:checked + span:after,
form input[type=radio]:checked + span:after {
  background: #020101;
}

.hs-form-checkbox-display,
.hs-form-radio-display {
  position: relative;
}

.hs-preferred_contact_method .inputs-list,
.hs-dates_flexible .inputs-list,
.hs-seperate_room_needed_for_meals .inputs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 32px;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.fn-date-picker .pika-button,
.fn-date-picker .pika-next,
.fn-date-picker .pika-prev {
  border-radius: 0;
  min-width: auto;
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: #821C1C !important;
  border-radius: 0 !important;
  color: #FFF !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #821C1C;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

.widget-type-form .form-title,
#hs_cos_wrapper_footer_form_html .mauticform_wrapper-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 39px;
}

.widget-type-form .hs-richtext,
.widget-type-form .hs-richtext p {
  font-size: 14px;
}

.widget-type-form .hs-richtext {
  margin-bottom: 40px;
  margin-top: 64px;
}

.widget-type-form fieldset:first-child > .hs-richtext {
  margin-top: 0;
}

.widget-type-form .hs-richtext h1,
.widget-type-form .hs-richtext h2,
.widget-type-form .hs-richtext h3,
.widget-type-form .hs-richtext h4,
.widget-type-form .hs-richtext h5,
.widget-type-form .hs-richtext h6 {
  font-size: 24px;
  line-height: 100%;
}

.widget-type-form .hs-richtext p {
  margin: 0 0 22px;
}

.widget-type-form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}

/* Validation */

.hs_error_rollup {
  display: none;
  color: red !important;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 140%;
}

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: red !important;
}

.hs-error-msg {
  color: red !important;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 140%;
  margin-top: 5px;
}

/* Submit button */

form button[type=submit],
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-family: 'Avenir', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 90%;
  margin-top: 23px;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  padding: 20px 31px 18px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Revinate Contact */

#revinate_contact_api_form .button{
  width: auto;
  padding: 0;
  margin: 24px 0 0;
  border: 0;
}

#revinate_contact_api_form .button button{
  margin: 0;
}

#revinate_contact_api_form fieldset {
  margin: 0px !important;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 25px;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes scaleYIn {
  from {
    transform-origin: top center;
    transform: scaleY(0);
  }

  to {
    transform-origin: top center;
    transform: scaleY(1);
  }
}

.scaleYIn {
  animation-name: scaleYIn;
}

@keyframes scaleYOut {
  from {
    transform-origin: bottom center;
    transform: scaleY(1);
  }

  to {
    transform-origin: bottom center;
    transform: scaleY(0);
  }
}

.scaleYOut {
  animation-name: scaleYOut;
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animated[class*='Out'] {
    opacity: 0;
  }
}
/* Sticky Header */

.main-header {
  background-color: #FFF;
  position: relative;
  width: 100%;
  z-index: 9999;
}

.main-header:after {
  background-color: #000000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  opacity: 0.2;
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.2s ease, width 0.2s ease;
  width: calc(100% - 70px);
}

.sticky-header .main-header {
  position: fixed;
  top: 0;
  left: 0;
}

.sticky-header .main-header:after {
  max-width: none;
  width: 100%;
}

html.nav-opened {
  overflow: hidden;
}

/* Header Container */

.header__container {
  align-items: center;
  display: grid;
  gap: 35px;
  grid-template-columns: 1fr auto 1fr;
  padding: 21px 35px 30px;
}

.main-header--no-navigation .header__container {
  display: flex;
  justify-content: center;
}

/* Navigation Skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 70px;
}

.header__logo img {
  display: block;
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 18px;
}

/* Navigation */

.header__navigation_wrapper {
  display: none;
  height: 100vh;
  left: 0;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header__navigation_wrapper.open {
  display: block;
}

.header__navigation_row {
  background-color: #821C1C;
  background-image: url('//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/images/bg-nav-pattern.png');
  background-position: top left;
  background-size: 1152px auto;
  display: grid;
  grid-template-columns: 0.875fr 1fr;
  min-height: 100vh;
  padding: 40px 40px 39px 50px;
}

.header__navigation_links {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  max-width: 630px;
  padding-right: 40px;
  width: 100%;
}

.header__navigation_open,
.header__navigation_close {
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 135.7%;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}

.header__navigation_open:hover,
.header__navigation_open:focus,
.header__navigation_close:hover,
.header__navigation_close:focus {
  background-color: transparent;
  border: 0;
}

.header__navigation_open svg,
.header__navigation_close svg {
  display: block;
}

.header__navigation_open span,
.header__navigation_close span {
  margin-left: 15px;
}

.header__navigation_open {
  color: #000000;
  display: flex;
}

.header__navigation_open:hover,
.header__navigation_open:focus {
  color: #821C1C;
}

.header__navigation_open.hide {
  display: none;
}

.header__navigation_open svg {
  width: 28px;
}

.header__navigation_close {
  color: #FFFFFF;
  display: none;
  margin-bottom: 99.95px;
}

.header__navigation_close:hover,
.header__navigation_close:focus {
  color: #000000;
}

.header__navigation_close.show {
  display: flex;
}

.header__navigation_close svg {
  width: 20.865px;
}

#hs_cos_wrapper_navigation_primary,
#hs_cos_wrapper_navigation_secondary {
  position: relative;
}

div[data-global-resource-path*="header-"] #hs_cos_wrapper_navigation_primary .menu__item {
  margin-top: 15px;
}

div[data-global-resource-path*="header-"] #hs_cos_wrapper_navigation_primary .menu__item:first-child {
  margin-top: 0;
}

div[data-global-resource-path*="header-"] #hs_cos_wrapper_navigation_primary .menu__link {
  font-size: 42px;
}

#hs_cos_wrapper_navigation_secondary {
  margin-top: 47px;
}

#hs_cos_wrapper_navigation_secondary .menu__item {
  margin-top: 0;
}

#hs_cos_wrapper_navigation_secondary .menu__link {
  font-family: 'Avenir', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 199%;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
}

#hs_cos_wrapper_navigation_secondary .menu__link:after {
  background: #fff;
  bottom: 5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

#hs_cos_wrapper_navigation_secondary a.menu__link:hover,
#hs_cos_wrapper_navigation_secondary a.menu__link:focus,
#hs_cos_wrapper_navigation_secondary a.menu__link--active-link,
#hs_cos_wrapper_navigation_secondary a.menu__link--active-branch {
  font-family: 'Avenir', sans-serif;
}

#hs_cos_wrapper_navigation_secondary a.menu__link:hover:after,
#hs_cos_wrapper_navigation_secondary a.menu__link:focus:after,
#hs_cos_wrapper_navigation_secondary a.menu__link--active-link:after,
#hs_cos_wrapper_navigation_secondary a.menu__link--active-branch:after {
  transform-origin: left center;
  transform: scaleX(1);
  transition-duration: 0.4s;
}

/* Navigation Button */

#hs_cos_wrapper_navigation_button {
  margin-top: 99px;
  position: relative;
}

#hs_cos_wrapper_navigation_button .button {
  line-height: 110%;
  letter-spacing: 0.02em;
}

/* Header Buttons */

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

#hs_cos_wrapper_location_dropdown {
  margin-right: 24px;
}

#hs_cos_wrapper_location_dropdown .locations-dropdown--list.no-list {
  margin-top: 31px;
}

.locations-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #000000;
  display: flex;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 133.3%;
  margin-right: 24px;
  padding: 0;
}

.locations-button:hover,
.locations-button:focus {
  background-color: transparent;
  border: 0;
  color: #821C1C;
}

.locations-button svg {
  display: block;
  height: auto;
  margin-bottom: 3px;
  margin-left: 7.5px;
  stroke: #060101;
  width: 12px;
}

.locations-button:hover svg,
.locations-button:focus svg {
  stroke: #821C1C;
}

.property-navigation {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 35px;
  position: relative;
}

.property-navigation #hs_cos_wrapper_page_breadcrumb {
  margin: 0;
  max-width: none;
  padding: 0;
}

#hs_cos_wrapper_location_dropdown_tablet_mobile {
  display: none;
}
.main-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #1F1F1F;
  color: #FFFFFF;
  position: relative;
}

.main-footer a:not(.button):not(.hs-button) {
  color: inherit;
  display: inline-block;
  position: relative;
}

.main-footer a:not(.button):not(.hs-button):hover,
.main-footer a:not(.button):not(.hs-button):focus {
  color: inherit;
  text-decoration: none;
}

.main-footer a:not(.button):not(.hs-button):after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

.main-footer a:not(.button):not(.hs-button):hover:after,
.main-footer a:not(.button):not(.hs-button):focus:after {
  transform-origin: left center;
  transform: scaleX(1);
  transition-duration: 0.4s;
}

.main-footer>.content-wrapper {
  padding: 0 100px;
}

#hs_cos_wrapper_footer_logo {
  padding: 93px 0 88px;
  text-align: center;
}

#hs_cos_wrapper_footer_logo a:after {
  content: none;
}

#hs_cos_wrapper_footer_logo_text {
  opacity: 0.7;
}

.main-footer-row {
  border-bottom: 1px solid #484848;
  border-top: 1px solid #484848;
  display: flex;
  flex-wrap: wrap;
}

.main-footer-column {
  flex-basis: 50%;
  padding: 95px 0;
  position: relative;
}

.main-footer-column:before {
  background-color: #484848;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}

.main-footer-details {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 32px;
  padding-right: 115px;
}

.global-footer .main-footer-details {
  padding-bottom: 32px;
}

.main-footer-details:before {
  right: -0.5px;
}

.main-footer-links {
  display: grid;
  font-size: 16px;
  gap: 21.65%;
  grid-template-columns: repeat(2, 1fr);
  letter-spacing: 0.1em;
  line-height: 199%;
  margin-bottom: 130px;
  margin-top: 3px;
  max-width: 485px;
  text-transform: uppercase;
  width: 100%;
}

.main-footer .main-footer-links a:not(.button):not(.hs-button):after {
  bottom: 5px;
}

.main-footer .main-footer-links li.active a:after,
.main-footer .main-footer-links li.active-branch a:after {
  transform-origin: left center;
  transform: scaleX(1);
  transition-duration: 0.4s;
}

.main-footer-details-info {
  align-self: flex-end;
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 18.65%;
  padding-bottom: 5.348%;
  width: 100%;
}

.footer-info-combo {
  display: flex;
  align-items: center;
}

#hs_cos_wrapper_footer_cookie_settings button {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-size: inherit;
  gap: 7px;
  line-height: inherit;
  text-transform: none;
}

#hs_cos_wrapper_footer_cookie_settings button svg {
  flex: 0 0 36.57px;
}

@media (min-width: 768px) {
  #hs_cos_wrapper_footer_badges {
    margin-bottom: -5.348%;
  }
}

#hs_cos_wrapper_footer_badge>a,
#hs_cos_wrapper_footer_badge>img {
  margin-bottom: -5.348%;
  max-width: 201px;
  width: 100%;
}

#hs_cos_wrapper_footer_rich_text {
  flex-shrink: 0;
  font-size: 15px;
  line-height: 130%;
}

#hs_cos_wrapper_footer_rich_text address {
  font-style: normal;
}

.main-footer-form {
  padding-left: 115px;
}

.main-footer-form:before {
  left: -0.5px;
}

#hs_cos_wrapper_footer_form_html:not(:empty)+#hs_cos_wrapper_footer_form {
  display: none;
}

#hs_cos_wrapper_footer_form_html .mauticform_wrapper {
  max-width: 505px;
}

#hs_cos_wrapper_footer_form .form-title,
#hs_cos_wrapper_footer_form_html .mauticform_wrapper-title {
  max-width: 342px;
}

#hs_cos_wrapper_footer_form .hs-form-field,
#hs_cos_wrapper_footer_form_html .mauticform-row:not(:last-child) {
  margin-bottom: 39px;
}

#hs_cos_wrapper_footer_form form label {
  font-family: 'Avenir', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
}

#hs_cos_wrapper_footer_form .hs-form-field>label {
  color: #FFFFFF;
  left: -8px;
  text-transform: none;
  transform: translateY(2.5px);
}

#hs_cos_wrapper_footer_form .hs-form-field.freeze>label,
#hs_cos_wrapper_footer_form .hs-form-field:focus-within>label {
  background-color: transparent;
  transform: translateY(-20px);
}

#hs_cos_wrapper_footer_form form legend {
  font-family: 'Avenir', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
}

#hs_cos_wrapper_footer_form form input[type=text],
#hs_cos_wrapper_footer_form form input[type=email],
#hs_cos_wrapper_footer_form form input[type=password],
#hs_cos_wrapper_footer_form form input[type=tel],
#hs_cos_wrapper_footer_form form input[type=number],
#hs_cos_wrapper_footer_form form input[type=file],
#hs_cos_wrapper_footer_form form select,
#hs_cos_wrapper_footer_form form textarea,
#hs_cos_wrapper_footer_form_html .mauticform-selectbox,
#hs_cos_wrapper_footer_form_html .mauticform-input,
#hs_cos_wrapper_footer_form_html .mauticform-textarea {
  border-color: #484848;
  border-width: 0 0 1px;
  color: #FFFFFF;
  font-family: 'Avenir', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  padding: 0 0 14px;
}

#hs_cos_wrapper_footer_form form input[type=text]:focus,
#hs_cos_wrapper_footer_form form input[type=email]:focus,
#hs_cos_wrapper_footer_form form input[type=password]:focus,
#hs_cos_wrapper_footer_form form input[type=tel]:focus,
#hs_cos_wrapper_footer_form form input[type=number]:focus,
#hs_cos_wrapper_footer_form form input[type=file]:focus,
#hs_cos_wrapper_footer_form form select:focus,
#hs_cos_wrapper_footer_form form textarea:focus,
#hs_cos_wrapper_footer_form_html .mauticform-selectbox:focus,
#hs_cos_wrapper_footer_form_html .mauticform-input:focus,
#hs_cos_wrapper_footer_form_html .mauticform-textarea:focus {
  border-color: #FFFFFF;
}

#hs_cos_wrapper_footer_form_html .mauticform-has-error .mauticform-selectbox,
#hs_cos_wrapper_footer_form_html .mauticform-has-error .mauticform-input,
#hs_cos_wrapper_footer_form_html .mauticform-has-error .mauticform-textarea {
  border-color: red;
}

#hs_cos_wrapper_footer_form form select {
  padding-bottom: 14px;
  padding-top: 0;
}

#hs_cos_wrapper_footer_form .hs_error_rollup {
  font-family: 'Avenir', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
}

#hs_cos_wrapper_footer_form .hs-error-msg,
#hs_cos_wrapper_footer_form_html .mauticform-errormsg {
  font-family: 'Avenir', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
}

#hs_cos_wrapper_footer_form_html .mauticform-errormsg {
  color: red;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
}

#hs_cos_wrapper_footer_form_html .mauticform-post-success {
  color: #FFFFFF;
}

#hs_cos_wrapper_footer_form_html ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 100%;
}

#hs_cos_wrapper_footer_form_html ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 100%;
}

#hs_cos_wrapper_footer_form_html :-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 100%;
}

#hs_cos_wrapper_footer_form_html ::placeholder {
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 100%;
}

#hs_cos_wrapper_footer_form_html form button[type=submit],
#hs_cos_wrapper_footer_form form input[type=submit],
#hs_cos_wrapper_footer_form form .hs-button {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  font-family: 'Avenir', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  margin-top: 18px;
  padding-left: 45px;
  padding-right: 45px;
  text-transform: none;
}

#hs_cos_wrapper_footer_form_html form button[type=submit] {
  padding-block: 17px;
}

#hs_cos_wrapper_footer_form_html form button[type=submit]:hover,
#hs_cos_wrapper_footer_form_html form button[type=submit]:focus,
#hs_cos_wrapper_footer_form form input[type=submit]:hover,
#hs_cos_wrapper_footer_form form input[type=submit]:focus,
#hs_cos_wrapper_footer_form form .hs-button:hover,
#hs_cos_wrapper_footer_form form .hs-button:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1F1F1F;
}

.footer-info {
  font-size: 12px;
  font-weight: 500;
  line-height: 133.3%;
  padding: 30px 0 34px;
}

.footer-info p {
  margin: 0;
}

#hs_cos_wrapper_footer_social_links a:after {
  content: none;
}

#hs_cos_wrapper_footer_social_links .social-links__icon {
  transition: all 0.15s linear;
}

#hs_cos_wrapper_footer_social_links .social-links__link:hover .social-links__icon,
#hs_cos_wrapper_footer_social_links .social-links__link:focus .social-links__icon {
  background-color: #FFFFFF;
  color: #1F1F1F;
}

.footer-info .content-wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 100px;
}

.footer-info .website-by {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 136.4%;
  text-align: right;
}

.footer-info .website-by a:after {
  bottom: -3px;
}

.footer-info .website-by span,
.footer-info .website-by img {
  display: inline-block;
  vertical-align: middle;
}

.footer-info .website-by img {
  margin-left: 7px;
}

@media (min-width: 1025px) {
  .footer-info .website-by br {
    display: none;
  }
}
/* Logo */

.hs_cos_wrapper_type_logo,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_logo a {
  display: inline-block;
  vertical-align: top;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Images */

.hs_cos_wrapper_type_linked_image,
.hs-image-widget  {
  display: inline-block;
  vertical-align: top;
}

/* Hero Banner */

#hs_cos_wrapper_hero_banner {
  margin: 0 auto 35px;
  padding: 0 35px;
}

#hs_cos_wrapper_hero_banner .hero-banner-content {
  min-height: calc(100vh - 135px);
}

/* Breadcrumbs */

#hs_cos_wrapper_page_breadcrumb {
  line-height: 1;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 35px;
  position: relative;
}

/* Page Navigation */

#hs_cos_wrapper_page_navigation {
  margin-bottom: 90px;
}

/* Page Links */

#hs_cos_wrapper_page_links {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 133.3%;
  margin: 0 auto 88px;
  max-width: 1440px;
  padding: 0 6px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

#hs_cos_wrapper_page_links .hs-menu-wrapper ul {
  justify-content: center;
}

#hs_cos_wrapper_page_links .hs-menu-item {
  padding: 0 6px 12px;
}

#hs_cos_wrapper_page_links .hs-menu-item a {
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  padding: 17px 31px 13px;
  vertical-align: top;
}

#hs_cos_wrapper_page_links .hs-menu-item a:hover,
#hs_cos_wrapper_page_links .hs-menu-item a:focus,
#hs_cos_wrapper_page_links li.active a,
#hs_cos_wrapper_page_links li.active-branch a {
  background-color: #821C1C;
  border-color: #821C1C;
  color: #FFFFFF;
  text-decoration: none;
}

/* Swiper JS - Next/Prev Buttons */

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  border-radius: 50%;
  border: 1px solid #821C1C;
  color: #821C1C;
  height: 76px;
  margin-top: -38px;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  width: 76px;
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-prev:focus,
.swiper .swiper-button-next:hover,
.swiper .swiper-button-next:focus {
  background-color: #821C1C;
  outline: 0;
}

.swiper .swiper-button-prev:after,
.swiper.swiper-rtl .swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23821C1C' stroke-linecap='round' stroke-linejoin='round' d='M15 6H1m0 0 5-5M1 6l5 5'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 12px;
  width: 16px;
}

.swiper .swiper-button-prev:hover:after,
.swiper .swiper-button-prev:focus:after,
.swiper.swiper-rtl .swiper-button-next:hover:after,
.swiper.swiper-rtl .swiper-button-next:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' d='M15 6H1m0 0 5-5M1 6l5 5'/%3E%3C/svg%3E");
}

.swiper .swiper-button-next:after,
.swiper.swiper-rtl .swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23821C1C' stroke-linecap='round' stroke-linejoin='round' d='M1 6h14m0 0-5-5m5 5-5 5'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 12px;
  width: 16px;
}

.swiper .swiper-button-next:hover:after,
.swiper .swiper-button-next:focus:after,
.swiper.swiper-rtl .swiper-button-prev:hover:after,
.swiper.swiper-rtl .swiper-button-prev:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' d='M1 6h14m0 0-5-5m5 5-5 5'/%3E%3C/svg%3E");
}

/* Swiper JS - Pagination */

.swiper .swiper-pagination {
  line-height: 0;
}

.swiper .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0.5px solid #000000;
  height: 8px;
  opacity: 1;
  position: relative;
  transform: rotate(45deg);
  transition: background-color 0.3s ease;
  width: 8px;
}

.swiper .swiper-pagination-bullet:before,
.swiper .swiper-pagination-bullet:after {
  background-color: #000000;
  content: "";
  display: block;
  height: 0.5px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 13px;
}

.swiper .swiper-pagination-bullet:before {
  left: -18px;
  top: -5px;
  transform-origin: bottom right;
  transform: translate(-5px, -5px) rotate(45deg);
}

.swiper .swiper-pagination-bullet:after {
  bottom: -5px;
  right: -18px;
  transform-origin: top left;
  transform: translate(5px, 5px) rotate(45deg);
}

.swiper .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 1);
}

.swiper .swiper-pagination-bullet-active:before,
.swiper .swiper-pagination-bullet-active:after {
  opacity: 1;
  transform: translate(0, 0) rotate(45deg);
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
}

.swiper.swiper-horizontal > .swiper-pagination-bullets,
.swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper .swiper-pagination-custom,
.swiper .swiper-pagination-fraction {
  bottom: 57.34px;
}

.swiper.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 11px;
}

.swiper .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper.swiper-vertical > .swiper-pagination-bullets {
  left: 57.34px;
  right: auto;
}

.swiper.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  transform: rotate(-45deg);
  margin: 11px 0;
}

/* Fancy Section Image */

.fancy-section-image:before {
  background-image: url('//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/images/bg-pattern-about.png');
}

/* Slider Details */

.slider-details:before {
  background-image: url('//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/images/bg-pattern-about.png');
}

@media (max-width: 767px) {
  .details-slider--content {
    background-image: url('//21878488.fs1.hubspotusercontent-na1.net/hubfs/21878488/raw_assets/public/zaza-hotel/images/bg-pattern-about.png');
  }
}

/* Loading Screen */

.loading-screen {
  align-items: center;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity 0.6s ease 0.1s;
  width: 100%;
  z-index: 99999;
}

.loading-screen img {
  height: auto;
  width: 100px;
  display: block;
}

.loading-screen.is-fadeOut {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.loading-screen.is-loaded {
  display: none;
}

/* Cookie Popup */

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  background: #EDEDED;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  bottom: 0 !important;
  box-shadow: none;
  color: #000000 !important;
  font-family: 'Avenir', sans-serif !important;
  font-size: 15px !important;
  left: 0 !important;
  letter-spacing: 0.04em;
  line-height: 158.02% !important;
  transform: translate(0) !important;
  width: 100%;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr auto;
  padding: 26px 40px 27px !important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p,
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a {
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p {
  margin-bottom: 1.58em;
  margin-left: 0;
  margin-right: 0;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner strong {
  font-weight: 500;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a,
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a:hover,
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a:focus {
  color: #821C1C !important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  margin-bottom: 0;
  margin-right: 0;
  max-width: 731px;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-right: -5.5px;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-eu-decline-button {
  border-radius: 0;
  font-size: 11px !important;
  font-weight: 500 !important;
  height: auto !important;
  letter-spacing: 0.1em;
  line-height: 136.4% !important;
  margin: 0 5.5px !important;
  min-width: 155.37px;
  padding: 13px !important;
  text-align: center !important;
  text-transform: uppercase;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-eu-confirmation-button:hover,
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-eu-confirmation-button:focus {
  background-color: #000 !important;
  border-color: #000 !important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-eu-decline-button:hover,
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-eu-decline-button:focus {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #FFF !important;
}

@media (max-width: 767px) {
  div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    font-size: 10px !important;
  }

  div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 12px 15px 11px !important;
  }

  div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
    gap: 0;
    margin: 0 -4px;
  }

  div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-eu-confirmation-button,
  div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-eu-decline-button {
    flex-grow: 0 !important;
    font-size: 8.57187px !important;
    line-height: 12px !important;
    margin: 0 4px !important;
    min-width: 118.21px;
    padding: 13px !important;
  }  
}
@media (min-width: 767px) and (max-width: 1024px) {
  .main-footer-links {
    font-size: 12px;
    line-height: 240%;
  }

  #hs_cos_wrapper_footer_links_left,
  #hs_cos_wrapper_footer_links_right {
    padding-right: 39px;
  }

  .main-footer-details-info {
    gap: 39px;
    padding-right: 39px;
  }

  #hs_cos_wrapper_footer_badge>a,
  #hs_cos_wrapper_footer_badge>img {
    max-width: 196px;
  }

  #hs_cos_wrapper_footer_rich_text {
    font-size: 12px;
    line-height: 130%;
  }

  #hs_cos_wrapper_footer_form form label {
    font-size: 12px;
  }

  #hs_cos_wrapper_footer_form .hs-form-field.freeze>label,
  #hs_cos_wrapper_footer_form .hs-form-field:focus-within>label {
    transform: translateY(-17px);
  }

  #hs_cos_wrapper_footer_form form legend {
    font-size: 12px;
  }

  #hs_cos_wrapper_footer_form form input[type=text],
  #hs_cos_wrapper_footer_form form input[type=email],
  #hs_cos_wrapper_footer_form form input[type=password],
  #hs_cos_wrapper_footer_form form input[type=tel],
  #hs_cos_wrapper_footer_form form input[type=number],
  #hs_cos_wrapper_footer_form form input[type=file],
  #hs_cos_wrapper_footer_form form select,
  #hs_cos_wrapper_footer_form form textarea,
  #hs_cos_wrapper_footer_form_html .mauticform-selectbox,
  #hs_cos_wrapper_footer_form_html .mauticform-input,
  #hs_cos_wrapper_footer_form_html .mauticform-textarea {
    font-size: 12px;
    padding: 0 0 17px;
  }

  #hs_cos_wrapper_footer_form form select {
    padding-bottom: 17px;
    padding-top: 0;
  }

  #hs_cos_wrapper_footer_form .hs_error_rollup,
  #hs_cos_wrapper_footer_form .hs-error-msg,
  #hs_cos_wrapper_footer_form_html .mauticform-errormsg {
    font-size: 12px;
  }

  #hs_cos_wrapper_footer_form_html ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
  }

  #hs_cos_wrapper_footer_form_html ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
  }

  #hs_cos_wrapper_footer_form_html :-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
  }

  #hs_cos_wrapper_footer_form_html ::placeholder {
    font-size: 12px;
  }

  .footer-info .social-links {
    margin: 0 -10px;
  }

  .footer-info .social-links__link {
    margin: 0 10px;
  }

  .footer-info .social-links__icon {
    height: 19px;
    width: 23px;
  }

  .footer-info .social-links__icon svg {
    height: 14px;
  }
}

@media (max-width: 1024px) {
  .main-header:after {
    width: calc(100% - 48px);
  }

  #hs_cos_wrapper_page_header {
    margin-bottom: 40px;
    margin-top: 92px;
  }

  #hs_cos_wrapper_page_header .section-header h1,
  #hs_cos_wrapper_page_header .section-header h2,
  #hs_cos_wrapper_page_header .section-header h3,
  #hs_cos_wrapper_page_header .section-header h4,
  #hs_cos_wrapper_page_header .section-header h5,
  #hs_cos_wrapper_page_header .section-header h6 {
    font-size: 50px;
  }

  #hs_cos_wrapper_page_header .section-header small {
    font-size: 15px;
    line-height: 133.3%;
    margin-bottom: 22px;
  }

  .widget-type-form .form-title,
  #hs_cos_wrapper_footer_form_html .mauticform_wrapper-title {
    margin-bottom: 47px;
  }

  .header__container {
    gap: 24px;
    padding: 24px;
  }

  #hs_cos_wrapper_location_dropdown,
  .locations-button {
    display: none;
  }

  .header__navigation_row {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 40px 39px;
  }

  .header__navigation_close {
    margin-bottom: 118.95px;
  }

  div[data-global-resource-path*="header-"] #hs_cos_wrapper_navigation_primary .menu__item {
    margin-top: 24px;
  }

  div[data-global-resource-path*="header-"] #hs_cos_wrapper_navigation_primary .menu__link {
    font-size: 30px;
  }

  #hs_cos_wrapper_navigation_secondary {
    margin-top: 93px;
  }

  #hs_cos_wrapper_navigation_button {
    margin-top: 90px;
  }

  #hs_cos_wrapper_location_dropdown {
    margin-right: 22px;
  }

  #hs_cos_wrapper_location_dropdown .locations-dropdown--list.no-list {
    margin-top: 34px;
  }

  .locations-button {
    font-size: 8px;
    letter-spacing: 0.1em;
    line-height: 137.5%;
    margin-right: 22px;
  }

  .locations-button svg {
    margin-left: 6px;
  }

  .main-footer>.content-wrapper {
    padding: 0 40px;
  }

  .main-footer-column {
    padding: 88px 0 93px;
  }

  .main-footer-details {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .global-footer .main-footer-details {
    padding-bottom: 30px;
  }

  .main-footer-links {
    gap: 0;
    margin-bottom: 164px;
    margin-top: 0;
    max-width: 100%;
  }

  .main-footer-form {
    padding-left: 41px;
  }

  .footer-info {
    font-size: 11px;
    line-height: 136.4%;
    padding: 35px 0 32px;
  }

  .footer-info .content-wrapper {
    padding: 0 40px;
  }

  .footer-info-combo {
    display: block;
  }

  .footer-info-sep {
    display: none;
  }

  #hs_cos_wrapper_page_breadcrumb {
    padding: 0 24px;
  }

  .property-navigation {
    padding: 0 24px;
  }

  #hs_cos_wrapper_location_dropdown_tablet_mobile {
    display: block;
  }

  #hs_cos_wrapper_page_navigation {
    margin-bottom: 68px;
  }

  #hs_cos_wrapper_hero_banner {
    margin-bottom: 40px;
    padding: 0 40px;
  }

  #hs_cos_wrapper_hero_banner .hero-banner-content {
    /* min-height: calc(100vh - 140px); */
    min-height: calc(100vh - 161px);
  }

  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    height: 50px;
    margin-top: -25px;
    width: 50px;
  }

  .swiper .swiper-button-prev:after,
  .swiper.swiper-rtl .swiper-button-next:after {
    height: 6.58px;
    width: 9.21px;
  }

  .swiper .swiper-button-next:after,
  .swiper.swiper-rtl .swiper-button-prev:after {
    height: 6.58px;
    width: 9.21px;
  }
}
@media (max-width: 767px) {
  .main-header:after {
    width: calc(100% - 32px);
  }

  #hs_cos_wrapper_page_header {
    margin: 42px -10px 20px;
  }

  #hs_cos_wrapper_hero_banner .hero-banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  #hs_cos_wrapper_page_header .section-header h1,
  #hs_cos_wrapper_page_header .section-header h2,
  #hs_cos_wrapper_page_header .section-header h3,
  #hs_cos_wrapper_page_header .section-header h4,
  #hs_cos_wrapper_page_header .section-header h5,
  #hs_cos_wrapper_page_header .section-header h6 {
    font-size: 36px;
    line-height: 115%;
  }

  #hs_cos_wrapper_page_header .section-header small {
    font-size: 16px;
    line-height: 137.5%;
    margin-bottom: 16px;
  }

  #hs_cos_wrapper_page_navigation {
    margin-bottom: 40px;
  }

  #hs_cos_wrapper_page_links {
    padding: 0 23px;
  }

  #hs_cos_wrapper_page_links .hs-menu-item {
    padding: 0 1px 2px;
  }

  #hs_cos_wrapper_page_links .hs-menu-item a {
    padding: 17px 30px 13px;
  }

  .hs-form-field {
    margin-bottom: 20px;
  }

  .widget-type-form .form-title,
  #hs_cos_wrapper_footer_form_html .mauticform_wrapper-title {
    margin-bottom: 54px;
  }

  form input[type=submit],
  form .hs-button {
    margin-top: 20px;
  }

  .header__container {
    gap: 16px;
    padding: 24px 16px;
  }

  .header__logo {
    max-width: 60px;
  }

  #hs_cos_wrapper_header_button .button-wrapper .button {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 120%;
    max-width: 107px;
    padding: 12px;
  }

  .header__navigation_row {
    display: block;
    padding: 0;
  }

  .header__navigation_links {
    padding: 35px 35px 40px;
  }

  .header__navigation_close {
    margin-bottom: 104.95px;
  }

  div[data-global-resource-path*="header-"] #hs_cos_wrapper_navigation_primary .menu__item {
    margin-top: 28px;
  }

  div[data-global-resource-path*="header-"] #hs_cos_wrapper_navigation_primary .menu__link {
    font-size: 34px;
  }

  #hs_cos_wrapper_navigation_secondary {
    margin-top: 61px;
  }

  #hs_cos_wrapper_navigation_button {
    margin-top: 96px;
  }

  #hs_cos_wrapper_page_breadcrumb {
    padding: 0 16px;
  }

  .property-navigation {
    justify-content: flex-end;
    padding: 0 16px;
  }

  .property-navigation #hs_cos_wrapper_page_breadcrumb {
    display: none;
  }

  .main-footer>.content-wrapper {
    padding: 0 24px;
  }

  #hs_cos_wrapper_footer_logo {
    margin: 0 auto;
    max-width: 294px;
    padding: 64px 0;
  }

  .main-footer-column {
    flex-basis: 100%;
    padding: 0;
  }

  .main-footer-column:before {
    content: none;
  }

  #hs_cos_wrapper_hero_banner {
    margin-bottom: 16px;
    padding: 0 16px;
  }

  .main-footer-details {
    padding: 71px 0 44px;
  }

  .global-footer .main-footer-details {
    padding-bottom: 44px;
  }

  .main-footer-details-info {
    padding-bottom: 0;
  }

  #hs_cos_wrapper_footer_badge>a,
  #hs_cos_wrapper_footer_badge>img {
    margin-bottom: 27px;
    max-width: 100%;
  }

  #hs_cos_wrapper_footer_rich_text {
    flex-basis: 100%;
    flex-shrink: 1;
    width: 100%;
  }

  #hs_cos_wrapper_footer_rich_text address {
    font-style: normal;
  }

  .main-footer-links {
    gap: 16px;
    margin-bottom: 67px;
  }

  .main-footer-form {
    border-top: 1px solid #484848;
    padding: 80px 0;
  }

  #hs_cos_wrapper_footer_form .hs-form-field {
    margin-bottom: 40px;
  }

  #hs_cos_wrapper_footer_form form input[type=submit],
  #hs_cos_wrapper_footer_form form .hs-button {
    margin-top: 20px;
  }

  .footer-info {
    font-size: 12px;
    line-height: 133.3%;
    padding: 44px 0 31px;
    text-align: center;
  }

  .footer-info .content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 24px;
  }

  .footer-info .copyright {
    margin-bottom: 15px;
  }

  #hs_cos_wrapper_footer_cookie_settings {
    margin-bottom: 15px;
  }

  #hs_cos_wrapper_footer_social_links {
    grid-row-start: 1;
    margin-bottom: 45px;
  }

  .footer-info .social-links {
    margin: 0 -20px;
  }

  .footer-info .social-links__link {
    margin: 0 20px;
  }

  .footer-info .social-links__icon {
    height: 27px;
    width: 32px;
  }

  .footer-info .social-links__icon svg {
    height: 22px;
  }

  .footer-info .website-by {
    text-align: center;
  }

  .footer-info .website-by br {
    display: none;
  }

  #hs_cos_wrapper_hero_banner .hero-banner-content {
    min-height: calc(100vh - 152px);
  }

  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    height: 60px;
    margin-top: -30px;
    width: 60px;
  }

  .swiper .swiper-button-prev:after,
  .swiper.swiper-rtl .swiper-button-next:after {
    height: 10px;
    width: 14px;
  }

  .swiper .swiper-button-next:after,
  .swiper.swiper-rtl .swiper-button-prev:after {
    height: 10px;
    width: 14px;
  }

  .swiper .swiper-pagination-bullet {
    height: 5.98px;
    width: 5.98px;
  }

  .swiper .swiper-pagination-bullet:before,
  .swiper .swiper-pagination-bullet:after {
    width: 9.72px;
  }

  .swiper .swiper-pagination-bullet:before {
    left: -11px;
    top: -1px;
    transform: translate(-3px, -3px) rotate(45deg);
  }

  .swiper .swiper-pagination-bullet:after {
    bottom: -1px;
    right: -11px;
    transform: translate(3px, 3px) rotate(45deg);
  }

  .swiper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 14px;
  }

  .swiper .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper.swiper-vertical>.swiper-pagination-bullets {
    left: 29.82px;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}