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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

   /**
    * Add the correct box sizing in Firefox.
    */

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

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

   /**
    * 1. Remove the bottom border in Chrome 57-
    * 2. Add the correct text decoration in Chrome, Edge, 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;
   }

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

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

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

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

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

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

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

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

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

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

   legend {
     padding: 0;
   }

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

   progress {
     vertical-align: baseline;
   }

   /**
    * 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 and Firefox.
    */

   details {
     display: block;
   }

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

   summary {
     display: list-item;
   }

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

/* Two Column Sidebar - Content */
.page-layout--sidebar {
  margin: 10px;
  background-color: #fff;
  border: 1px solid #cbc3b5;
  padding: 135px 0 60px;
}

.page-layout--sidebar--inner {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}

.body-container--two-col-content {
  flex: 0 1 80%;
  max-width: 80%;
}

.page-layout--sticky-sidebar div#hs_menu_wrapper_side_menu_ {
  position: relative;
  top: 0;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.page-layout--sticky-sidebar span#hs_cos_wrapper_side_menu_ {
  display: block;
}

#hs_cos_wrapper_side_menu {
  flex: 0 1 20%;
  vertical-align: top;
  position: relative;
  top: 0;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

#hs_cos_wrapper_side_menu ul {
  font-size: 16px;
}

#hs_cos_wrapper_side_menu ul li {
  padding-bottom: 20px;
  line-height: 120%;
}

#hs_cos_wrapper_side_menu ul li a {
  position: relative;
  /* font-family: "ProximaNova", sans-serif; */
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  color: #4e4e4e;
  text-transform: uppercase;
}

#hs_cos_wrapper_side_menu ul li a:hover, #hs_cos_wrapper_side_menu ul li a:focus {text-decoration: none;}

#hs_cos_wrapper_side_menu ul li:after {
  background-color: #ae8645;
  border-radius: 6px;
  content: '';
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 8px;
  height: 6px;
  width: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#hs_cos_wrapper_side_menu ul li:hover:after {
  opacity: 1;
}

/* #hs_cos_wrapper_side_menu ul li a:not(.active):after {
  background-color: #ae8645;
  border-radius: 6px;
  content: '';
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 8px;
  height: 6px;
  width: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#hs_cos_wrapper_side_menu ul li a.active:after {
  opacity: 1;
} */

#hs_cos_wrapper_side_menu ul li.active:after {opacity: 1;}

/* 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"],
.body-container-wrapper,
div[data-global-resource-path*="footer"] {
  min-width: 0; /* Fixes width issues on smaller screens */
}

.body-container-wrapper {
  border-left: 15px solid #474747;
  border-right: 15px solid #474747;
  background-color: #f8f5ef;
}

/* Mobile layout */

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

.row-fluid [class*='span'] {
  width: 100%;
}

/* Desktop layout */

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

  .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 40px;
}

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

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

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

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

@font-face {
	font-family: "Spezia Serif A";
	src: local("SpeziaSerif-RegularA"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-RegularA.woff2') format('woff2'),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-RegularA.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Spezia Serif A";
	src: local("SpeziaSerif-RegularItalicA"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-RegularItalicA.woff2') format('woff2'),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-RegularItalicA.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Spezia Serif A";
	src: local("SpeziaSerif-MediumA"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-MediumA.woff2') format('woff2'),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-MediumA.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Spezia Serif A";
	src: local("SpeziaSerif-MediumItalicA"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-MediumItalicA.woff2') format('woff2'),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-MediumItalicA.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Spezia Serif A";
	src: local("SpeziaSerif-BoldA"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-BoldA.woff2') format('woff2'),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-BoldA.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Spezia Serif A";
	src: local("SpeziaSerif-BoldItalicA"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-BoldItalicA.woff2') format('woff2'),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/SpeziaSerif-BoldItalicA.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Satoshi";
	src: local("Satoshi-Light"),
	local("Satoshi-Light"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/Satoshi-Light.woff2') format("woff2"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/Satoshi-Light.woff') format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Satoshi";
	src: local("Satoshi-Regular"),
	local("Satoshi-Regular"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/Satoshi-Regular.woff2') format("woff2"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/Satoshi-Regular.woff') format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: "Satoshi";
	src: local("Satoshi-Bold"),
	local("Satoshi-Bold"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/Satoshi-Bold.woff2') format("woff2"),
	url('https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/fonts/Satoshi-Bold.woff') format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

html {
	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;
	color: #4d4848;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: .1px;
}

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

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	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: 'Spezia Serif A', serif;
	font-weight: 400;
	line-height: 160%;
	margin: 0 0 0.5em;
}

/* 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,
picture {
	font-size: 9px;
	height: auto;
	max-width: 100%;
	word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  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;
}

#selfbook_sdkwidget_wrapper button:disabled {
  color: unset !important;
  background-color: #F8F9FA !important;
}

#selfbook_sdkwidget_wrapper button:disabled:before,
#selfbook_sdkwidget_wrapper button:disabled:after {background-color: #F8F9FA !important;}

#selfbook_sdkwidget_wrapper button:disabled > div {
/*   opacity: 40%; */
}

a.button {
  text-decoration: none;
}

/* No button */

.no-button {
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-align: left;
}

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: 0;
  color: initial;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 140%;
}

.hs-form-field>label {
/*   margin-bottom: 5px; */
}

/* Help text */

form legend {
  font-size: 12px;
  letter-spacing: 0.04em;
  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 select,
form textarea {
  border: 1px solid #CCC;
  color: black;
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 140%;
  padding: 10px 20px;
  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 select:focus,
form textarea:focus {
  border-color: #000;
  outline: 0;
}

form select {
  padding: 10px 16px;
}

form textarea {
  height: 147px;
  resize: vertical;
}

form input[type=date] {
  border: 1px solid #313131;
  display: block;
  /* font-family: "ProximaNova", sans-serif; */
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: normal;
  padding: 25px 20px 25px 40px;
  width: 100%;
}

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

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

form fieldset.form-columns-1 .input,
form fieldset.form-columns-1 .hs-input:not([type="checkbox"]):not([type="radio"]),
form fieldset.form-columns-2 .input,
form fieldset.form-columns-2 .hs-input:not([type="checkbox"]):not([type="radio"]),
form fieldset.form-columns-3 .input,
form fieldset.form-columns-3 .hs-input:not([type="checkbox"]):not([type="radio"]) {
  margin-right: 0 !important;
  width: 100% !important;
}

form fieldset.form-columns-2 .hs-form-field {
  width: 50% !important;
}

form fieldset.form-columns-3 .hs-form-field {
  width: 33.33% !important;
}

@media (max-width: 767px) {

  form fieldset.form-columns-2 .hs-form-field,
  form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}

/* Inputs - checkbox/radio */

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

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

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
}

form .inputs-list .hs-form-checkbox-display,
form .inputs-list .hs-form-radio-display,
form .inputs-list .hs-form-booleancheckbox-display {
  display: flex;
  gap: 10px;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\f073";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  width: 20px;
  height: 20px;
  z-index: -1;
}

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

/* Inputs - file picker */

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

/* Placeholder */

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 140%;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 140%;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 140%;
}

::placeholder {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 140%;
}

/* Headings and text */

.widget-type-form .form-title {
  font-size: 64px;
  line-height: 107.4%;
  margin-bottom: 35px;
}

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

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

/* GDPR */

.legal-consent-container .inputs-list>li:first-child {
  margin-top: 0;
}

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

/* Validation */

.hs_error_rollup {
  color: red;
  display: none;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 140%;
  margin-bottom: 25px;
}

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

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

.hs-error-msg {
  color: red;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 140%;
  margin-top: 5px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  /* font-family: "AGaramondPro-Italic", serif; */
  font-family: "Spezia Serif A", serif;
  font-style: italic;
  font-size: 20px;
  letter-spacing: normal;
  line-height: normal;
  padding: 15px 55px;
  border-radius: 35px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

form .hs-submit .actions {
  background-color: #8b6a46;
  box-shadow: 0 0 1px rgba(0,0,0,0);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-radius: 35px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form .hs-submit .actions:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #805b34;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

form input[type=submit] {
  vertical-align: baseline;
  cursor: pointer;
  color: #fff;
}

form .hs-submit .actions:hover {
  cursor: pointer;
}

form .hs-submit .actions:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

form .hs-submit .actions:hover input[type=submit] {
  background-color: transparent;
  border: 1px solid transparent;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.ui-datepicker {
  display: none;
  width: 100%;
  padding: 60px 40px 25px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-state-hover.ui-datepicker-prev {
  background: url(https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/images/decoratives/datepicker-arrow-left.png) no-repeat scroll center left transparent;
  display: inline-block;
  width: 50%;
  top: -1px;
  left: 0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-state-hover.ui-datepicker-prev span {
  color: transparent;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-state-hover.ui-datepicker-next {
  background: url(https://46086221.fs1.hubspotusercontent-na1.net/hubfs/46086221/raw_assets/public/the-ivy-hotel-2024/images/decoratives/datepicker-arrow-right.png) no-repeat scroll center right transparent;
  display: inline-block;
  width: 50%;
  top: -1px;
  right: 0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-state-hover.ui-datepicker-next span {
  color: transparent;
}
.ui-datepicker .ui-datepicker-prev-hover {
  top: 0;
  left: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
  top: 0;
  right: 0;
}
.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0 0 10px;
}
.ui-datepicker .ui-datepicker-title {
  /* font-family: "ProximaNova", sans-serif; */
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin: 0 40px;
}
.ui-datepicker table {
  background: none;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}
.ui-datepicker th {
  background: transparent;
  color: #000;
  /* font-family: "ProximaNova", sans-serif; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 7px 0;
}
.ui-datepicker td {
  padding: 0;
  position: relative;
  z-index: 1;
  line-height: 100%;
}
.ui-datepicker td:nth-child(1) {
  left: 3px;
}
.ui-datepicker td:nth-child(2) {
  left: 2px;
}
.ui-datepicker td:nth-child(3) {
  left: 1px;
}
.ui-datepicker td:nth-child(4) {
  left: 0;
}
.ui-datepicker td:nth-child(5) {
  left: -1px;
}
.ui-datepicker td:nth-child(6) {
  left: -2px;
}
.ui-datepicker td:nth-child(7) {
  left: -3px;
}
.ui-datepicker td span, .ui-datepicker td a {
  color: #000;
  /* font-family: "ProximaNova", sans-serif; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding: 7px 12px;
}
.ui-datepicker td.arrival-date span, .ui-datepicker td.arrival-date a, .ui-datepicker td.departure-date span, .ui-datepicker td.departure-date a, .ui-datepicker td.between-date span, .ui-datepicker td.between-date a {
  color: #fff;
}
.ui-datepicker td.arrival-date, .ui-datepicker td.departure-date {
  z-index: 3;
}
.ui-datepicker td.between-date {
  z-index: 2;
}
.ui-datepicker tbody tr {
  position: relative;
}
.ui-datepicker tbody tr:nth-child(2) td {
  top: -1px;
}
.ui-datepicker tbody tr:nth-child(3) td {
  top: -2px;
}
.ui-datepicker tbody tr:nth-child(4) td {
  top: -3px;
}
.ui-datepicker tbody tr:nth-child(5) td {
  top: -4px;
}
.ui-datepicker tbody tr:nth-child(6) td {
  top: -5px;
}
.ui-datepicker tbody tr td {
  border: 1px solid #ecebe9;
}
.ui-datepicker tbody tr td:first-child {
  border-left: 0 none;
}
.ui-datepicker tbody tr td:last-child {
  border-right: 0 none;
}
.ui-datepicker tbody tr td.ui-datepicker-other-month span, .ui-datepicker tbody tr td.ui-datepicker-other-month a, .ui-datepicker tbody tr td.ui-state-disabled span, .ui-datepicker tbody tr td.ui-state-disabled a {
  color: #a9a9a9;
}
.ui-datepicker tbody tr td.ui-datepicker-other-month.arrival-date span, .ui-datepicker tbody tr td.ui-datepicker-other-month.arrival-date a, .ui-datepicker tbody tr td.ui-datepicker-other-month.departure-date span, .ui-datepicker tbody tr td.ui-datepicker-other-month.departure-date a, .ui-datepicker tbody tr td.ui-datepicker-other-month.between-date span, .ui-datepicker tbody tr td.ui-datepicker-other-month.between-date a, .ui-datepicker tbody tr td.ui-state-disabled.arrival-date span, .ui-datepicker tbody tr td.ui-state-disabled.arrival-date a, .ui-datepicker tbody tr td.ui-state-disabled.departure-date span, .ui-datepicker tbody tr td.ui-state-disabled.departure-date a, .ui-datepicker tbody tr td.ui-state-disabled.between-date span, .ui-datepicker tbody tr td.ui-state-disabled.between-date a {
  color: #fff;
}
.ui-datepicker tbody tr td.arrival-date, .ui-datepicker tbody tr td.departure-date {
  border-color: #a78662;
  background-color: #a78662;
}
.ui-datepicker tbody tr td.between-date {
  border-color: #daaf93;
  background-color: #daaf93;
}
.ui-datepicker tbody tr:last-child td {
  border-bottom: 0 none;
}

.ui-datepicker:not(.ui-datepicker-inline) {
  background-color: #fff;
  padding: 30px 40px 25px;
  width: auto;
}

.ui-widget.ui-widget-content {
  border: 1px solid #bfbfbf;
  border-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: none no-repeat scroll 0 0 transparent;
  border: 0 none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: none no-repeat scroll 0 0 transparent;
  border: 0 none;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1;
}
.formy__col {
    border-right: 2px solid #d5d5d5;
    width: 33.33%;
    float: left;
}

.formy__col:last-child {
    border-right: 0;
}

.formy__datepicker ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
}

.formy__datepicker ::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

.formy__datepicker :-moz-placeholder {
    /* Firefox 18- */
    color: black;
}

.formy__datepicker ::placeholder {
    color: black;
}

.formy__col .formy__datepicker-text {
    width: 100%;
    height: 70px;
    padding-left: 0;
    padding-right: 0;
    border: 0;
}

.formy__col .formy__datepicker-text>div {
    /* font-family: "ProximaNova", sans-serif; */
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 70px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 0;
}

#overlay_reserve_arrive,
#overlay_reserve_depart,
#overlay_reserve_arrive_text,
#overlay_reserve_depart_text {
    display: none;
}

.formy__select {
    position: relative;
}

.formy__datepicker input {
    display: none;
}

.formy__select:before {
    display: block;
    content: '';
    width: 16px;
    height: 9px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 20px;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.formy__select-options {
    display: none;
    background-color: #fff;
    border: 1px solid #313131;
    max-height: 280px;
    width: 100%;
    overflow: auto;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

.formy__select-option {
    color: #5c5c5c;
    /* font-family: "ProximaNova", sans-serif; */
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding: 15px 25px;
    cursor: pointer;
    background-color: inherit;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.active .formy__select:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.formy__col .formy__select .formy__select-text {
    border: 0;
    padding-left: 10px;
    padding-right: 40px;
    width: 100%;
    height: 70px;
    cursor: pointer;
}

.formy__col .formy__select .formy__select-text>div {
    color: #363636;
    /* font-family: "Gotham", sans-serif; */
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3.5px;
    line-height: 70px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}


/* BOOKING WIDGET FORM STYLES - START */
.booking-widget__form {
    background-color: #fff;
    border: 1px solid #cecece;
    padding: 31px 0 27px;
    position: relative;
}

.booking-widget__form .formy__select-options {
    border-color: #cecece;
    margin-left: -1px;
    width: calc(100% + 2px);
}

.booking-widget__form .formy__select-option {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 5px;
    text-transform: uppercase;
}

.booking-widget__form .formy__select-text div {
    color: #000;
    /* font-family: "Gotham", sans-serif; */
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-align: center;
}

.booking-widget__form--row input,
.booking-widget__form--row select,
.booking-widget__form--row textarea,
.booking-widget__form--row .radio-label {
    background-color: #fff;
    border: 1px solid #313131;
    font-size: 15px;
    width: 100%;
}

.booking-widget__form .formy__datepicker-text {
    border: 0;
    padding: 0;
}

.booking-widget__form .formy__datepicker-text>div {
    padding-left: 0;
}

.booking-widget__form .formy__datepicker input {
    border: 0;
    display: inline-block;
    /* font-family: "Gotham", sans-serif; */
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3.5px;
    padding: 25px 0;
    text-align: center;
    width: 100%;
}

.booking-widget__reserve {
    margin-left: -1px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.booking-widget__reserve button {
    /* font-family: "AGaramondPro-Italic", serif; */
    font-family: "Spezia Serif A", serif;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: normal;
    padding: 15px 55px;
    border-radius: 35px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    background-color: rgba(139, 106, 70, 1.0) !important;
}

.booking-widget__reserve button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #805b34;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.booking-widget__reserve button:hover:before,
.booking-widget__reserve button:focus:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

/* BOOKING WIDGET FORM STYLES - END */
















/* RESERVE POPUP STYLES - START */
.formy__datepicker-close,
.formy__datepicker-reserve-close,
.booking-widget-overlay__close {
    background-color: #f5f5f5;
    width: 42px;
    height: 42px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
}

.formy__datepicker-close:before,
.formy__datepicker-reserve-close:before,
.booking-widget-overlay__close:before,
.formy__datepicker-close:after,
.formy__datepicker-reserve-close:after,
.booking-widget-overlay__close:after {
    background-color: #000;
    display: block;
    content: "";
    width: 24px;
    height: 1px;
    margin-top: -1px;
    margin-left: -12px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.formy__datepicker-close:before,
.formy__datepicker-reserve-close:before,
.booking-widget-overlay__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.formy__datepicker-close:after,
.formy__datepicker-reserve-close:after,
.booking-widget-overlay__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.formy__datepicker-reserve {
    display: block;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
}

.formy__datepicker-reserve-close {
    z-index: 4;
}

.formy__datepicker-close-border {
    width: 100%;
    height: 100%;
    padding: 0 5px 5px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.formy__datepicker-close-border div {
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.reserve-popup__calendar {
    position: relative;
}

.reserve-popup__calendar:before {
    background-color: #333;
    content: "";
    display: block;
    margin: 0 auto;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

#overlay_reserve_arrive,
#overlay_reserve_depart,
#overlay_reserve_arrive_text,
#overlay_reserve_depart_text {
    display: none;
}

.booking-widget-overlay__close {
    display: none;
}

.reserve-popup__container {
    height: 100%;
    overflow: auto;
    position: relative;
}

.reserve-popup__text-intro {
    /* font-family: "ProximaNova", sans-serif; */
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 40px;
}


.reserve-popup__text-special-rate {
    font-family: "ProximaNovaBold", sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 10px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.reserve-popup--desktop {
    background-color: rgba(71, 71, 71, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, z-index 0s ease 0.4s;
    -moz-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, z-index 0s ease 0.4s;
    -ms-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, z-index 0s ease 0.4s;
    -o-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, z-index 0s ease 0.4s;
    transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, z-index 0s ease 0.4s;
}

.reserve-popup--desktop.active {
    opacity: 1;
    visibility: visible;
}

.reserve-popup--desktop .reserve-popup__container {
    position: relative;
}

.topnav-reserve-active .reserve-popup--desktop {
    right: 0;
}

.reserve-popup--desktop .hasDatepicker {
    max-width: none !important;
    padding-top: 30px;
}

.reserve-popup--desktop .ui-datepicker {
    border: 0;
    padding: 0;
    width: auto !important;
}

.reserve-popup--desktop .ui-datepicker .ui-datepicker-header {
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 6px 0;
}

.reserve-popup--desktop .ui-datepicker .ui-datepicker-title {
    font-family: "ProximaNovaBold", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.8em;
    text-transform: uppercase;
}

.reserve-popup--desktop .ui-datepicker .ui-datepicker-month,
.reserve-popup--desktop .ui-datepicker .ui-datepicker-year {
    font: inherit;
}

.reserve-popup--desktop .ui-datepicker .ui-datepicker-prev,
.reserve-popup--desktop .ui-datepicker .ui-datepicker-next {
    /*     background: none; */
    cursor: pointer;
    height: 100%;
    width: 2em;
    top: 0;
    background-size: 40%;
}

.reserve-popup--desktop .ui-datepicker .ui-datepicker-prev span,
.reserve-popup--desktop .ui-datepicker .ui-datepicker-next span {
    background-image: none;
}

.reserve-popup--desktop .ui-datepicker .ui-datepicker-prev-hover,
.reserve-popup--desktop .ui-datepicker .ui-datepicker-next-hover {
    top: 0;
}

.reserve-popup--desktop .ui-datepicker .ui-datepicker-prev:before,
.reserve-popup--desktop .ui-datepicker .ui-datepicker-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reserve-popup--desktop .ui-datepicker .ui-datepicker-prev {
    left: 40px;
}

.reserve-popup--desktop .ui-datepicker .ui-datepicker-prev:before {
    content: "\f104";
    content: none;
}

.reserve-popup--desktop .ui-datepicker .ui-datepicker-next {
    right: 40px;
}

.reserve-popup--desktop .ui-datepicker .ui-datepicker-next:before {
    content: "\f105";
    content: none;
}

.reserve-popup--desktop .ui-datepicker th {
    color: #44372b;
    font-family: "ProximaNovaRegular", sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 0;
}

.reserve-popup--desktop .ui-datepicker tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.reserve-popup--desktop .ui-datepicker tr:last-child td.between-date {
    border-color: #daaf93;
}

.reserve-popup--desktop .ui-datepicker tr:last-child td.departure-date,
.reserve-popup--desktop .ui-datepicker tr:last-child td.arrival-date {
    border-color: #a78662;
}

.reserve-popup--desktop .ui-datepicker td {
    border: 1px solid #ccc;
    font-family: "ProximaNovaRegular", sans-serif;
    font-size: 13px;
    padding: 0;
}

.reserve-popup--desktop .ui-datepicker td:first-child {
    border-left: 1px solid #ccc;
}

.reserve-popup--desktop .ui-datepicker td:last-child {
    border-right: 1px solid #ccc;
}

.reserve-popup--desktop .ui-datepicker td span {
    background: none;
    border: 0;
    font-family: inherit;
    font-size: 13px;
    text-align: center;
    padding: 11.5px;
}

.reserve-popup--desktop .ui-datepicker td.ui-state-disabled span {
    color: #a9a9a9;
}

.reserve-popup--desktop .ui-datepicker td a {
    background: none;
    border: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: 1;
    padding: 14.5px;
    text-align: center;
}

.reserve-popup--desktop .ui-datepicker td:not(.ui-state-disabled):hover>* {
    background-color: #a78662;
    color: #fff;
}

.reserve-popup--desktop .ui-datepicker td.arrival-date,
.reserve-popup--desktop .ui-datepicker td.departure-date,
.reserve-popup--desktop .ui-datepicker td.ui-datepicker-today {
    border-color: #a78662;
}

.reserve-popup--desktop .ui-datepicker td.arrival-date>*,
.reserve-popup--desktop .ui-datepicker td.departure-date>*,
.reserve-popup--desktop .ui-datepicker td.ui-datepicker-today>* {
    background-color: #a78662;
    color: #fff;
}

.reserve-popup--desktop .ui-datepicker td.between-date {
    border-color: #daaf93;
}

.reserve-popup--desktop .ui-datepicker td.between-date>* {
    background-color: #daaf93;
}

.reserve-popup--desktop .ui-datepicker-multi .ui-datepicker-group table {
    width: 100%;
    padding: 0 35px 30px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.reserve-popup--desktop .ui-datepicker-multi .ui-datepicker-group table thead {
    padding: 0 5px;
}

.reserve-popup--desktop.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, z-index 0s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, z-index 0s ease 0s;
    -ms-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, z-index 0s ease 0s;
    -o-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, z-index 0s ease 0s;
    transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, z-index 0s ease 0s;
    z-index: 999;
}

.reserve-popup__close--desktop-flex {
    height: 50px;
}

.reserve-popup__close--desktop-main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.reserve-popup__form {
    background-color: #f6f4ee;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.reserve-popup__calendar {
    position: relative;
}

.reserve-popup__calendar:before {
    background-color: #ccc;
    content: "";
    display: block;
    margin: 0 auto;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.reserve-popup__calendar-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.reserve-popup__calendar-close:before,
.reserve-popup__calendar-close:after {
    background-color: #333;
    display: block;
    content: "";
    width: 2px;
    height: 18px;
    margin-top: -9px;
    margin-left: -2px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.reserve-popup__calendar-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.reserve-popup__calendar-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reserve-popup__calendar-mobile {
    display: none;
}

.reserve-popup__calendar-mobile .ui-datepicker table {
    margin: 0 auto 20px;
    max-width: 600px;
    width: 90%;
}

.reserve-popup__filter {
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    font-size: 0;
}

.reserve-popup__filter-item {
    width: 50%;
    display: inline-block;
    float: none;
}

.reserve-popup__filter-select {
    font-family: "ProximaNovaRegular", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 0;
    position: relative;
}

.reserve-popup__filter-select select {
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    padding: 0 20px;
    text-transform: inherit;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.reserve-popup__filter-select select::-ms-expand {
    display: none;
}

.reserve-popup__filter-select option {
    color: #000;
}

.reserve-popup__filter-selected {
    font: inherit;
    text-transform: inherit;
    text-align: center;
    cursor: pointer;
}

.reserve-popup__filter-select-arrowdown {
    font-size: 16px;
    line-height: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reserve-popup__submit input {
    font-family: "ProximaNovaRegular", sans-serif !important;
    background-color: #a78662 !important;
    border: 2px solid #bba286 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: bold;
    line-height: 1 !important;
    letter-spacing: 6px !important;
    text-align: center;
    text-transform: uppercase !important;
    width: 100%;
    cursor: pointer;
    padding: 20px 0 !important;
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.reserve-popup__select {
    background-color: #f6f4ee;
    border-top: 1px solid #ccc;
    display: none;
    text-align: center;
    max-width: 545px;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 1;
}

.reserve-popup-select__items {
    font-family: "ProximaNovaRegular", sans-serif;
    font-weight: bold;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.reserve-popup--mobile {
    display: none;
    background-color: #f6f4ee;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
}

.reserve-popup--mobile .reserve-popup__close--mobile {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.reserve-popup--mobile .reserve-popup__close--mobile:before,
.reserve-popup--mobile .reserve-popup__close--mobile:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #4d4848;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

.reserve-popup--mobile.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
    transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
}

.reserve-popup--mobile.active .reserve-popup__close--mobile:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reserve-popup--mobile.active .reserve-popup__close--mobile:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.reserve-popup--mobile .formy__row {
    margin-left: -10px;
    margin-right: -10px;
}

.reserve-popup--mobile .formy__row--datepicker-rp {
    display: none;
}

.reserve-popup--mobile .formy__col {
    padding: 0 10px;
    margin-bottom: 20px;
}

.reserve-popup--mobile .formy__datepicker.active .formy__datepicker-text {
    border-color: #a78662;
}

.reserve-popup--mobile .formy__datepicker-text {
    background-color: #fff;
    height: 65px;
    padding-left: 22px;
}

.reserve-popup--mobile .formy__datepicker-text div {
    line-height: 65px;
}

.reserve-popup--mobile .formy__select-text {
    background-color: #fff;
    height: 65px;
    padding-left: 25px;
}

.reserve-popup--mobile .formy__select-text div {
    line-height: 65px;
}

.reserve-popup--mobile .formy__col-submit {
    text-align: center;
}

.reserve-popup--mobile .formy__submit {
    border-radius: 35px;
    width: auto;
}

.reserve-popup--mobile .formy__submit input {
    text-transform: none;
}

.reserve-popup__box {
    max-width: 490px;
    height: 100%;
    padding: 90px 0 40px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.reserve-popup__close--mobile-main {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 5px;
}

.reserve-popup__close--mobile-main:before,
.reserve-popup__close--mobile-main:after {
    background-color: #000;
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    margin-top: -1px;
    margin-left: -25px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.reserve-popup__close--mobile-main:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reserve-popup__close--mobile-main:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* Table */

table {
  border-collapse: collapse;
  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 fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}
/* Sticky Header */

body[data-sticky="true"] {
	padding-top: 0 !important;
}

body[data-nav="true"] {
	overflow: hidden;
}

.main-header {
	background-color: rgba(0, 0, 0, 0.24);
	color: #ffffff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

body[data-sticky="true"] .main-header::after {
	background-color: #DFDFDF;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

body[data-sticky="true"] .main-header {
	background-color: #F8F5EF;
	color: #000000;
}

/* Header Container */

.header-container {
	align-items: center;
	display: flex;
	isolation: isolate;
	justify-content: space-between;
	margin: 0 auto;
	min-height: 110px;
	padding: 30px 100px;
	position: relative;
}

body[data-nav="true"] .header-container {
	padding-right: 40px;
}

.header-container::before {
	background: #f8f5ef;
	background: linear-gradient(180deg, rgba(248, 245, 239, 1) 65%, rgba(248, 245, 239, 0) 100%);
	content: '';
	display: block;
	height: 110px;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.1s linear;
	width: 627px;
	z-index: 2;
}

body[data-nav="true"] .header-container::before {
	opacity: 1;
	transition: opacity 0.1s linear 0.75s;
}

.main-header--no-navigation .header-container {
	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 {
	position: relative;
	z-index: 1;
}

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

body[data-sticky="true"] #hs_cos_wrapper_header_logo {
	display: none;
}

#hs_cos_wrapper_header_logo_colored {
	display: none;
}

body[data-sticky="true"] #hs_cos_wrapper_header_logo_colored {
	display: block;
}

/* Header Navigation */

.header-navigation {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}

#hs_cos_wrapper_navigation_primary {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 121%;
	text-transform: uppercase;
}

#hs_cos_wrapper_navigation_primary .hs-menu-wrapper ul {
	gap: 42px;
}

#hs_cos_wrapper_navigation_primary a {
	color: inherit;
}

body[data-nav="true"] #hs_cos_wrapper_navigation_primary a,
body[data-sticky="true"] #hs_cos_wrapper_navigation_primary a {
	color: #000000;
}

#hs_cos_wrapper_navigation_primary a:hover,
#hs_cos_wrapper_navigation_primary a:focus,
#hs_cos_wrapper_navigation_primary li.active>a {
	text-decoration-line: underline;
	text-underline-offset: 3px;
}

#hs_cos_wrapper_reserve_button {
	margin-left: 40px;
}

#hs_cos_wrapper_reserve_button .button {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 121%;
	text-transform: uppercase;
	padding: 15px 22px 15px 23px;
}

body[data-nav="true"] #hs_cos_wrapper_reserve_button .button,
body[data-sticky="true"] #hs_cos_wrapper_reserve_button .button {
	border-color: #000000;
	color: #000000;
}

body[data-nav="true"] #hs_cos_wrapper_reserve_button .button:hover,
body[data-nav="true"] #hs_cos_wrapper_reserve_button .button:focus,
body[data-sticky="true"] #hs_cos_wrapper_reserve_button .button:hover,
body[data-sticky="true"] #hs_cos_wrapper_reserve_button .button:focus {
	border-color: #8b6a46;
	color: #ffffff;
}

/* Popup Navigation */

.popup-navigation-wrapper {
	background-color: #F8F5EF;
	color: #000000;
	display: flex;
	flex-flow: column wrap;
	height: 100%;
	left: 0;
	min-height: 100%;
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	transition: transform 0.75s ease-out, visibility 0.75s ease;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

body[data-nav="true"] .popup-navigation-wrapper {
	transform: translateX(0%);
	visibility: inherit;
}

.popup-navigation-wrapper>.content-wrapper {
	display: flex;
	height: 100%;
	max-width: none;
	min-height: min-content;
	padding: 0;
	position: relative;
	width: 100%;
}

.popup-navigation--toggle {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	display: block;
	padding: 0;
	position: relative;
}

.popup-navigation--toggle:hover,
.popup-navigation--toggle:focus {
	background-color: transparent;
	border: 0;
}

.popup-navigation--toggle:active {
	transform: scale(0.9);
}

.popup-navigation--toggle svg {
	display: block;
	width: auto;
}

.popup-navigation--open {
	color: #ffffff;
	margin-left: 30px;
}

body[data-nav="true"] .popup-navigation--open {
	display: none;
}

.popup-navigation--open:hover,
.popup-navigation--open:focus {
	color: #8b6a46;
}

body[data-sticky="true"] .popup-navigation--open {
	color: #000000;
}

body[data-sticky="true"] .popup-navigation--open:hover,
body[data-sticky="true"] .popup-navigation--open:focus {
	color: #8b6a46;
}

.popup-navigation--open svg {
	height: 15px;
}

.popup-navigation--close {
	color: #000000;
	display: none;
	margin-left: 30px;
}

body[data-nav="true"] .popup-navigation--close {
	display: inline-block;
}

.popup-navigation--close:hover,
.popup-navigation--close:focus {
	color: #8b6a46;
}

.popup-navigation--close svg {
	height: 20px;
}

.popup-navigation-panel-left {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex-flow: row wrap;
	flex: 0 1 100%;
	justify-content: center;
	position: relative;
}

.popup-navigation-panel-left::after {
	background-color: #000;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.24;
	position: absolute;
	top: 0;
	width: 100%;
}

#hs_cos_wrapper_popup_bg_image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#hs_cos_wrapper_popup_bg_image img {
	height: 100% !important;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

#hs_cos_wrapper_popup_logo {
	position: relative;
	text-align: center;
	z-index: 2;
}

#hs_cos_wrapper_popup_logo a {
	display: inline-block;
	vertical-align: top;
}

.popup-navigation-panel-right {
	align-items: center;
	background-color: #F8F5EF;
	display: flex;
	flex-flow: column wrap;
	flex: 0 0 627px;
	gap: 45px;
	justify-content: center;
	min-height: min-content;
	padding: 176px 30px 100px;
}

.popupup-navigation-primary,
.popupup-navigation-button {
	display: none;
	width: 100%;
}

#hs_cos_wrapper_navigation_secondary {
	font-family: 'Spezia Serif A';
	font-size: 22px;
	line-height: 109.0909%;
	text-align: center;
	width: 100%;
}

#hs_cos_wrapper_navigation_secondary .hs-menu-wrapper ul {
	gap: 20px;
	width: 100%;
}

@keyframes navSlideIn {
	to {
		transform: translateX(0);
	}
}

@keyframes navFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

body[data-nav="true"] #hs_cos_wrapper_navigation_secondary .hs-menu-depth-1 {
	animation: navSlideIn 1s forwards, navFadeIn 3s forwards;
	opacity: 0;
	transform: translateX(400%);
	transition: transform cubic-bezier(.64, .55, .34, .98), opacity ease;
}

body[data-nav="true"] #hs_cos_wrapper_navigation_secondary .hs-menu-depth-1:nth-child(1) {
	animation-delay: 0.15s;
}

body[data-nav="true"] #hs_cos_wrapper_navigation_secondary .hs-menu-depth-1:nth-child(2) {
	animation-delay: 0.3s;
}

body[data-nav="true"] #hs_cos_wrapper_navigation_secondary .hs-menu-depth-1:nth-child(3) {
	animation-delay: 0.45s;
}

body[data-nav="true"] #hs_cos_wrapper_navigation_secondary .hs-menu-depth-1:nth-child(4) {
	animation-delay: 0.6s;
}

body[data-nav="true"] #hs_cos_wrapper_navigation_secondary .hs-menu-depth-1:nth-child(5) {
	animation-delay: 0.75s;
}

body[data-nav="true"] #hs_cos_wrapper_navigation_secondary .hs-menu-depth-1:nth-child(6) {
	animation-delay: 0.9s;
}

body[data-nav="true"] #hs_cos_wrapper_navigation_secondary .hs-menu-depth-1:nth-child(7) {
	animation-delay: 1.05s;
}

body[data-nav="true"] #hs_cos_wrapper_navigation_secondary .hs-menu-depth-1:nth-child(8) {
	animation-delay: 1.2s;
}

#hs_cos_wrapper_navigation_secondary a {
	color: inherit;
}

#hs_cos_wrapper_navigation_secondary a:hover,
#hs_cos_wrapper_navigation_secondary a:focus,
#hs_cos_wrapper_navigation_secondary li.active>a {
	text-decoration-line: underline;
	text-underline-offset: 3px;
}
.main-footer {
  position: relative;
  background: #464444;
}

.main-footer--bottom {
  font-size: 0.8em;
  padding: 20px 0;
}

.main-footer--bottom p {
  margin: 0;
}

.main-footer--bottom .content-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-footer--top-section {
  /* padding: 85px 127.141px 50px; */
  padding: 85px 100px 50px;
  display: flex;
  align-items: center;
}

.footer-column.footer-logo {
  padding-right: 40px;
}

#hs_cos_wrapper_footer_menu_rev2 ul.menu__wrapper {
  display: inline-block;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 20px;
}

#hs_cos_wrapper_footer_menu_rev2 .menu__link {
  color: #fff;
  /* font-family: "ProximaNova", sans-serif; */
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-column.footer-logos-row {
  align-self: baseline;
  flex: 0 1 464px;
  margin-left: auto;
  padding-left: 40px;
}

#hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.main-footer--bottom-section {
  padding: 25px;
}

.main-footer--social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

#hs_cos_wrapper_footer_social_icons .social-links__icon svg,
#hs_cos_wrapper_footer_social_icons_rev2 .social-links__icon svg {
  fill: white;
  width: 23px;
  height: 23px;
}

#hs_cos_wrapper_footer_social_icon_text a {
  color: #d0d0d0;
  /* font-family: "ACaslonPro", serif; */
  /* font-weight: 500; */
  font-family: "Spezia Serif A", serif;
  font-style: italic;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1px;
}

.social-links__link {
  margin: 0 8px;
}

#hs_cos_wrapper_footer_social_icon_text a:hover,
#hs_cos_wrapper_footer_social_icon_text a:focus {
  text-decoration: none;
}

#hs_cos_wrapper_footer_social_icons #hs_cos_wrapper_footer_social_icons__3 svg,
#hs_cos_wrapper_footer_social_icons_rev2 #hs_cos_wrapper_footer_social_icons_rev2__3 svg {
  width: 25px;
  height: 25px;
}

.footer-newsletter-wrapper {
  display: none;
}

#hs_cos_wrapper_footer_newsletter_form {
  position: relative;
  margin: 0 10px;
}

#hs_cos_wrapper_footer_newsletter_form_title {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  z-index: 1;
  color: #252525;
  /* font-family: "ACaslonPro", serif; */
  /* font-weight: 700; */
  font-family: "Spezia Serif A", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  opacity: 0.85;
  text-align: center;
}

#hs_form_target_footer_newsletter_form {
  position: relative;
  background-color: #fff;
  border: 1px solid #cbc3b5;
  font-size: 0;
  padding: 35px 0;
  margin-bottom: 10px;
}

#hs_form_target_footer_newsletter_form form .hs-form-field {
  border-right: 2px solid #d5d5d5;
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
  margin: 0;
}

#hs_form_target_footer_newsletter_form form .hs-submit {
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
  text-align: center;
}

#hs_form_target_footer_newsletter_form form .hs-form-field input[type="text"],
#hs_form_target_footer_newsletter_form form .hs-form-field input[type="email"] {
  /* font-family: "ProximaNova", sans-serif; */
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 12px 18px;
  text-align: center;
  width: 100%;
  border: 0;
}

.footer-newsletter-wrapper {
  position: relative;
  border-left: 15px solid #474747;
  border-right: 15px solid #474747;
  border-bottom: 10px solid #474747;
}


/* FOOTER V2 STYLES */
.main-footer--v2 {
  font-family: "Satoshi", sans-serif;
  background: transparent;
}

.main-footer--v2 .main-footer--top-section {
  background-color: #353A2A;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: 'footer-logo footer-form'
    'footer-menu .';
  align-items: flex-start;
  row-gap: 70px;
  padding-bottom: 0px;
}

.main-footer--v2 .footer-column.footer-logo {
  grid-area: footer-logo;
  display: flex;
  flex-direction: column;
  row-gap: 84px;
  padding: 0;
}

.main-footer--v2 .footer-column.footer-form-v2 {
  grid-area: footer-form;
  margin-left: auto;
  max-width: 620px;
}

.main-footer--v2 .footer-column.footer-menu {
  grid-area: footer-menu;
  grid-column: span 2;
  border-top: 1px solid #5A5A5A;
  padding: 60px 0 62px;
  display: flex;
  justify-content: space-between;
}

.main-footer--v2 #hs_cos_wrapper_footer_menu_rev2 .menu__link {
  font-family: "Satoshi", sans-serif;
  text-transform: capitalize;
  font-weight: 200;
  line-height: 200%;
  margin-bottom: 0px;
  letter-spacing: -.03em;
}

.main-footer--v2 #hs_cos_wrapper_footer_menu_rev2 ul.menu__wrapper {
  column-count: 4;
  column-gap: 42px;
}

.main-footer--v2 #hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row-wrapper {
  gap: 36px;
}

.main-footer--v2 #hs_cos_wrapper_footer_social_icons .social-links__icon svg,
.main-footer--v2 #hs_cos_wrapper_footer_social_icons_rev2 .social-links__icon svg {
  width: 13px;
  height: 15px;
}

.main-footer--v2 #hs_cos_wrapper_footer_social_icons #hs_cos_wrapper_footer_social_icons__3 svg,
.main-footer--v2 #hs_cos_wrapper_footer_social_icons_rev2 #hs_cos_wrapper_footer_social_icons__3 svg {
  width: 24px;
  height: 20px;
}

.main-footer--v2 .main-footer--bottom-section {
  padding: 12.68px 25px 11.79px;
}

.main-footer--v2 #hs_cos_wrapper_footer_form_v2_1 .form-title {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 118.75%;
  margin-bottom: 51px;
  padding-right: 88px;
}

div#hs_form_target_footer_form_v2_1 form {
  display: flex;
  gap: 24px;
}

div#hs_form_target_footer_form_v2_1 form .hs-email {
  flex: 0 1 100%;
}

div#hs_form_target_footer_form_v2_1 form .hs-email input[type=email] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #7D7D7D;
  padding-left: 0;
  padding-bottom: 16px;
  font-size: 16px;
  color: white;
}


div#hs_form_target_footer_form_v2_1 form .hs-email input[type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;
  line-height: 226.66%;
  letter-spacing: -.03em;
  font-weight: 300;
  color: #7D7D7D;
}

div#hs_form_target_footer_form_v2_1 form .hs-email input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;
  line-height: 226.66%;
  letter-spacing: -.03em;
  font-weight: 300;
  color: #7D7D7D;
}

div#hs_form_target_footer_form_v2_1 form .hs-email input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;
  line-height: 226.66%;
  letter-spacing: -.03em;
  font-weight: 300;
  color: #7D7D7D;
}

div#hs_form_target_footer_form_v2_1 form .hs-email input[type=email]::placeholder {
  font-size: 15px;
  line-height: 226.66%;
  letter-spacing: -.03em;
  font-weight: 300;
  color: #7D7D7D;
}

div#hs_form_target_footer_form_v2_1 form .hs-submit .actions {
  background: transparent;
  transition: unset;
  box-shadow: unset;
}

div#hs_form_target_footer_form_v2_1 form .hs-submit {
  flex: 0 0 120px;
}

div#hs_form_target_footer_form_v2_1 form .hs-submit .actions:before {
  content: none;
}

div#hs_form_target_footer_form_v2_1 form .hs-submit input[type=submit] {
  border: 1px solid #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 15px;
  font-style: normal;
  letter-spacing: -.03em;
  line-height: 133.33%;
  padding: 15px 29px;
  text-transform: uppercase;
}

div#hs_form_target_footer_form_v2_1 form .hs-submit input[type=submit]:hover,
div#hs_form_target_footer_form_v2_1 form .hs-submit input[type=submit]:focus {
  background-color: #fff;
  color: #353a2a;
}

.main-footer--v2 #hs_cos_wrapper_footer_logo_rev2>a {
  display: inline-block;
}

.main-footer--v3 .footer-column.footer-logo {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 32px;
}

.main-footer--v4 .footer-column.footer-logo {
  row-gap: 27px;
  column-gap: 64px;
}

.main-footer--v4 #hs_cos_wrapper_footer_logo_rev2 {
  grid-column: span 2;
}

.main-footer--v4 .main-footer--social-icons {
  align-self: end;
}

.main-footer--v4 .main-footer--top-section {
  gap: 50px 40px;
}

#hs_cos_wrapper_reserve_btn_mobile {
  display: none;
}

#hs_form_target_footer_newsletter_form form .hs-form-field {
  position: relative;
}

#hs_form_target_footer_newsletter_form form .hs-error-msgs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  text-align: center;
}
/* 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 ul {
  flex-direction: row;
}

/* 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,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:focus-within > .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,
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:focus-within > .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;
}

/* Page default text content section */
#hs_cos_wrapper_content_header .page-header.section-header {
  display: flex;
  flex-direction: column-reverse;
}

.page-default-text-content {
  padding: 135px 10% 60px;
  margin: 10px;
  background-color: #fff;
  border: 1px solid #cbc3b5;
  text-align: center;
}

.page-default-text-content .page-header.section-header p.secondary-header {
  /* font-family: "ProximaNova", sans-serif; */
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-default-text-content .page-header.section-header h1 {
  /* font-family: "Butler Regular", serif; */
  font-family: "Spezia Serif A", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.8;
  margin-bottom: 20px;
  text-align: center;
}

.page-default-text-content #hs_cos_wrapper_content_text {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 700px;
}

.page-default-text-content #hs_cos_wrapper_content_text p {
  margin-bottom: 30px;
}

.page-default-text-content #hs_cos_wrapper_content_text p strong {
  /* font-family: "ProximaNova", sans-serif; */
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.page-default-text-content #hs_cos_wrapper_content_text p em {
  /* font-family: "Arial", "Helvetica"; */
  font-family: "Inter", sans-serif;
}

.page-default-text-content #hs_cos_wrapper_content_text a {
  font-weight: 700;
  font-style: italic;
  color: #4d4848;
}

.page-default-text-content #hs_cos_wrapper_content_text ul.no-list li {
  color: #4d4848;
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .1px;
}

.page-default-text-content #hs_cos_wrapper_content_text ul.no-list li strong {
  /* font-family: "ProximaNova", sans-serif; */
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.page-default-text-content #hs_cos_wrapper_content_text ul.no-list {
  margin-bottom: 30px !important;
}

.page-default-text-content #hs_cos_wrapper_content_text a,
.page-default-text-content #hs_cos_wrapper_content_text a:hover,
.page-default-text-content #hs_cos_wrapper_content_text a:focus {
  color: black;
}

.page-default-text-content #hs_cos_wrapper_content_logo {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* Page default button */
#hs_cos_wrapper_content_default_btn a.button {
  border-radius: 35px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  /* font-family: "AGaramondPro-Italic", serif; */
  font-family: "Spezia Serif A", serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 2px;
  line-height: normal;
  overflow: hidden;
  padding: 15px 55px;
  position: relative;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#hs_cos_wrapper_content_default_btn a.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #805b34;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

#hs_cos_wrapper_content_default_btn a.button:hover:before,
#hs_cos_wrapper_content_default_btn a.button:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 767px) {
  .page-default-text-content .page-header.section-header h1 {
    font-size: 35px;
  }

  .page-default-text-content #hs_cos_wrapper_content_text p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 567px) {
  .page-default-text-content #hs_cos_wrapper_content_text p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
	body[data-nav=true] {
		overflow: visible;
	}

	.header-container {
		padding: 30px 40px;
	}

	.header-container::before {
		width: 100%;
	}

	.header-logo {
		z-index: 2;
	}

	body[data-nav="true"] #hs_cos_wrapper_header_logo {
		display: none;
	}

	body[data-nav="true"] #hs_cos_wrapper_header_logo_colored {
		display: block;
	}

	body[data-nav="false"] #hs_cos_wrapper_navigation_primary {
		display: none;
	}

	#hs_cos_wrapper_navigation_primary .hs-menu-wrapper ul {
		gap: 28px;
	}

	#hs_cos_wrapper_reserve_button {
		margin-left: 26px;
	}

	.popup-navigation-wrapper {
		background-color: transparent;
		min-height: auto;
	}

	.popup-navigation-wrapper>.content-wrapper {
		height: auto;
	}

	.popup-navigation-panel-left {
		display: none;
	}

	.popup-navigation-panel-right {
		flex: 0 1 100%;
		min-height: 84vh;
		min-height: 84svh;
		padding: 178px 30px 100px;
	}

	.body-container-wrapper {
		border: 0;
	}

	.footer-newsletter-wrapper {
		background-color: #f8f5ef;
		border: 0;
		border-top: 1px solid transparent;
		border-bottom: 1px solid #cbc3b5;
		padding: 50px 5% 25px;
	}

	.footer-newsletter-wrapper:before {
		content: '';
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		background: #cbc3b5;
	}

	#hs_cos_wrapper_footer_newsletter_form {
		margin: 0;
		background: transparent;
		text-align: center;
	}

	#hs_form_target_footer_newsletter_form {
		background: transparent;
		margin: 0;
		padding: 0;
		border: 0;
	}

	#hs_form_target_footer_newsletter_form form .hs-form-field {
		border: 0;
		width: 100%;
	}

	#hs_form_target_footer_newsletter_form form .hs-form-field input[type="text"],
	#hs_form_target_footer_newsletter_form form .hs-form-field input[type="email"] {
		border: 1px solid #cbc3b5;
		line-height: 100%;
	}

	#hs_form_target_footer_newsletter_form form .hs-form-field:not(:last-child) {
		margin-bottom: 15px;
	}

	#hs_form_target_footer_newsletter_form form .hs-submit {
		margin-top: 10px;
	}

	.main-footer--top-section {
		flex-direction: column;
		padding: 90px 0 70px;
	}

	.footer-column.footer-logo {
		padding-right: 0;
		margin-bottom: 50px;
	}

	.footer-column.footer-logos-row {
		flex: 0 1 auto;
		margin: 50px auto 0;
		max-width: 600px;
		padding-left: 0;
		width: 100%;
	}

	#hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row-wrapper {
		justify-content: center;
		padding: 0 25px;
	}

	.main-footer--social-icons {
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	#hs_cos_wrapper_footer_social_icons,
	#hs_cos_wrapper_footer_social_icons_rev2 {
		flex: 1 0 30%;
	}

	#hs_cos_wrapper_footer_social_icon_text {
		text-align: center;
		flex: 1 0 70%;
	}

	.main-footer--bottom-section {
		padding-bottom: 122px;
	}

	.page-default-text-content .page-header.section-header h1 {
		margin-top: 5px;
	}

	#hs_cos_wrapper_side_menu {
		flex: 0 1 25%;
	}

	.body-container--two-col-content {
		flex: 0 1 75%;
	}

	.main-footer--v2 .main-footer--top-section {
		padding: 92px 40px 53px;
		grid-template-columns: 214px 1fr;
		column-gap: 76px;
		row-gap: 40px;
	}

	.main-footer--v2 .footer-column.footer-logo {
		align-items: baseline;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_form_v2 .form-title {
		margin-bottom: 73px;
		padding-right: 50px;
		font-size: 22px;
	}

	div#hs_form_target_footer_form_v2_1 form .hs-submit input[type=submit] {
		padding: 15px 29px;
	}

	.main-footer--v2 .footer-column.footer-menu {
		flex-direction: column;
		row-gap: 48px;
		padding-bottom: 35px;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_menu_rev2 ul.menu__wrapper {
		column-gap: 30px;
	}

	div#hs_form_target_footer_form_v2_1 form {
		gap: 6px;
	}

	.main-footer--v2 .footer-column.footer-logo {
		margin-bottom: 30px;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row-wrapper {
		column-gap: 24px;
		row-gap: 0;
		padding: 0;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row--item img,
	.main-footer--v2 #hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row--item svg {
		max-width: 80px;
	}

	.main-footer--v2 .footer-column.footer-logos-row {
		max-width: none;
		margin-top: 0;
	}

	.main-footer--v2 .main-footer--bottom-section {
		padding: 17.68px 28px 15.12px;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row-wrapper {
		column-gap: 24.9px;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_social_icons .social-links__link,
	.main-footer--v2 #hs_cos_wrapper_footer_social_icons_rev2 .social-links__link {
		margin: 0 9px;
	}

	div#hs_cos_wrapper_footer_logo_small,
	div#hs_cos_wrapper_footer_logo_small_rev2 {
		max-width: 60px;
	}
}
@media (max-width: 767px) {
	.header-container {
		padding: 30px;
	}

	body[data-nav="true"] .header-container {
		padding-right: 30px;
	}

	#hs_cos_wrapper_navigation_primary,
	body[data-nav="true"] #hs_cos_wrapper_reserve_button {
		display: none;
	}

	#hs_cos_wrapper_reserve_button {
		margin-left: 15px;
	}

	.popup-navigation-wrapper>.content-wrapper {
		flex-flow: row wrap;
	}

	.popup-navigation--open,
	.popup-navigation--close {
		margin-left: 15px;
	}

	.popup-navigation-panel-right {
		min-height: 83.036vh;
		min-height: 83.036svh;
		padding: 142px 30px 64px;
	}

	.popupup-navigation-primary {
		display: block;
		font-family: "Inter", sans-serif;
		font-size: 22px;
		/* font-size: clamp(3rem, 4.11vw + 0.0625rem, 1.375rem); */
		letter-spacing: 0.1em;
		line-height: 121.0455%;
		text-transform: uppercase;
	}

	.popupup-navigation-primary ul {
		gap: 26px;
		justify-content: center;
	}

	.popupup-navigation-primary a {
		color: #000000;
	}

	.popupup-navigation-button {
		align-items: center;
		display: flex;
		gap: 10px;
	}

	.popupup-navigation-button::before,
	.popupup-navigation-button::after {
		background-color: #8B6A46;
		content: '';
		display: block;
		flex: 0 1 100%;
		height: 1px;
	}

	.popupup-navigation-button .button-wrapper {
		flex: 0 0 auto;
	}

	.popupup-navigation-button .button {
		background-color: transparent;
		border-color: #000000;
		border-radius: 25px;
		color: #000000;
		font-family: "Inter", sans-serif;
		font-size: 15px;
		letter-spacing: 0.1em;
		line-height: 121%;
		padding: 14px 34px 14px 35px;
		text-transform: uppercase;
	}

	.popupup-navigation-button .button:hover,
	.popupup-navigation-button .button:focus {
		background-color: #8b6a46;
		border-color: #8b6a46;
		color: #ffffff;
	}

	#hs_cos_wrapper_navigation_secondary {
		font-family: 'Spezia Serif A';
		font-size: 16px;
		line-height: 150%;
		text-align: center;
		width: 100%;
	}

	#hs_cos_wrapper_navigation_secondary .hs-menu-wrapper ul {
		gap: 15px;
	}

	.content-wrapper {
		padding: 0 30px;
	}

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

	#hs_form_target_footer_newsletter_form form .hs-form-field input[type="text"],
	#hs_form_target_footer_newsletter_form form .hs-form-field input[type="email"] {
		font-size: 14px;
		padding: 30px 25px;
		text-align: left;
	}

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

	::-moz-placeholder {
		/* Firefox 19+ */
		font-size: 14px;
	}

	:-moz-placeholder {
		/* Firefox 18- */
		font-size: 14px;
	}

	::placeholder {
		font-size: 14px;
	}

	#hs_form_target_footer_newsletter_form form .hs-submit {
		width: 100%;
	}

	.footer-newsletter-wrapper {
		padding-bottom: 50px;
	}

	.main-footer--top-section {
		padding-top: 80px;
		padding-bottom: 90px;
	}

	#hs_cos_wrapper_footer_menu_rev2 ul.menu__wrapper {
		column-count: 1;
	}

	#hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 85px 30px;
	}

	#hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row--item img,
	#hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row--item svg {
		max-height: none;
	}

	#hs_cos_wrapper_footer_social_icon_text {
		padding-left: 16px;
		flex: 1 0 70%;
	}

	.page-default-text-content .page-header.section-header p.secondary-header {
		font-size: 14px;
	}

	.main-footer--v2 .main-footer--top-section {
		grid-template-columns: 1fr;
		grid-template-areas:
			'footer-logo'
			'footer-form'
			'footer-menu';
		column-gap: 0;
		padding: 92px 30px 89px;
	}

	.main-footer--v2 .footer-column.footer-logo {
		row-gap: 50px;
		margin-bottom: 20px;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_logo_rev2 img {
		margin: 0 auto;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_form_v2 .form-title {
		padding: 0;
		margin-bottom: 50px;
		font-size: 22px;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_menu_rev2 ul.menu__wrapper {
		column-count: 2;
		column-gap: 102px;
	}

	.main-footer--v2 .footer-column.footer-menu {
		gap: 40px;
		padding: 50px 0 0;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row--item:first-child {
		grid-column: auto;
	}

	.main-footer--v2 .footer-column.footer-logos-row {
		margin-top: 0px;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_logo_rev2 img {
		margin: 0;
	}

	div#hs_form_target_footer_form_v2_1 form .hs-email {
		margin-bottom: 10px;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_menu_rev2 .menu__link {
		font-size: 12px;
		margin-bottom: 2px;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row--item img,
	.main-footer--v2 #hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row--item svg {
		max-width: 79px;
	}

	.main-footer--v2 .main-footer--bottom-section {
		padding: 17.93px 59px 17.12px 59px;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row-wrapper {
		display: flex;
		column-gap: 25px;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row--item:first-child,
	.main-footer--v2 #hs_cos_wrapper_footer_logos_row_rev2 .custom-logos-row--item:last-child {
		grid-column: auto;
	}

	.main-footer--v2 #hs_cos_wrapper_footer_social_icons .social-links,
	.main-footer--v2 #hs_cos_wrapper_footer_social_icons_rev2 .social-links {
		justify-content: flex-start;
	}
}

@media (max-width: 413px) {
	.popupup-navigation-primary {
		font-size: 22px;
		font-size: clamp(1rem, 5.1vw + 0.0625rem, 1.375rem);
	}

	.popupup-navigation-primary ul {
		gap: 14px;
		justify-content: space-between;
	}
}

@media (max-width: 375px) {
	.main-footer--social-icons {
		gap: 0;
	}

	#hs_cos_wrapper_footer_social_icon_text {
		text-align: left;
		padding: 0;
	}

	.main-footer--bottom-section {
		padding-left: 10px;
		padding-right: 10px;
	}

	#hs_cos_wrapper_reserve_btn_mobile a.button {
		padding: 15px 44px;
	}
}

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

.clear {
  clear: both;
}

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