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

.body-wrapper {
  overflow: hidden;
  min-height: 100vh;
}

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:after {
  clear: both;
  content: '';
  display: table;
}

.row-fluid [class*='span'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
}

.row-fluid .span12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

/* Clearfix */

.clearfix:after {
  clear: both;
  content: '';
  display: table;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section > .row-fluid {
    padding: 0 17px;
  }
}

div[class*="-force-full-width-section"] > .row-fluid {
  padding: 0;
}

.dnd-section .dnd-column {
  padding: 0 40px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0 17px;
  }
}

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

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/NeueHaasDisplay-Light.woff2) format("woff2"), url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/NeueHaasDisplay-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/NeueHaasDisplay-Roman.woff2) format("woff2"), url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/NeueHaasDisplay-Roman.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/NeueHaasDisplay-Mediu.woff2) format("woff2"), url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/NeueHaasDisplay-Mediu.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro Roman";
  src: url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/NeueHaasDisplay-Roman.woff2) format("woff2"), url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/NeueHaasDisplay-Roman.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE Mirage";
  src: url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/MADEMirage.woff2) format("woff2"), url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/MADEMirage.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE Mirage";
  src: url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/MADEMirage-Thin.woff2) format("woff2"), url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/MADEMirage-Thin.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "MADE Mirage";
    src: local('MADE Mirage Medium'), local('MADEMirage-Medium'),
        url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/MADEMirage-Medium.woff2) format('woff2'),
        url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/MADEMirage-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: "Taken by Vultures Demo";
  src: url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/TakenbyVulturesDemo.woff2) format("woff2"), url(https://21082679.fs1.hubspotusercontent-na1.net/hubfs/21082679/raw_assets/public/charela-inn/fonts/TakenbyVulturesDemo.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  background: #FBFAFA;
  color: #293A44;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 150%;
  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.5em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MADE Mirage', serif;
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

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

/* Large size text */

p.size-large {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0 0 1.4em;
}

/* Page Title */

#hs_cos_wrapper_page_title h1,
#hs_cos_wrapper_page_title h2,
#hs_cos_wrapper_page_title h3,
#hs_cos_wrapper_page_title h4,
#hs_cos_wrapper_page_title h5,
#hs_cos_wrapper_page_title h6,
.page-title {
  border-bottom: 1px solid #C8CACB;
  font-size: 100px;
  letter-spacing: 0;
  line-height: 76.4%;
  margin: 120px 0 34px;
  padding-bottom: 38px;
}

/* Opening Section */

.opening-section {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 150%;
  padding: 108px 0 89px;
}

.opening-section p {
  margin: 0 0 1.5em;
}

#hs_cos_wrapper_opening_header {
  max-width: 517px;
}

#hs_cos_wrapper_opening_header h1,
#hs_cos_wrapper_opening_header h2,
#hs_cos_wrapper_opening_header h3,
#hs_cos_wrapper_opening_header h4,
#hs_cos_wrapper_opening_header h5,
#hs_cos_wrapper_opening_header h6 {
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 85px;
  margin: 0 0 34px;
}

#hs_cos_wrapper_opening_richtext h1,
#hs_cos_wrapper_opening_richtext h2,
#hs_cos_wrapper_opening_richtext h3,
#hs_cos_wrapper_opening_richtext h4,
#hs_cos_wrapper_opening_richtext h5,
#hs_cos_wrapper_opening_richtext h6 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 140%;
}

#hs_cos_wrapper_opening_richtext h4 {
  font-size: 22px;
  margin: 0 0 27px;
}

@media (min-width: 1025px) {
  #hs_cos_wrapper_opening_header {
    float: left;
    position: relative;
  }

  #hs_cos_wrapper_opening_richtext {
    float: right;
    margin-left: -517px;
    padding-left: 537px;
    width: 100%;
  }

  #hs_cos_wrapper_opening_richtext > .hs_cos_wrapper_type_rich_text {
    display: block;
    margin-left: auto;
    max-width: 608px;
  }
}

@media (max-width: 1024px) {
  #hs_cos_wrapper_page_title h1,
  #hs_cos_wrapper_page_title h2,
  #hs_cos_wrapper_page_title h3,
  #hs_cos_wrapper_page_title h4,
  #hs_cos_wrapper_page_title h5,
  #hs_cos_wrapper_page_title h6,
  .page-title {
    font-size: 90px;
    line-height: 90%;
    margin: 98px 0 37px;
    padding-bottom: 31px;
  }

  .opening-section {
    padding: 104px 0 61px;
  }

  #hs_cos_wrapper_opening_header h1,
  #hs_cos_wrapper_opening_header h2,
  #hs_cos_wrapper_opening_header h3,
  #hs_cos_wrapper_opening_header h4,
  #hs_cos_wrapper_opening_header h5,
  #hs_cos_wrapper_opening_header h6 {
    font-size: 70px;
    line-height: 98%;
  }
}

@media (max-width: 767px) {
  p.size-large {
    font-size: 24px;
  }

  #hs_cos_wrapper_page_title h1,
  #hs_cos_wrapper_page_title h2,
  #hs_cos_wrapper_page_title h3,
  #hs_cos_wrapper_page_title h4,
  #hs_cos_wrapper_page_title h5,
  #hs_cos_wrapper_page_title h6,
  .page-title {
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 98%;
    margin: 78px 0 35px;
    padding-bottom: 33px;
  }

  .opening-section {
    padding: 75px 0 51px;
  }

  #hs_cos_wrapper_opening_header h1,
  #hs_cos_wrapper_opening_header h2,
  #hs_cos_wrapper_opening_header h3,
  #hs_cos_wrapper_opening_header h4,
  #hs_cos_wrapper_opening_header h5,
  #hs_cos_wrapper_opening_header h6 {
    font-size: 50px;
    margin: 0 0 26px;
  }
}

@media (max-width: 500px) {
  #hs_cos_wrapper_opening_header h1,
  #hs_cos_wrapper_opening_header h2,
  #hs_cos_wrapper_opening_header h3,
  #hs_cos_wrapper_opening_header h4,
  #hs_cos_wrapper_opening_header h5,
  #hs_cos_wrapper_opening_header h6,
  #hs_cos_wrapper_page_title h1,
  #hs_cos_wrapper_page_title h2,
  #hs_cos_wrapper_page_title h3,
  #hs_cos_wrapper_page_title h4,
  #hs_cos_wrapper_page_title h5,
  #hs_cos_wrapper_page_title h6,
  .page-title {
    font-size: 13vw;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

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

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

/* Labels */

form label {
  display: block;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 140%;
  margin-bottom: 0.35em;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Placeholder */

::-webkit-input-placeholder {
  color: #293A44;
}

::-moz-placeholder {
  color: #293A44;
}

:-ms-input-placeholder {
  color: #293A44;
}

::placeholder {
  color: #293A44;
}

/* 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 select,
form textarea {
  border-radius: 0;
  border: 1px solid #D1D1D1;
  color: #293A44;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 140%;
  padding: 17px 29px 15px;
  vertical-align: top;
  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 {
  border-color: #293A44;
  outline: none;
}

form textarea {
  min-height: 140px;
}

form fieldset {
  max-width: none !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0 0;
}

form .inputs-list > li:first-child {
  margin-top: 0;
}

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.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 {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* Columns */

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

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

fieldset.form-columns-2,
fieldset.form-columns-3 {
  margin: 0 -12px !important;
}

fieldset.form-columns-2 .hs-form-field,
fieldset.form-columns-3 .hs-form-field {
  padding: 0 12px;
}

fieldset.form-columns-1 .hs-form-booleancheckbox-display .hs-input,
fieldset.form-columns-2 .hs-form-booleancheckbox-display .hs-input,
fieldset.form-columns-3 .hs-form-booleancheckbox-display .hs-input {
  width: auto !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display {
  position: relative;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 22px !important;
  position: relative;
}

.legal-consent-container .hs-form-booleancheckbox-display > span:before,
.legal-consent-container .hs-form-booleancheckbox-display > span:after {
  content: "";
  display: block;
  position: absolute;
}

.legal-consent-container .hs-form-booleancheckbox-display > span:before {
  border: 1px solid #D1D1D1;
  height: 14px;
  left: -22px;
  top: 0;
  width: 14px;
}

.legal-consent-container .hs-form-booleancheckbox-display > span:after {
  height: 6px;
  left: -18px;
  top: 4px;
  width: 6px;
}

.legal-consent-container .hs-form-booleancheckbox-display input:checked + span:after {
  background-color: #BA8F75;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border-radius: 27px;
  cursor: pointer;
  display: inline-block;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 120%;
  min-width: 152px;
  padding: 19px 27px 16px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form.hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
  form.hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  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
*/

body.sticky .body-wrapper {
  padding-top: 149px;
}

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

.header-floating {
  position: absolute;
  width: 100%;
}

.nav-open .header,
.sticky .header {
  background-color: #fff;
}

.sticky .header {
  box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.12);
  left: 0;
  position: fixed;
  top: 0;
}

.nav-open .sticky .header {
  box-shadow: none;
}

.header__front {
  background-color: #fbfafa;
  padding-top: 30px;
  position: relative;
  transition: padding 0.1s ease;
  z-index: 1;
}

.nav-open .header__front,
.sticky .header__front {
  background-color: #fff;
}

.sticky .header__front {
  padding-top: 0;
}

.header__back {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  visibility: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  .header__back {
    background-color: #fff;
    box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 767px) {
  .header__back {
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding-top: 149px;
    top: 0;
  }

  .sticky .header__back {
    padding-top: 119px;
  }
}

.header__back.open {
  visibility: visible;
}

.nav-open .header__back {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.header__back__column {
  margin-right: 120px;
}
@media (max-width: 1024px) {
  .header__back__column {
    margin-right: 70px;
  }
}
@media (max-width: 767px) {
  .header__back__column {
    margin-right: 0;
    margin-top: 31px;
  }
}

.header__back__column:last-child {
  margin-right: 0;
}

.header__back__column h4 {
  font-size: 24px;
  line-height: 107.4%;
  margin-bottom: 27px;
}

.header__back__column a {
  color: #293A44;
  text-decoration: none;
}

.header__back__column li.active-branch a,
.header__back__column li.active a {
  color: #ba8f75;
}

.header__back .content-wrapper {
  padding-bottom: 30px;
  padding-top: 38px;
}

@media (min-width: 768px) {
  .header__back .content-wrapper {
    display: flex;
    flex-flow: row wrap;
  }
}

@media (max-width: 767px) {
  .header__back .content-wrapper {
    background-color: #fff;
    box-shadow: 0px 12px 14px rgb(0 0 0 / 12%);
  }
}

body:not(.sticky) .header-floating,
body:not(.sticky) .header-floating .header__front:not(.open) {
  background-color: transparent;
}

body:not(.sticky) .header-floating #hs_cos_wrapper_header_links a {
  color: #FFFFFF;
}

body:not(.sticky) .header-floating #hs_cos_wrapper_header_links li.active-branch a,
body:not(.sticky) .header-floating #hs_cos_wrapper_header_links li.active a,
body:not(.sticky) .header-floating #hs_cos_wrapper_header_links a:hover,
body:not(.sticky) .header-floating #hs_cos_wrapper_header_links a:focus {
  color: #BA8F75;
}

body:not(.sticky) .header-floating .more--toggle {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

body:not(.sticky) .header-floating .more--toggle:hover,
body:not(.sticky) .header-floating .more--toggle:focus {
  border-color: #293A44;
}

html.nav-open body:not(.sticky) .header-floating,
.header-floating .header__front.open {
  background-color: #FFFFFF;
}

html.nav-open body:not(.sticky) .header-floating #hs_cos_wrapper_header_links a,
.header-floating .header__front.open #hs_cos_wrapper_header_links a {
  color: #293A44;
}

html.nav-open body:not(.sticky) .header-floating #hs_cos_wrapper_header_links a:hover,
html.nav-open body:not(.sticky) .header-floating #hs_cos_wrapper_header_links a:focus,
.header-floating .header__front.open #hs_cos_wrapper_header_links a:hover,
.header-floating .header__front.open #hs_cos_wrapper_header_links a:focus {
  color: #BA8F75;
}

html.nav-open body:not(.sticky) .header-floating .more--toggle,
.header-floating .header__front.open .more--toggle {
  border-color: #293A44;
  color: #293A44;
}

html.nav-open body:not(.sticky) .header-floating  .more--toggle:hover,
html.nav-open body:not(.sticky) .header-floating  .more--toggle:focus,
.header-floating .header__front.open .more--toggle:hover,
.header-floating .header__front.open .more--toggle:focus {
  border-color: #293a44;
  color: #FFFFFF;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  align-items: center;
  border-bottom: 0.5px solid #D1D1D1;
  border-top: 0.5px solid #D1D1D1;
  display: flex;
  justify-content: space-between;
  padding: 17px 0 20px;
}

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

.nav-open .header__container {
  border-bottom-color: #D1D1D1;
}

.header__row {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* 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-shrink: 0;
  height: auto;
  margin-right: auto;
  max-width: 146px;
  overflow: hidden;
  position: relative;
}

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

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header-floating #hs_cos_wrapper_header_logo_black {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

body.sticky .header-floating #hs_cos_wrapper_header_logo_black,
.header-floating .header__front.open #hs_cos_wrapper_header_logo_black {
  opacity: 1;
}

body.sticky .header-floating #hs_cos_wrapper_header_logo_white,
.header-floating .header__front.open #hs_cos_wrapper_header_logo_white {
  opacity: 0;
}

/* Navigation */

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

#hs_cos_wrapper_header_links {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #293A44;
}

@media (max-width: 1024px) {
  #hs_cos_wrapper_header_links {
    display: none;
  }
}

#hs_cos_wrapper_header_links ul {
  justify-content: flex-end;
}

#hs_cos_wrapper_header_links li {
  margin: 6px 0 6px 39px;
}

#hs_cos_wrapper_header_links a {
  color: #293A44;
  text-decoration: none;
}

#hs_cos_wrapper_header_links a:hover,
#hs_cos_wrapper_header_links a:focus,
#hs_cos_wrapper_header_links li.active-branch a,
#hs_cos_wrapper_header_links li.active a {
  color: #BA8F75;
}

.more--toggle {
  background-color: transparent;
  border-color: #293A44;
  color: #293A44;
  flex-shrink: 0;
  margin-left: 40px;
  min-width: 115px;
}
@media (max-width: 1024px) {
  .more--toggle {
    display: none;
  }
}

#hs_cos_wrapper_header_reservation {
  flex-shrink: 0;
  margin-left: 20px;
}

@media (max-width: 767px) {
  #hs_cos_wrapper_header_reservation {
    display: none;
  }
}

#hs_cos_wrapper_header_mobile_reservation {
  display: none;
  margin-bottom: 37px;
}

@media (max-width: 767px) {
  #hs_cos_wrapper_header_mobile_reservation {
    display: block;
  }
}

.header__back__column .widget-type-simple_menu {
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.04em;
}

.header__back__column .widget-type-simple_menu li {
  padding: 7px 0;
}

.mobile--toggle {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: #293A44;
  display: none;
  margin-left: 16px;
  padding: 0;
}

body:not(.sticky) .header-floating .mobile--toggle {
  color: #FFFFFF;
}

html.nav-open body:not(.sticky) .header-floating .mobile--toggle,
.header-floating .header__front.open .mobile--toggle {
  color: #293A44;
}

@media (max-width: 1024px) {
  .mobile--toggle {
    display: block;
  }
}

.mobile--toggle:hover,
.mobile--toggle:focus {
  background-color: transparent;
  color: #ba8f75;
}

.mobile--toggle svg {
  display: block;
  stroke: currentColor;
  width: 35px;
}

.mobile--toggle .icon-close {
  display: none;
  width: 25px;
}

.mobile--toggle.open .icon-burger {
  display: none;
}

.mobile--toggle.open .icon-close {
  display: block;
}
.footer {
  padding-top: 56px;
}

.footer__logo-socials {
  align-items: flex-end;
  border-bottom: 0.5px solid #D1D1D1;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 38px;
  padding-bottom: 39px;
}

#hs_cos_wrapper_footer_social_links .social-links__link {
  margin: 28px 0 0 28px;
}

#hs_cos_wrapper_footer_social_links .social-links__icon {
  display: block;
  font-size: 18px;
  height: auto;
  margin: 0;
  width: auto;
}

#hs_cos_wrapper_footer_social_links .social-links__icon svg {
  display: block;
  height: 1em;
  left: 0;
  position: relative;
  top: 0;
  transform: translate(0, 0);
}

.footer__links__wrapper {
  flex-basis: 66.022%;
}

.footer__links__column {
  margin-bottom: 47px;
  margin-right: 125px;
}

#hs_cos_wrapper_footer_awards {
  position: absolute;
}

.footer__links__column:last-child {
  margin-right: 0;
}

.footer__links__column h4,
.footer__form__column .form-title {
  font-size: 24px;
  line-height: 107.4%;
  margin-bottom: 27px;
}

.footer__links__column a {
  color: #293A44;
  text-decoration: none;
}

.footer__links__column li.active-branch a,
.footer__links__column li.active a {
  color: #ba8f75;
}

.footer__links__column .widget-type-simple_menu {
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.04em;
}

.footer__links__column .widget-type-simple_menu li {
  padding: 7px 0;
}

.footer__form__column {
  flex-basis: 33.978%;
  margin-bottom: 160px;
}

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

.footer__form__column .hs-form-field > label {
  display: none;
}

.footer__form__column form input[type=text],
.footer__form__column form input[type=email],
.footer__form__column form input[type=password],
.footer__form__column form input[type=tel],
.footer__form__column form input[type=number],
.footer__form__column form input[type=file],
.footer__form__column form select,
.footer__form__column form textarea {
  border-width: 0 0 1px;
  padding: 0 0 10px;
}

.footer__form__column form input[type=submit],
.footer__form__column form .hs-button {
  background-color: transparent;
  border-color: #293A44;
  color: #293A44;
}

.footer__form__column form input[type=submit]:hover,
.footer__form__column form input[type=submit]:focus,
.footer__form__column form .hs-button:hover,
.footer__form__column form .hs-button:focus {
  color: #FFFFFF;
}

.footer__form__column .hs-submit {
  margin-top: 30px;
  text-align: right;
}

.footer__credits {
  border-top: 0.5px solid #D1D1D1;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 17px;
  padding: 17px 0 16px;
  text-align: center;
  text-transform: uppercase;
}

.footer__credits p {
  margin: 0;
}

.footer__credits a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer__links__wrapper {
    display: flex;
    flex-flow: row wrap;
  }
  
  .footer__links-form {
    display: flex;
    flex-flow: row wrap;
  }
}

@media (min-width: 1025px) and (max-width: 1193px) {
  .footer__links__column {
    margin-right: 46px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__form__column {
    flex-basis: 100%;
    margin-top: 255px;
    margin-bottom: 61px;
  }
  
  .footer__links__wrapper {
    flex-basis: 100%;
  }
  
  .footer__links__column {
    margin-right: 78px;
  }

}

@media only screen and (max-width: 767px) {
  .footer__form__column {
    margin-top: 223px;
  }
  
  .footer__links__wrapper {
    position: relative;
  }
  
  .footer__links__column {
    position: static;
    margin-bottom: 27px;
  }
  
  #hs_cos_wrapper_footer_awards {
    bottom: -190px;
  }
}
/* 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;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    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%;
}
.slick-arrow {
  background-color: #D4D9DB;
  border-color: #D4D9DB;
  border-radius: 50%;
  bottom: 0;
  color: #FFFFFF;
  padding: 19px;
  position: absolute;
  z-index: 20;
}

.slick-arrow:hover,
.slick-arrow:focus {
  background-color: #293A44;
  border-color: #293A44;
}

.slick-arrow svg {
  display: block;
  stroke: currentColor;
  width: 16px;
}

.slick-prev {
  padding-right: 18px;
  right: 70px;
}

.slick-next {
  padding-left: 18px;
  right: 0;
}

.slick-dots {
  display: block;
  list-style: none;
  margin: 32.5px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  background: #0000;
  border: 0;
  color: #0000;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 27px;
  line-height: 0;
  outline: none;
  padding: 7.5px;
  width: 27px;
}

.slick-dots li button:before {
  background: #293A44;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  opacity: 0.15;
  text-align: center;
  width: 12px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}
.history-section .animate-section .history-section--image {
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1s ease-in;
}

.history-section .animate-section.is-animated .history-section--image {
  clip-path: circle(50% at 50% 50%);
}

.history-section .animate-section .history-section--title .history-section--title-top {
  opacity: 0;
  transform: translateX(-20%);
  transition: opacity 0.4s ease-in 0.6s, transform .8s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
}

.history-section .animate-section.is-animated .history-section--title .history-section--title-top {
  opacity: 1;
  transform: translateX(0);
}

.history-section .animate-section .history-section--title .history-section--title-btm {
  opacity: 0;
  transform: translateX(20%);
  transition: opacity 0.4s ease-in 0.6s, transform .8s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
}

.history-section .animate-section.is-animated .history-section--title .history-section--title-btm {
  opacity: 1;
  transform: translateX(0);
}

.history-section .history-section--body.animate-section {
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 0.45s ease-in 0.2s, transform .8s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
}

.history-section .history-section--body.animate-section.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.history-section .history-section--actions.animate-section {
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 0.45s ease-in 0.4s, transform .8s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
}

.history-section .history-section--actions.animate-section.is-animated {
  opacity: 1;
  transform: translateY(0);
}

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