/* Theme base styles */

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Anchors */

a {
  cursor: pointer;
  transition: color 0.15s linear;
}

a:focus {
  outline: 0;
}

/* Headings */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 160%;
}

h1,
h2,
h3 {
  margin: 0 0 0.5em;
}

h4,
h5,
h6 {
  margin: 0 0 1em;
}

/* Lists */

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

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 25px;
  quotes: "\201C" "\201D";
  text-align: center;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

/* Horizontal rules */

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

/* Image alt text */

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


/* Custom Fonts */

@font-face {
  font-family: 'FuturaStd-Medium';
  src: local("FuturaStd"), local("FuturaStd"),
    url(https://21926072.fs1.hubspotusercontent-na1.net/hubfs/21926072/raw_assets/public/leyla-nyc/fonts/FuturaStd/FuturaStd-Medium.woff2) format("woff2"),
    url(https://21926072.fs1.hubspotusercontent-na1.net/hubfs/21926072/raw_assets/public/leyla-nyc/fonts/FuturaStd/FuturaStd-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  /* BOOK ALMOST SAME OF MEDIUM */
  font-family: 'FuturaStd-Book'; 
  src: local("FuturaStd"), local("FuturaStd"),
    url(https://21926072.fs1.hubspotusercontent-na1.net/hubfs/21926072/raw_assets/public/leyla-nyc/fonts/FuturaStd/FuturaStd-Book.woff2) format("woff2"),
    url(https://21926072.fs1.hubspotusercontent-na1.net/hubfs/21926072/raw_assets/public/leyla-nyc/fonts/FuturaStd/FuturaStd-Book.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-Light';
  src: local("FuturaStd"), local("FuturaStd"),
    url(https://21926072.fs1.hubspotusercontent-na1.net/hubfs/21926072/raw_assets/public/leyla-nyc/fonts/FuturaStd/FuturaStd-Light.woff2) format("woff2"),
    url(https://21926072.fs1.hubspotusercontent-na1.net/hubfs/21926072/raw_assets/public/leyla-nyc/fonts/FuturaStd/FuturaStd-Light.woff) format("woff");
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-Heavy';
  src: local("FuturaStd-Heavy"), local("FuturaStd-Heavy"),
    url(https://21926072.fs1.hubspotusercontent-na1.net/hubfs/21926072/raw_assets/public/leyla-nyc/fonts/FuturaStd/FuturaStd-Heavy.woff2) format("woff2"),
    url(https://21926072.fs1.hubspotusercontent-na1.net/hubfs/21926072/raw_assets/public/leyla-nyc/fonts/FuturaStd/FuturaStd-Heavy.woff) format("woff");
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CormorantInfant';
  src: local("CormorantInfant"), local("CormorantInfant"),
    url(https://21926072.fs1.hubspotusercontent-na1.net/hubfs/21926072/raw_assets/public/leyla-nyc/fonts/CormorantInfant/CormorantInfant-Regular.woff2) format("woff2"),
    url(https://21926072.fs1.hubspotusercontent-na1.net/hubfs/21926072/raw_assets/public/leyla-nyc/fonts/CormorantInfant/CormorantInfant-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

/* Labels */

form label {
  display: block;
}

form label span {
  letter-spacing: 1.5px;
}

/* Help text */

form legend {
  font-size: 14px;
}

/* 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: 6px;
  border: 1px solid #CCC;
  display: block;
  line-height: 160%;
  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-bottom: 14px;
  padding-top: 14px;
}

form textarea {
  resize: none;
}

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

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

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

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

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

form fieldset.form-columns-2 .input {
  margin-right: 0 !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 input,
form .inputs-list span {
  vertical-align: middle;
}

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

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  font-size: 14px;
  margin-top: 5px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  margin-top: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

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

header.header.open-nav:not(.fixed) {
  max-width: none;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
  }

  .header__column {
    position: relative;
  }
}

/* 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;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

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

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

.header__logo--main {
  padding-top: 16px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (min-width: 768px) {
  .header__navigation--toggle,
  .header__close--toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__navigation {
    display: none;
    margin: 0 -40px;
  }

  .header__navigation.open {
    background-color: #f8fafc;
    display: block;
    left: 0;
    min-height: calc(100vh - 60px);
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
  }

  .header__navigation--toggle:hover,
  .header__navigation--toggle:focus,
  .header__close--toggle:hover,
  .header__close--toggle:focus {
    background-color: transparent;
    border: 0;
  }

  .header__navigation--toggle.hide {
    display: none;
  }

  .header__navigation--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* ADD MENUS */

body header#sticky-header {
  padding-top: 37px;
}

.header-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

body .header-container.content-wrapper {
  padding: 0 50px;
}

.header-container .primary-nav-open {
  text-align: left;
  position: relative !important;
  left: unset !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
}

.header-container .header-menulinks {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 100px;
}

.header-container .header-menulinks ul {
  font-family: "FuturaStd-Medium";
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 110px;
}

.header-container .header-menulinks ul li {
  display: inline;
}

.header-container .header-menulinks ul a {
  color: #fff;
  display: block;
  padding: 4px 10px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 13px;
  text-transform: uppercase;
  text-decoration: none;
}

.header-container .header-menulinks ul .active a,
.header-container .header-menulinks ul a:hover,
.header-container .header-menulinks ul a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.header-container .header-menulinks--logo {
  width: 18px;
  height: 18px;
  margin: auto;
}

.header-container .header-menulinks--logo .icon.icon-star {
  color: #fff;
  margin: 0;
}

.header-container .header-button {
  position: relative;
  text-align: right;
}

.header-container .header-button .button {
  font-family: "FuturaStd-Medium";
  background-color: #c9914c;
  border-radius: 17.5px;
  -webkit-box-shadow: 0 5px 29px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 5px 29px 0 rgba(0, 0, 0, 0.31);
  display: inline-block;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2.2px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 12px 15px;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.header-container .header-button .button:hover,
.header-container .header-button .button:focus {
  background-color: #ae7734;
  color: #fff;
}

@media only screen and (max-width: 1219px) {
  .header-container .header-menulinks {
    display: flex;
  }

  .header-container .header-menulinks--left,
  .header-container .header-menulinks--right {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  body .header-container.content-wrapper {
    padding: 0 20px;
  }
}
.footer__container {
  display: flex;

  font-family: 'FuturaStd-Light';
  font-size: 16px;

  padding-left: 100px;
  padding-right: 100px;
}

.footer__container.row-1 {
  padding-top: 50px;
  margin-bottom: 50px;
}

.footer__container .col {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 26px;

  width: 20%;
}

.footer__container .col-company-name {
  color: #d8ad67;
}

.footer__container .col-address {
  text-align: center;
  width: 60%;
}

.footer__container .col-address address {
  display: inline-block;
  font-style: normal;
}

.footer__container .col-address a {
  text-decoration: none;
  color: inherit;
}

.footer__container .col-address a:hover,
.footer__container .col-address a:focus {
  color: #ce973e;
}

.footer__container .col-social {
  text-align: right;
}

.footer__container .col-social a {
  text-decoration: none;
  color: #d8ad67;
}

.footer__container.row-2 {
  color: #c8c8c8;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 27px;
  border-top: 1px solid #f5f5f5;

  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.09px;
  line-height: 14px;
}

.footer__container.row-2 a {
  color: #c8c8c8;
  text-decoration: none;
}

.footer__container.row-2 a:hover,
.footer__container.row-2 a:focus {
  color: #ce973e;
}

footer .tablet-socials {
  display: none;
}

#hs_cos_wrapper_footer_social_links ul[role=menu] {
  column-gap: 24px;
}

#hs_cos_wrapper_footer_social_links ul[role=menu] li {
  position: relative; 
}

#hs_cos_wrapper_footer_social_links ul[role=menu] li:not(:last-child):after {
  background: black;
  border-radius: 100%;
  content: "";
  height: 1px;
  width: 1px;
  position: absolute;
  right: -10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
}

@media only screen and (max-width: 1024px) { 
   footer.footer {
    margin: 0;
  }

  .footer__container {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1.5px;
  }

  .footer__container .col-company-name {
      display: none;
  }

  .footer__container .col-address {
    width: 100%;
  }

  footer .tablet-socials {
    color: #d8ad67;
    display: block;
    text-align: center;
    padding-top: 30px;
  }

  footer .tablet-socials a {
    font-family: 'FuturaStd-Light';
    color: #d8ad67;
    text-decoration: none;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1.5px;
  }

  .footer__container .col-address {
    grid-area: footer_address;
  }
  
  .footer__container .col-social {
    grid-area: footer_social;
    width: 100%;
    text-align: center;
  }
  
  .footer__container.row-1 {
    padding-top: 60px;
    margin-bottom: 30px;

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: 'footer_social .' 'footer_address .';
  }
  
  #hs_cos_wrapper_footer_social_links ul[role=menu] {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) { 
    footer.footer {
    margin: 0;
  }

  footer .tablet-socials {
    padding-top: 45px;
  }

  .footer__container.row-1 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 45px;
    letter-spacing: 1px;
    line-height: 26px;
  }

  .footer__container.row-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* Logo */

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

/* Menu and simple menu */

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

/* Horizontal menu */

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

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

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