*, *: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 {}

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

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

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

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

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

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

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

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

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

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

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

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

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

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

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

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

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

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

.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0;
}

.banner-section .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}



@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "DINOT";
  src: local("DINOT-Light"), 
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/DINOT-Light.woff2) format("woff2"),
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/DINOT-Light.woff) format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "DINOT";
  src: local("DINOT"), 
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/DINOT.woff2) format("woff2"), 
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/DINOT.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

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

@font-face {
  font-family: "DINOT";
  src: local("DINOT-Bold"), 
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/DINOT-Bold.woff2) format("woff2"),
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/DINOT-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

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

@font-face {
  font-family: "Faustine";
  src: local("Faustine"), 
    local("FaustineRegular"), 
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/FaustineRegular.woff2) format("woff2"),
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/FaustineRegular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Glamour Absolute";
  src: local("Glamour Absolute regular"), 
    local("GlamourAbsolute-regular"), 
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/GlamourAbsolute-regular.woff2) format("woff2"),
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/GlamourAbsolute-regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face { 
  font-family: "icomoon"; 
  src: url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/The_Marmara_Park_Avenue_February2022/fonts/icomoon.eot) format("embedded-opentype"), 
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/icomoon.ttf) format("truetype"), 
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/icomoon.woff) format("woff"), 
    url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/icomoon.svg) format("svg"); 
  font-style: normal;
  font-weight: 400;
}
@font-face {
    font-family: 'envira-icons';
    src: url('https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/The_Marmara_Park_Avenue_February2022/fonts/envira-icons.eot');
    src: url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/The_Marmara_Park_Avenue_February2022/fonts/envira-icons.eot#iefix) format("embedded-opentype"),
      url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/envira-icons.ttf) format("truetype"),
      url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/envira-icons.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Times New Roman';
    src: local('Times New Roman Cyr'), local('TimesNRCyrMT'),
        url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/TimesNRCyrMT.woff2) format('woff2'),
        url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/fonts/TimesNRCyrMT.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="gm-"],
[class*=" gm-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html {
  scroll-behavior: smooth;
  scroll-padding: 79px;
  line-height: 1.15;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

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

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

/* Paragraphs */

p {
  margin: 32px 0;
}

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

/* Anchors */

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

a:hover, a:focus {
  outline: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  margin: 0 0 15px;
  letter-spacing: 1px;
}

/* Lists */

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 5px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;

  padding: 10px 20px;
  font-family: Inter, sans-serif;
  color: #57586e;
  font-size: 18px;
  line-height: 1.7;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}


/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Form */

form {
  max-width: 767px;
  margin-bottom: 20px;
}

/* Form fields */

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

/* Labels */

form label {
  /*   display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem; */
}

.hs-form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.hs-form label {
  font-family: "DINOT",sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 15px;
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 5px;
}

.inputs-list.hs-error-msgs label {
  font-family: "DINOT",sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 15px;
  padding-top: 6px;
  color: #e60538;
  margin: 0;
}

.hs-error-msgs label {
  color: #e60538;
}

.hs_error_rollup .inputs-list.hs-error-msgs label {
  /*   border: 5px solid #b10e1e;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #a6093d;
  padding: 20px 15px 15px;
  font-weight: 500;
  line-height: 1.6; */
}

select {
    border: 1px solid #bbbcb8;
    font-size: 12px;
    line-height: 15px;
    padding: 17px 30px 16px 15px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-position: top 12px right 4px;
    background-repeat: no-repeat
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=date],
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 {
  background-color: transparent;
  display: inline-block;
  height: auto;
  padding: 17px 15px 16px 13px;
  width: 100%;
  font-family: "DINOT",sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
  border: 1px solid #dcdcdd;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
}

form ::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
}

textarea.hs-input {
  height: auto;
}


.hs-input:focus {
  outline: none;
  color: #8b6e4b;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

.hs-error-msgs label {
  color: #EF6B51;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: background .3s ease-in-out,border .3s ease-in-out;
  transition: background .3s ease-in-out,border .3s ease-in-out;
  white-space: normal;
  border-style: solid;
  border-width: 1px;
  font-family: DINOT, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}

@media (max-width: 767px) {

  form {
    max-width: 100%;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.covid-notice {
  font-family: "DINOT", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 15px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
}

.covid-notice a {
  background: #E9E9E9;
  color: #151515;
  display: block;
  font-family: "DINOT", sans-serif;
  font-weight: 700;
  padding-bottom: 17px;
  padding-top: 18px;
  text-align: right;
  text-decoration: none;
}

.covid-notice a:hover {
  background: #D8D8D8;
  color: #151515;
  text-decoration: none;
}

.covid-notice .arrows, 
.covid-notice .text {
  display: inline-block;
  vertical-align: middle;
}

.covid-notice svg {
  height: 20px;
  margin-left: 18px;
  margin-right: 16px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}


.custom-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  will-change: position;
  z-index: 9999;  
  transition: background .3s ease-in-out,padding .5s linear;
}

.custom-header.is-sticky {
  position: fixed;
  background: #444a58!important;
}

.custom-header .header__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-template-areas: "logo nav";
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}

.custom-header.is-sticky .header__container {
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.header__container,
.custom-menu-secondary .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.custom-menu-secondary .container {
  font-size: 0;
}

.custom-header .header__container:before,
.custom-header .header__container:after {
  background: #8b6e4b;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease-in-out;
  z-index: -1;
}

.custom-header .header__container:before {
  -webkit-clip-path: polygon(0 0,80% 0%,100% 100%,0% 100%);
  clip-path: polygon(0 0,80% 0%,100% 100%,0% 100%);
  left: 0;
  width: 109px; 
}

.custom-header.is-sticky .header__container:before,
.custom-header.is-sticky .header__container:after {
  opacity: 1;
  transition: opacity .3s ease-in-out .3s;
}

.custom-header .header__container:after {
  right: 100%;
  width: 50%;
}

.custom-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;


  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}

.custom-logo > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom-logo a {
  position: relative;
  width: 50px;
  color: #444a58;
  font-weight: 700;
  text-decoration: underline;
}

.custom-logo a img {
  display: block;
  transition: width .3s ease-in-out .3s,opacity .3s ease-in-out;
  opacity: 1;
  height: auto;
  max-width: 100%;
  width: 102px;
}

.custom-header.is-sticky .custom-logo a img {
  height: auto;
  width: 57px;
  transition: width .3s ease-in-out,opacity .3s ease-in-out .3s;
  opacity: 0;
}

.custom-logo a img.sticky {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease-in-out;
}

.custom-header.is-sticky .custom-logo a img.sticky {
  opacity: 1;
  transition: opacity .3s ease-in-out .3s;
  height: auto;
  width: 57px;
}

.custom-logo p {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  margin: 0;
  margin-left: -6px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}

.custom-header.is-sticky .custom-logo p {
  display: none;
}

.custom-menu-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;


  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: nav;
}

.custom-menu-primary.desktop {
  display: none;
  font-size: 12px;
  letter-spacing: .5px;
  line-height: 15px;
  position: relative;
  text-transform: uppercase;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
  display: block;
  position: relative;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 18px 10px 17px;
  position: relative;
  color: #151515;
  font-weight: 500;
  text-decoration: none;
}

.custom-header.is-sticky .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a { 
  color: #fff;
}

.custom-header.is-sticky .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.active-branch > a { 
  color: #8b6e4b;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
  color: #8b6e4b;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
}


.custom-menu-secondary {
  display: none;
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: .5px;
  line-height: 15px;
  position: static;
  text-transform: uppercase;
}

.custom-menu-secondary .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-menu-secondary .hs-menu-wrapper > ul > li > a {
  font-family: "DINOT",sans-serif;
  font-size: 12px;
  background: #fff;
  border: 0.5px solid rgba(0,0,0,.2);
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  position: relative;
  vertical-align: top;
  letter-spacing: 2px;
  line-height: 15px;
  padding: 17px 41px 16px 39px;
  padding-left: 24px;
  padding-right: 22px;
  text-transform: uppercase;
  transition: background .3s ease-in-out,border .3s ease-in-out;
  text-decoration: none;
}

.custom-menu-secondary .hs-menu-wrapper > ul > li > a:focus,
.custom-menu-secondary .hs-menu-wrapper > ul > li > a:hover {
  background: #eaebe6;
  border-color: #eaebe6;
  color: #000;
  text-decoration: none;
}

.custom-menu-secondary .hs-menu-wrapper > ul > li > ul {
  background: #eaebe6;
  max-height: 536px;
  overflow-y: scroll;
  padding: 102px 0 51px;
  position: absolute;
  left: 50%;
  top: 100%;
  visibility: hidden;
  width: 100vw;
  z-index: -1;

  overflow-y: auto;
}


.custom-menu-secondary .hs-menu-wrapper > ul > li > ul .container > li {
  font-family: "DINOT",sans-serif;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 100px;
  vertical-align: top;
}

.custom-menu-secondary .hs-menu-wrapper > ul > li > ul .container > li > a {
  color: #2e2418;
  font-family: "Glamour Absolute";
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: lowercase;
  margin: 0 0 40px;
  display: block;
  text-decoration: none;
  cursor: text;
}

.custom-menu-secondary .hs-menu-wrapper > ul > li > ul .container > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-menu-secondary .hs-menu-wrapper > ul > li > ul .container > li > ul > li {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.custom-menu-secondary .hs-menu-wrapper > ul > li > ul .container > li > ul > li > a {
  color: #555554;
  display: inline-block;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 21px;
  padding: 0;
  vertical-align: top;
  position: relative;
  text-decoration: none;
}

.custom-menu-secondary .hs-menu-wrapper > ul > li > ul .container > li > ul > li > a:hover {
  color: #8b6e4b;
  text-decoration: none;
}



.header-check-button {
  display: inline-block;
}

.header-check-button a {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 15px;
  padding: 17px 20px 16px 18px;
  margin-left: 20px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  transition: background .3s ease-in-out,border .3s ease-in-out;
  text-decoration: none;
}

.header-check-button a:hover {
  text-decoration: none;
}

.marmara-details {
  font-family: "Fira Sans",sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
  text-align: right;
  margin-bottom: -9px;

  grid-area: info;
}

.custom-header.is-sticky .marmara-details {
  display: none;
}

.body-wrapper {
  overflow: hidden;
}

#mobile-button {
  border: 0;
  min-width: 50px;
  padding: 15px 13px;
  margin-right: -13px;
  position: relative;
  vertical-align: top;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "DINOT",sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  transition: background .3s ease-in-out,border .3s ease-in-out;
  background: #fff;
  z-index: 1;
}

.mobile-open #mobile-button,
#mobile-button:hover,
#mobile-button:focus {
  background: #eaebe6;
}

#mobile-button .menu-bar {
  background: #8b6e4b;
  border-radius: 4px;
  display: block;
  height: 3px;
  position: relative;
  width: 24px;
}

#mobile-button .menu-bar.bar-top {
  top: 15px;
  left: 13px;
  position: absolute;
  transform: rotate(0deg);
  transition: bottom .3s ease .3s,top .3s ease .3s,transform .3s ease;
}

.mobile-open #mobile-button .menu-bar.bar-top {
  top: 23px;
  transform: rotate(45deg);
  transition: bottom .3s ease,top .3s ease,transform .3s ease .3s;
}

#mobile-button .menu-bar.bar-mid {
  margin: 8px 0 8px auto;
  transition: opacity .3s ease;
  width: 20px;
}

.mobile-open #mobile-button .menu-bar.bar-mid {
  opacity: 0;
}

#mobile-button .menu-bar.bar-btm {
  left: 13px;
  bottom: 15px;
  position: absolute;
  transform: rotate(0deg);
  transition: bottom .3s ease .3s,top .3s ease .3s,transform .3s ease;
}

.mobile-open #mobile-button .menu-bar.bar-btm {
  bottom: 23px;
  transform: rotate(-45deg);
  transition: bottom .3s ease,top .3s ease,transform .3s ease .3s;
}

.custom-menu-mobile {
  font-size: 16px;
  line-height: 19px;
  margin-left: 27px;
  text-align: center;
  z-index: 3;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.custom-menu-primary.mobile {
  background: #eaebe6;
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
  padding: 90px 10px 10px;
  position: fixed;
  left: 50%;
  top: 0;
  visibility: hidden;
}

.fade-in {
  animation: fade-in .3s ease-in forwards;
}

.fade-out {
  animation: fade-out .3s ease-out forwards;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
  color: #c4c4c4;
  font-family: "DINOT",sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 23px;
  margin-bottom: 70px;
  vertical-align: top;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
  color: #2e2418;
  font-family: "Glamour Absolute";
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: lowercase;
  margin: 0 0 40px;
  display: block;
  text-decoration: none;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul > li > a {
  color: #555554;
  display: inline-block;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 21px;
  padding: 0;
  vertical-align: top;
  position: relative;
  text-decoration: none;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #8b6e4b;
  text-decoration: none;
}


body.secondary-nav-open .body-wrapper:before {
  background: #000;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  opacity: .5;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
}

.banner-section.hs-landing-page .banner-content {
  margin-bottom: 0;
}

.hs-website-page {
  overflow: hidden;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translate(-50%,-6px);
    visibility: hidden;
  }
  1% {
    opacity: 0;
    transform: translate(-50%,-6px);
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translate(-50%,0);
    visibility: visible;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    transform: translate(-50%,0);
    visibility: visible;
  }
  99% {
    opacity: 0;
    transform: translate(-50%,-6px);
    visibility: visible;
  }

  100% {
    opacity: 0;
    transform: translate(-50%,-6px);
    visibility: hidden;
  }
}


@media (min-width: 48em) {

  .custom-header .header__container {
    align-items: flex-start;
    padding: 40px 60px;
  }

  .header__container,
  .custom-menu-secondary .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .custom-header .header__container:before {
    -webkit-clip-path: polygon(0 0,88.5% 0%,100% 100%,0% 100%);
    clip-path: polygon(0 0,88.5% 0%,100% 100%,0% 100%);
    width: 188px;
  }

  .custom-logo a {
    width: auto;
  }
}


@media (min-width: 64.0625em) {

  .custom-header .header__container {
    padding: 43px 90px 9px;


    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "nav nav"
      "logo info";
  }

  .custom-header.is-sticky .header__container {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo nav";
  }


  .header__container,
  .custom-menu-secondary .container {
    padding-left: 90px;
    padding-right: 90px;
  }

  .custom-header .header__container:before {
    -webkit-clip-path: polygon(0 0,92.2% 0%,100% 100%,0% 100%);
    clip-path: polygon(0 0,92.2% 0%,100% 100%,0% 100%);
    width: 279px;
  }

  .custom-logo {
    margin-top: -29.86px;
    padding-left: 16px;
    transition: margin-top .5s linear;
  }

  .custom-header.is-sticky .custom-logo {
    margin-top: 0;
  }

  .custom-logo a {
    margin-bottom: -20px;
  }

  .custom-header.is-sticky .custom-logo a {
    margin-bottom: 0;
  }

  .custom-menu-wrapper {
    position: static;
    margin-bottom: 6px;
    padding-left: 50px;
  }

  .custom-header.is-sticky .custom-menu-wrapper {
    margin-bottom: 0;
  }

  .custom-menu-primary.desktop {
    display: block;
  }

  .custom-menu-mobile {
    display: none;
  }

  .custom-menu-secondary {
    display: block;
  }

  .custom-menu-secondary .hs-menu-wrapper > ul > li > ul {
    /*     padding-left: 40px; */
  }

  .secondary-nav-open .custom-menu-primary.desktop, 
  .secondary-nav-open .header-check-button {
    display: none;
  }

  .secondary-nav-open .custom-menu-secondary .hs-menu-wrapper > ul > li > a {
    background: #d3d3cf;
    min-width: 140px;
    text-align: center;
    border-color: #eaebe6;
  }

  .secondary-nav-open .custom-menu-secondary .hs-menu-wrapper > ul > li > a:hover {
    background: #eaebe6;
    border-color: #d3d3cf;
  }

  .secondary-nav-open .custom-menu-secondary .hs-menu-wrapper > ul > li > a:focus {
    background: #eaebe6;
    border-color: #d3d3cf;
  }

  .secondary-nav-open .custom-header {
    background: #eaebe6;
  }
}

@media (max-width: 64em) {

  .custom-header .marmara-details,
  .custom-logo p {
    display: none;
  }
}

@media (max-width: 47.9375em) {

  .custom-logo a {
    opacity: .6;
  }
}

@media (max-width: 25.75em) {

  .custom-menu-mobile {
    margin-left: 10px;
  }
}

@media (max-width: 24.125em) {

  .header-check-button a {
    padding: 9px 20px 8px 18px;
  }
}


.hs-website-page.press-body {
  overflow: visible;
}

/* Magnific Popup CSS:- */


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: .5
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  position: fixed;
  outline: none!important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 40px;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10004
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}

.mfp-wrap button {
  font-weight: 900;
  letter-spacing: 2px;
}

.mfp-image-holder .mfp-close:hover {
  background: transparent;
  border: transparent;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none!important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 10003
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10005;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  background: #8b6e4b!important;
  background: rgba(139,110,75,.75)!important;
  font-size: 24px;
  padding: 23px 17px!important;
  transform: translateY(-50%);
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.mfp-arrow:focus,.mfp-arrow:hover {
  background: #000!important;
  opacity: 1
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-right {
  right: 0
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  background: #8b6e4a;
  bottom: 0;
  font-size: 13px;
  left: 0;
  letter-spacing: 1px;
  line-height: 17px;
  min-height: 40px;
  padding: 11px 10px 11px 11px;
  position: absolute;
  width: 100%;
  cursor: auto
}

.mfp-bottom-bar a {
  color: inherit;
  font-weight: 400;
  text-decoration: none
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height: 300px),screen and (max-width:800px) and (orientation:landscape) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left:0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width: 900px) {

  .mfp-arrow-left {
    transform-origin:0
  }

  .mfp-arrow-right {
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (max-width: 64em) {

  .body-wrapper {
    overflow: hidden !important;
  }
}
.footer {
  background: #dedfdb;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.footer__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
}

.footer-top .footer__container { 
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-logo > div,
.footer-logo > div > div,
.footer-logo > div > span {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}

.footer-logo a {
  position: relative;
  color: #444a58;
  font-weight: 700;
  text-decoration: underline;
}

.footer-logo a img {
  display: block;
  transition: width .3s ease-in-out .3s,opacity .3s ease-in-out;
  opacity: 1;
  height: auto;
  max-width: 100%;

  max-width: 102px;
  width: 100%;
  width: 102px;
}

.footer-logo a img.sticky {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease-in-out;
}

.footer-logo p,
.footer-logo .site-description {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  margin: 0;
  margin-left: -6px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}

.footer-marmara-details {
  font-family: "Fira Sans",sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}

.footer-marmara-details p {
  margin: 0;
}

.footer-marmara-details address,
.footer-marmara-details p {
  display: inline-block;
  margin-bottom: 9px;
  margin-right: 25px;
}

.footer-marmara-details p {
  margin-right: 21px;
}

.footer-marmara-details .icon {
  color: #444a58;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: top;
  fill: currentColor;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  width: 1em;
}

.footer-marmara-details .icon-phone {
  margin-right: 9px;
}

.footer-marmara-details address {
  font-style: normal;
}

.footer-marmara-details .icon-location {
  margin-right: 11.46px;
  width: 0.857421875em;
}

.footer-social {
  display: none;
  font-size: 27px;
  font-size: 14px;
  line-height: 1;
}

.footer-form {
  margin-top: 40px;
}

.footer-form-title {
  margin-bottom: 30px;
}

.footer-form-title h3 {
  font-family: "Glamour Absolute";
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 0;
  padding-left: 20px;
  padding-top: 57px;
  position: relative;
  z-index: 1;
}

.footer-form-title h3:before {
  bottom: 2px;
  color: #d3b88b;
  content: "Newsletter";
  font-family: Faustine,"Brush Script MT",cursive;
  font-size: 70px;
  font-weight: 400;
  left: 0;
  letter-spacing: 5px;
  line-height: 80px;
  position: absolute;
  z-index: -1;
}

.footer-form form {
  max-width: 100%;
  margin: 0;
}

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

.footer-form input[type=submit] {
  padding: 17px 41px 16px 39px;
}


.footer-middle {
  background: #dedfdb;
}

.footer-middle .footer__container {
  padding: 40px 40px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  -webkit-overflow-scrolling: touch;
  /*   overflow: scroll; */
  -ms-scroll-snap-type: both mandatory;
  scroll-snap-type: both mandatory;
  white-space: nowrap;
  width: 100vw;
}

.footer-menu {
  width: 100%;
}

.footer-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}

.footer-menu .hs-menu-wrapper > ul > li {
  color: #151515;
  font-family: "DINOT",sans-serif;
  font-size: 17.1034px;
  font-weight: 300;
  letter-spacing: .712644px;
  line-height: 22px;
  margin-bottom: 28px;
  text-transform: uppercase;
  scroll-snap-align: center;
  scroll-snap-stop: normal;
  display: inline-block;
  margin-right: 150px;
  vertical-align: top;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  font-family: "DINOT",sans-serif;
  font-weight: 500;
  display: block;
  font-family: "DINOT",sans-serif;
  font-size: 19.954px;
  font-weight: 500;
  letter-spacing: .712644px;
  line-height: 26px;
  margin: 0 0 42px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: text;
}

.footer-menu .hs-menu-wrapper > ul > li > ul li {
  margin-bottom: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.footer-menu .hs-menu-wrapper > ul > li > ul li a {
  display: inline-block;
  font-weight: inherit;
  vertical-align: top;
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper > ul > li > ul li a:hover {
  text-decoration: none;
}


.footer-bottom {
  font-size: 11px;
  letter-spacing: .5px;
  line-height: 14px;
  text-transform: uppercase;
} 

.footer-bottom .footer__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 30px 38px;
}

.copyright .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.copyright .hs-menu-wrapper > ul > li {
  display: inline-block;
  margin-right: 17px;
  margin-right: 13px;
}

.copyright .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}

.copyright .hs-menu-wrapper > ul > li > a {
  font-weight: 400;
  text-decoration: none;
}

.copyright .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.webdesign {
  color: #FFF;
}

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

.webdesign a:hover,
.webdesign a:focus {
  color: #000;
}

@media (min-width: 48em) {

  .footer-top .footer__container {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-form {
    margin-top: 37px;
  }

  .footer-middle .footer__container {
    padding: 40px 40px 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    flex-flow: row wrap;
    overflow: visible;
    white-space: normal;
  }

  .footer-menu .hs-menu-wrapper > ul {
    display: flex;
    flex-flow: row wrap;
    overflow: visible;
    white-space: normal;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    flex-basis: 50%;
    width: 50%;
  }

  .footer-menu .hs-menu-wrapper > ul > li:nth-child(odd) {
    margin-right: auto;
    padding-right: 50px;
  }

  .footer-menu .hs-menu-wrapper > ul > li:nth-child(2n) {
    margin-left: auto;
    margin-right: 0;
    padding-left: 50px;
  }

  .footer-bottom {
    font-size: 12px;
    line-height: 32px;
  }

  .footer__container {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 24px;
    padding-top: 30px;
  }

  .footer-bottom .footer__container {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 24px;
    padding-top: 30px;
  }

  .webdesign {
    margin-left: auto;
  }

  .footer-social {
    font-size: 27px;
    line-height: 1;
  }
}

@media (min-width: 64.0625em) {

  .footer {
    background: transparent;
  }

  .footer-top .footer__container {
    display: flex;
    flex-flow: row wrap;
    padding: 110px 92px 40px;
  }

  .footer-logo-wrapper {
    padding-right: 20px;
    flex-basis: 60%;
  }

  .footer-logo {
    margin-bottom: 60px;
  }

  .footer-marmara-details {
    margin-bottom: 33px;
  }

  .footer-social {
    font-size: 14px;
    display: block;
  }

  .footer-form {
    flex-basis: 40%;
    margin-left: auto;
    margin-top: -28px;
    max-width: 399px;
  }

  .footer__container {
    padding: 30px 90px;
  }

  .footer-middle .footer__container {
    padding: 70px 90px 12px;
  }

  .footer-bottom .footer__container {
    padding: 30px 90px;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 15px;
    flex-basis: auto;
    width: auto;
  }

  .footer-menu .hs-menu-wrapper > ul > li:nth-child(odd) {
    margin-right: 150px;
    padding-right: 0;
  }

  .footer-menu .hs-menu-wrapper > ul > li:last-child {
    margin-right: 0;
  }

  .footer-menu .hs-menu-wrapper > ul > li:nth-child(2n) {
    margin-left: 0;
    margin-right: 150px;
    padding-left: 0;
  }

  .footer-menu .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 18px;
    margin: 0 0 30px;
  }
}


@media (max-width: 64em) {

  .footer-logo p,
  .footer-logo .site-description {
    margin-bottom: 18px;
  }

  .footer-marmara-details {
    display: none;
  }
}

@media (max-width: 47.9375em) {

  .footer-logo p,
  .footer-logo .site-description {
    display: none;
  }
}


@media (max-width: 740px) {

  .footer-menu .hs-menu-wrapper > ul > li {
    margin-right: 90px;
  }
}

@media (max-width: 620px) {

  .footer-menu .hs-menu-wrapper > ul > li {
    margin-right: 20px;
  }
}


@media (max-width: 479px) {

  .footer-menu .hs-menu-wrapper > ul > li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
/* Menu and simple menu */

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

/* Amenities */

.amenities-section .icon {
  background-image: url(https://20137924.fs1.hubspotusercontent-na1.net/hubfs/20137924/raw_assets/public/The_Marmara_Park_Avenue_February2022/images/module_amenities_sprites.png);
}