/*COLOURS*/
/*FONTS*/
/*LAYOUT*/
/*ANIMATION*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, 
canvas, caption, center, cite, code, 
dd, del, details, dfn, div, dl, dt, 
em, embed, 
fieldset, figcaption, figure,  
h4, h5, h6,  hgroup, html, 
i, iframe, img, ins, kbd, label, legend, li, 
main, mark, menu, nav, object, ol, output, pre, q, ruby, 
s, samp, section, small, span, strike, strong, sub, summary, sup, 
table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video
*/
body,
h1,
h2,
h3,
h4,
h5,
header,
footer,
form,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* 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 */
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  min-height: 100%;
}
/**
 * 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: 700;
}
/**
 * 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;
}
html {
  color: #000;
}
body {
  color: #000;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  line-height: 1.71428571;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
[v-cloak] {
  display: none;
}
a {
  text-decoration: none;
  color: #d6bd7b;
  transition: color 300ms linear;
}
a:hover {
  color: #caaa54;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #D9DFE1;
  margin: 1.2rem 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
i {
  font-style: normal;
}
i[class^="ss-"] {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
}
textarea {
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
html.fixwin {
  overflow: hidden;
}
html.fixwin body,
html.fixwin header,
html.fixwin .site,
html.fixwin footer {
  width: 100vw;
}
.menu-under {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 899;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(0, 101vh);
  opacity: 0;
  transition: opacity 500ms linear;
}
@media (min-width: 768px) {
  .menu-under {
    display: block;
  }
}
.site {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  background-color: #fff;
}
.site .spacer {
  display: block;
  padding-top: 62px;
  background-color: #333;
}
@media (min-width: 768px) {
  .site .spacer {
    padding-top: 72px;
  }
}
footer {
  position: relative;
  width: 100%;
  background-color: #000;
  z-index: 1;
}
@media (min-width: 768px) {
  footer {
    position: fixed;
    left: 0;
    bottom: 0;
  }
}
footer:after {
  display: none;
  content: '';
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: 99%;
  background-color: black;
  z-index: 1;
}
@media (min-width: 768px) {
  footer:after {
    display: block;
  }
}
@media (min-width: 768px) {
  .touch-active footer {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.touch-active footer:after {
  display: none;
}
@media (min-width: 768px) {
  .touch-active footer:after {
    display: none;
  }
}
.guttered {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .guttered {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .guttered {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .guttered {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.mguttered {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .mguttered {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .mguttered {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .mguttered {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.navigating .menu-under {
  transform: translate(0, 0);
  opacity: 1;
}
.navigating-out .menu-under {
  opacity: 0;
}
[v-cloak] {
  opacity: 0;
}
p {
  margin: 0.8em 0 1.4em;
}
h1 {
  font-size: 34px;
  line-height: 1.325;
}
@media (min-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 1.275;
  }
}
h2 {
  font-size: 22px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 18px;
  line-height: 1.475;
}
@media (min-width: 768px) {
  h3 {
    font-size: 19px;
  }
}
h1,
h2,
h3,
h4 {
  margin: 1.2em 0 0.6em 0;
  font-weight: 700;
  text-transform: uppercase;
}
h1.tag-title,
h2.tag-title,
h3.tag-title,
h4.tag-title {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  margin-top: -22px;
  padding-top: 40px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s linear, transform 0.75s ease-in-out;
}
@media (min-width: 768px) {
  h1.tag-title,
  h2.tag-title,
  h3.tag-title,
  h4.tag-title {
    margin-top: -32px;
    padding-top: 64px;
  }
}
h1.tag-title:before,
h2.tag-title:before,
h3.tag-title:before,
h4.tag-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  width: 1px;
  background-color: #d6bd7b;
  transform: scaleY(0);
  transition: transform 0.75s ease-in-out;
}
@media (min-width: 768px) {
  h1.tag-title:before,
  h2.tag-title:before,
  h3.tag-title:before,
  h4.tag-title:before {
    height: 60px;
  }
}
h1.tag-title.in,
h2.tag-title.in,
h3.tag-title.in,
h4.tag-title.in,
h1.tag-title.above,
h2.tag-title.above,
h3.tag-title.above,
h4.tag-title.above {
  opacity: 1;
  transform: translateY(0);
}
h1.tag-title.in:before,
h2.tag-title.in:before,
h3.tag-title.in:before,
h4.tag-title.in:before,
h1.tag-title.above:before,
h2.tag-title.above:before,
h3.tag-title.above:before,
h4.tag-title.above:before {
  transform: scaleY(1);
}
.small {
  font-size: 11px;
}
.medium {
  font-size: 14px;
}
.text-block {
  display: block;
}
.text-none {
  text-transform: none;
}
.text-upper {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-light,
.text-lite {
  font-weight: 300;
}
.text-white {
  color: #fff;
}
.text-red {
  color: #fe4438;
}
.text-green {
  color: #23D160;
}
.text-gold {
  color: #d6bd7b;
}
.text-darkgold {
  color: #C49F42;
}
.text-blue {
  color: #98b9c3;
}
.text-slate {
  color: #7c7c7c;
}
.text-h3 {
  font-size: 18px;
  line-height: 1.475;
}
@media (min-width: 768px) {
  .text-h3 {
    font-size: 19px;
  }
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.carousel.flickity-enabled.is-draggable .flickity-viewport {
  cursor: url(/public/img/cursor-zoom.png), auto;
}
.carousel.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: url(/public/img/cursor-zoom.png), auto;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  color: #fff;
}
.flickity-button:hover {
  background: #000;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.4;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: #fff;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  bottom: 0;
  width: 48px;
  height: 31px;
  /* vertically center */
  overflow: hidden;
}
@media (min-width: 768px) {
  .flickity-prev-next-button {
    bottom: auto;
    top: 50%;
    width: 66px;
    height: 38px;
    transform: translateY(-50%);
  }
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.carousel .flickity-prev-next-button.previous {
  left: 0;
}
.carousel .flickity-prev-next-button.next {
  right: 0;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 0%;
  top: 7%;
  width: 100%;
  height: 86%;
}
.carousel .flickity-prev-next-button.previous:hover .flickity-button-icon {
  animation: prevButtonOver 600ms;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.carousel .flickity-prev-next-button.next:hover .flickity-button-icon {
  animation: nextButtonOver 600ms;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
@keyframes prevButtonOver {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-78%, 0);
  }
  51% {
    transform: translate(78%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes nextButtonOver {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(78%, 0);
  }
  51% {
    transform: translate(-78%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: url(/public/img/cursor-zoom.png), auto;
}
.pswp--zoomed-in .pswp__img {
  cursor: url(/public/img/cursor-zoom-out.png), auto;
}
.pswp--dragging .pswp__img {
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: url(/public/img/cursor-close.png), auto;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/public/img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/public/img/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  position: absolute;
  left: 50%;
  top: 4px;
  width: 39px;
  height: 39px;
  margin-left: -19px;
  opacity: 1;
  background: url(/public/img/cursor-close.png) no-repeat center center;
  background-image: url(/public/img/cursor-close.png) !important;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  cursor: pointer !important;
  z-index: 2;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: fixed;
  left: 50%;
  bottom: 0;
  height: 44px;
  color: #FFF;
  opacity: 1;
  padding: 0 10px;
  font-size: 18px;
  line-height: 44px;
  transform: translate(-50%, 0);
}
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/public/img/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
  cursor: default;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
/*.pswp__top-bar,*/
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/*.pswp__ui--fit .pswp__top-bar,*/
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/*.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }*/
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
fieldset[disabled] .multiselect {
  pointer-events: none;
}
.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}
.multiselect__spinner:before,
.multiselect__spinner:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #23D160 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}
.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}
.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 13px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 52px;
  text-align: left;
  color: #35495e;
}
.multiselect__tags {
  min-height: 52px;
  display: block;
  padding: 13px 30px 0 8px;
  border-radius: 0;
  border: 1px solid #fff;
  background: #fff;
  font-size: 14px;
}
.multiselect__tags-wrap {
  display: inline;
}
.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #23D160;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: initial;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}
.multiselect__single {
  position: relative;
  display: inline-block;
  /*min-height: 20px;
        line-height: 20px;
        padding-left: 5px;
        margin-bottom: 8px;*/
  width: 100%;
}
.multiselect__input {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: calc(100%);
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}
.multiselect__input:-ms-input-placeholder {
  color: #555;
}
.multiselect__input::placeholder {
  color: #555;
}
.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}
.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}
.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}
.multiselect__placeholder {
  color: #000;
  display: inline-block;
  font-size: 13px;
}
.multiselect__select {
  line-height: 16px;
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 30px;
  height: 50px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.multiselect__select:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 21px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
}
.multiselect__element {
  display: block;
}
.multiselect__element.beforeList {
  width: 100%;
  padding: 3px 12px;
  font-size: 10px;
  color: #6f6f6f;
  background-color: #E9EDEE;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiselect__clear {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  right: 0;
  background-color: white;
}
.multiselect__clear:before {
  content: "\00D7";
  position: absolute;
  color: #686868;
  left: 5px;
  top: 17px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background-color: #E9EDEE;
  border-radius: 50%;
  cursor: pointer;
}
.multiselect * {
  box-sizing: border-box;
}
.multiselect:focus {
  outline: none;
}
.multiselect__tag-icon:after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e;
}
.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: white;
}
.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}
.multiselect--active {
  z-index: 50;
}
.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.multiselect--active .multiselect__select {
  transform: rotateZ(180deg);
}
.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.multiselect__current {
  line-height: 16px;
  min-height: 52px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}
.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}
.wide-multiselect .multiselect__content-wrapper {
  min-width: 180px;
}
.superwide-multiselect .multiselect__content-wrapper {
  min-width: 230px;
  right: -1px;
  left: auto;
}
.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
.multiselect__content::webkit-scrollbar {
  display: none;
}
.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}
.multiselect__option--highlight {
  background: #23D160;
  outline: none;
  color: white;
}
.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #23D160;
  color: white;
}
.multiselect__option--selected {
  position: relative;
  background: #f3f3f3;
  color: #35495e;
  font-weight: bold;
}
.multiselect__option--selected:before {
  content: "\00D7";
  position: absolute;
  color: #7c7c7c;
  right: 10px;
  top: 13px;
  font-size: 16px;
}
.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}
.multiselect__option--selected.multiselect__option--highlight {
  background: #fe4438;
  color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight:before {
  color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight:after {
  background: #fe4438;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}
.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}
.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}
.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}
.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}
.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}
.multiselect__option--group-selected.multiselect__option--highlight {
  background: #fe4438;
  color: #fff;
}
.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #fe4438;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}
.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}
.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
*[dir="rtl"] .multiselect {
  text-align: right;
}
*[dir="rtl"] .multiselect__select {
  right: auto;
  left: 1px;
}
*[dir="rtl"] .multiselect__tags {
  padding: 8px 8px 0px 52px;
}
*[dir="rtl"] .multiselect__content {
  text-align: right;
}
*[dir="rtl"] .multiselect__option:after {
  right: auto;
  left: 0;
}
*[dir="rtl"] .multiselect__clear {
  right: auto;
  left: 12px;
}
*[dir="rtl"] .multiselect__spinner {
  right: auto;
  left: 1px;
}
@keyframes spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
/* component style */
.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* rail style */
.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px;
}
/* process style */
.vue-slider-process {
  background-color: #d6bd7b;
  border-radius: 15px;
}
/* mark style */
.vue-slider-mark {
  z-index: 4;
}
.vue-slider-mark:first-child .vue-slider-mark-step,
.vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}
.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}
.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}
.vue-slider-dot-handle-focus {
  box-shadow: 0px 0px 1px 2px rgba(214, 189, 123, 0.36);
}
.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}
.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #d6bd7b;
  background-color: #d6bd7b;
  box-sizing: content-box;
}
.vue-slider-dot-tooltip-inner::after {
  content: '';
  position: absolute;
}
.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px / 2;
  border-top-color: inherit;
}
.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px / 2;
  border-bottom-color: inherit;
}
.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px / 2;
  border-left-color: inherit;
}
.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px / 2;
  border-right-color: inherit;
}
.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  transition: all 0.3s;
}
.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #000;
  z-index: 1000;
}
header .header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 999;
  background-color: #000;
  padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  header .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  header .header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  header .header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
header .header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #292929;
  left: 0;
  bottom: 0;
  z-index: 3;
}
header .header__logo {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  padding: 10px 0;
  background-color: #000;
  z-index: 3;
}
@media (min-width: 992px) {
  header .header__logo {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
header .header__logo .logo {
  position: relative;
  display: block;
  width: 71px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  will-change: height;
  transition: height 750ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 768px) {
  header .header__logo .logo {
    width: 88px;
    height: 52px;
  }
}
header .header__logo .logo svg {
  width: 100%;
  opacity: 0.99;
}
header .header__logo .logo svg path {
  fill: #d6bd7b;
}
header .header__drawer {
  display: block;
  position: absolute;
  right: 0;
  top: -9000px;
  width: 100%;
  max-width: 420px;
  min-height: calc(100vh - 63px);
  padding: 18px 24px;
  background-color: #000;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateX(100px);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s linear;
}
@media (min-width: 768px) {
  header .header__drawer {
    min-height: calc(100vh - 73px);
    padding: 24px 32px;
  }
}
@media (min-width: 992px) {
  header .header__drawer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: static;
    right: auto;
    top: auto;
    min-height: 0;
    max-width: none;
    height: 72px;
    padding: 0;
    will-change: height;
    transform: none;
    opacity: 1;
    transition: height 750ms cubic-bezier(0.19, 1, 0.22, 1);
    background-color: transparent;
    box-shadow: none;
  }
}
header .header__drawer.active {
  top: 100%;
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 992px) {
  header .header__drawer.active {
    top: auto;
    transform: none;
  }
}
@media (min-width: 992px) {
  header .header__left,
  header .header__right {
    -ms-flex: 0 0 39%;
        flex: 0 0 39%;
  }
}
@media (min-width: 992px) {
  header .header__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  header .header__right .header__nav > li.header__nav_account {
    display: -ms-flexbox;
    display: flex;
  }
}
header .header__right .header__nav > li.header__nav_account > a {
  border-bottom: none;
}
header .header__burger {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 3;
}
@media (min-width: 992px) {
  header .header__burger {
    display: none;
  }
}
header .header__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  header .header__nav {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
header .header__nav > li {
  position: relative;
  font-size: 14px;
  z-index: 3;
}
@media (min-width: 992px) {
  header .header__nav > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    font-size: 12px;
    margin: 0 24px 0 0;
  }
}
@media (min-width: 1100px) {
  header .header__nav > li {
    margin: 0 30px 0 0;
  }
}
header .header__nav > li:last-child {
  margin-right: 0;
}
header .header__nav > li > a {
  position: relative;
  display: block;
  padding: 8px 0;
  background-color: #000;
  border-bottom: 1px solid #292929;
  white-space: nowrap;
  z-index: 3;
}
@media (min-width: 768px) {
  header .header__nav > li > a {
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  header .header__nav > li > a {
    padding: 8px 1px 24px;
    border-bottom: none;
  }
}
header .header__nav > li > a img {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  width: 18px;
  height: auto;
  top: -1px;
}
header .header__nav > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 5px;
  height: 5px;
  right: 2%;
  top: 20px;
  left: auto;
  border-top: 1px solid #7c7c7c;
  border-right: 1px solid #7c7c7c;
  transform: rotate(135deg);
}
@media (min-width: 992px) {
  header .header__nav > li > a:after {
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    border: none;
    transform: none;
    background-color: #d6bd7b;
    opacity: 0;
    transform: translateX(-101%) scaleX(0);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
header .header__nav > li.dmf > a:after {
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  header .header__nav > li.dmf > a:after {
    transform: translateX(-101%) scaleX(0);
  }
}
header .header__nav > li.dmn > a:after {
  display: none;
}
@media (min-width: 992px) {
  header .header__nav > li.dmn > a:after {
    display: block;
  }
}
@media (min-width: 992px) {
  header .header__nav > li.vi {
    display: none;
  }
}
@media (min-width: 992px) {
  header .header__nav > li.active:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    margin-left: -24px;
    min-width: 250px;
    background-color: #000;
  }
}
header .header__nav > li.active > a {
  color: #C49F42;
}
@media (min-width: 992px) {
  header .header__nav > li.active > a:after {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
}
header .header__mega {
  position: absolute;
  right: 0;
  top: -5000px;
  width: 92%;
  max-width: 395px;
  height: calc(100vh - 63px);
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  color: #fff;
  font-size: 12px;
  background-color: #191919;
  z-index: 1000;
  opacity: 0;
  transform: translateX(100px);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s linear;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
@media (min-width: 768px) {
  header .header__mega {
    height: calc(100vh - 73px);
  }
}
@media (min-width: 992px) {
  header .header__mega {
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 0;
    width: 100%;
    max-width: none;
    height: auto;
    background-color: #191919;
    z-index: 998;
    transform: translateY(-100px);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s linear;
    box-shadow: none;
    overflow-y: hidden;
  }
}
@media (min-width: 1200px) {
  header .header__mega {
    padding-left: 50px;
  }
}
header .header__mega.active {
  top: 100%;
  transform: translate(0, 0);
  opacity: 1;
}
header .header__mega_close {
  position: relative;
  display: block;
  padding: 0 0 22px;
  margin-top: 4px;
  cursor: pointer;
  border-bottom: 1px solid #3d3d3d;
}
@media (min-width: 992px) {
  header .header__mega_close {
    display: none;
  }
}
header .header__mega_close:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  border-left: 1px solid #d6bd7b;
  border-bottom: 1px solid #d6bd7b;
}
header .header__mega_close:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 1px;
  left: 1px;
  top: 3px;
  background-color: #d6bd7b;
  opacity: 0.75;
}
header .header__mega .ncol {
  padding: 10px 0;
  border-bottom: 1px solid #3d3d3d;
}
@media (min-width: 992px) {
  header .header__mega .ncol {
    margin-right: 80px;
    border-bottom: none;
    padding: 42px 0 54px;
  }
}
@media (min-width: 992px) {
  header .header__mega .ncol.separated {
    position: relative;
    margin-right: 70px;
    padding-right: 60px;
  }
  header .header__mega .ncol.separated:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: 1px;
    height: 50%;
    left: auto;
    right: 0;
    top: 40px;
    background-color: #333;
  }
}
header .header__mega .ncol__ttl {
  font-size: 11px;
  text-transform: uppercase;
}
header .header__mega .ncol ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 8px;
}
header .header__mega .ncol ul li a {
  display: block;
  padding: 3px 0;
  color: #d6bd7b;
}
@media (min-width: 992px) {
  header .header__mega .ncol ul li a {
    padding: 4px 0;
  }
}
header .header__mega .ncol ul li a.all__btn {
  display: inline-block;
  border-bottom: 1px solid rgba(214, 189, 123, 0.75);
  line-height: 14px;
  margin-top: 6px;
  font-weight: 700;
}
@media (min-width: 992px) {
  header .header__mega .ncol ul li a.all__btn {
    margin-top: 9px;
  }
}
header .header__mega .ncol ul li label {
  display: block;
  position: relative;
  padding: 3px 0 3px 24px;
  margin-bottom: 2px;
  cursor: pointer;
}
header .header__mega .ncol ul li label.active {
  color: #d6bd7b;
}
header .header__mega .ncol ul li input[type='checkbox'] {
  position: absolute;
  left: -9999px;
}
header .header__mega .ncol ul li .check {
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #d6bd7b;
  border-radius: 2px;
  /*&:before {
                                display: none;
                                position: absolute;                                
                                content: '';
                                width:7px;
                                height:7px;
                                border-radius:2px;
                                background-color:@black;
                            }*/
}
header .header__mega .ncol ul li label input[type=checkbox]:checked + .check {
  border-width: 6px;
}
header .header__mega .ncol ul li label input[type=checkbox]:checked + .check:before {
  display: block;
}
header .header__mega .ncol__options {
  margin: 6px 8px;
  padding: 0 0 0 16px;
  border-left: 1px solid #000;
}
@media (min-width: 992px) {
  header .header__mega .ncol__options {
    border-color: #292929;
  }
}
header .header__mega .ncol__options .noo {
  position: relative;
  font-size: 11px;
  margin: 2px 0;
  padding: 2px 0 2px 18px;
  color: #fff;
  cursor: pointer;
}
header .header__mega .ncol__options .noo:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #555;
}
@media (min-width: 992px) {
  header .header__mega .ncol__options .noo:before {
    background: #444;
  }
}
header .header__mega .ncol__options .noo.active {
  color: #d6bd7b;
}
header .header__mega .ncol__options .noo.active:before {
  background: #d6bd7b;
}
header .header__mega .ncallout {
  display: none;
}
@media (min-width: 992px) {
  header .header__mega .ncallout {
    display: block;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
header .header__mega .ncallout__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding: 20px;
  text-align: center;
  max-width: 350px;
  background-color: #292929;
}
@media (min-width: 1100px) {
  header .header__mega .ncallout__inner {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  header .header__mega .ncallout__inner {
    max-width: 520px;
  }
}
header .header__mega .ncallout__inner h3 {
  margin: 0 auto;
  letter-spacing: 3px;
}
header .header__mega .ncallout__inner p {
  margin: 12px auto 24px auto;
  color: #D9DFE1;
  max-width: 420px;
}
header .header__mega .ncallout__inner .btn:hover {
  color: #000;
  background-color: #d6bd7b;
  border-color: #d6bd7b;
}
header .header__drop {
  position: absolute;
  left: -5000px;
  top: -9000px;
  width: 100%;
  color: #fff;
  font-size: 13px;
  background-color: #000;
  z-index: 1;
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s linear;
}
@media (min-width: 992px) {
  header .header__drop {
    left: -24px;
    min-width: 180px;
    padding: 30px 24px;
    font-size: 12px;
    background-color: #191919;
    transform: translateY(-100px);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s linear;
  }
}
@media (min-width: 992px) {
  header .header__drop.wide {
    min-width: 206px;
  }
}
@media (min-width: 992px) {
  header .header__drop.wider {
    min-width: 246px;
  }
}
@media (min-width: 992px) {
  header .header__drop.isright,
  header .header__drop.active.isright {
    left: auto;
    right: -24px;
  }
}
@media (min-width: 992px) {
  header .header__drop.feat {
    min-width: 430px;
    left: auto;
    right: -116px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  header .header__drop.feat.active {
    left: auto;
    right: -116px;
  }
}
@media (min-width: 992px) {
  header .header__drop.feat > ul {
    -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    padding: 30px 24px;
  }
}
header .header__drop.feat > div {
  display: none;
}
@media (min-width: 992px) {
  header .header__drop.feat > div {
    padding: 30px;
    text-align: center;
    background-color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 992px) {
  header .header__drop.feat > div .ttl {
    font-weight: bold;
    font-size: 14px;
  }
}
header .header__drop.active {
  position: relative;
  top: auto;
  left: auto;
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  header .header__drop.active {
    position: absolute;
    top: 100%;
    top: calc(100% + 1px);
    left: -24px;
  }
}
header .header__drop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px 0;
  border-bottom: 1px solid #333;
}
@media (min-width: 992px) {
  header .header__drop ul {
    padding: 0;
    border-bottom: none;
  }
}
header .header__drop ul li a {
  display: block;
  padding: 5px 0;
  color: #d6bd7b;
}
@media (min-width: 992px) {
  header .header__drop ul li a {
    padding: 3px 0;
  }
}
header .header__drop ul li a.title_link {
  position: relative;
  color: white;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
}
@media (min-width: 992px) {
  header .header__drop ul li a.title_link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: 5px;
    height: 5px;
    right: 0;
    top: 10px;
    left: auto;
    border-top: 1px solid #7c7c7c;
    border-right: 1px solid #7c7c7c;
    transform: rotate(45deg);
  }
}
header.scrolled .header__logo {
  padding: 10px 0;
}
header.scrolled .header__logo .logo {
  height: 29px;
  transform: translateX(-20px);
}
@media (min-width: 768px) {
  header.scrolled .header__logo .logo {
    height: 36px;
    transform: translateX(-24px);
  }
}
@media (min-width: 992px) {
  header.scrolled .header__logo .logo {
    transform: translateX(0);
  }
}
header.scrolled .header__logo .logo svg #logoTextGroup {
  display: none;
}
header.scrolled .header__drawer {
  min-height: calc(100vh - 50px);
}
@media (min-width: 768px) {
  header.scrolled .header__drawer {
    min-height: calc(100vh - 57px);
  }
}
@media (min-width: 992px) {
  header.scrolled .header__drawer {
    height: 56px;
    min-height: 0;
  }
}
header.scrolled .header__mega {
  height: calc(100vh - 50px);
}
@media (min-width: 768px) {
  header.scrolled .header__mega {
    height: calc(100vh - 57px);
  }
}
@media (min-width: 992px) {
  header.scrolled .header__mega {
    height: auto;
  }
}
header.scrolled .header__nav > li > a {
  padding-bottom: 13px;
}
@media (min-width: 768px) {
  header.scrolled .header__nav > li > a {
    padding-bottom: 17px;
  }
}
header .drawer__under {
  position: fixed;
  left: 0;
  top: -200vh;
  width: 100%;
  height: 1vh;
  cursor: pointer;
  background-color: #000;
  opacity: 0;
  transition: opacity 1s linear;
  z-index: 980;
}
header .drawer__under.active {
  top: 0;
  height: 100vh;
  opacity: 0.3;
}
.navigating header {
  background-color: #000;
}
.navigating header:before {
  top: 0;
}
.screen-dark header .header a.logo svg path {
  fill: #fff;
}
.prefoot {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #FBF8F2;
}
@media (min-width: 992px) {
  .prefoot {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .prefoot {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.prefoot.on__search {
  position: relative;
  z-index: 31;
}
@media (min-width: 400px) {
  .prefoot__menus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .prefoot__menus {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.prefoot__menus > div {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .prefoot__menus > div {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (min-width: 768px) {
  .prefoot__menus > div {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    max-width: 200px;
    margin-bottom: 0;
  }
}
.prefoot__menus > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.prefoot__menus > div ul li {
  font-size: 13px;
  margin: 1px 0;
}
.prefoot__menus > div ul li a {
  color: #000;
}
.prefoot__title {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.prefoot__title.scl {
  visibility: hidden;
}
@media (min-width: 768px) {
  .prefoot__title.scl {
    visibility: visible;
  }
}
footer {
  color: white;
  text-align: center;
}
footer .footer-wrap {
  position: relative;
  will-change: transform;
  z-index: 2;
}
@media (min-width: 768px) {
  footer .footer-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    transform: translate(0, -100%);
    opacity: 0;
    transition: opacity 1s linear;
  }
}
footer .footer-wrap .social {
  padding-top: 40px;
}
@media (min-width: 768px) {
  footer .footer-wrap .social {
    -ms-flex: 0 0 52%;
        flex: 0 0 52%;
    margin-left: 24%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 992px) {
  footer .footer-wrap .social {
    padding-top: 52px;
  }
}
footer .footer-wrap .social .shared a {
  margin: 0 6px;
}
footer .footer-wrap .social .singular {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-wrap .social .singular {
    display: block;
  }
}
footer .footer-wrap .social a {
  perspective: 50px;
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  transform-style: preserve-3d;
}
footer .footer-wrap .social a:first-child {
  margin-left: 0;
}
footer .footer-wrap .social a:hover {
  transform: rotateY(180deg);
}
footer .footer-wrap .social a .front,
footer .footer-wrap .social a .back {
  display: block;
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #d6bd7b;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotateY(0deg);
}
footer .footer-wrap .social a .front i.fab,
footer .footer-wrap .social a .back i.fab {
  position: relative;
}
footer .footer-wrap .social a .front i.fab.fa-twitter,
footer .footer-wrap .social a .back i.fab.fa-twitter {
  top: 1px;
}
footer .footer-wrap .social a .front i.fab.fa-instagram,
footer .footer-wrap .social a .back i.fab.fa-instagram {
  top: 1px;
}
footer .footer-wrap .social a .front i.fab.fa-facebook-f,
footer .footer-wrap .social a .back i.fab.fa-facebook-f {
  left: 0;
}
footer .footer-wrap .social a .back {
  color: #000;
  background-color: #d6bd7b;
  z-index: 1;
  transform: rotateY(180deg);
}
@media (min-width: 992px) {
  footer .footer-wrap .social a {
    font-size: 24px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
footer .footer-wrap .social a .front {
  border: 1px solid rgba(214, 189, 123, 0.5);
  background-color: #000;
}
@media (min-width: 992px) {
  footer .footer-wrap .social a .front {
    width: 44px;
    height: 44px;
  }
}
footer .footer-wrap .social a .back {
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
}
@media (min-width: 992px) {
  footer .footer-wrap .social a .back {
    width: 44px;
    height: 44px;
  }
}
footer .footer-wrap .island {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  footer .footer-wrap .island {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding: 40px;
  }
}
footer .footer-wrap .island.gsy {
  border-bottom: 1px solid #333;
}
@media (min-width: 768px) {
  footer .footer-wrap .island.gsy {
    position: relative;
    border-bottom: none;
  }
  footer .footer-wrap .island.gsy:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 80%;
    width: 2px;
    background-color: #333;
    left: auto;
    right: 0;
    top: 10%;
  }
}
footer .footer-wrap .island a {
  color: #fff;
}
footer .footer-wrap .island a:hover {
  color: #d6bd7b;
}
footer .footer-wrap .island h1 {
  margin: 0.8em 0;
  font-size: 30px;
}
@media (min-width: 768px) {
  footer .footer-wrap .island h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  footer .footer-wrap .island h1 {
    font-size: 2.8vw;
    letter-spacing: 6px;
  }
}
footer .footer-wrap .island h1 a {
  color: #d6bd7b;
}
footer .footer-wrap .island h3 {
  margin: 0;
}
footer .footer-wrap .island p {
  font-size: 14px;
}
@media (min-width: 1200px) {
  footer .footer-wrap .island p {
    font-size: 15px;
  }
}
footer .footer-wrap .island p span {
  display: block;
}
@media (min-width: 768px) {
  footer .footer-wrap .island .facebook {
    display: none;
  }
}
footer .footer-wrap .island .facebook a {
  perspective: 50px;
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  transform-style: preserve-3d;
}
footer .footer-wrap .island .facebook a:first-child {
  margin-left: 0;
}
footer .footer-wrap .island .facebook a:hover {
  transform: rotateY(180deg);
}
footer .footer-wrap .island .facebook a .front,
footer .footer-wrap .island .facebook a .back {
  display: block;
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #d6bd7b;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotateY(0deg);
}
footer .footer-wrap .island .facebook a .front i.fab,
footer .footer-wrap .island .facebook a .back i.fab {
  position: relative;
}
footer .footer-wrap .island .facebook a .front i.fab.fa-twitter,
footer .footer-wrap .island .facebook a .back i.fab.fa-twitter {
  top: 1px;
}
footer .footer-wrap .island .facebook a .front i.fab.fa-instagram,
footer .footer-wrap .island .facebook a .back i.fab.fa-instagram {
  top: 1px;
}
footer .footer-wrap .island .facebook a .front i.fab.fa-facebook-f,
footer .footer-wrap .island .facebook a .back i.fab.fa-facebook-f {
  left: 0;
}
footer .footer-wrap .island .facebook a .back {
  color: #000;
  background-color: #d6bd7b;
  z-index: 1;
  transform: rotateY(180deg);
}
footer .footer-wrap .island .facebook a .front {
  border: 1px solid rgba(214, 189, 123, 0.5);
  background-color: #000;
}
footer .footer-wrap .island .facebook a .back {
  color: #fff;
  border: 1px solid #d6bd7b;
  background-color: #000;
}
@media (min-width: 768px) {
  .touch-active footer .footer-wrap {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers

    Modified, NK

    Dimensions 36x36 with a 4px padding either side
 */
.hamburger {
  position: relative;
  padding: 7px 0 5px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  position: relative;
  width: 30px;
  height: 20px;
  display: block;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 28px;
  height: 2px;
  background-color: #d6bd7b;
  border-radius: 0;
  position: absolute;
  transition-property: transform, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner:before {
  content: "";
  display: block;
  top: -7px;
}
.hamburger-inner:after {
  content: "";
  display: block;
  bottom: -7px;
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.1s ease-in;
}
.hamburger--spin.is-active .hamburger-inner {
  background-color: #fff;
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .hamburger--spin.is-active .hamburger-inner {
    background-color: #d6bd7b;
  }
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  background-color: #fff;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .hamburger--spin.is-active .hamburger-inner::after {
    background-color: #d6bd7b;
  }
}
@font-face {
  font-family: "SSGizmo";
  src: url('/public/fonts/ss-gizmo.eot');
  src: url('/public/fonts/ss-gizmo.eot?#iefix') format('embedded-opentype'), url('/public/fonts/ss-gizmo.woff') format('woff'), url('/public/fonts/ss-gizmo.ttf') format('truetype'), url('/public/fonts/ss-gizmo.svg#SSGizmo') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ss-icon,
.ss-icon.ss-gizmo,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-gizmo:before,
[class*=" ss-"].ss-gizmo:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-gizmo.right:after,
[class*=" ss-"].ss-gizmo.right:after {
  font-family: "SSGizmo";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before,
[class*=" ss-"].ss-gizmo.right:before {
  display: none;
  content: '';
}
.ss-cursor:before,
.ss-cursor.right:after {
  content: '';
}
.ss-crosshair:before,
.ss-crosshair.right:after {
  content: '⌖';
}
.ss-search:before,
.ss-search.right:after {
  content: '🔎';
}
.ss-zoomin:before,
.ss-zoomin.right:after {
  content: '';
}
.ss-zoomout:before,
.ss-zoomout.right:after {
  content: '';
}
.ss-view:before,
.ss-view.right:after {
  content: '👀';
}
.ss-attach:before,
.ss-attach.right:after {
  content: '📎';
}
.ss-link:before,
.ss-link.right:after {
  content: '🔗';
}
.ss-unlink:before,
.ss-unlink.right:after {
  content: '';
}
.ss-move:before,
.ss-move.right:after {
  content: '';
}
.ss-write:before,
.ss-write.right:after {
  content: '✎';
}
.ss-writingdisabled:before,
.ss-writingdisabled.right:after {
  content: '';
}
.ss-erase:before,
.ss-erase.right:after {
  content: '✐';
}
.ss-compose:before,
.ss-compose.right:after {
  content: '📝';
}
.ss-lock:before,
.ss-lock.right:after {
  content: '🔒';
}
.ss-unlock:before,
.ss-unlock.right:after {
  content: '🔓';
}
.ss-key:before,
.ss-key.right:after {
  content: '🔑';
}
.ss-backspace:before,
.ss-backspace.right:after {
  content: '⌫';
}
.ss-ban:before,
.ss-ban.right:after {
  content: '🚫';
}
.ss-smoking:before,
.ss-smoking.right:after {
  content: '🚬';
}
.ss-nosmoking:before,
.ss-nosmoking.right:after {
  content: '🚭';
}
.ss-trash:before,
.ss-trash.right:after {
  content: '';
}
.ss-target:before,
.ss-target.right:after {
  content: '◎';
}
.ss-tag:before,
.ss-tag.right:after {
  content: '';
}
.ss-bookmark:before,
.ss-bookmark.right:after {
  content: '🔖';
}
.ss-flag:before,
.ss-flag.right:after {
  content: '⚑';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-dislike:before,
.ss-dislike.right:after {
  content: '👎';
}
.ss-heart:before,
.ss-heart.right:after {
  content: '♥';
}
.ss-star:before,
.ss-star.right:after {
  content: '⋆';
}
.ss-sample:before,
.ss-sample.right:after {
  content: '';
}
.ss-crop:before,
.ss-crop.right:after {
  content: '';
}
.ss-layers:before,
.ss-layers.right:after {
  content: '';
}
.ss-layergroup:before,
.ss-layergroup.right:after {
  content: '';
}
.ss-pen:before,
.ss-pen.right:after {
  content: '✒';
}
.ss-bezier:before,
.ss-bezier.right:after {
  content: '';
}
.ss-pixels:before,
.ss-pixels.right:after {
  content: '';
}
.ss-phone:before,
.ss-phone.right:after {
  content: '📞';
}
.ss-phonedisabled:before,
.ss-phonedisabled.right:after {
  content: '';
}
.ss-touchtonephone:before,
.ss-touchtonephone.right:after {
  content: '☏';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-inbox:before,
.ss-inbox.right:after {
  content: '📥';
}
.ss-outbox:before,
.ss-outbox.right:after {
  content: '📤';
}
.ss-chat:before,
.ss-chat.right:after {
  content: '💬';
}
.ss-user:before,
.ss-user.right:after {
  content: '👤';
}
.ss-users:before,
.ss-users.right:after {
  content: '👥';
}
.ss-usergroup:before,
.ss-usergroup.right:after {
  content: '';
}
.ss-businessuser:before,
.ss-businessuser.right:after {
  content: '';
}
.ss-man:before,
.ss-man.right:after {
  content: '👨';
}
.ss-male:before,
.ss-male.right:after {
  content: '';
}
.ss-woman:before,
.ss-woman.right:after {
  content: '👩';
}
.ss-female:before,
.ss-female.right:after {
  content: '';
}
.ss-raisedhand:before,
.ss-raisedhand.right:after {
  content: '✋';
}
.ss-hand:before,
.ss-hand.right:after {
  content: '';
}
.ss-pointup:before,
.ss-pointup.right:after {
  content: '👆';
}
.ss-pointupright:before,
.ss-pointupright.right:after {
  content: '';
}
.ss-pointright:before,
.ss-pointright.right:after {
  content: '👉';
}
.ss-pointdownright:before,
.ss-pointdownright.right:after {
  content: '';
}
.ss-pointdown:before,
.ss-pointdown.right:after {
  content: '👇';
}
.ss-pointdownleft:before,
.ss-pointdownleft.right:after {
  content: '';
}
.ss-pointleft:before,
.ss-pointleft.right:after {
  content: '👈';
}
.ss-pointupleft:before,
.ss-pointupleft.right:after {
  content: '';
}
.ss-cart:before,
.ss-cart.right:after {
  content: '';
}
.ss-creditcard:before,
.ss-creditcard.right:after {
  content: '💳';
}
.ss-calculator:before,
.ss-calculator.right:after {
  content: '';
}
.ss-barchart:before,
.ss-barchart.right:after {
  content: '📊';
}
.ss-piechart:before,
.ss-piechart.right:after {
  content: '';
}
.ss-box:before,
.ss-box.right:after {
  content: '📦';
}
.ss-home:before,
.ss-home.right:after {
  content: '⌂';
}
.ss-globe:before,
.ss-globe.right:after {
  content: '🌎';
}
.ss-navigate:before,
.ss-navigate.right:after {
  content: '';
}
.ss-compass:before,
.ss-compass.right:after {
  content: '';
}
.ss-signpost:before,
.ss-signpost.right:after {
  content: '';
}
.ss-location:before,
.ss-location.right:after {
  content: '';
}
.ss-floppydisk:before,
.ss-floppydisk.right:after {
  content: '💾';
}
.ss-database:before,
.ss-database.right:after {
  content: '';
}
.ss-hdd:before,
.ss-hdd.right:after {
  content: '';
}
.ss-microchip:before,
.ss-microchip.right:after {
  content: '';
}
.ss-music:before,
.ss-music.right:after {
  content: '♫';
}
.ss-headphones:before,
.ss-headphones.right:after {
  content: '🎧';
}
.ss-discdrive:before,
.ss-discdrive.right:after {
  content: '';
}
.ss-volume:before,
.ss-volume.right:after {
  content: '🔈';
}
.ss-lowvolume:before,
.ss-lowvolume.right:after {
  content: '🔉';
}
.ss-mediumvolume:before,
.ss-mediumvolume.right:after {
  content: '';
}
.ss-highvolume:before,
.ss-highvolume.right:after {
  content: '🔊';
}
.ss-airplay:before,
.ss-airplay.right:after {
  content: '';
}
.ss-camera:before,
.ss-camera.right:after {
  content: '📷';
}
.ss-picture:before,
.ss-picture.right:after {
  content: '🌄';
}
.ss-video:before,
.ss-video.right:after {
  content: '📹';
}
.ss-webcam:before,
.ss-webcam.right:after {
  content: '';
}
.ss-film:before,
.ss-film.right:after {
  content: '';
}
.ss-playvideo:before,
.ss-playvideo.right:after {
  content: '';
}
.ss-videogame:before,
.ss-videogame.right:after {
  content: '🎮';
}
.ss-play:before,
.ss-play.right:after {
  content: '▶';
}
.ss-pause:before,
.ss-pause.right:after {
  content: '';
}
.ss-stop:before,
.ss-stop.right:after {
  content: '■';
}
.ss-record:before,
.ss-record.right:after {
  content: '●';
}
.ss-rewind:before,
.ss-rewind.right:after {
  content: '⏪';
}
.ss-fastforward:before,
.ss-fastforward.right:after {
  content: '⏩';
}
.ss-skipback:before,
.ss-skipback.right:after {
  content: '⏮';
}
.ss-skipforward:before,
.ss-skipforward.right:after {
  content: '⏭';
}
.ss-eject:before,
.ss-eject.right:after {
  content: '⏏';
}
.ss-repeat:before,
.ss-repeat.right:after {
  content: '🔁';
}
.ss-replay:before,
.ss-replay.right:after {
  content: '↺';
}
.ss-shuffle:before,
.ss-shuffle.right:after {
  content: '🔀';
}
.ss-index:before,
.ss-index.right:after {
  content: '';
}
.ss-storagebox:before,
.ss-storagebox.right:after {
  content: '';
}
.ss-book:before,
.ss-book.right:after {
  content: '📕';
}
.ss-notebook:before,
.ss-notebook.right:after {
  content: '📓';
}
.ss-newspaper:before,
.ss-newspaper.right:after {
  content: '📰';
}
.ss-gridlines:before,
.ss-gridlines.right:after {
  content: '';
}
.ss-rows:before,
.ss-rows.right:after {
  content: '';
}
.ss-columns:before,
.ss-columns.right:after {
  content: '';
}
.ss-thumbnails:before,
.ss-thumbnails.right:after {
  content: '';
}
.ss-mouse:before,
.ss-mouse.right:after {
  content: '';
}
.ss-usb:before,
.ss-usb.right:after {
  content: '';
}
.ss-desktop:before,
.ss-desktop.right:after {
  content: '💻';
}
.ss-laptop:before,
.ss-laptop.right:after {
  content: '';
}
.ss-tablet:before,
.ss-tablet.right:after {
  content: '';
}
.ss-smartphone:before,
.ss-smartphone.right:after {
  content: '';
}
.ss-cell:before,
.ss-cell.right:after {
  content: '📱';
}
.ss-battery:before,
.ss-battery.right:after {
  content: '🔋';
}
.ss-highbattery:before,
.ss-highbattery.right:after {
  content: '';
}
.ss-mediumbattery:before,
.ss-mediumbattery.right:after {
  content: '';
}
.ss-lowbattery:before,
.ss-lowbattery.right:after {
  content: '';
}
.ss-chargingbattery:before,
.ss-chargingbattery.right:after {
  content: '';
}
.ss-lightbulb:before,
.ss-lightbulb.right:after {
  content: '💡';
}
.ss-washer:before,
.ss-washer.right:after {
  content: '';
}
.ss-downloadcloud:before,
.ss-downloadcloud.right:after {
  content: '';
}
.ss-download:before,
.ss-download.right:after {
  content: '';
}
.ss-downloadbox:before,
.ss-downloadbox.right:after {
  content: '';
}
.ss-uploadcloud:before,
.ss-uploadcloud.right:after {
  content: '';
}
.ss-upload:before,
.ss-upload.right:after {
  content: '';
}
.ss-uploadbox:before,
.ss-uploadbox.right:after {
  content: '';
}
.ss-fork:before,
.ss-fork.right:after {
  content: '';
}
.ss-merge:before,
.ss-merge.right:after {
  content: '';
}
.ss-refresh:before,
.ss-refresh.right:after {
  content: '↻';
}
.ss-sync:before,
.ss-sync.right:after {
  content: '';
}
.ss-loading:before,
.ss-loading.right:after {
  content: '';
}
.ss-file:before,
.ss-file.right:after {
  content: '📄';
}
.ss-files:before,
.ss-files.right:after {
  content: '';
}
.ss-addfile:before,
.ss-addfile.right:after {
  content: '';
}
.ss-removefile:before,
.ss-removefile.right:after {
  content: '';
}
.ss-checkfile:before,
.ss-checkfile.right:after {
  content: '';
}
.ss-deletefile:before,
.ss-deletefile.right:after {
  content: '';
}
.ss-exe:before,
.ss-exe.right:after {
  content: '';
}
.ss-zip:before,
.ss-zip.right:after {
  content: '';
}
.ss-doc:before,
.ss-doc.right:after {
  content: '';
}
.ss-pdf:before,
.ss-pdf.right:after {
  content: '';
}
.ss-jpg:before,
.ss-jpg.right:after {
  content: '';
}
.ss-png:before,
.ss-png.right:after {
  content: '';
}
.ss-mp3:before,
.ss-mp3.right:after {
  content: '';
}
.ss-rar:before,
.ss-rar.right:after {
  content: '';
}
.ss-gif:before,
.ss-gif.right:after {
  content: '';
}
.ss-folder:before,
.ss-folder.right:after {
  content: '📁';
}
.ss-openfolder:before,
.ss-openfolder.right:after {
  content: '📂';
}
.ss-downloadfolder:before,
.ss-downloadfolder.right:after {
  content: '';
}
.ss-uploadfolder:before,
.ss-uploadfolder.right:after {
  content: '';
}
.ss-quote:before,
.ss-quote.right:after {
  content: '“';
}
.ss-unquote:before,
.ss-unquote.right:after {
  content: '”';
}
.ss-print:before,
.ss-print.right:after {
  content: '⎙';
}
.ss-copier:before,
.ss-copier.right:after {
  content: '';
}
.ss-fax:before,
.ss-fax.right:after {
  content: '📠';
}
.ss-scanner:before,
.ss-scanner.right:after {
  content: '';
}
.ss-printregistration:before,
.ss-printregistration.right:after {
  content: '';
}
.ss-shredder:before,
.ss-shredder.right:after {
  content: '';
}
.ss-expand:before,
.ss-expand.right:after {
  content: '⤢';
}
.ss-contract:before,
.ss-contract.right:after {
  content: '';
}
.ss-help:before,
.ss-help.right:after {
  content: '❓';
}
.ss-info:before,
.ss-info.right:after {
  content: 'ℹ';
}
.ss-alert:before,
.ss-alert.right:after {
  content: '⚠';
}
.ss-caution:before,
.ss-caution.right:after {
  content: '⛔';
}
.ss-logout:before,
.ss-logout.right:after {
  content: '';
}
.ss-login:before,
.ss-login.right:after {
  content: '';
}
.ss-scaleup:before,
.ss-scaleup.right:after {
  content: '';
}
.ss-scaledown:before,
.ss-scaledown.right:after {
  content: '';
}
.ss-plus:before,
.ss-plus.right:after {
  content: '+';
}
.ss-hyphen:before,
.ss-hyphen.right:after {
  content: '-';
}
.ss-check:before,
.ss-check.right:after {
  content: '✓';
}
.ss-delete:before,
.ss-delete.right:after {
  content: '␡';
}
.ss-notifications:before,
.ss-notifications.right:after {
  content: '🔔';
}
.ss-notificationsdisabled:before,
.ss-notificationsdisabled.right:after {
  content: '🔕';
}
.ss-clock:before,
.ss-clock.right:after {
  content: '⏲';
}
.ss-stopwatch:before,
.ss-stopwatch.right:after {
  content: '⏱';
}
.ss-alarmclock:before,
.ss-alarmclock.right:after {
  content: '⏰';
}
.ss-egg:before,
.ss-egg.right:after {
  content: '';
}
.ss-eggs:before,
.ss-eggs.right:after {
  content: '';
}
.ss-cheese:before,
.ss-cheese.right:after {
  content: '';
}
.ss-chickenleg:before,
.ss-chickenleg.right:after {
  content: '🍗';
}
.ss-pizzapie:before,
.ss-pizzapie.right:after {
  content: '';
}
.ss-pizza:before,
.ss-pizza.right:after {
  content: '🍕';
}
.ss-cheesepizza:before,
.ss-cheesepizza.right:after {
  content: '';
}
.ss-frenchfries:before,
.ss-frenchfries.right:after {
  content: '🍟';
}
.ss-apple:before,
.ss-apple.right:after {
  content: '🍏';
}
.ss-carrot:before,
.ss-carrot.right:after {
  content: '';
}
.ss-broccoli:before,
.ss-broccoli.right:after {
  content: '';
}
.ss-cucumber:before,
.ss-cucumber.right:after {
  content: '';
}
.ss-orange:before,
.ss-orange.right:after {
  content: '🍊';
}
.ss-lemon:before,
.ss-lemon.right:after {
  content: '🍋';
}
.ss-onion:before,
.ss-onion.right:after {
  content: '';
}
.ss-bellpepper:before,
.ss-bellpepper.right:after {
  content: '';
}
.ss-peas:before,
.ss-peas.right:after {
  content: '';
}
.ss-grapes:before,
.ss-grapes.right:after {
  content: '🍇';
}
.ss-strawberry:before,
.ss-strawberry.right:after {
  content: '🍓';
}
.ss-bread:before,
.ss-bread.right:after {
  content: '🍞';
}
.ss-mug:before,
.ss-mug.right:after {
  content: '☕';
}
.ss-mugs:before,
.ss-mugs.right:after {
  content: '';
}
.ss-espresso:before,
.ss-espresso.right:after {
  content: '';
}
.ss-macchiato:before,
.ss-macchiato.right:after {
  content: '';
}
.ss-cappucino:before,
.ss-cappucino.right:after {
  content: '';
}
.ss-latte:before,
.ss-latte.right:after {
  content: '';
}
.ss-icedcoffee:before,
.ss-icedcoffee.right:after {
  content: '';
}
.ss-coffeebean:before,
.ss-coffeebean.right:after {
  content: '';
}
.ss-coffeemilk:before,
.ss-coffeemilk.right:after {
  content: '';
}
.ss-coffeefoam:before,
.ss-coffeefoam.right:after {
  content: '';
}
.ss-coffeesugar:before,
.ss-coffeesugar.right:after {
  content: '';
}
.ss-sugarpackets:before,
.ss-sugarpackets.right:after {
  content: '';
}
.ss-capsule:before,
.ss-capsule.right:after {
  content: '';
}
.ss-capsulerecycling:before,
.ss-capsulerecycling.right:after {
  content: '';
}
.ss-insertcapsule:before,
.ss-insertcapsule.right:after {
  content: '';
}
.ss-tea:before,
.ss-tea.right:after {
  content: '🍵';
}
.ss-teabag:before,
.ss-teabag.right:after {
  content: '';
}
.ss-jug:before,
.ss-jug.right:after {
  content: '';
}
.ss-pitcher:before,
.ss-pitcher.right:after {
  content: '';
}
.ss-kettle:before,
.ss-kettle.right:after {
  content: '';
}
.ss-wineglass:before,
.ss-wineglass.right:after {
  content: '🍷';
}
.ss-sugar:before,
.ss-sugar.right:after {
  content: '';
}
.ss-oven:before,
.ss-oven.right:after {
  content: '';
}
.ss-stove:before,
.ss-stove.right:after {
  content: '';
}
.ss-vent:before,
.ss-vent.right:after {
  content: '';
}
.ss-exhaust:before,
.ss-exhaust.right:after {
  content: '';
}
.ss-steam:before,
.ss-steam.right:after {
  content: '♨';
}
.ss-dishwasher:before,
.ss-dishwasher.right:after {
  content: '';
}
.ss-toaster:before,
.ss-toaster.right:after {
  content: '';
}
.ss-microwave:before,
.ss-microwave.right:after {
  content: '';
}
.ss-electrickettle:before,
.ss-electrickettle.right:after {
  content: '';
}
.ss-refrigerator:before,
.ss-refrigerator.right:after {
  content: '';
}
.ss-freezer:before,
.ss-freezer.right:after {
  content: '';
}
.ss-utensils:before,
.ss-utensils.right:after {
  content: '🍴';
}
.ss-cookingutensils:before,
.ss-cookingutensils.right:after {
  content: '';
}
.ss-whisk:before,
.ss-whisk.right:after {
  content: '';
}
.ss-pizzacutter:before,
.ss-pizzacutter.right:after {
  content: '';
}
.ss-measuringcup:before,
.ss-measuringcup.right:after {
  content: '';
}
.ss-colander:before,
.ss-colander.right:after {
  content: '';
}
.ss-eggtimer:before,
.ss-eggtimer.right:after {
  content: '';
}
.ss-platter:before,
.ss-platter.right:after {
  content: '';
}
.ss-plates:before,
.ss-plates.right:after {
  content: '';
}
.ss-steamplate:before,
.ss-steamplate.right:after {
  content: '';
}
.ss-cups:before,
.ss-cups.right:after {
  content: '';
}
.ss-steamglass:before,
.ss-steamglass.right:after {
  content: '';
}
.ss-pot:before,
.ss-pot.right:after {
  content: '';
}
.ss-steampot:before,
.ss-steampot.right:after {
  content: '';
}
.ss-chef:before,
.ss-chef.right:after {
  content: '';
}
.ss-weathervane:before,
.ss-weathervane.right:after {
  content: '';
}
.ss-thermometer:before,
.ss-thermometer.right:after {
  content: '';
}
.ss-thermometerup:before,
.ss-thermometerup.right:after {
  content: '';
}
.ss-thermometerdown:before,
.ss-thermometerdown.right:after {
  content: '';
}
.ss-droplet:before,
.ss-droplet.right:after {
  content: '💧';
}
.ss-sunrise:before,
.ss-sunrise.right:after {
  content: '🌅';
}
.ss-sunset:before,
.ss-sunset.right:after {
  content: '🌇';
}
.ss-sun:before,
.ss-sun.right:after {
  content: '☀';
}
.ss-cloud:before,
.ss-cloud.right:after {
  content: '☁';
}
.ss-clouds:before,
.ss-clouds.right:after {
  content: '';
}
.ss-partlycloudy:before,
.ss-partlycloudy.right:after {
  content: '⛅';
}
.ss-rain:before,
.ss-rain.right:after {
  content: '☔';
}
.ss-rainheavy:before,
.ss-rainheavy.right:after {
  content: '';
}
.ss-lightning:before,
.ss-lightning.right:after {
  content: '☇';
}
.ss-thunderstorm:before,
.ss-thunderstorm.right:after {
  content: '⛈';
}
.ss-umbrella:before,
.ss-umbrella.right:after {
  content: '☂';
}
.ss-rainumbrella:before,
.ss-rainumbrella.right:after {
  content: '';
}
.ss-rainbow:before,
.ss-rainbow.right:after {
  content: '🌈';
}
.ss-rainbowclouds:before,
.ss-rainbowclouds.right:after {
  content: '';
}
.ss-fog:before,
.ss-fog.right:after {
  content: '';
}
.ss-wind:before,
.ss-wind.right:after {
  content: '';
}
.ss-tornado:before,
.ss-tornado.right:after {
  content: '';
}
.ss-snowflake:before,
.ss-snowflake.right:after {
  content: '❄';
}
.ss-snowcrystal:before,
.ss-snowcrystal.right:after {
  content: '❆';
}
.ss-lightsnow:before,
.ss-lightsnow.right:after {
  content: '';
}
.ss-snow:before,
.ss-snow.right:after {
  content: '';
}
.ss-heavysnow:before,
.ss-heavysnow.right:after {
  content: '';
}
.ss-hail:before,
.ss-hail.right:after {
  content: '';
}
.ss-crescentmoon:before,
.ss-crescentmoon.right:after {
  content: '🌙';
}
.ss-waxingcrescentmoon:before,
.ss-waxingcrescentmoon.right:after {
  content: '🌒';
}
.ss-firstquartermoon:before,
.ss-firstquartermoon.right:after {
  content: '🌓';
}
.ss-waxinggibbousmoon:before,
.ss-waxinggibbousmoon.right:after {
  content: '🌔';
}
.ss-waninggibbousmoon:before,
.ss-waninggibbousmoon.right:after {
  content: '🌖';
}
.ss-lastquartermoon:before,
.ss-lastquartermoon.right:after {
  content: '🌗';
}
.ss-waningcrescentmoon:before,
.ss-waningcrescentmoon.right:after {
  content: '🌘';
}
.ss-fan:before,
.ss-fan.right:after {
  content: '';
}
.ss-bike:before,
.ss-bike.right:after {
  content: '🚲';
}
.ss-wheelchair:before,
.ss-wheelchair.right:after {
  content: '♿';
}
.ss-briefcase:before,
.ss-briefcase.right:after {
  content: '💼';
}
.ss-hanger:before,
.ss-hanger.right:after {
  content: '';
}
.ss-comb:before,
.ss-comb.right:after {
  content: '';
}
.ss-medicalcross:before,
.ss-medicalcross.right:after {
  content: '';
}
.ss-up:before,
.ss-up.right:after {
  content: '⬆';
}
.ss-upright:before,
.ss-upright.right:after {
  content: '⬈';
}
.ss-right:before,
.ss-right.right:after {
  content: '➡';
}
.ss-downright:before,
.ss-downright.right:after {
  content: '⬊';
}
.ss-down:before,
.ss-down.right:after {
  content: '⬇';
}
.ss-downleft:before,
.ss-downleft.right:after {
  content: '⬋';
}
.ss-left:before,
.ss-left.right:after {
  content: '⬅';
}
.ss-upleft:before,
.ss-upleft.right:after {
  content: '⬉';
}
.ss-navigateup:before,
.ss-navigateup.right:after {
  content: '';
}
.ss-navigateright:before,
.ss-navigateright.right:after {
  content: '▻';
}
.ss-navigatedown:before,
.ss-navigatedown.right:after {
  content: '';
}
.ss-navigateleft:before,
.ss-navigateleft.right:after {
  content: '◅';
}
.ss-retweet:before,
.ss-retweet.right:after {
  content: '';
}
.ss-share:before,
.ss-share.right:after {
  content: '';
}
.site .search-crumb {
  display: none;
  padding-top: 9px;
  padding-bottom: 8px;
  background-color: #f6f8f8;
}
@media (min-width: 600px) {
  .site .search-crumb {
    display: block;
  }
}
.site .search-crumb-info {
  font-size: 11px;
  color: #333;
}
.site .search-crumb-info .sci-all {
  display: block;
}
.site .search-crumb-info .sci-bigger {
  font-size: 12px;
}
.site .search-mobile {
  position: sticky;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  top: 50px;
  font-size: 11px;
  background-color: rgba(246, 248, 248, 0.85);
  padding: 10px 20px;
  z-index: 80;
}
@media (min-width: 600px) {
  .site .search-mobile {
    display: none;
  }
}
.site .search-mobile > a,
.site .search-mobile > span {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: block;
  color: #000;
}
.site .search-mobile > a.sma,
.site .search-mobile > span.sma {
  text-align: right;
  border: 1px solid #000;
  padding: 5px 10px;
}
.site .search-mobile > a.sml,
.site .search-mobile > span.sml {
  padding: 6px 0;
}
.site .search-mobile > a.smc,
.site .search-mobile > span.smc {
  position: relative;
  padding-left: 31px;
  white-space: nowrap;
  padding: 5px 0 5px 11px;
  /* &.active {
                    visibility: visible;
                }*/
}
.site .search-mobile > a.smc:before,
.site .search-mobile > span.smc:before,
.site .search-mobile > a.smc:after,
.site .search-mobile > span.smc:after {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 7px;
  height: 1px;
  background-color: #333;
  transform: rotate(45deg);
}
.site .search-mobile > a.smc:after,
.site .search-mobile > span.smc:after {
  transform: rotate(-45deg);
}
.site .sub-nav {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  padding: 2rem 0;
  background-color: #E9EDEE;
  width: 100vw;
  overflow: hidden;
  z-index: 9;
}
.site .sub-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
  white-space: nowrap;
  transition: transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.site .sub-nav ul li {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-right: 0.5rem;
}
.site .sub-nav ul li a {
  display: inline-block;
  padding: 1rem;
  font-weight: 500;
  color: #000;
}
.site .sub-nav ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 6px;
  margin-top: -3px;
  background-color: #cbd3d6;
  transform-origin: center center;
  transform: skewX(-20deg);
}
.site .sub-nav ul li:last-child {
  padding-right: 0;
}
.site .sub-nav ul li:last-child:after {
  display: none;
}
.site .sub-nav ul li.sel a {
  color: #C49F42;
}
.site .sub-nav-scroller {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 18px;
  background-color: #D9DFE1;
  box-shadow: 0 0 5px 0 rgba(21, 21, 21, 0.25);
  z-index: 5;
  cursor: pointer;
}
.site .sub-nav-scroller.left {
  right: auto;
  left: 0;
}
.site .sub-nav-scroller.open {
  display: block;
}
.site .sub-nav-scroller i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site .sub-nav.scrollable {
  text-align: left;
}
.site .sub-nav.scrollable .sub-nav-scroller.right {
  display: block;
}
.site .sub-nav span.count {
  position: relative;
  display: inline-block;
}
.site .sub-nav span.count.flux {
  color: #E9EDEE;
}
.site .sub-nav span.count.flux:after {
  content: '\2026';
  position: absolute;
  left: 50%;
  top: 30%;
  color: #7c7c7c;
  transform: translate(-50%, -50%);
}
.grid {
  margin-top: -1.8rem;
  margin-left: -1.8rem;
  margin-right: -1.8rem;
}
@media (min-width: 620px) {
  .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.grid .column {
  padding: 1.8rem;
}
@media (min-width: 620px) {
  .grid .column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.grid .column.dummy {
  padding: 0 !important;
}
.grid.properties-grid .column {
  position: relative;
}
@media (min-width: 620px) {
  .grid.properties-grid .column {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .grid.properties-grid .column {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 1830px) {
  .grid.properties-grid .column {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}
.grid.insta-grid {
  margin: -6px !important;
}
.grid.insta-grid .column {
  padding: 6px;
  max-width: 360px;
  margin: 0 auto;
}
.grid.insta-grid .column:nth-child(n + 4) {
  display: none;
}
@media (min-width: 620px) {
  .grid.insta-grid .column {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    max-width: none;
    margin: 0 0;
  }
  .grid.insta-grid .column:nth-child(n + 4) {
    display: block;
  }
}
@media (min-width: 768px) {
  .grid.insta-grid .column {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 480px) {
  .grid.action-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 480px) {
  .grid.action-grid .column {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .grid.action-grid .column {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}
.grid.vendor-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.grid.vendor-grid .column {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
@media (min-width: 1200px) {
  .grid.vendor-grid .column {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 619px) {
  .grid.data-grid {
    margin-top: -1.2rem;
  }
}
@media (max-width: 619px) {
  .grid.data-grid .column {
    padding-top: 1.2rem;
    padding-bottom: 0;
  }
}
@media (min-width: 620px) {
  .grid.data-grid .column {
    min-width: 25%;
  }
}
@media (min-width: 992px) {
  .grid.data-grid .column {
    min-width: 20%;
  }
}
@media (min-width: 992px) {
  .grid.data-grid .column.colspan2 {
    min-width: 40%;
  }
}
.grid.data-grid .column .data-grid-item {
  font-size: 14px;
}
.grid.data-grid .column .data-grid-item strong {
  display: inline-block;
  min-width: 30%;
}
@media (min-width: 620px) {
  .grid.data-grid .column .data-grid-item strong {
    display: block;
  }
}
.grid-control {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .grid-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.grid-control.xs-center {
  text-align: center;
}
@media (min-width: 768px) {
  .grid-control.xs-center {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .grid-control h3.grid-control-ttl {
    -ms-flex: 1;
        flex: 1;
  }
}
.grid-control-loc {
  font-size: 13px;
}
@media (min-width: 768px) {
  .grid-control-loc {
    -ms-flex: 1;
        flex: 1;
  }
}
@media (min-width: 992px) {
  .grid-control-loc {
    font-size: 14px;
  }
}
.grid-control-loc a {
  display: inline-block;
  margin-right: 12px;
  color: #C49F42;
  text-transform: uppercase;
}
.grid-control-loc a.active {
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #000;
  cursor: default;
}
@media (min-width: 768px) {
  .grid-control-loc.multi {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    margin-top: 0;
  }
}
.grid-control-mkt {
  font-size: 12px;
  margin-top: 9px;
}
@media (min-width: 768px) {
  .grid-control-mkt {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    text-align: center;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .grid-control-mkt {
    font-size: 13px;
  }
}
.grid-control-mkt a {
  display: inline-block;
  margin-right: 12px;
  color: #C49F42;
}
.grid-control-mkt a.active {
  color: #000;
  font-weight: 700;
  cursor: default;
}
.grid-control-cat {
  margin-top: 10px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .grid-control-cat {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    margin-top: 0;
  }
}
.grid-control-cat .multiselect {
  min-height: 46px;
}
.grid-control-cat .multiselect__tags {
  border-radius: 3px;
  border: 1px solid #DFE4E6;
  min-height: 46px;
  padding: 10px 30px 0 8px;
}
.grid-control-cat .multiselect__select {
  height: 44px;
}
.grid-control-cat .multiselect__select:before {
  top: 18px;
}
.grid-control-count {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .grid-control-count {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    margin-top: 0;
    text-align: right;
  }
}
@media (min-width: 620px) {
  .ingrid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -1.8rem;
    margin-left: -1.8rem;
    margin-right: -1.8rem;
    margin-bottom: -1.8rem;
  }
}
@media (min-width: 620px) {
  .ingrid .column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 1.8rem;
  }
}
@media (min-width: 620px) {
  .ingrid .column.narrow {
    -ms-flex: none;
        flex: none;
  }
}
.filters {
  display: none;
  position: fixed;
  top: 63px;
  left: 0;
  min-height: calc(100vh - 63px);
  width: 100%;
  padding: 0 0 50px 0;
  background-color: #fff;
  z-index: 90;
}
@media (min-width: 600px) {
  .filters {
    position: sticky;
    display: block;
    left: auto;
    top: 50px;
    min-height: 0;
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 768px) {
  .filters {
    top: 57px;
  }
  .filters.above.out .filters-up {
    opacity: 1;
    transform: translateY(0);
  }
  .filters.above.out .filters-up i {
    transform: translateY(0);
  }
}
.filters.active {
  display: block;
}
.filters-mobile {
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  background-color: #f6f8f8;
}
@media (min-width: 600px) {
  .filters-mobile {
    display: none;
  }
}
.filters-mobile a {
  -ms-flex: 1;
      flex: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
}
.filters-mobile a.fma {
  text-align: right;
  text-decoration: underline;
}
.filters-mobile a.fmc {
  position: relative;
  padding-left: 31px;
}
.filters-mobile a.fmc:before,
.filters-mobile a.fmc:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 23px;
  width: 7px;
  height: 1px;
  background-color: #333;
  transform: rotate(45deg);
}
.filters-mobile a.fmc:after {
  transform: rotate(-45deg);
}
@media (min-width: 600px) {
  .filters-flex {
    display: -ms-flexbox;
    display: flex;
  }
}
.filters-search {
  position: relative;
  min-width: 172px;
  max-width: 180px;
  display: none;
}
@media (min-width: 600px) {
  .filters-search {
    display: block;
  }
}
.filters-search input.fsearch {
  border-color: transparent;
  background-color: transparent;
  outline: none !important;
  padding: 4px 0 4px 26px;
  text-align: left;
  font-size: 13px;
}
.filters-search button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 57.5%;
  color: #acacac;
  font-size: 22px;
  cursor: pointer;
  transform: translate(0, -50%);
}
.filters-search button.fsclear {
  top: 50%;
  font-size: 16px;
  color: #fe4438;
}
.filters-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7c7c7c;
  font-size: 1.2rem;
}
.filters-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7c7c7c;
  font-size: 1.2rem;
}
.filters-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #7c7c7c;
  font-size: 1.2rem;
}
.filters-search :-moz-placeholder {
  /* Firefox 18- */
  color: #7c7c7c;
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .filters-search-xs {
    display: none;
  }
}
.filters-search-xs-input {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #D9DFE1;
}
.filters-search-xs-input input.fsearch {
  border-color: transparent;
  background-color: transparent;
  outline: none !important;
  padding: 5px 0;
  text-align: left;
  font-size: 14px;
}
.filters-search-xs-icon {
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.filters-search-xs-icon.fssearch {
  top: 58%;
}
.filters-search-xs-icon.fsclear {
  color: #fe4438;
}
.filters-search-xs ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7c7c7c;
  font-size: 14px;
}
.filters-search-xs ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7c7c7c;
  font-size: 14px;
}
.filters-search-xs :-ms-input-placeholder {
  /* IE 10+ */
  color: #7c7c7c;
  font-size: 14px;
}
.filters-search-xs :-moz-placeholder {
  /* Firefox 18- */
  color: #7c7c7c;
  font-size: 14px;
}
.filters-search-xs-toggles {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
.filters-search-xs-toggles > div {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 16px 0 16px 20px;
}
.filters-search-xs-toggles label.l__chk {
  display: block;
}
.filters-search-xs-toggles label.l__chk span.check {
  top: 2px;
}
.filters-under {
  position: fixed;
  left: 0;
  top: 101vh;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  z-index: 88;
  transition: opacity 400ms linear;
}
.filters-under.active {
  opacity: 0.4;
  top: 0;
}
.filters-up {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  z-index: 85;
  opacity: 0;
  transform: translateY(33px);
  will-change: transform, opacity;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s linear;
  overflow: hidden;
}
@media (min-width: 768px) {
  .filters-up {
    right: 38px;
  }
}
@media (min-width: 992px) {
  .filters-up {
    right: 58px;
  }
}
@media (min-width: 1200px) {
  .filters-up {
    right: 68px;
  }
}
.filters-up i {
  position: relative;
  top: 5px;
  will-change: transform;
  transform: translateY(-30px);
  transition: transform 1s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.filters-apply {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 10px 20px;
  z-index: 90;
}
@media (min-width: 600px) {
  .filters-apply {
    display: none;
  }
}
.filters-apply .btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px;
  font-size: 14px;
}
.filters.success-stories h3 {
  margin: 0;
  padding: 0.4rem 0 0.2rem;
}
@media (min-width: 360px) {
  .filters.success-stories .ddl-vue {
    position: absolute;
    top: 1.2rem;
    right: 0;
  }
}
.filters-settings {
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 14px 0 16px;
}
@media (min-width: 600px) {
  .filters-settings {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px 0 12px;
    border-top: 1px solid #DFE4E6;
    z-index: 89;
  }
}
@media (min-width: 910px) {
  .filters-settings {
    padding-bottom: 16px;
  }
}
.filters .ddl-vue ul {
  right: auto;
  left: 0;
}
label.l__chk {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  cursor: pointer;
  overflow: hidden;
}
label.l__chk span.check,
label.l__chk span.radio {
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #d6bd7b;
  border-radius: 2px;
}
label.l__chk span.radio {
  border-radius: 50%;
}
label.l__chk input[type='checkbox'],
label.l__chk input[type='radio'] {
  position: absolute;
  left: -9999px;
}
label.l__chk input[type=checkbox]:checked + .check {
  border-color: #0080FF;
  box-shadow: 0 0 5px 0 rgba(0, 128, 255, 0.25);
}
label.l__chk input[type=checkbox]:checked + .check:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: #0080FF;
  border-radius: 2px;
}
label.l__chk input[type=radio]:checked + .radio {
  border-color: #0080FF;
  box-shadow: 0 0 5px 0 rgba(0, 128, 255, 0.25);
}
label.l__chk input[type=radio]:checked + .radio:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: #0080FF;
  border-radius: 50%;
}
@media (max-width: 599px) {
  .wscrolled .filters {
    top: 50px;
    min-height: calc(100vh - 50px);
  }
}
.no-csspositionsticky .filters {
  position: relative;
  top: auto;
}
.filter-vue {
  display: block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
@media (min-width: 600px) {
  .filter-vue {
    margin-right: 4px;
  }
}
@media (min-width: 910px) {
  .filter-vue {
    position: relative;
    z-index: 10;
    margin-right: 6px;
  }
}
.filter-vue-button {
  position: relative;
  display: block;
  border-bottom: 1px solid #D9DFE1;
  font-size: 14px;
  padding: 10px 20px;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 600px) {
  .filter-vue-button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 11px;
    border: 1px solid #acacac;
  }
}
.filter-vue-button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 7px;
  height: 7px;
  right: 25px;
  top: 15px;
  left: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
}
@media (min-width: 600px) {
  .filter-vue-button:after {
    display: none;
  }
}
.filter-vue-window {
  display: none;
  position: relative;
  padding: 10px 20px;
  padding-bottom: 0.6rem;
  background-color: #f6f8f8;
  min-width: 100%;
  border-bottom: 1px solid #d6bd7b;
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms linear;
}
@media (min-width: 600px) {
  .filter-vue-window {
    display: block;
    position: absolute;
    left: -9999px;
    top: -9999px;
    padding: 1.2rem;
    min-width: 360px;
    margin-top: 6px;
    border: 1px solid #d6bd7b;
    background-color: #fff;
    opacity: 0;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.15);
    transform: translate(0, 50px);
  }
}
.filter-vue-window .fvw-intro {
  font-size: 1.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid #E9EDEE;
}
.filter-vue-window .fvw-selected {
  display: none;
}
.filter-vue-window .fvw-controls {
  padding: 1.2rem 0 0.6rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.filter-vue-window .fvw-controls button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #d6bd7b;
  padding: 6px 0;
  background-color: transparent;
}
@media (min-width: 600px) {
  .filter-vue-window .fvw-controls button {
    text-transform: none;
    font-size: 14px;
    background-color: #fff;
  }
}
.filter-vue-window .fvw-controls button.cancel {
  color: rgba(0, 0, 0, 0.75);
  font-weight: normal;
}
@media (min-width: 600px) {
  .filter-vue-window .fvw-controls button.cancel {
    font-weight: bold;
  }
}
.filter-vue-window .fvw-flex-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 1.2rem;
  padding: 0.6rem 0;
}
.filter-vue-window .fvw-flex-control .left {
  -ms-flex: 0 0 68%;
      flex: 0 0 68%;
  max-width: 68%;
  margin: 0.6em 0;
}
.filter-vue-window .fvw-flex-control .left strong {
  display: block;
}
.filter-vue-window .fvw-flex-control .right {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  max-width: 30%;
  margin: 0.6em 0;
  text-align: right;
}
.filter-vue-window .fvw-flex-control.wide .left {
  -ms-flex: 0 0 55%;
      flex: 0 0 55%;
  max-width: 55%;
}
.filter-vue-window .fvw-flex-control.wide .right {
  -ms-flex: 0 0 45%;
      flex: 0 0 45%;
  max-width: 45%;
}
.filter-vue-window .fvw-locs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.filter-vue-window .fvw-locs > div {
  -ms-flex: 0 0 48%;
      flex: 0 0 48%;
}
.filter-vue-window .fvw-locs > div .filter-vue-list {
  position: relative;
}
.filter-vue-window .fvw-locs > div .filter-vue-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f8f8;
  opacity: 0.75;
  z-index: 99;
}
@media (min-width: 600px) {
  .filter-vue-window .fvw-locs > div .filter-vue-list:before {
    background-color: white;
  }
}
.filter-vue-window .fvw-locs > div .filter-vue-list.active:before {
  display: none;
}
.filter-vue-window .fvw-locs > div .filter-vue-list li {
  -ms-flex: 0 0 99%;
      flex: 0 0 99%;
  max-width: 99%;
}
.filter-vue-window .fvw-locs-hdr {
  padding-top: 2px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E9EDEE;
  font-weight: bold;
  font-size: 13px;
}
.filter-vue-window .vnis .vue-numbers-button {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  background-color: #d6bd7b;
  color: #fff;
  font-size: 2rem;
  line-height: 2.8rem;
  height: 2.8rem;
  width: 2.8rem;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.filter-vue-window .vnis .vue-numbers-input {
  display: inline-block;
  border: none;
  padding: 0 0.1rem;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.8rem;
  height: 2.8rem;
  width: 40px;
}
@media (min-width: 768px) {
  .filter-vue-window .vnis .vue-numbers-input {
    padding: 0 0.6rem;
  }
}
.filter-vue-window .vnis input[type=number]::-webkit-inner-spin-button,
.filter-vue-window .vnis input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filter-vue-content {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #E9EDEE;
}
.filter-vue-close {
  position: absolute;
  padding: 0.8rem;
  right: 16px;
  top: -36px;
  cursor: pointer;
}
@media (min-width: 600px) {
  .filter-vue-close {
    top: 7px;
    right: 8px;
  }
}
@media (min-width: 768px) {
  .filter-vue-close {
    display: none;
  }
}
.filter-vue-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.filter-vue-list li {
  -ms-flex: 0 0 49%;
      flex: 0 0 49%;
  max-width: 49%;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.2rem;
  padding: 1px 0;
}
.filter-vue.open {
  z-index: 11;
}
.filter-vue.open .filter-vue-window {
  display: block;
  opacity: 1;
}
@media (min-width: 600px) {
  .filter-vue.open .filter-vue-window {
    left: 0;
    top: 100%;
    transform: translate(0, 0);
    margin-top: -8px;
  }
}
@media (min-width: 910px) {
  .filter-vue.open .filter-vue-window {
    margin-top: 8px;
  }
}
.filter-vue.open .filter-vue-button {
  border-bottom-width: 0;
}
@media (max-width: 599px) {
  .filter-vue.open .filter-vue-button {
    background-color: #f6f8f8 !important;
    font-weight: bold;
    color: #C49F42;
    text-decoration: underline;
  }
}
@media (min-width: 600px) {
  .filter-vue.open .filter-vue-button {
    border-bottom-width: 1px;
  }
}
.filter-vue.open .filter-vue-button:after {
  display: none;
}
.filter-vue.active .filter-vue-button {
  background-color: #fff;
}
@media (min-width: 600px) {
  .filter-vue.active .filter-vue-button {
    background-color: #FBF8F2;
    border-color: #C49F42;
  }
}
.filter-vue.price,
.filter-vue.rentprice {
  /*
        .vue-slider-component.vue-slider-horizontal {
            
        }*/
}
@media (min-width: 480px) {
  .filter-vue.price .filter-vue-window,
  .filter-vue.rentprice .filter-vue-window {
    min-width: 420px;
  }
}
@media (min-width: 768px) {
  .filter-vue.price .filter-vue-window,
  .filter-vue.rentprice .filter-vue-window {
    min-width: 500px;
  }
}
.filter-vue.price .filter-vue-window .fvw-selected,
.filter-vue.rentprice .filter-vue-window .fvw-selected {
  display: block;
  padding-bottom: 0.6rem;
}
.filter-vue.price .vue-slider,
.filter-vue.rentprice .vue-slider {
  margin-bottom: 24px;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.filter-vue.price .vue-slider .vue-slider-mark-label,
.filter-vue.rentprice .vue-slider .vue-slider-mark-label {
  padding-top: 8px;
  cursor: pointer;
  font-size: 11px;
}
@media (max-width: 359px) {
  .filter-vue.price .vue-slider .vue-slider-mark-label,
  .filter-vue.rentprice .vue-slider .vue-slider-mark-label {
    font-size: 10px;
  }
}
.filter-vue.price .vue-slider .vue-slider-mark-label:after,
.filter-vue.rentprice .vue-slider .vue-slider-mark-label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .filter-vue.market .filter-vue-window {
    min-width: 430px;
  }
}
.filter-vue.market .filter-vue-window .fvw-intro {
  margin-bottom: 0.6rem;
}
.filter-vue.market .filter-vue-content {
  padding-bottom: 0.6rem;
}
@media (min-width: 480px) {
  .filter-vue.features .filter-vue-window {
    min-width: 420px;
  }
}
@media (min-width: 768px) {
  .filter-vue.features .filter-vue-window {
    min-width: 480px;
  }
}
.filter-right {
  display: block;
  border-bottom: 1px solid #D9DFE1;
}
@media (min-width: 600px) {
  .filter-right {
    display: none;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .filter-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: auto;
  }
}
.setgroup {
  display: none;
}
@media (min-width: 600px) {
  .setgroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
.setgroup.sort {
  display: block;
}
@media (min-width: 600px) {
  .setgroup.sort {
    display: -ms-flexbox;
    display: flex;
  }
}
.setgroup > div {
  margin-right: 1px;
}
.setgroup > div.setgroup-drop {
  padding: 0;
}
@media (min-width: 600px) {
  .setgroup > div.setgroup-drop {
    padding: 0 10px;
    border: 1px solid #D9DFE1;
  }
}
.setgroup > div.setgroup-drop.change-view {
  background-color: #fff;
}
@media (min-width: 600px) {
  .setgroup > div.setgroup-drop.change-view {
    margin-left: 6px;
  }
}
.setgroup > div.setgroup-drop.change-view .ddl-vue-selected {
  color: #000;
}
.setgroup > div.setgroup-drop.change-view .ddl-vue-selected i {
  color: #333;
  margin-top: 0;
  font-size: 16px;
}
@media (min-width: 600px) {
  .setgroup > div.setgroup-drop.change-view .ddl-vue-selected i {
    color: #aaa !important;
  }
}
.setgroup > div.setgroup-drop.change-view .ddl-vue-selected:after {
  border-color: #7c7c7c;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .setgroup > div.setgroup-map.hasmap {
    display: none;
  }
}
.setgroup > div:last-child {
  margin-right: 0;
}
.setgroup .vue-js-switch {
  font-size: 11px;
}
.setgroup .vue-js-switch .v-switch-core {
  border: none;
  background-color: white !important;
}
.setgroup .vue-js-switch .v-switch-core .v-switch-button {
  top: 0;
  border-radius: 0;
  box-shadow: none;
}
.setgroup .vue-js-switch .v-switch-core .v-switch-button i {
  color: #7c7c7c;
}
.setgroup .vue-js-switch .v-switch-label {
  font-weight: 400;
  color: #7c7c7c;
}
.setgroup .vue-js-switch.toggled .v-switch-core .v-switch-button {
  background-color: #fff;
  box-shadow: none;
}
.setgroup .vue-js-switch.toggled .v-switch-core .v-switch-button i {
  color: #C49F42;
}
.setgroup .vue-js-switch.toggled .v-switch-label {
  color: #C49F42;
}
.setgroup .ddl-vue {
  display: block;
}
@media (min-width: 600px) {
  .setgroup .ddl-vue {
    display: inline-block;
  }
}
.setgroup .ddl-vue .ddl-vue-selected {
  font-size: 14px;
  padding: 10px 20px;
  border-color: transparent;
  border-bottom: #acacac;
  background-color: transparent;
}
@media (min-width: 600px) {
  .setgroup .ddl-vue .ddl-vue-selected {
    font-size: 11px;
    padding-left: 26px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-right: 16px;
  }
}
.setgroup .ddl-vue .ddl-vue-selected.hasicon i {
  left: auto;
  right: 22px;
  margin-top: 1px;
}
@media (min-width: 600px) {
  .setgroup .ddl-vue .ddl-vue-selected.hasicon i {
    display: block;
    left: 0;
    right: auto;
  }
}
.setgroup .ddl-vue .ddl-vue-selected:after {
  display: none;
  right: 1px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
}
@media (min-width: 600px) {
  .setgroup .ddl-vue .ddl-vue-selected:after {
    display: inline-block;
  }
}
.setgroup .ddl-vue ul {
  position: relative;
  right: auto;
  top: auto;
  min-width: 100%;
  background-color: #f6f8f8;
}
@media (min-width: 600px) {
  .setgroup .ddl-vue ul {
    position: absolute;
    right: -12px;
    left: auto;
    border: 1px solid #D9DFE1;
    background-color: #fff;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
    margin-top: 6px;
    min-width: 125%;
  }
}
@media (min-width: 768px) {
  .setgroup .ddl-vue ul li {
    font-size: 12px;
  }
  .setgroup .ddl-vue ul li:first-child {
    border-top: none;
  }
}
.setgroup .ddl-vue ul li {
  background-color: transparent !important;
  padding: 6px 20px;
  border-top: none;
  text-decoration: underline;
}
@media (min-width: 600px) {
  .setgroup .ddl-vue ul li {
    font-size: 12px;
    padding: 0.6rem 1.6rem;
    background-color: #fff !important;
    border-top: 1px solid #D9DFE1;
    text-decoration: none;
  }
}
.setgroup .ddl-vue.open {
  padding-bottom: 10px;
  background-color: #f6f8f8;
}
@media (min-width: 600px) {
  .setgroup .ddl-vue.open {
    padding-bottom: 0;
    background-color: transparent;
  }
}
.setgroup .ddl-vue.open .ddl-vue-selected {
  background-color: transparent;
}
@media (min-width: 600px) {
  .setgroup .ddl-vue.open .ddl-vue-selected {
    background-color: #fff;
  }
}
.setgroup .ddl-vue.open .ddl-vue-selected:after {
  margin-top: -2px;
}
.filter-more {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: left;
  background-color: #f6f8f8;
}
@media (min-width: 768px) {
  .filter-more {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .filter-more {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1200px) {
  .filter-more {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (min-width: 768px) {
  .filter-more {
    display: none !important;
  }
}
.filter-more .filter-vue {
  position: relative;
  display: block;
  margin: 0;
}
.filter-more .filter-vue .filter-vue-button {
  display: none;
}
.filter-more .filter-vue .filter-vue-window {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 1.2rem;
  padding: 0;
  background-color: #f6f8f8;
  box-shadow: none;
  border: none;
  opacity: 1;
  transform: translate(0, 0);
}
.filter-more .filter-vue .filter-vue-window .vnis .vue-numbers-input {
  background-color: #f6f8f8;
}
.filter-more .filter-vue .filter-vue-content {
  border-bottom: none;
}
.filter-more .filter-vue .filter-vue-content .fvw-intro {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom-color: #d2dadc;
}
.filter-more .filter-vue .filter-vue-content .filter-vue-close {
  display: none !important;
}
.filter-more .filter-vue .fvw-controls {
  display: none;
}
.filter-more .filter-vue .filter-vue-list li {
  font-size: 1.2rem;
}
@media (max-width: 370px) {
  .filter-more .filter-vue .filter-vue-list li {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    font-size: 1.2rem;
    padding: 0;
  }
}
.filter-more-controls {
  margin-top: 1rem;
  padding: 2rem 0 1rem;
  border-top: 1px solid #d2dadc;
}
.filter-more-controls button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  display: inline-block;
  font-size: 1.4rem;
  padding: 1rem 1.4rem;
  color: #d6bd7b;
  border: 1px solid #d6bd7b;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-more-controls button.apply {
  color: #fff;
  background-color: #d6bd7b;
}
.slide-inDown-enter-active {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms linear;
}
.slide-inDown-leave-active {
  transition: opacity 0s;
}
.slide-inDown-enter,
.slide-inDown-leave-to {
  opacity: 0;
  transform: translate(0, 100px);
}
.ddl-vue {
  position: relative;
  display: inline-block;
}
.ddl-vue-selected {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  padding: 0.8rem 1.2rem;
  padding-right: 3rem;
  border: 1px solid #d6bd7b;
  background-color: #d6bd7b;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media (min-width: 910px) {
  .ddl-vue-selected {
    font-size: 1.3rem;
    padding: 0.8rem 1.6rem;
    padding-right: 3rem;
  }
}
.ddl-vue-selected.hasicon {
  padding-right: 30px;
}
.ddl-vue-selected.hasicon i {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  color: #7c7c7c;
  transform: translateY(-50%);
}
.ddl-vue-selected:after {
  content: '';
  position: absolute;
  right: 1.2rem;
  top: 50%;
  margin-top: -0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: transform 300ms ease-out;
}
.ddl-vue.open .ddl-vue-selected {
  background-color: #fff;
}
.ddl-vue.open .ddl-vue-selected:after {
  margin-top: -0.1rem;
  transform: rotate(-135deg);
}
.ddl-vue.open ul {
  display: block;
}
.ddl-vue ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 100%;
  background-color: #d6bd7b;
}
.ddl-vue ul li {
  font-size: 1.2rem;
  padding: 0.6rem 1.2rem;
  white-space: nowrap;
  border-top: 1px solid #E6D6AC;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #d6bd7b;
  transition: background-color 300ms linear;
}
@media (min-width: 910px) {
  .ddl-vue ul li {
    font-size: 1.3rem;
    padding: 0.6rem 1.6rem;
  }
}
.ddl-vue ul li:hover {
  background-color: #C49F42;
}
input[type=text],
input[type=password],
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #000;
}
.form_fieldset {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  padding: 10px 0;
  font-size: 15px;
}
.form_fieldset h2:first-child,
.form_fieldset h3:first-child,
.form_fieldset p:first-child {
  margin-top: 0;
  margin-bottom: 1em;
}
.form_fieldset .legend {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 6px 0 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}
@media (min-width: 1200px) {
  .form_fieldset .legend {
    margin-bottom: 32px;
  }
}
.form_fieldset .legend .help {
  text-transform: none;
  display: block;
  color: #555;
  margin-top: 2px;
  font-weight: 400;
}
.form_fieldset_sub {
  position: relative;
  padding: 18px 24px 1px;
  background-color: white;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #f3ebd7;
  border-right: 1px solid #f3ebd7;
}
@media (min-width: 992px) {
  .form_fieldset_sub {
    margin-bottom: 2.4rem;
  }
}
.form_fieldset_sub:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  top: -8px;
  left: 22px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #fff transparent;
}
.form_fieldset_sub label.out {
  color: #000 !important;
  margin-bottom: 6px !important;
}
.form_gbg {
  background-color: #FBF8F2;
  padding: 10px 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .form_gbg {
    padding: 20px 60px;
  }
}
@media (min-width: 1200px) {
  .form_gbg {
    padding: 30px 60px;
  }
}
.lvrf .field {
  margin-bottom: 1.8rem;
}
@media (min-width: 992px) {
  .lvrf .field {
    margin-bottom: 2.4rem;
  }
}
.lvrf .field label {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.lvrf .field label.check {
  display: inline-block;
  position: relative;
  text-transform: none;
  color: #000;
  padding: 0.9rem;
  padding-left: 3.9rem;
  background-color: #f6f8f8;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
}
.lvrf .field label.in {
  color: #C49F42;
  text-transform: none;
}
.lvrf .field label.l__chk {
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
}
.lvrf .field label.l__chk.active {
  font-weight: 700;
}
.lvrf .field .l__chk_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lvrf .field .l__chk_list > div {
  padding-top: 1px;
  padding-bottom: 1px;
}
.lvrf .field .l__chk_list > div:nth-child(odd) {
  padding-right: 10px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  min-width: 165px;
}
.lvrf .field .l__chk_list > div:nth-child(even) {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.lvrf .field .l__chk_list .l__chk {
  font-size: 14px;
}
.lvrf .field .l__chk_list .l__chk span.check {
  top: 4px;
}
.lvrf .field .l__chk_stack > div {
  padding-top: 1px;
  padding-bottom: 1px;
}
.lvrf .field .l__chk_stack .l__chk {
  font-size: 14px;
}
.lvrf .field .l__chk_stack .l__chk span.check {
  top: 4px;
}
.lvrf .field .help {
  display: block;
  color: #7c7c7c;
  font-size: 1.2rem;
  margin-top: -0.3rem;
  margin-bottom: 0.3rem;
}
.lvrf .field .help__chk {
  padding-left: 24px;
  color: #626262;
}
.lvrf .field .help.under_sub {
  margin-bottom: 6px;
}
.lvrf .field .errors {
  display: block;
  font-size: 1.2rem;
  color: #fe4438;
  margin-top: -0.3rem;
  margin-bottom: 0.3rem;
}
.lvrf .field .select {
  font-size: 1.6rem;
  height: 3.25em;
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.lvrf label.out {
  display: block;
  color: #C49F42;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.lvrf input[type=text],
.lvrf input[type=password] {
  font-size: 1.6rem;
  height: 3.25em;
  border-color: #acacac;
  border-radius: 2px;
}
.lvrf input[type=text]:focus,
.lvrf input[type=password]:focus {
  outline: none;
  border-color: #C49F42;
  box-shadow: 0 0 0 0.25em rgba(196, 159, 66, 0.25);
}
.lvrf input[type=text].error,
.lvrf input[type=password].error {
  border-color: #fe4438;
}
.lvrf input[type=text].error:focus,
.lvrf input[type=password].error:focus {
  box-shadow: 0 0 0 0.25em rgba(254, 68, 56, 0.1);
}
.lvrf .select select {
  background-color: #fff;
  border-color: #acacac;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  max-width: 100%;
  height: 3.25em;
  outline: 0;
  border-radius: 2px;
}
.lvrf textarea {
  font-size: 1.6rem;
  border-color: #acacac;
  border-radius: 2px;
}
.lvrf textarea:focus {
  outline: none;
  border-color: #C49F42;
  box-shadow: 0 0 0 0.25em rgba(196, 159, 66, 0.25);
}
.lvrf textarea.error {
  border-color: #fe4438;
}
.lvrf textarea.error:focus {
  box-shadow: 0 0 0 0.25em rgba(254, 68, 56, 0.1);
}
.lvrf.windowed .field {
  margin-bottom: 1.5rem;
}
.lvrf.windowed input[type=text] {
  font-size: 1.3rem;
  height: 3em;
}
.lvrf.windowed textarea {
  font-size: 1.3rem;
}
.lvrf.windowed .inlerr {
  color: #fe4438;
  font-size: 1.2rem;
  text-transform: none;
  display: inline-block;
  margin-left: 5px;
}
.lvrf .check:hover span.chk {
  box-shadow: 0 0 0.5em rgba(124, 124, 124, 0.4);
}
.lvrf .check:focus span.chk {
  box-shadow: 0 0 0.5em rgba(124, 124, 124, 0.4);
}
.lvrf .check span.chk {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 2.1rem;
  height: 2.1rem;
  border: 2px solid #7c7c7c;
  border-radius: 2px;
}
.lvrf .check span.chk:before {
  display: none;
  position: absolute;
  font-family: SSGizmo;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: '✓';
}
.lvrf .check input[type='checkbox'] {
  position: absolute;
  left: -9999px;
}
.lvrf label.check input[type=checkbox]:checked + .chk {
  border-color: #d6bd7b;
  background-color: #d6bd7b;
  box-shadow: 0 0 0.5em rgba(196, 159, 66, 0.4);
}
.lvrf label.check input[type=checkbox]:checked + .chk:before {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  top: 0.3rem;
  left: 0;
}
.lvrf .check-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.lvrf .check-list > div {
  -ms-flex: 0 0 96%;
      flex: 0 0 96%;
}
@media (min-width: 450px) {
  .lvrf .check-list > div {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (min-width: 1200px) {
  .lvrf .check-list > div {
    -ms-flex: 0 0 31%;
        flex: 0 0 31%;
    max-width: 31%;
  }
}
.lvrf .check-list > div .check {
  width: 100%;
}
.lvrf .check-list > div label.check input[type=checkbox]:checked + .chk {
  border-color: #98b9c3;
  background-color: #98b9c3;
  box-shadow: 0 0 0.5em rgba(152, 185, 195, 0.4);
}
.lvrf .super-check {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1.2rem;
  padding-left: 4.8rem;
}
.lvrf .super-check label {
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}
.lvrf .super-check label em {
  font-style: normal;
  display: block;
  font-size: 1.2rem;
  color: #4d4d4d;
}
.lvrf .super-check label input[type=checkbox]:checked + .chk {
  border-color: #d6bd7b;
  box-shadow: 0 0 0.5em rgba(196, 159, 66, 0.4);
}
.lvrf .super-check label input[type=checkbox]:checked + .chk:before {
  position: absolute;
  line-height: 1;
  font-size: 16px;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -40%);
  font-family: SSGizmo;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  color: #fff;
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: '✓';
}
.lvrf .super-check label input[type=checkbox]:checked + .chk:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 24px;
  height: 24px;
  left: 1px;
  top: 1px;
  background-color: #d6bd7b;
  border-radius: 10%;
  z-index: 1;
}
.lvrf .super-check input[type='checkbox'] {
  position: absolute;
  left: -9999px;
}
.lvrf .super-check .chk {
  position: absolute;
  left: 4px;
  top: 45%;
  width: 30px;
  height: 30px;
  border: 2px solid #d6bd7b;
  border-radius: 10%;
  transform: translateY(-50%);
}
.lvrf .super-check:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  left: 4.6rem;
  background-color: #E9EDEE;
}
.lvrf .super-check.last:after {
  display: none;
}
.lvrf .checkswitch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 1.2rem;
}
.lvrf .checkswitch .cks {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}
.lvrf .checkswitch .cks label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.lvrf .checkswitch .cks label input[type='checkbox'] {
  position: absolute;
  left: -9999px;
}
.lvrf .checkswitch .cks label span {
  display: block;
  padding: 1.2rem 1.2rem;
  color: #000;
  border: 1px solid #7c7c7c;
  border-left-width: 0;
  text-align: center;
  background-color: #fff;
  transition: background-color 400ms linear;
}
@media (min-width: 992px) {
  .lvrf .checkswitch .cks label span {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}
.lvrf .checkswitch .cks label span:hover {
  background-color: #ecf2f4;
}
.lvrf .checkswitch .cks label input[type=checkbox]:checked + .chk {
  background-color: #98b9c3;
  border-color: #98b9c3;
  border-right-color: #fff;
}
.lvrf .checkswitch .cks:first-child label span {
  border-left-width: 1px;
}
.lvrf ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acacac;
}
.lvrf ::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
}
.lvrf :-ms-input-placeholder {
  /* IE 10+ */
  color: #acacac;
}
.lvrf :-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
}
.lvrf-errors-up {
  font-size: 1.2rem;
  color: #fe4438;
  margin-bottom: 0.6rem;
}
.notify {
  position: relative;
  padding: 1.2rem;
  padding-right: 3rem;
  margin-bottom: 1.8rem;
  background-color: #f6f8f8;
  border-left: 6px solid #000;
}
.notify ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notify i {
  position: absolute;
  right: 12px;
  top: 16px;
  font-size: 16px;
}
.notify.danger {
  border-color: #fe4438;
  background-color: #FFF5F7;
}
.notify.danger i {
  color: #fe4438;
  cursor: pointer;
}
.notify.success {
  border-color: #23D160;
  background-color: #E9FAEF;
}
.notify.success i {
  color: #23D160;
  cursor: pointer;
}
.notify-enter-active {
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms linear;
}
.notify-leave-active {
  transition: transform 500ms cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 500ms linear;
}
.notify-enter,
.notify-leave-to {
  transform: translateX(40px);
  opacity: 0;
}
.carousel-wrap {
  position: relative;
}
.carousel {
  position: relative;
}
.carousel:before,
.carousel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.carousel:after {
  clear: both;
}
.carousel-cell {
  position: relative;
  float: left;
  margin-left: 0.3rem;
  max-height: 1200px;
  overflow: hidden;
  background-color: #D9DFE1;
}
.carousel-cell:first-child {
  margin-left: 0;
}
.carousel-cell:nth-child(1) .carousel-cell-inner img,
.carousel-cell:nth-child(2) .carousel-cell-inner img {
  transform-origin: center center;
  transform: scale(1.1, 1.1);
}
.carousel-cell-inner {
  height: 92vh;
  max-height: 68vw;
}
.carousel-cell-inner img {
  display: block;
  max-height: 100%;
  width: auto;
}
.carousel-cell canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  filter: blur(10px);
  opacity: 0.5;
  pointer-events: none;
}
.album {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 18px;
}
@media (min-width: 992px) {
  .album {
    padding: 38px;
  }
}
@media (min-width: 1200px) {
  .album {
    padding: 48px;
  }
}
.album .album-item {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding: 2px;
}
@media (min-width: 768px) {
  .album .album-item {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .album .album-item {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .album .album-item {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1440px) {
  .album .album-item {
    -ms-flex: 0 0 16.6666%;
        flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
}
@media (min-width: 1800px) {
  .album .album-item {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.album .album-item > div {
  position: relative;
  padding-top: 66.6667%;
  overflow: hidden;
  cursor: url(/public/img/cursor-zoom.png), pointer;
  background-color: #fff;
}
.album .album-item > div.load i.r {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 2;
}
.album .album-item > div.load i.r:before,
.album .album-item > div.load i.r:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 4px solid #d6bd7b;
  opacity: 0.8;
  border-radius: 50%;
  opacity: 0;
  transform-origin: center center;
  animation: img-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.album .album-item > div.load i.r:after {
  animation-delay: -0.35s;
}
.album .album-item > div.complete img {
  opacity: 1;
}
.album .album-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-height: 104%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 500ms linear;
}
@keyframes img-ripple {
  0% {
    transform: scale(0.05, 0.05);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  display: inline-block;
  padding: 9px 16px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  transition: background-color 300ms linear, border-color 300ms linear, color 300ms linear;
  cursor: pointer;
}
.btn:hover {
  color: #d6bd7b;
  border-color: #d6bd7b;
}
.btn.solid {
  background-color: #000;
  color: #fff;
}
.btn.solid:hover {
  background-color: #d6bd7b;
  border-color: #d6bd7b;
}
.btn.solid.gold {
  background-color: #d6bd7b;
  color: #000;
}
.btn.solid.gold:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn.gold {
  color: #d6bd7b;
  border-color: #d6bd7b;
}
.btn.gold:hover {
  color: #000;
  border-color: #000;
}
.btn.gold.hoverwhite:hover {
  color: #fff;
  border-color: #fff;
}
.btn.white {
  color: #fff;
  border-color: #fff;
}
.btn.white:hover {
  color: #d6bd7b;
  border-color: #d6bd7b;
}
@media (min-width: 768px) {
  .btn.big {
    padding: 12px 24px;
    font-size: 14px;
  }
}
.btn[disabled] {
  color: #aaa;
  border-color: #aaa;
  background-color: transparent;
  cursor: default;
}
.btn[disabled]:hover {
  color: #aaa;
  border-color: #aaa;
  background-color: transparent;
}
.button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  display: inline-block;
  padding: 1.8rem 2.4rem;
  color: #000;
  background-color: #E9EDEE;
  text-transform: uppercase;
  transition: background-color 300ms linear, color 300ms linear;
  cursor: pointer;
}
.button:hover {
  color: #fff;
  background-color: #000;
}
.button:disabled {
  color: #9c9c9c !important;
  background-color: #E9EDEE !important;
  cursor: not-allowed;
}
.button.classic {
  background-color: #d6bd7b;
}
.button.classic:hover {
  color: #fff;
  background-color: #000;
}
.button.sm {
  padding: 1.2rem 2rem;
  font-size: 1.2rem;
}
.sbutton {
  position: relative;
  display: inline-block;
  padding: 1.6rem 2.6rem;
}
.sbutton span {
  position: relative;
  display: inline-block;
  color: #d6bd7b;
  text-transform: uppercase;
  z-index: 2;
  transition: color 500ms linear;
}
.sbutton.over span {
  color: #fff;
}
.sbutton.over svg path.afill {
  fill: #d6bd7b;
  transform-origin: top center;
  transform: scale(1, 1);
  transition: transform 750ms cubic-bezier(1, 0, 0, 1), fill 1000ms linear;
  transition-delay: 0;
}
.sbutton svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sbutton svg path.astroke {
  fill: transparent;
  fill: none;
  stroke: #E9EDEE;
  stroke-width: 2;
}
.sbutton svg path.astroke.a1 {
  stroke: #000;
  stroke-dashoffset: 0;
  stroke-dasharray: 1 249;
}
.sbutton svg path.afill {
  fill: white;
  transform-origin: bottom center;
  transform: scale(1, 0);
  will-change: transform, fill;
  transition: transform 750ms cubic-bezier(1, 0, 0, 1), fill 500ms 500ms linear;
}
.just-outline {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  display: inline-block;
  padding: 1.6rem 2.2rem;
  font-size: 1.3rem;
  color: #d6bd7b;
  text-transform: uppercase;
  transition: background-color 300ms linear, color 300ms linear;
  cursor: pointer;
  border: 1px solid #f4eedc;
}
.social-buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-buttons ul li {
  perspective: 50px;
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  display: inline-block;
  text-align: center;
  margin-left: 1rem;
  transition: background-color 400ms linear;
}
.social-buttons ul li:first-child {
  margin-left: 0;
}
.social-buttons ul li:hover a {
  transform: rotateY(180deg);
}
.social-buttons ul li a {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  color: #000;
  transition: 0.5s;
  transform-style: preserve-3d;
}
.social-buttons ul li .front,
.social-buttons ul li .back {
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: white;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #d6bd7b;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotateY(0deg);
}
.social-buttons ul li .front i.fab,
.social-buttons ul li .back i.fab {
  position: relative;
}
.social-buttons ul li .front i.fab.fa-twitter,
.social-buttons ul li .back i.fab.fa-twitter {
  top: 1px;
}
.social-buttons ul li .front i.fab.fa-instagram,
.social-buttons ul li .back i.fab.fa-instagram {
  top: 1px;
}
.social-buttons ul li .front i.fab.fa-facebook-f,
.social-buttons ul li .back i.fab.fa-facebook-f {
  left: 0;
}
.social-buttons ul li .back {
  color: #000;
  background-color: #d6bd7b;
  z-index: 1;
  transform: rotateY(180deg);
}
.social-buttons.stroked ul li .front {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.social-buttons.stroked ul li .back {
  color: #fff;
  background-color: #000;
}
.book-button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  padding: 1.6rem 2.2rem;
  font-size: 1.3rem;
  color: #FBF8F2;
  text-transform: uppercase;
  border: 1px solid #FBF8F2;
  will-change: border-color, color, box-shadow;
  transition: border-color 100ms linear, color 500ms linear;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .book-button {
    font-size: 1.3rem;
    padding: 1.6rem 2.8rem;
  }
}
.book-button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #d6bd7b;
  transform: translateY(-101%);
  transition: transform 1s cubic-bezier(1, 0, 0, 1), opacity 1s linear;
}
.book-button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 1;
  background-color: #FBF8F2;
}
.book-button.enter,
.book-button.in {
  color: #C49F42;
  border-color: #d6bd7b;
  transition: border-color 1s linear, color 1s linear;
}
.book-button:hover {
  color: #fff;
}
.book-button:hover:before {
  opacity: 1;
  transform: translateY(0%) !important;
}
.prompt {
  position: fixed;
  top: -9999px;
  left: 0;
  width: 280px;
  color: white;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.88);
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 799;
  opacity: 0;
  transform: translate(0, 50px);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 250ms linear;
}
@media (min-width: 768px) {
  .prompt {
    width: auto;
    min-width: 280px;
    max-width: 360px;
  }
}
.prompt i.caret {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #000 transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.88) transparent;
}
.prompt-copy {
  padding: 1.2rem;
  font-size: 1.3rem;
}
.prompt-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
  border-top: 1px solid #333;
}
.prompt-control > div {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding: 1.2rem;
}
.prompt-control > div a {
  text-transform: uppercase;
  font-weight: 500;
}
.prompt-control > div:nth-child(even) {
  text-align: right;
}
.prompt-back {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 798;
}
.prompt-wrap {
  position: static;
}
.prompt-wrap.active .prompt {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s linear;
}
.prompt-wrap.active .prompt-back {
  display: block;
}
.side-window {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: calc(100% - 20px);
  max-width: 38rem;
  z-index: 30;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  will-change: transform opacity;
}
.side-window-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 96vh;
  overflow: hidden;
}
.side-window-header {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 15px 30px 5px 20px;
  color: #fff;
  background-color: #000;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 2;
}
.side-window-header h4 {
  margin: 1.2rem 0;
  text-transform: none;
  font-weight: 300;
}
.side-window-header h4 span {
  color: #d6bd7b;
  text-transform: uppercase;
}
.side-window-header p {
  color: #D9DFE1;
  font-size: 1.2rem;
}
.side-window-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.side-window-content .swc-panels {
  padding: 20px 20px 10px;
  background-color: #fff;
  transition: background-color 500ms linear;
}
.side-window-content .swc-panels.success {
  background-color: rgba(233, 250, 239, 0.5);
}
.side-window-content .swc-panels .swcp {
  will-change: transform;
}
.side-window-content .swc-panels .step-success {
  padding: 20px 0;
}
.side-window-content .swc-panels .notify ul li {
  font-size: 1.2rem;
}
.side-window-content .swc-panels h4 {
  margin-top: 0;
  text-transform: none;
}
.side-window-content .swc-panels p {
  font-size: 1.2rem;
}
.side-window-content .swc-panels .await {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0.6rem 0 1.2rem;
}
.side-window-content .swc-panels .await:before,
.side-window-content .swc-panels .await:after,
.side-window-content .swc-panels .await i {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  width: 40px;
  height: 40px;
  left: 0;
  border: 4px solid #737373;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transform-origin: center center;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.side-window-content .swc-panels .await:after {
  animation-delay: -0.3s;
}
.side-window-content .swc-panels .await i {
  animation-delay: -0.6s;
}
.side-window-footer {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 15px 20px;
  background-color: #f6f8f8;
  border-top: 1px solid #DFE4E6;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 2;
}
.side-window-footer .button {
  border-radius: 3px;
  margin-right: 3px;
}
.side-window-footer .await {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
.side-window-footer .await:before,
.side-window-footer .await:after,
.side-window-footer .await i {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  width: 40px;
  height: 40px;
  left: 0;
  border: 4px solid #737373;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transform-origin: center center;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.side-window-footer .await:after {
  animation-delay: -0.3s;
}
.side-window-footer .await i {
  animation-delay: -0.6s;
}
.side-window .close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 12px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
.sideWin-enter-active {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.75s linear;
}
.sideWin-leave-active {
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s linear;
}
.sideWin-enter {
  opacity: 0;
  transform: translateY(50px);
}
.sideWin-leave-to {
  opacity: 0;
  transform: translateY(50px);
}
.swcp.sharer {
  margin: 10px 0;
}
.swcp.sharer a:not(:first-child) {
  margin-left: 15px;
}
.swcp.sharer a svg {
  max-height: 30px;
  max-width: 30px;
}
.swcp-enter-active {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.swcp-leave-active {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.swcp-enter {
  position: relative;
  z-index: 2;
  transform: translateX(101%);
}
.swcp-leave-to {
  position: absolute;
  z-index: 1;
  transform: translateX(-120%);
}
.hero {
  position: relative;
  margin-bottom: 7vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-bg {
  position: relative;
  min-height: 20rem;
  max-height: 78vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-bg {
    min-height: 40rem;
  }
}
.hero-bg:before {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  padding-top: 60%;
  z-index: 1;
}
.hero-bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.35;
  z-index: 2;
}
.hero-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 3;
}
.hero-text h2 {
  margin: 0 auto;
  max-width: 80rem;
  padding-bottom: 1rem;
}
@media (min-width: 1200px) {
  .hero-text h2 {
    font-size: 3.6rem;
    line-height: 1.3333;
  }
}
@media (min-width: 992px) {
  .hero.article {
    margin-bottom: 12vh;
  }
}
.hero.article .hero-bg:after {
  opacity: 1;
  background-color: transparent;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.5) 75%);
}
.hero.article .hero-text {
  height: 90%;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media (min-width: 1440px) {
  .hero.article .hero-text h2 {
    font-size: 4.4rem;
    line-height: 1.2;
  }
}
.hero.article .hero-text h3 {
  margin: 0 auto;
  margin-top: -1rem;
  padding-bottom: 1rem;
  max-width: 80rem;
}
.hero.article .copy-tag .tag {
  color: #000;
}
@media (min-width: 992px) {
  .hero.article .copy-tag {
    transform: translate(-50%, -6vh);
  }
  .hero.article .copy-tag:before {
    height: 12vh;
  }
}
.image-fw {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.image-fw .ifwi {
  position: relative;
  width: 100%;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  will-change: transform;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.image-fw .ifwi.video {
  padding-top: 56.25%;
  z-index: 2;
}
.image-fw .ifwi.video:hover {
  transform: scale(1.05, 1.05);
}
.image-fw .ifwi.video:hover .play:after {
  transform: translate(-50%, -50%) skew(-45deg, 45deg) scale(0.8, 0.8);
  border-radius: 2px;
}
.image-fw .ifwi.callout {
  padding-top: 0;
}
.image-fw .ifwi.callout .callout-inner {
  position: relative;
  padding: 19% 2rem;
  text-align: center;
  color: #fff;
}
.image-fw .ifwi.callout .callout-inner h2,
.image-fw .ifwi.callout .callout-inner h3 {
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.image-fw .ifwi.callout .callout-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
  z-index: 1;
}
.image-fw .ifwi.callout .callout-inner .button {
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  padding: 1.4rem 1.8rem;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.image-fw .ifwi.callout .callout-inner .button:hover {
  color: #000;
  background-color: #fff;
}
.image-fw .ifwi .play {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 500;
  font-size: 13px;
  transform: translate(-50%, -50%);
  color: #d6bd7b;
  text-transform: uppercase;
  z-index: 3;
}
.image-fw .ifwi .play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 136%;
  padding: 136%;
  background-color: #000;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.9;
  will-change: transform, border-radius;
  transform-origin: center center;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.image-fw .ifni {
  position: relative;
  width: 100%;
  text-align: center;
}
.image-fw .ifni-in {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
}
.image-fw .ifni img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.image-fw iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.image-fw iframe.off {
  left: -5000px;
  z-index: 1;
}
.image-fw iframe.on {
  left: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .image-fw.animate .ifwi:before,
  .image-fw.animate .ifni-in:before,
  .image-fw.animate .ifwi:after,
  .image-fw.animate .ifni-in:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    will-change: transform;
    transition: transform 100ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .image-fw.animate .ifwi:after,
  .image-fw.animate .ifni-in:after {
    background-color: #101010;
    z-index: 4;
  }
  .image-fw.animate .ifwi.enter:before,
  .image-fw.animate .ifni-in.enter:before,
  .image-fw.animate .ifwi.in:before,
  .image-fw.animate .ifni-in.in:before,
  .image-fw.animate .ifwi.above:before,
  .image-fw.animate .ifni-in.above:before {
    transition-duration: 750ms;
    transition-delay: 250ms;
    transform: translateY(-101%);
  }
  .image-fw.animate .ifwi.enter:after,
  .image-fw.animate .ifni-in.enter:after,
  .image-fw.animate .ifwi.in:after,
  .image-fw.animate .ifni-in.in:after,
  .image-fw.animate .ifwi.above:after,
  .image-fw.animate .ifni-in.above:after {
    transition-duration: 750ms;
    transition-delay: 750ms;
    transform: translateY(-101%);
  }
}
.image-cta-fw {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: white;
  text-align: center;
  overflow: hidden;
}
.image-cta-fw-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  will-change: transform;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.image-cta-fw.notb .image-cta-fw-bg {
  position: relative;
}
.image-cta-fw.notb .image-cta-fw-bg img {
  display: block;
  max-width: 100%;
  width: auto;
}
.image-cta-fw-c {
  position: relative;
  max-width: 640px;
  margin: 0 auto 10px;
  padding: 18% 20px;
  z-index: 2;
}
.image-cta-fw-c h2 {
  letter-spacing: 4px;
}
.image-cta-fw-c p {
  max-width: 550px;
  margin: 0 auto;
  min-height: 10px;
}
.image-cta-fw.notb .image-cta-fw-c-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.image-cta-fw.notb .image-cta-fw-c {
  padding: 20px;
}
.image-cta-fw-cta {
  position: relative;
  padding-bottom: 30px;
  margin-top: -30px;
  z-index: 2;
}
@media (min-width: 768px) {
  .image-cta-fw-cta {
    padding-bottom: 40px;
    margin-top: -40px;
  }
}
@media (min-width: 992px) {
  .image-cta-fw-cta {
    padding-bottom: 50px;
    margin-top: -50px;
  }
}
.image-cta-fw-cta > span {
  display: inline-block;
}
.image-cta-fw > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.image-cta-fw:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  transition: opacity 0.75s linear;
}
.image-cta-fw:hover .image-cta-fw-bg {
  transform: scale(1.06, 1.06);
}
.image-cta-fw:hover:before {
  opacity: 0.3;
}
@media (min-width: 1000px) {
  .ms .image-cta-fw-c,
  .mw .image-cta-fw-c {
    padding: 16% 20px;
  }
}
.image-circs {
  margin: 0 auto;
  max-width: 90px;
}
.image-circs img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  opacity: 0.8;
}
.insta-grid-logo {
  padding-bottom: 36px;
}
.insta-grid-logo img {
  max-width: 32px;
  margin: 0 auto;
  display: block;
}
.list__news {
  position: relative;
}
@media (min-width: 480px) {
  .list__news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.list__news_item {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .list__news_item {
    -ms-flex: 0 0 48.5%;
        flex: 0 0 48.5%;
  }
}
@media (min-width: 768px) {
  .list__news_item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .list__news_item {
    margin-bottom: 40px;
  }
}
.list__news_item.dummy {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.list__news_item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  background-color: #f6f8f8;
}
.list__news_item a {
  color: #000;
}
.list__news_item h4 {
  margin: 16px 0 10px;
}
.list__news_item .category {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 16px;
  color: #d6bd7b;
}
.list__news_item p {
  font-size: 12px;
  margin: 0;
}
.list__news_item .desc {
  display: none;
}
@media (min-width: 992px) {
  .list__news_item .desc {
    display: block;
    margin-top: 4px;
  }
}
.list__news_item .meta {
  margin-top: 10px;
  text-transform: uppercase;
}
.list__news_bars {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .list__news_bars {
    margin-bottom: 40px;
  }
}
.list__news_control {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .list__news_control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 3px;
  }
}
.list__news_control_loc {
  font-size: 15px;
}
@media (min-width: 600px) {
  .list__news_control_loc {
    -ms-flex: 1;
        flex: 1;
  }
}
.list__news_control_loc a {
  display: inline-block;
  margin-right: 12px;
  color: #C49F42;
}
.list__news_control_loc a.active {
  color: #000;
  border-bottom: 1px solid #000;
}
.list__news_control_cat {
  margin-top: 10px;
  max-width: 300px;
}
@media (min-width: 600px) {
  .list__news_control_cat {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    margin-top: 0;
  }
}
.list__news_control_cat .multiselect {
  min-height: 46px;
}
.list__news_control_cat .multiselect__tags {
  border-radius: 3px;
  border: 1px solid #DFE4E6;
  min-height: 46px;
  padding: 10px 30px 0 8px;
}
.list__news_control_cat .multiselect__select {
  height: 44px;
}
.list__news_control_cat .multiselect__select:before {
  top: 18px;
}
.list__news_none {
  border-top: 1px solid #D9DFE1;
  padding-top: 30px;
}
.list__news_none p {
  color: #333;
}
@media (min-width: 992px) {
  .ms .list__news_item,
  .mw .list__news_item {
    -ms-flex: 0 0 32%;
        flex: 0 0 32%;
  }
}
@media (min-width: 1200px) {
  .mw .list__news_item {
    -ms-flex: 0 0 24%;
        flex: 0 0 24%;
  }
}
.tiny-gap {
  margin-top: 20px !important;
}
@media (min-width: 992px) {
  .tiny-gap {
    margin-top: 30px !important;
  }
}
.tiny-gap-bottom {
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  .tiny-gap-bottom {
    margin-bottom: 30px !important;
  }
}
.small-gap {
  margin-top: 30px !important;
}
@media (min-width: 992px) {
  .small-gap {
    margin-top: 45px !important;
  }
}
.small-gap-bottom {
  margin-bottom: 30px !important;
}
@media (min-width: 992px) {
  .small-gap-bottom {
    margin-bottom: 45px !important;
  }
}
.medium-gap {
  margin-top: 45px !important;
}
@media (min-width: 992px) {
  .medium-gap {
    margin-top: 60px !important;
  }
}
.medium-gap-bottom {
  margin-bottom: 45px !important;
}
@media (min-width: 992px) {
  .medium-gap-bottom {
    margin-bottom: 60px !important;
  }
}
.standard-gap {
  margin-top: 60px !important;
}
@media (min-width: 992px) {
  .standard-gap {
    margin-top: 75px !important;
  }
}
.standard-gap-bottom {
  margin-bottom: 60px !important;
}
@media (min-width: 992px) {
  .standard-gap-bottom {
    margin-bottom: 75px !important;
  }
}
.big-gap {
  margin-top: 75px !important;
}
@media (min-width: 992px) {
  .big-gap {
    margin-top: 90px !important;
  }
}
.big-gap-bottom {
  margin-bottom: 75px !important;
}
@media (min-width: 992px) {
  .big-gap-bottom {
    margin-bottom: 90px !important;
  }
}
.huge-gap {
  margin-top: 100px !important;
}
@media (min-width: 992px) {
  .huge-gap {
    margin-top: 125px !important;
  }
}
.huge-gap-bottom {
  margin-bottom: 100px !important;
}
@media (min-width: 992px) {
  .huge-gap-bottom {
    margin-bottom: 125px !important;
  }
}
.tiny-contain {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (min-width: 992px) {
  .tiny-contain {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.tiny-contain-top {
  padding-top: 20px !important;
}
@media (min-width: 992px) {
  .tiny-contain-top {
    padding-top: 30px !important;
  }
}
.tiny-contain-bottom {
  padding-bottom: 20px !important;
}
@media (min-width: 992px) {
  .tiny-contain-bottom {
    padding-bottom: 30px !important;
  }
}
.small-contain {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media (min-width: 992px) {
  .small-contain {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
.small-contain-top {
  padding-top: 30px !important;
}
@media (min-width: 992px) {
  .small-contain-top {
    padding-top: 45px !important;
  }
}
.small-contain-bottom {
  padding-bottom: 30px !important;
}
@media (min-width: 992px) {
  .small-contain-bottom {
    padding-bottom: 45px !important;
  }
}
.medium-contain {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
@media (min-width: 992px) {
  .medium-contain {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.medium-contain-top {
  padding-top: 45px !important;
}
@media (min-width: 992px) {
  .medium-contain-top {
    padding-top: 60px !important;
  }
}
.medium-contain-bottom {
  padding-bottom: 45px !important;
}
@media (min-width: 992px) {
  .medium-contain-bottom {
    padding-bottom: 60px !important;
  }
}
.standard-contain {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (min-width: 992px) {
  .standard-contain {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}
.standard-contain-top {
  padding-top: 60px !important;
}
@media (min-width: 992px) {
  .standard-contain-top {
    padding-top: 75px !important;
  }
}
.standard-contain-bottom {
  padding-bottom: 60px !important;
}
@media (min-width: 992px) {
  .standard-contain-bottom {
    padding-bottom: 75px !important;
  }
}
.big-contain {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
@media (min-width: 992px) {
  .big-contain {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
.big-contain-top {
  padding-top: 75px !important;
}
@media (min-width: 992px) {
  .big-contain-top {
    padding-top: 90px !important;
  }
}
.big-contain-bottom {
  padding-bottom: 75px !important;
}
@media (min-width: 992px) {
  .big-contain-bottom {
    padding-bottom: 90px !important;
  }
}
.huge-contain {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (min-width: 992px) {
  .huge-contain {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
}
.huge-contain-top {
  padding-top: 100px !important;
}
@media (min-width: 992px) {
  .huge-contain-top {
    padding-top: 120px !important;
  }
}
.huge-contain-bottom {
  padding-bottom: 100px !important;
}
@media (min-width: 992px) {
  .huge-contain-bottom {
    padding-bottom: 120px !important;
  }
}
.pr {
  position: relative;
}
.ib {
  display: inline-block;
}
.block-all {
  display: block;
}
@media (max-width: 767px) {
  .block-xs {
    display: block;
  }
}
@media (min-width: 768px) {
  .block-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}
.pt-0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-65 {
  padding-left: 65px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-75 {
  padding-left: 75px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-85 {
  padding-left: 85px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-95 {
  padding-left: 95px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-65 {
  padding-right: 65px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-75 {
  padding-right: 75px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-85 {
  padding-right: 85px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-95 {
  padding-right: 95px;
}
.pr-100 {
  padding-right: 100px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-36 {
  padding-top: 36px;
}
.pb-36 {
  padding-bottom: 3.6rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-100 {
  margin-right: 100px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-24 {
  margin-top: 24px;
}
.mw-100 {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-100 {
  max-width: 100px;
}
.mwr-100 {
  max-width: 100px;
  margin-left: auto;
}
.mw-125 {
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-125 {
  max-width: 125px;
}
.mwr-125 {
  max-width: 125px;
  margin-left: auto;
}
.mw-150 {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-150 {
  max-width: 150px;
}
.mwr-150 {
  max-width: 150px;
  margin-left: auto;
}
.mw-175 {
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-175 {
  max-width: 175px;
}
.mwr-175 {
  max-width: 175px;
  margin-left: auto;
}
.mw-200 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-200 {
  max-width: 200px;
}
.mwr-200 {
  max-width: 200px;
  margin-left: auto;
}
.mw-225 {
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-225 {
  max-width: 225px;
}
.mwr-225 {
  max-width: 225px;
  margin-left: auto;
}
.mw-250 {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-250 {
  max-width: 250px;
}
.mwr-250 {
  max-width: 250px;
  margin-left: auto;
}
.mw-275 {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-275 {
  max-width: 275px;
}
.mwr-275 {
  max-width: 275px;
  margin-left: auto;
}
.mw-300 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-300 {
  max-width: 300px;
}
.mwr-300 {
  max-width: 300px;
  margin-left: auto;
}
.mw-325 {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-325 {
  max-width: 325px;
}
.mwr-325 {
  max-width: 325px;
  margin-left: auto;
}
.mw-350 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-350 {
  max-width: 350px;
}
.mwr-350 {
  max-width: 350px;
  margin-left: auto;
}
.mw-375 {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-375 {
  max-width: 375px;
}
.mwr-375 {
  max-width: 375px;
  margin-left: auto;
}
.mw-400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-400 {
  max-width: 400px;
}
.mwr-400 {
  max-width: 400px;
  margin-left: auto;
}
.mw-425 {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-425 {
  max-width: 425px;
}
.mwr-425 {
  max-width: 425px;
  margin-left: auto;
}
.mw-450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-450 {
  max-width: 450px;
}
.mwr-450 {
  max-width: 450px;
  margin-left: auto;
}
.mw-475 {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-475 {
  max-width: 475px;
}
.mwr-475 {
  max-width: 475px;
  margin-left: auto;
}
.mw-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-500 {
  max-width: 500px;
}
.mwr-500 {
  max-width: 500px;
  margin-left: auto;
}
.mw-525 {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-525 {
  max-width: 525px;
}
.mwr-525 {
  max-width: 525px;
  margin-left: auto;
}
.mw-550 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-550 {
  max-width: 550px;
}
.mwr-550 {
  max-width: 550px;
  margin-left: auto;
}
.mw-575 {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-575 {
  max-width: 575px;
}
.mwr-575 {
  max-width: 575px;
  margin-left: auto;
}
.mw-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-600 {
  max-width: 600px;
}
.mwr-600 {
  max-width: 600px;
  margin-left: auto;
}
.mw-625 {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-625 {
  max-width: 625px;
}
.mwr-625 {
  max-width: 625px;
  margin-left: auto;
}
.mw-650 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-650 {
  max-width: 650px;
}
.mwr-650 {
  max-width: 650px;
  margin-left: auto;
}
.mw-675 {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-675 {
  max-width: 675px;
}
.mwr-675 {
  max-width: 675px;
  margin-left: auto;
}
.mw-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-700 {
  max-width: 700px;
}
.mwr-700 {
  max-width: 700px;
  margin-left: auto;
}
.mw-725 {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-725 {
  max-width: 725px;
}
.mwr-725 {
  max-width: 725px;
  margin-left: auto;
}
.mw-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-750 {
  max-width: 750px;
}
.mwr-750 {
  max-width: 750px;
  margin-left: auto;
}
.mw-775 {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-775 {
  max-width: 775px;
}
.mwr-775 {
  max-width: 775px;
  margin-left: auto;
}
.mw-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-800 {
  max-width: 800px;
}
.mwr-800 {
  max-width: 800px;
  margin-left: auto;
}
.mw-825 {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-825 {
  max-width: 825px;
}
.mwr-825 {
  max-width: 825px;
  margin-left: auto;
}
.mw-850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-850 {
  max-width: 850px;
}
.mwr-850 {
  max-width: 850px;
  margin-left: auto;
}
.mw-875 {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-875 {
  max-width: 875px;
}
.mwr-875 {
  max-width: 875px;
  margin-left: auto;
}
.mw-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-900 {
  max-width: 900px;
}
.mwr-900 {
  max-width: 900px;
  margin-left: auto;
}
.mw-925 {
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-925 {
  max-width: 925px;
}
.mwr-925 {
  max-width: 925px;
  margin-left: auto;
}
.mw-950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-950 {
  max-width: 950px;
}
.mwr-950 {
  max-width: 950px;
  margin-left: auto;
}
.mw-975 {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-975 {
  max-width: 975px;
}
.mwr-975 {
  max-width: 975px;
  margin-left: auto;
}
.mw-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-1000 {
  max-width: 1000px;
}
.mwr-1000 {
  max-width: 1000px;
  margin-left: auto;
}
.mw-1025 {
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-1025 {
  max-width: 1025px;
}
.mwr-1025 {
  max-width: 1025px;
  margin-left: auto;
}
.mw-1050 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-1050 {
  max-width: 1050px;
}
.mwr-1050 {
  max-width: 1050px;
  margin-left: auto;
}
.mw-1075 {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-1075 {
  max-width: 1075px;
}
.mwr-1075 {
  max-width: 1075px;
  margin-left: auto;
}
.mw-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.mwl-1100 {
  max-width: 1100px;
}
.mwr-1100 {
  max-width: 1100px;
  margin-left: auto;
}
.min-100 {
  min-width: 100px;
}
.min-125 {
  min-width: 125px;
}
.min-150 {
  min-width: 150px;
}
.min-175 {
  min-width: 175px;
}
.min-200 {
  min-width: 200px;
}
.min-225 {
  min-width: 225px;
}
.min-250 {
  min-width: 250px;
}
.min-275 {
  min-width: 275px;
}
.min-300 {
  min-width: 300px;
}
.min-325 {
  min-width: 325px;
}
.min-350 {
  min-width: 350px;
}
.min-375 {
  min-width: 375px;
}
.min-400 {
  min-width: 400px;
}
.min-425 {
  min-width: 425px;
}
.min-450 {
  min-width: 450px;
}
.min-475 {
  min-width: 475px;
}
.min-500 {
  min-width: 500px;
}
.min-525 {
  min-width: 525px;
}
.min-550 {
  min-width: 550px;
}
.min-575 {
  min-width: 575px;
}
.min-600 {
  min-width: 600px;
}
.min-625 {
  min-width: 625px;
}
.min-650 {
  min-width: 650px;
}
.min-675 {
  min-width: 675px;
}
.min-700 {
  min-width: 700px;
}
.min-725 {
  min-width: 725px;
}
.min-750 {
  min-width: 750px;
}
.min-775 {
  min-width: 775px;
}
.min-800 {
  min-width: 800px;
}
.min-825 {
  min-width: 825px;
}
.min-850 {
  min-width: 850px;
}
.min-875 {
  min-width: 875px;
}
.min-900 {
  min-width: 900px;
}
.min-925 {
  min-width: 925px;
}
.min-950 {
  min-width: 950px;
}
.min-975 {
  min-width: 975px;
}
.min-1000 {
  min-width: 1000px;
}
.min-1025 {
  min-width: 1025px;
}
.min-1050 {
  min-width: 1050px;
}
.min-1075 {
  min-width: 1075px;
}
.min-1100 {
  min-width: 1100px;
}
.vue-js-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 10px;
  cursor: pointer;
}
.vue-js-switch .v-switch-input {
  display: none;
}
.vue-js-switch .v-switch-label {
  position: absolute;
  top: 0;
  font-weight: 600;
  color: white;
}
.vue-js-switch .v-switch-label.v-left {
  left: 10px;
}
.vue-js-switch .v-switch-label.v-right {
  right: 10px;
}
.vue-js-switch .v-switch-core {
  display: block;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vue-js-switch .v-switch-core .v-switch-button {
  display: block;
  position: absolute;
  overflow: hidden;
  padding: 1px;
  top: 0;
  left: 0;
  transform: translate3d(3px, 3px, 0);
  border-radius: 0;
  background-color: #fff;
}
.vue-js-switch .v-switch-core .v-switch-button i {
  position: absolute;
  font-size: 18px;
  left: 3px;
  top: 6px;
  color: #7c7c7c;
}
.vue-js-switch .v-switch-core .v-switch-button i.ss-view:after,
.vue-js-switch .v-switch-core .v-switch-button i.ss-location:after {
  content: '';
  position: absolute;
  left: 2px;
  top: -6px;
  height: 18px;
  width: 2px;
  background-color: white;
  border-left: 1px solid #666;
  transform-origin: bottom left;
  transform: rotate(45deg);
  z-index: 2;
}
.vue-js-switch .v-switch-core .v-switch-button i.ss-location:after {
  left: 3px;
  border-color: #7c7c7c;
}
.vue-js-switch.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.vue-js-switch.toggled .v-switch-core .v-switch-button i {
  color: #d6bd7b;
}
.vue-js-switch.toggled .v-switch-core .v-switch-button i.ss-view:after,
.vue-js-switch.toggled .v-switch-core .v-switch-button i.ss-location:after {
  display: none;
}
.trans-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 100;
}
.trans-cover.slide-in-enter-active {
  transition: transform 600ms cubic-bezier(1, 0, 0, 1);
}
.trans-cover.slide-in-leave-active {
  transition: transform 600ms cubic-bezier(1, 0, 0, 1);
}
.trans-cover.slide-in-enter {
  transform: translate(101vw, 0);
}
.trans-cover.slide-in-enter-to {
  transform: translate(0, 0);
}
.trans-cover.slide-in-leave {
  transform: translate(0, 0);
}
.trans-cover.slide-in-leave-to {
  transform: translate(-101vw, 0);
}
.trans-cover.slide-off-enter-active {
  transition: transform 600ms cubic-bezier(1, 0, 0, 1);
}
.trans-cover.slide-off-leave-active {
  transition: transform 600ms cubic-bezier(1, 0, 0, 1);
}
.trans-cover.slide-off-enter {
  transform: translate(-101vw, 0);
}
.trans-cover.slide-off-enter-to {
  transform: translate(0, 0);
}
.trans-cover.slide-off-leave {
  transform: translate(0, 0);
}
.trans-cover.slide-off-leave-to {
  transform: translate(101vw, 0);
}
.properties.detail {
  position: fixed;
  width: 100vw;
  top: 100vh;
}
.property.master {
  position: fixed;
  width: 100vw;
  top: 100vh;
}
section.cms {
  padding-top: 1px;
  padding-bottom: 1px;
}
section.mhvh {
  min-height: 50vh;
}
section.cloud {
  background-color: #f6f8f8;
}
section.pearl {
  background-color: #E9EDEE;
}
section.smoke {
  background-color: #D9DFE1;
}
section.whitegold {
  background-color: #FBF8F2;
}
section.onyx {
  color: white;
  background-color: #191919;
}
section.black {
  background-color: #000;
}
section.whitebg {
  background-color: #fff;
}
section .section_leader {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  section .section_leader {
    max-width: 920px;
  }
}
section.cms .section_leader {
  margin-top: -1px;
}
.mw {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.ms {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.mn {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}
.mt {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
/*hero[big] copy-image(video)*/
@media (max-width: 991px) {
  .hciblock {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .hciblock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.hciblock_dupe {
  display: none;
}
@media (min-width: 992px) {
  .hciblock_dupe {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
.hciblock_dupe h1 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .hciblock_dupe h1 {
    max-width: 910px;
  }
}
@media (min-width: 992px) {
  .hciblock_copy {
    -ms-flex: 0 0 49%;
        flex: 0 0 49%;
  }
}
.hciblock_copy h1 {
  margin-top: 0.5em;
}
@media (min-width: 992px) {
  .hciblock_copy h1 {
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  .hciblock_copy .rte {
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
    max-width: 620px;
  }
  .hciblock_copy .rte:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 7%;
    height: 1px;
    top: 11px;
    background-color: #000;
  }
}
.hciblock_media {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .hciblock_media {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .hciblock.bt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .hciblock.bt .hciblock_copy > h1 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .hciblock.bt .hciblock_dupe {
    display: block;
  }
}
/*stats grid*/
.statblock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (min-width: 992px) {
  .statblock {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.statblock_item {
  text-transform: uppercase;
  margin: 10px 0;
  -ms-flex: 0 0 48%;
      flex: 0 0 48%;
  text-align: center;
}
@media (min-width: 992px) {
  .statblock_item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin: 0;
    text-align: left;
  }
}
.statblock_item strong {
  display: block;
  font-size: 34px;
  line-height: 1.325;
}
@media (min-width: 768px) {
  .statblock_item strong {
    font-size: 44px;
    line-height: 1.275;
  }
}
@media (max-width: 540px) {
  .statblock_item strong {
    font-size: 24px;
  }
}
@media (max-width: 380px) {
  .statblock_item strong {
    font-size: 20px;
  }
}
.statblock_item span {
  display: block;
  white-space: pre-line;
  font-size: 14px;
}
@media (max-width: 540px) {
  .statblock_item span {
    font-size: 11px;
  }
}
.statblock_item a {
  color: #000;
  text-decoration: underline;
}
/*cta block*/
.ctablock {
  position: relative;
  text-align: center;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #191919;
}
@media (min-width: 768px) {
  .ctablock {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
.ctablock:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  width: 1px;
  background-color: #d6bd7b;
  top: -20px;
}
@media (min-width: 768px) {
  .ctablock:before {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .ctablock:before {
    top: -30px;
  }
}
.ctablock h2 {
  letter-spacing: 4px;
  margin-top: 10px;
}
.ctablock_copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  margin-top: 24px;
}
.ctablock_btn {
  padding-top: 12px;
}
.ctablock.ctablock--transparent {
  color: black;
  background-color: transparent;
}
@media (min-width: 768px) {
  .section_leader + .ctablock {
    padding-bottom: 75px;
  }
}
.section_leader + .ctablock:before {
  display: none;
}
/*list of page cards*/
@media (min-width: 768px) {
  .pagesblock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pagesblock_item {
  max-width: 450px;
  margin: 0 auto;
  margin-top: 30px;
}
.pagesblock_item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .pagesblock_item {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    max-width: 48%;
    margin: 0 0;
    margin-top: 36px;
  }
  .pagesblock_item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .pagesblock_item {
    -ms-flex: 0 0 31.5%;
        flex: 0 0 31.5%;
    margin-top: 30px;
  }
  .pagesblock_item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.pagesblock_item.dummy {
  margin: 0 !important;
  background-color: transparent !important;
}
.pagesblock_item a h3 {
  color: #000;
}
.pagesblock_item a p {
  color: #000;
}
.pagesblock_item img {
  display: block;
  max-width: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .pagesblock.col4 .pagesblock_item {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .pagesblock.col4 .pagesblock_item {
    -ms-flex: 0 0 24%;
        flex: 0 0 24%;
    margin-top: 30px;
  }
  .pagesblock.col4 .pagesblock_item:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .pagesblock.col2 .pagesblock_item {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    margin-top: 36px;
  }
  .pagesblock.col2 .pagesblock_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .pagesblock.col2 .pagesblock_item:nth-child(3) {
    margin-top: 36px;
  }
}
/*copy-image(video)*/
@media (max-width: 991px) {
  .ciblock {
    max-width: 780px;
  }
}
@media (min-width: 992px) {
  .ciblock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.ciblock.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .ciblock_copy {
    -ms-flex: 0 0 46%;
        flex: 0 0 46%;
  }
}
.ciblock_copy .rte {
  position: relative;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .ciblock_copy .rte {
    margin-left: 6%;
  }
}
@media (min-width: 1200px) {
  .ciblock_copy .rte {
    margin-left: 12%;
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .ciblock_copy .rte:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30%;
    height: 1px;
    top: 0;
    background-color: #000;
  }
}
@media (min-width: 992px) {
  .ciblock.reverse .ciblock_copy .rte {
    margin-right: 6%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ciblock.reverse .ciblock_copy .rte {
    margin-right: 12%;
  }
}
.ciblock_media {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .ciblock_media {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    margin-top: 0;
  }
}
/*testimonial slider*/
.tsblock_carousel {
  position: relative;
  padding: 10px 0 20px;
}
.tsblock_carousel_item {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .tsblock_carousel_item {
    width: 55%;
    padding: 10px 30px;
  }
}
@media (min-width: 1200px) {
  .tsblock_carousel_item {
    width: 44%;
    padding: 10px 50px;
  }
}
.tsblock_carousel_item:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: -800px;
}
.tsblock_carousel_item.is-selected {
  opacity: 1;
}
.tsblock_carousel_item p {
  font-size: 14px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.tsblock_carousel_item strong {
  display: block;
  font-size: 14px;
  color: #d6bd7b;
}
.tsblock .flickity-page-dots {
  bottom: 0;
}
.tsblock .flickity-page-dots .dot {
  width: 22px;
  height: 1px;
  border-radius: 0;
  background: #d6bd7b;
  margin: 0 2px;
  opacity: 1;
}
.tsblock .flickity-page-dots .dot.is-selected {
  background-color: #000;
}
/*image gallery*/
.igblock {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.igblock_item {
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
  padding: 2px;
  cursor: pointer;
}
.igblock_item > div {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #E9EDEE;
}
.igblock_item img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity 600ms linear;
}
.igblock_item img.v-lazy-image-loaded {
  opacity: 1;
}
.igblock_zoom {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2000;
  padding-top: 63px;
}
@media (min-width: 992px) {
  .igblock_zoom {
    padding-top: 73px;
  }
}
.igblock_zoom > div {
  width: 100%;
  padding: 20px;
}
.igblock_zoom > div img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 85vh;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: opacity 600ms linear;
}
.igblock_zoom > div img.v-lazy-image-loaded {
  opacity: 1;
}
.igblock_zoom .close {
  position: absolute;
  right: 20px;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 36px;
  z-index: 1999;
  cursor: pointer;
  top: 63px;
  opacity: 0.65;
  transition: opacity 500ms linear;
}
@media (min-width: 992px) {
  .igblock_zoom .close {
    top: 73px;
    margin-top: -10px;
  }
}
.igblock_zoom .close:hover {
  opacity: 1;
}
.whitegold .igblock .igblock_item > div {
  background-color: white;
}
/*copy columns*/
@media (min-width: 992px) {
  .ccblock {
    column-count: 2;
    column-gap: 36px;
  }
  .ccblock p:first-child,
  .ccblock h2:first-child,
  .ccblock h3:first-child,
  .ccblock h4:first-child,
  .ccblock ul:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .ccblock {
    column-gap: 54px;
  }
}
@media (min-width: 1440px) {
  .ccblock {
    column-gap: 72px;
  }
}
/*quote block*/
.qblock {
  padding-top: 30px;
}
.qblock-copy {
  padding: 1px 5% 5%;
  background-color: #FBF8F2;
}
@media (min-width: 992px) {
  .qblock-copy {
    padding: 1px 50px 85px;
  }
}
.qblock-title {
  font-size: 20px;
  font-weight: 300;
  padding-top: 5%;
}
@media (min-width: 992px) {
  .qblock-title {
    padding-top: 65px;
    font-size: 22px;
  }
}
.qblock-author {
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}
/*spacer block*/
.spcb.cloud,
.spcb.pearl,
.spcb.smoke,
.spcb.whitegold,
.spcb.onyx,
.spcb.black,
.spcb.whitebg {
  border-top-width: 1px;
  border-top-style: solid;
}
.spcb.cloud {
  border-top-color: #E9EDEE;
}
.spcb.pearl {
  border-top-color: #D9DFE1;
}
.spcb.smoke {
  border-top-color: #7c7c7c;
}
.spcb.whitegold {
  border-top-color: #E6D6AC;
}
.spcb.onyx {
  border-top-color: #191919;
}
.spcb.black {
  border-top-color: #000;
}
.spcb.whitebg {
  border-top-color: #fff;
}
/*bio block*/
@media (max-width: 991px) {
  .bioblock {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .bioblock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .bioblock_copy {
    -ms-flex: 0 0 55%;
        flex: 0 0 55%;
  }
}
@media (min-width: 992px) {
  .bioblock_copy h1 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .bioblock_copy .rte {
    position: relative;
    padding-left: 10%;
    padding-right: 60px;
    max-width: 780px;
  }
  .bioblock_copy .rte:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 7%;
    height: 1px;
    top: 11px;
    background-color: #000;
  }
}
.bioblock_media {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .bioblock_media {
    -ms-flex: 0 0 43%;
        flex: 0 0 43%;
    margin-top: 0;
    padding-top: 60px;
    position: sticky;
    top: 70px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 992px) {
  .bioblock.bt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .bioblock.bt .bioblock_copy > h1 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .bioblock.bt .bioblock_dupe {
    display: block;
  }
}
/*accordion items*/
.panel_head {
  margin: 3px 0;
  padding: 25px;
  cursor: pointer;
  background-color: #FBF8F2;
  transition: background-color 0.75s linear;
}
@media (min-width: 992px) {
  .panel_head {
    padding: 30px 25px;
  }
}
@media (min-width: 1200px) {
  .panel_head {
    padding: 35px 25px;
  }
}
.panel_head.open {
  color: #000;
  background-color: white !important;
  padding-bottom: 15px;
}
.panel_head.open > div {
  padding-bottom: 15px;
  border-bottom: 1px solid #E9EDEE;
}
.panel_head.open h3:after {
  opacity: 1;
}
.panel_head.open p {
  display: none;
}
.panel_head.open .more {
  display: none;
}
.panel_head > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.panel_head h3 {
  position: relative;
  margin-top: 0;
  font-weight: 400;
  padding-right: 20px;
}
.panel_head h3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 7px;
  height: 7px;
  top: 10px;
  left: auto;
  right: 0;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.75s linear;
}
.panel_head p {
  margin-bottom: 0;
  font-size: 14px;
}
.panel_head .more {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  padding-right: 20px;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .panel_head .more {
    margin-top: 18px;
  }
}
.panel_head .more:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 7px;
  height: 7px;
  top: 3px;
  left: auto;
  right: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}
.panel_body {
  padding: 0 25px 30px;
}
.panel_body > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.ms .panel_head > div,
.mw .panel_head > div,
.ms .panel_body > div,
.mw .panel_body > div {
  max-width: 920px;
}
.mt .panel_head > div,
.mt .panel_body > div {
  max-width: 700px;
}
.cloud .panel_head {
  background-color: #f6f8f8;
}
.pearl .panel_head {
  background-color: #E9EDEE;
}
.smoke .panel_head {
  background-color: #D9DFE1;
}
.whitegold .panel_head {
  background-color: #FBF8F2;
}
.onyx .panel_head {
  color: white;
  background-color: #191919;
}
.black .panel_head {
  color: white;
  background-color: #000;
}
.whitebg .panel_head {
  background-color: #fff;
}
.inacc-enter-active {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s linear;
}
.inacc-leave-active {
  transition: opacity 0.5s linear;
}
.inacc-enter {
  opacity: 0;
  transform: translateY(30px);
}
.inacc-leave-to {
  opacity: 0;
}
/*site page classes*/
.sp-hero {
  position: relative;
  color: white;
  text-align: center;
  padding: 50px 20px 60px;
  background-color: #000;
}
@media (min-width: 1200px) {
  .sp-hero {
    padding: 60px 50px 80px;
  }
}
.sp-hero h1 {
  letter-spacing: 4px;
  margin: 0;
}
@media (max-width: 767px) {
  .sp-hero h1 {
    font-size: 30px;
    letter-spacing: normal;
  }
}
@media (min-width: 1200px) {
  .sp-hero h1 {
    letter-spacing: 6px;
    font-size: 54px;
  }
}
.sp-hero-tag {
  font-size: 12px;
  color: #d6bd7b;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.sp-hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 50px;
  left: 50%;
  top: auto;
  bottom: -25px;
  background-color: #d6bd7b;
  z-index: 2;
}
@media (min-width: 768px) {
  .sp-hero:after {
    height: 60px;
    bottom: -30px;
  }
}
@media (min-width: 1200px) {
  .sp-hero:after {
    height: 80px;
    bottom: -40px;
  }
}
.sp-hero.no-line:after {
  display: none;
}
.sp-hero.foundation {
  padding: 45vh 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 120%;
  background-color: #fd4638;
}
.sp-heroalt {
  position: relative;
  color: white;
  text-align: center;
  padding: 50% 20px 60px;
  background-color: #000;
}
@media (min-width: 768px) {
  .sp-heroalt {
    padding: 32% 50px 80px;
  }
}
@media (min-width: 1200px) {
  .sp-heroalt {
    padding: 430px 50px 80px;
  }
}
.sp-heroalt h1 {
  letter-spacing: 4px;
  margin: 0;
}
@media (max-width: 767px) {
  .sp-heroalt h1 {
    font-size: 30px;
    letter-spacing: normal;
  }
}
@media (min-width: 1200px) {
  .sp-heroalt h1 {
    letter-spacing: 6px;
    font-size: 54px;
  }
}
.sp-heroalt h2 {
  margin: 0 auto;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .sp-heroalt h2 {
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  .sp-heroalt h2 {
    letter-spacing: 3px;
    font-size: 28px;
  }
}
.sp-heroalt-tag {
  font-size: 12px;
  color: #d6bd7b;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.sp-heroalt-img {
  position: relative;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  z-index: 2;
}
@media (min-width: 992px) {
  .sp-heroalt-img {
    margin-top: 40px;
  }
}
.sp-heroalt-inner {
  position: relative;
  z-index: 4;
}
.sp-heroalt-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  background-color: #333;
}
@media (min-width: 1400px) {
  .sp-heroalt-bg {
    left: 50%;
    max-width: 1400px;
    transform: translateX(-50%);
  }
}
.sp-heroalt-bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 95%);
  z-index: 3;
}
@media (min-width: 1400px) {
  .sp-heroalt:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: -1px;
    height: 80px;
    background: white;
    z-index: 1;
  }
}
.sp-content {
  min-height: 50vh;
}
/**throbbers**/
.wait-throbber {
  position: absolute;
  left: -5000px;
  top: 5px;
  width: 64px;
  height: 30px;
  padding: 5px 0;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #D9DFE1;
  z-index: 99;
  opacity: 0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.wait-throbber.active {
  opacity: 1;
  left: 50%;
  transform: translate(-50%, 0);
}
.wait-throbber.scrolled,
.wait-throbber.scrolled.active {
  top: auto;
  bottom: -10px;
}
.wait-throbber i {
  position: absolute;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d6bd7b;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.wait-throbber i:nth-child(1) {
  left: 10px;
  animation: throbber1 0.6s infinite;
}
.wait-throbber i:nth-child(2) {
  left: 10px;
  animation: throbber2 0.6s infinite;
}
.wait-throbber i:nth-child(3) {
  left: 26px;
  animation: throbber2 0.6s infinite;
}
.wait-throbber i:nth-child(4) {
  left: 42px;
  animation: throbber3 0.6s infinite;
}
/** new grids **/
/**podcasts**/
@media (min-width: 768px) {
  .pods {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pods-item {
  margin: 20px auto;
  padding: 20px;
  max-width: 340px;
  background-color: #f6f8f8;
}
@media (min-width: 768px) {
  .pods-item {
    margin: 20px 0;
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .pods-item {
    margin: 20px 0;
    -ms-flex: 0 0 32%;
        flex: 0 0 32%;
  }
}
.pods-item.dummy {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.pods-item a > div {
  position: relative;
  background-color: #000;
}
.pods-item a > div i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.pods-item a > div i:before {
  content: '';
  position: absolute;
  left: 9px;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
}
.pods-item img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.pods-item span {
  display: block;
}
.pods-item span.title {
  margin: 12px 0 2px;
  font-size: 14px;
  color: #333;
  white-space: pre-wrap;
}
.pods-item span.meta {
  font-size: 12px;
  color: #7c7c7c;
}
.pods.centered .pods-item {
  text-align: center;
}
@media (min-width: 1200px) {
  .ms .pods-item,
  .mw .pods-item {
    -ms-flex: 0 0 23.5%;
        flex: 0 0 23.5%;
  }
}
/**issuu publications**/
.pubs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
@media (min-width: 480px) {
  .pubs {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .pubs {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .pubs {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .pubs {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}
.pubs-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 10px;
  background-color: #f9f9f9;
  max-width: 340px;
  margin: 0 auto;
}
.pubs-item img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.pubs-item div {
  padding: 10px 10px 0;
}
.pubs-item span {
  display: block;
}
.pubs-item span.title {
  margin: 10px 0 4px;
  font-size: 14px;
  white-space: pre-wrap;
}
@media (min-width: 1440px) {
  .pubs-item span.title {
    font-size: 13px;
  }
}
.pubs-item span.meta {
  font-size: 12px;
  color: #7c7c7c;
}
.pubs.centered .pubs-item {
  text-align: center;
}
/**text+img grid**/
@media (min-width: 768px) {
  .icgrid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.icgrid-item {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 340px;
}
@media (min-width: 768px) {
  .icgrid-item {
    margin: 0 0;
    margin-bottom: 30px;
    -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .icgrid-item {
    -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    margin-bottom: 40px;
  }
}
.icgrid-item.dummy {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.icgrid-item .image {
  position: relative;
  padding-top: 75%;
  background-color: white;
  overflow: hidden;
}
.icgrid-item .image span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  will-change: transform box-shadow;
  transform-origin: center center;
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: inset 0 0 0 1px #ffffff;
}
@media (min-width: 768px) {
  .icgrid-item .image:after,
  .icgrid-item .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 100ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .icgrid-item .image:before {
    background-color: #fff;
    z-index: 3;
  }
  .icgrid-item .image:after {
    background-color: #D9DFE1;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .icgrid-item.enter .image:before,
  .icgrid-item.in .image:before,
  .icgrid-item.above .image:before {
    transition-duration: 750ms;
    transition-delay: 250ms;
    transform: translateY(-101%);
  }
  .icgrid-item.enter .image:after,
  .icgrid-item.in .image:after,
  .icgrid-item.above .image:after {
    transition-duration: 750ms;
    transition-delay: 750ms;
    transform: translateY(-101%);
  }
}
.icgrid-item h3,
.icgrid-item h4 {
  color: #000;
}
.icgrid-item p {
  font-size: 14px;
  color: #333;
}
.icgrid.centered .icgrid-item {
  text-align: center;
}
@media (min-width: 992px) {
  .mn .icgrid-item,
  .mt .icgrid-item {
    -ms-flex: 0 0 47%;
        flex: 0 0 47%;
  }
}
@media (min-width: 1200px) {
  .mw .icgrid-item {
    -ms-flex: 0 0 23.5%;
        flex: 0 0 23.5%;
  }
}
/**general publications & videos**/
@media (min-width: 768px) {
  .magvid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.magvid-item {
  margin: 20px auto;
  padding: 20px 20px 25px;
  max-width: 340px;
  background-color: #f6f8f8;
}
@media (min-width: 768px) {
  .magvid-item {
    margin: 20px 0;
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .magvid-item {
    margin: 20px 0;
    -ms-flex: 0 0 32%;
        flex: 0 0 32%;
  }
}
.magvid-item.dummy {
  padding: 0;
  margin: 0;
  background-color: transparent !important;
}
.magvid-item .image {
  position: relative;
  padding-top: 75%;
  background-color: white;
  overflow: hidden;
}
.magvid-item .image.video {
  padding-top: 56.5%;
}
.magvid-item .image.video i.far {
  position: absolute;
  font-size: 24px;
  color: #fff;
  bottom: 20px;
  right: 20px;
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.magvid-item .image span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  will-change: transform box-shadow;
  transform-origin: center center;
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: inset 0 0 0 1px #ffffff;
}
@media (min-width: 768px) {
  .magvid-item .image:after,
  .magvid-item .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 100ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .magvid-item .image:before {
    background-color: #fff;
    z-index: 3;
  }
  .magvid-item .image:after {
    background-color: #D9DFE1;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .magvid-item.enter .image:before,
  .magvid-item.in .image:before,
  .magvid-item.above .image:before {
    transition-duration: 750ms;
    transition-delay: 250ms;
    transform: translateY(-101%);
  }
  .magvid-item.enter .image:after,
  .magvid-item.in .image:after,
  .magvid-item.above .image:after {
    transition-duration: 750ms;
    transition-delay: 750ms;
    transform: translateY(-101%);
  }
}
.magvid-item h3,
.magvid-item h4 {
  color: #000;
}
.magvid-item p {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}
.magvid-item:hover .image span {
  transform: scale(1.08, 1.08);
  box-shadow: inset 0 0 0 20px #f6f8f8;
}
.magvid-item:hover .image.video i.far {
  transform: translate(-8px, -8px);
}
.magvid.centered .magvid-item {
  text-align: center;
}
@media (min-width: 992px) {
  .mn .magvid-item,
  .mt .magvid-item {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
  }
}
@media (min-width: 1200px) {
  .mw .magvid-item {
    -ms-flex: 0 0 23.5%;
        flex: 0 0 23.5%;
  }
}
.whitegold .magvid .magvid-item,
.cloud .magvid .magvid-item {
  background-color: white;
}
.whitegold .magvid .magvid-item:hover .image span,
.cloud .magvid .magvid-item:hover .image span {
  box-shadow: inset 0 0 0 20px #ffffff;
}
@media (min-width: 768px) {
  .whitegold .magvid .magvid-item .image:after {
    background-color: #f3ebd7;
  }
}
/**people list**/
.people {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.people-title {
  font-weight: normal;
  text-transform: none;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .people-title {
    font-size: 32px;
  }
}
.people-item {
  -ms-flex: 0 0 48%;
      flex: 0 0 48%;
  max-width: 48%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .people-item {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    max-width: 48%;
    margin: 0 0 30px 0;
  }
}
.people-item.dummy {
  padding: 0;
  margin: 0;
  background-color: transparent !important;
}
.people-item img {
  display: block;
  max-width: 100%;
  width: auto;
}
.people-item h3 {
  margin: 10px 0 2px;
}
@media (max-width: 767px) {
  .people-item h3 {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .people-item h3 {
    font-size: 14px;
  }
}
.people-item a {
  color: #000;
}
.people-item p {
  color: #C49F42;
  font-size: 15px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .people-item p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .ms .people-item,
  .mw .people-item {
    -ms-flex: 0 0 31.5%;
        flex: 0 0 31.5%;
  }
}
.banner {
  position: relative;
  width: 100%;
  background-image: url("/public/img/merchants-square-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 20px;
  transform: translateY(-50px);
}
@media (min-width: 992px) {
  .banner {
    transform: translateY(-100px);
  }
}
.banner_overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
}
.banner_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 50px 10px;
  z-index: 1;
  position: relative;
  gap: 20px;
}
.banner_copy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  color: white;
  text-align: center;
}
.banner_copy p {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  letter-spacing: 2.08px;
  line-height: 1.4;
  text-transform: uppercase;
}
.banner_copy small {
  font-size: 24px;
}
.banner_copy a {
  margin-top: 16px;
}
.banner_wrapper {
  position: relative;
  z-index: 1;
  margin-top: 115px;
}
.banner_img {
  margin-bottom: 20px;
  width: 200px;
}
.banner_img img {
  max-width: 100%;
}
/**Merchants Square**/
.mer-sqr .hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.mer-sqr .hero-banner {
  position: relative;
  background-image: url("/public/img/banner-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .mer-sqr .hero-banner {
    padding-bottom: 0;
  }
}
.mer-sqr .hero-banner-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
}
.mer-sqr .hero-banner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-grid-column-align: center;
      justify-items: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.mer-sqr .hero-banner-wrapper > img {
  width: 350px;
}
@media (min-width: 1200px) {
  .mer-sqr .hero-banner-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 0;
    min-height: 750px;
    max-height: 750px;
  }
}
.mer-sqr-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  padding: 25px 50px;
  background-color: #F9F5EF;
  max-width: 700px;
  font-size: 16px;
  border-radius: 4px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .mer-sqr-form {
    transform: translateY(50px);
  }
}
.mer-sqr-form h2 {
  font-size: 14px;
  position: relative;
  padding-bottom: 14px;
}
.mer-sqr-form h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
}
.mer-sqr-form label {
  font-weight: 500;
}
.mer-sqr-form input {
  border: 1px solid #CEBC7E63;
}
.mer-sqr-form input[type="text"] {
  height: 60px;
}
.mer-sqr-form-field:has(label + input) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2px;
}
.mer-sqr-form-field:has(input[type="checkbox"]) .control {
  display: contents;
}
.mer-sqr-form-field .help.is-danger {
  margin-bottom: 10px;
  color: #fe4438;
}
.mer-sqr-form button {
  display: inline-block;
  width: fit-content;
}
.mer-sqr-form-inner {
  display: contents;
}
.mer-sqr-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 100px;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .mer-sqr-cta {
    margin-bottom: 100px;
  }
}
.mer-sqr-cta > h2,
.mer-sqr-cta > p {
  max-width: 800px;
}
.mer-sqr-cta > h2 {
  margin: 0;
  font-size: 36px;
  letter-spacing: 4px;
}
.mer-sqr-cta > p {
  font-size: 16px;
}
.mer-sqr-cta-btngrp {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mer-sqr-cta-extended {
  padding: 10px 0;
  text-align: left;
}
.mer-sqr-cta-extended-inner {
  margin-bottom: 30px;
  max-width: 90%;
  margin: 0 auto;
}
.mer-sqr-cta-extended hr {
  margin: 20px 0 35px 0;
}
.mer-sqr .gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 140px;
  text-align: center;
}
.mer-sqr .gallery-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}
.mer-sqr .gallery-image img {
  width: 100%;
  height: 100%;
}
.mer-sqr-floorplan {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[5];
      grid-template-rows: repeat(5, 1fr);
  -ms-flex-align: center;
      align-items: center;
  -ms-grid-column-align: center;
      justify-items: center;
  gap: 20px;
  list-style-type: none;
  margin-bottom: 50px;
}
.mer-sqr-floorplan img {
  width: 100%;
  height: 100%;
  max-width: 200px;
}
@media (min-width: 768px) {
  .mer-sqr-floorplan img {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .mer-sqr-floorplan {
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}
.mer-sqr .expert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 400px;
}
.mer-sqr .expert:hover .expert-image img {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .mer-sqr .expert {
    max-width: none;
  }
}
.mer-sqr .expert-image {
  width: 100%;
  overflow: hidden;
}
.mer-sqr .expert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.mer-sqr .expert-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 45px;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .mer-sqr .expert-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
.mer-sqr .expert h3 {
  color: black;
}
.mer-sqr .expert > h3,
.mer-sqr .expert > h4 {
  margin-bottom: 0;
}
.mer-sqr .expert > h4 {
  margin-top: 0;
}
.mer-sqr-map {
  margin-top: 100px;
}
.mer-sqr-map .pd_p_w3w {
  margin-top: 40px;
  margin-bottom: 60px;
}
.mer-sqr-map .pd_p_w3w a {
  border: 1px solid black;
}
.mer-sqr-map + section h3 {
  margin-bottom: 64px;
}
.pd {
  /* header */
  /* details */
  /* gallery */
  /* video */
  /* tour/lookbook */
  /* particulars */
  /* key contact */
}
.pd_h {
  background-color: #000;
}
@media (min-width: 992px) {
  .pd_h {
    display: -ms-flexbox;
    display: flex;
  }
}
.pd_h_img {
  position: relative;
  background-color: #333;
}
@media (min-width: 992px) {
  .pd_h_img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
.pd_h_img.pc {
  background-color: #000;
}
.pd_h_img.pc h2 {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  color: white;
  margin: 0;
  letter-spacing: 6px;
  text-align: center;
  z-index: 4;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .pd_h_img.pc h2 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .pd_h_img.pc h2 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .pd_h_img.pc h2 {
    font-size: 40px;
  }
}
.pd_h_img.pc .pc_logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0.2;
  width: 54%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pd_h_img.sg {
  cursor: pointer;
}
.pd_h_img_i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s linear;
}
.pd_h_img_i.v-lazy-image-loaded {
  opacity: 1;
}
.pd_h_img_i.pc {
  transition: opacity 3s linear;
}
.pd_h_img_i.pc.v-lazy-image-loaded {
  opacity: 0.7;
}
.pd_h_img_g {
  position: absolute;
  right: 0;
  bottom: 20px;
  background: rgba(25, 25, 25, 0.3);
  transition: background 0.5s linear;
  z-index: 3;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #d6bd7b;
}
@media (min-width: 992px) {
  .pd_h_img_g {
    bottom: 30px;
  }
}
.pd_h_img_g img {
  padding: 6px;
  max-width: 33px;
  width: auto;
  background-color: #000;
}
.pd_h_img_g span {
  position: relative;
  display: block;
  padding: 0 42px 0 12px;
  font-size: 13px;
  font-weight: 300;
  transition: padding-right 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.pd_h_img_g span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 1px;
  right: 12px;
  left: auto;
  top: 50%;
  background-color: #d6bd7b;
  transition: width 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.pd_h_img_g span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 9px;
  right: 12px;
  left: auto;
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #d6bd7b;
  border-right: 1px solid #d6bd7b;
  transform: rotate(45deg);
}
.pd_h_img_g:hover {
  background: #000;
}
.pd_h_img_g:hover span {
  padding-right: 62px;
}
.pd_h_img_g:hover span:before {
  width: 38px;
}
.pd_h_img:after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 70%;
}
.pd_h_img.short:after {
  padding-top: 56%;
}
.pd_h_copy {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
}
@media (min-width: 480px) {
  .pd_h_copy {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .pd_h_copy {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .pd_h_copy {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media (min-width: 1800px) {
  .pd_h_copy {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}
.pd_h_copy.no_image {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  text-align: center;
}
@media (min-width: 992px) {
  .pd_h_copy.no_image {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.pd_h_copy.no_image .pd_h_copy_f {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .pd_h_copy.no_image .pd_h_copy_f {
    max-width: none;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .pd_h_copy.no_image .pd_h_copy_a {
    max-width: 700px;
  }
}
.pd_h_copy.no_image .pd_h_copy_a h2 {
  letter-spacing: 4px;
}
@media (max-width: 991px) {
  .pd_h_copy.no_image .pd_h_copy_a h2 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .pd_h_copy.no_image .pd_h_copy_a h2 {
    font-size: 30px;
    letter-spacing: 6px;
  }
}
@media (min-width: 1200px) {
  .pd_h_copy.no_image .pd_h_copy_a h2 {
    font-size: 36px;
    letter-spacing: 8px;
  }
}
.pd_h_copy_f {
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .pd_h_copy_f {
    padding-bottom: 0;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pd_h_copy_f > div {
  position: relative;
  width: 30px;
  margin-left: 0;
}
.pd_h_copy_f > div span {
  position: absolute;
  font-size: 11px;
  color: #d6bd7b;
  left: 100%;
  margin-left: 6px;
  top: 8px;
  white-space: nowrap;
  pointer-events: none;
}
.pd_h_copy_f svg {
  display: block;
  width: 100%;
  transform-origin: center center;
  transform-style: preserve-3d;
  perspective: 50px;
  will-change: transform;
}
.pd_h_copy_f svg polygon.back {
  fill: #d6bd7b;
}
.pd_h_copy_f svg polygon.front {
  fill: #000;
  transition: opacity 1.2s linear;
}
.pd_h_copy_f .on svg polygon.front {
  opacity: 0;
}
.pd_h_copy_a {
  width: 100%;
}
@media (min-width: 992px) {
  .pd_h_copy_a {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
  }
}
@media (max-width: 1199px) {
  .pd_h_copy_a h2 {
    font-size: 22px;
  }
}
.pd_h_copy_b {
  width: 100%;
  padding-top: 1px;
}
@media (min-width: 992px) {
  .pd_h_copy_b {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .pd_h_copy_b {
    padding-top: 40px;
  }
}
.pd_h_copy .status {
  color: #acacac;
  font-weight: 500;
  font-size: 11px;
  display: inline-block;
  padding: 1px 6px;
  text-transform: uppercase;
  border: 1px solid #acacac;
}
.pd_h_copy .status.sole {
  color: #fff;
  background-color: #d6bd7b;
  border-color: #d6bd7b;
}
.pd_h_copy .status.sold,
.pd_h_copy .status.leased {
  color: #fff;
  background-color: #fe4438;
  border-color: #fe4438;
}
.pd_h_copy .status.under.offer {
  color: #fff;
  background-color: #fe4438;
  border-color: #fe4438;
}
.pd_h_copy .status {
  margin-left: 0;
  margin-right: 4px;
}
.pd_h_copy .status.sole {
  background-color: #333;
  border-color: #333;
  color: #d6bd7b;
}
.pd_h_ctrls ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .pd_h_ctrls ul {
    padding-top: 26px;
    margin-bottom: 26px;
  }
}
.pd_h_ctrls ul li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 6px;
}
@media (min-width: 1200px) {
  .pd_h_ctrls ul li {
    padding-right: 10px;
  }
}
@media (min-width: 1440px) {
  .pd_h_ctrls ul li {
    font-size: 13px;
  }
}
.pd_h_ctrls ul li:last-child {
  padding-right: 0;
}
.pd_h_ctrls ul li a {
  color: white;
}
.pd_h_ctrls ul li a:hover {
  color: #d6bd7b;
}
.pd_h_ctrls ul:before {
  content: '';
  position: absolute;
  left: 0;
  width: 36px;
  height: 1px;
  top: 0;
  background-color: #d6bd7b;
}
.pd_h_ctrls_btn .btn {
  font-size: 11px;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .pd_h_ctrls_btn .btn {
    min-width: 172px;
  }
  .pd_h_ctrls_btn .btn:first-child {
    margin-bottom: 5px;
  }
}
@media (min-width: 1440px) {
  .pd_h_ctrls_btn .btn {
    font-size: 12px;
  }
}
.pd_d_stats ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pd_d_stats ul li {
  position: relative;
  cursor: default;
}
@media (max-width: 767px) {
  .pd_d_stats ul li {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    padding: 5px 0;
  }
}
@media (min-width: 768px) {
  .pd_d_stats ul li {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .pd_d_stats ul li {
    margin-right: 72px;
  }
}
@media (min-width: 1200px) {
  .pd_d_stats ul li {
    margin-right: 84px;
  }
}
.pd_d_stats ul li:last-child {
  margin-right: 0;
}
.pd_d_stats ul li strong {
  display: block;
  font-size: 34px;
  line-height: 1.325;
}
@media (min-width: 768px) {
  .pd_d_stats ul li strong {
    font-size: 44px;
    line-height: 1.275;
  }
}
.pd_d_stats ul li span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.pd_d_stats ul li .asterisk {
  display: none;
  position: absolute;
  text-align: center;
  font-size: 11px;
  text-align: left;
  color: #d6bd7b;
  top: -36px;
  right: 0;
  padding: 4px 8px;
  background-color: #000;
  white-space: nowrap;
  border-radius: 4px;
  z-index: 2;
}
@media (min-width: 768px) {
  .pd_d_stats ul li .asterisk {
    right: auto;
    left: 0;
  }
}
.pd_d_stats ul li .asterisk:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0px 0 11px;
  border-color: #000 transparent transparent transparent;
}
@media (min-width: 768px) {
  .pd_d_stats ul li .asterisk:after {
    right: auto;
    left: 10px;
    border-width: 11px 11px 0 0;
    z-index: 5;
  }
}
.pd_d_stats ul li:hover .asterisk {
  display: block;
}
.pd_d_info {
  font-size: 14px;
}
@media (min-width: 992px) {
  .pd_d_info {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .pd_d_info {
    font-size: 15px;
  }
}
.pd_d_info_copy {
  position: relative;
}
@media (min-width: 768px) {
  .pd_d_info_copy {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .pd_d_info_copy {
    padding-left: 60px;
    -ms-flex: 0 0 520px;
        flex: 0 0 520px;
  }
}
@media (min-width: 1200px) {
  .pd_d_info_copy {
    -ms-flex: 0 0 560px;
        flex: 0 0 560px;
  }
}
.pd_d_info_copy:before {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 1px;
  top: 12px;
  background-color: #d6bd7b;
}
@media (min-width: 768px) {
  .pd_d_info_copy:before {
    display: block;
  }
}
@media (min-width: 992px) {
  .pd_d_info_copy:before {
    width: 45px;
  }
}
.pd_d_info_copy p:first-of-type {
  margin-top: 0;
}
.pd_d_info_copy_extra .poce {
  position: absolute;
  left: -5000px;
  top: -5000px;
  height: 100px;
  width: 200px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100px);
  transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 1s, opacity linear 1s;
}
.pd_d_info_copy_extra.active .more {
  display: none;
}
.pd_d_info_copy_extra.active .poce {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
.pd_d_info_facts {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .pd_d_info_facts {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .pd_d_info_facts {
    padding-left: 50px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .pd_d_info_facts {
    padding-left: 65px;
    max-width: 500px;
  }
}
@media (min-width: 1440px) {
  .pd_d_info_facts {
    padding-left: 80px;
  }
}
.pd_d_info_facts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pd_d_info_facts ul li {
  position: relative;
  margin: 3px 0;
  padding-left: 14px;
  font-weight: 500;
}
.pd_d_info_facts ul li:first-child {
  margin-top: 0;
}
.pd_d_info_facts ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  top: 12px;
  width: 6px;
  height: 1px;
  background-color: #000;
}
.pd_g_gallery {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
.pd_g_gallery > div {
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
}
.pd_g_gallery > div.pdggi {
  padding: 2px;
}
.pd_g_gallery > div.pdggi > div {
  position: relative;
  padding-top: 100%;
  background-color: #E9EDEE;
  cursor: pointer;
}
.pd_g_gallery > div.pdggi img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s linear;
}
.pd_g_gallery > div.pdggi img.v-lazy-image-loaded {
  opacity: 1;
}
.pd_g_gallery-title {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 1.25s linear;
}
@media (max-width: 550px) {
  .pd_g_gallery-title {
    display: none;
  }
}
@media (min-width: 992px) {
  .pd_g_gallery-title {
    top: 0;
    left: auto;
    right: -60px;
    height: 100%;
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .pd_g_gallery-title {
    right: -75px;
  }
}
.pd_g_gallery-title.enter,
.pd_g_gallery-title.in {
  opacity: 1;
}
.pd_g_gallery-title .pgtt {
  text-align: center;
  color: #d6bd7b;
  font-size: 12px;
  text-transform: uppercase;
  transform-origin: top left;
  z-index: 2;
}
@media (min-width: 992px) {
  .pd_g_gallery-title .pgtt {
    position: sticky;
    white-space: nowrap;
    top: 70px;
    left: auto;
    color: #000;
    transform: rotate(90deg);
    font-weight: 500;
  }
}
.pd_g_album {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pd_g_album {
    max-width: 92%;
  }
}
@media (min-width: 1200px) {
  .pd_g_album {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .pd_g_album {
    max-width: 1280px;
  }
}
.pd_g_album > div {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding: 2px;
  cursor: pointer;
}
@media (min-width: 600px) {
  .pd_g_album > div {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
  }
}
@media (min-width: 900px) {
  .pd_g_album > div {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
  }
}
@media (min-width: 1440px) {
  .pd_g_album > div {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
  }
}
.pd_g_album > div > div {
  position: relative;
  padding-top: 66.666667%;
  background-color: #E9EDEE;
  overflow: hidden;
}
.pd_g_album > div > div img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 600ms linear;
}
.pd_g_album > div > div img.v-lazy-image-loaded {
  opacity: 1;
}
.pd_g_album > div > div.p {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #D9DFE1;
}
.pd_g_album > div > div.p img {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  max-width: none;
  height: auto;
  max-height: 100%;
}
.pd_v {
  position: relative;
}
@media (min-width: 992px) {
  .pd_v.enter .pd_v_title,
  .pd_v.in .pd_v_title {
    opacity: 1;
  }
}
.pd_v_title {
  position: absolute;
  top: 0;
  padding-top: 32px;
  padding-bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 1;
  transition: opacity 1.25s linear;
}
.pd_v_title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 992px) {
  .pd_v_title:after {
    display: none;
  }
}
@media (max-width: 550px) {
  .pd_v_title {
    display: none;
  }
}
@media (min-width: 992px) {
  .pd_v_title {
    top: 0;
    left: auto;
    right: -60px;
    height: 100%;
    width: 30px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
  .pd_v_title:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .pd_v_title {
    right: -75px;
  }
}
.pd_v_title .pvtt {
  text-align: center;
  color: #d6bd7b;
  font-size: 12px;
  text-transform: uppercase;
  transform-origin: top left;
  z-index: 2;
}
@media (min-width: 992px) {
  .pd_v_title .pvtt {
    position: sticky;
    white-space: nowrap;
    top: 70px;
    padding-right: 20px;
    left: auto;
    color: #000;
    transform: rotate(90deg);
    font-weight: 500;
  }
}
.pd_t {
  position: relative;
}
.pd_t-title {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 1.25s linear;
}
@media (max-width: 550px) {
  .pd_t-title {
    display: none;
  }
}
@media (min-width: 992px) {
  .pd_t-title {
    top: 0;
    left: auto;
    right: -60px;
    height: 100%;
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .pd_t-title {
    right: -75px;
  }
}
.pd_t-title .pttt {
  text-align: center;
  color: #d6bd7b;
  font-size: 12px;
  text-transform: uppercase;
  transform-origin: top left;
  z-index: 2;
}
@media (min-width: 992px) {
  .pd_t-title .pttt {
    position: sticky;
    white-space: nowrap;
    top: 70px;
    padding-left: 10px;
    left: auto;
    color: #000;
    transform: rotate(90deg);
    font-weight: 500;
  }
}
.pd_t.enter .pd_t-title,
.pd_t.in .pd_t-title {
  opacity: 1;
}
.pd_t.enter .pd_t-port.preplay .inner:before,
.pd_t.in .pd_t-port.preplay .inner:before,
.pd_t.above .pd_t-port.preplay .inner:before {
  transform: translate(0, -101%);
}
.pd_t.enter .pd_t-port.preplay .inner:after,
.pd_t.in .pd_t-port.preplay .inner:after,
.pd_t.above .pd_t-port.preplay .inner:after {
  transform: translate(0, -101%);
}
.pd_t.enter .pd_t-port.preplay .start,
.pd_t.in .pd_t-port.preplay .start,
.pd_t.above .pd_t-port.preplay .start {
  opacity: 1;
}
.pd_t.enter .pd_t-port.preplay:hover .ground,
.pd_t.in .pd_t-port.preplay:hover .ground,
.pd_t.above .pd_t-port.preplay:hover .ground {
  transform: scale(1.1, 1.1);
}
.pd_t.enter .pd_t-port.preplay:hover .start:after,
.pd_t.in .pd_t-port.preplay:hover .start:after,
.pd_t.above .pd_t-port.preplay:hover .start:after {
  transform: translate(-50%, -50%) skew(-45deg, 45deg) scale(0.8, 0.8);
  border-radius: 2px;
}
.pd_t-port {
  position: relative;
}
.pd_t-port.preplay {
  cursor: pointer;
}
.pd_t-port.preplay .inner:after,
.pd_t-port.preplay .inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  transition: transform 750ms 750ms cubic-bezier(0.19, 1, 0.22, 1);
}
.pd_t-port.preplay .inner:before {
  z-index: 2;
  opacity: 1;
  background-color: #fff;
  transition-delay: 250ms;
}
.pd_t-port.preplay .start {
  display: block;
  opacity: 0;
  transition: opacity 1s 1s linear;
}
.pd_t-port .inner {
  position: relative;
  width: 100%;
  padding-top: 56.5%;
  overflow: hidden;
}
.pd_t-port .ground {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #D9DFE1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  transform-origin: center center;
  transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pd_t-port .ground:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
}
@media (min-width: 992px) {
  .pd_t-port .ground:after {
    display: none;
  }
}
.pd_t-port .start {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 500;
  font-size: 1.2rem;
  transform: translate(-50%, -50%);
  color: #d6bd7b;
  text-transform: uppercase;
  z-index: 2;
}
.pd_t-port .start:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 119%;
  padding: 119%;
  background-color: #000;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.9;
  will-change: transform, border-radius;
  transform-origin: center center;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.pd_t-port .moblink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
@media (min-width: 768px) {
  .pd_t-port .moblink {
    display: none;
  }
}
.pd_t-port iframe {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .pd_p_data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (min-width: 768px) {
  .pd_p_data .pdh {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%;
  }
}
.pd_p_data .pdh h3 {
  margin-bottom: 2px;
}
.pd_p_data .pdh p {
  font-size: 13px;
  margin: 0 0 8px;
}
.pd_p_data .pdh a {
  position: relative;
  display: inline-block;
}
.pd_p_data .pdh a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: white;
  transform-origin: bottom left;
  transform: rotate(8deg);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.pd_p_data .pdh a img {
  position: relative;
}
@media (min-width: 768px) {
  .pd_p_data .pdd {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
.pd_p_data .pdd .stack {
  position: relative;
  overflow: hidden;
}
.pd_p_data .pdd .stack-header {
  position: relative;
  padding: 12px 6px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #FBF8F2;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pd_p_data .pdd .stack-header:before,
.pd_p_data .pdd .stack-header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d6bd7b;
  opacity: 0.5;
}
.pd_p_data .pdd .stack-header:after {
  will-change: transform;
  transform-origin: 0 0;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.pd_p_data .pdd .stack-header .plus-minus {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  margin-top: -4px;
  height: 9px;
  width: 9px;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.pd_p_data .pdd .stack-header .plus-minus:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7c7c7c;
}
.pd_p_data .pdd .stack-header .plus-minus:after {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  width: 1px;
  height: 100%;
  background-color: #7c7c7c;
}
.pd_p_data .pdd .stack-items {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1;
  transform: translate(0, -60px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms linear;
}
.pd_p_data .pdd .stack-item {
  padding: 0.6rem;
  font-size: 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.pd_p_data .pdd .stack-item:first-child {
  border-top: none;
}
.pd_p_data .pdd .stack-item .sid {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-right: 6px;
}
.pd_p_data .pdd .stack-item .sil {
  text-align: right;
}
.pd_p_data .pdd .stack-item .six {
  padding: 0 6px;
  text-align: right;
}
.pd_p_data .pdd .stack-item .siw {
  text-align: right;
}
.pd_p_data .pdd .stack.active .stack-items {
  top: auto;
  left: auto;
  position: relative;
  opacity: 1;
  transform: translate(0, 0);
}
.pd_p_data .pdd .stack.active .stack-header .plus-minus {
  transform: rotate(405deg);
}
.pd_p_data .pdd .stack.active .stack-header:after {
  transform: scaleX(1);
}
.pd_p_floor {
  position: relative;
}
@media (min-width: 768px) {
  .pd_p_floor {
    padding-top: 48%;
  }
}
@media (min-width: 992px) {
  .pd_p_floor {
    padding-top: 40%;
  }
}
@media (min-width: 1200px) {
  .pd_p_floor {
    padding-top: 36%;
  }
}
.pd_p_floor .floor {
  position: relative;
  padding: 20px;
  text-align: center;
  background-color: #F4EFE1;
  cursor: pointer;
  border: 1px solid #E6D6AC;
  overflow: hidden;
  transition: background-color 500ms linear, border-color 500ms linear;
}
@media (min-width: 768px) {
  .pd_p_floor .floor {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .pd_p_floor .floor {
    padding: 36px;
  }
}
.pd_p_floor .floor:hover {
  background-color: #fff;
  border-color: #E6D6AC;
}
.pd_p_floor .floor:hover .floor-img {
  opacity: 0.3;
  transform: scale(1.1);
}
.pd_p_floor .floor:hover .floor-cta > span {
  color: white;
  background-color: #333;
}
.pd_p_floor .floor .tag {
  text-transform: uppercase;
  color: #C49F42;
  font-size: 11px;
}
@media (min-width: 768px) {
  .pd_p_floor .floor .tag {
    position: relative;
    display: block;
    z-index: 2;
  }
}
.pd_p_floor .floor-copy {
  position: relative;
  padding: 30px 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .pd_p_floor .floor-copy {
    padding: 10px 0;
  }
}
.pd_p_floor .floor-copy h3 {
  margin: 0 0 2px;
}
@media (min-width: 768px) {
  .pd_p_floor .floor-copy h3 {
    margin: 0 0 6px;
  }
}
.pd_p_floor .floor-copy p {
  max-width: 450px;
  margin: 0 auto;
  font-weight: 300;
}
.pd_p_floor .floor-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.08;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55% auto;
  transition: opacity 750ms linear, transform cubic-bezier(0.075, 0.82, 0.165, 1) 750ms;
}
.pd_p_floor .floor-cta {
  position: relative;
  z-index: 2;
}
.pd_p_w3w,
.pd_p_google {
  margin-bottom: 20px;
  cursor: pointer;
}
.pd_p_w3w a,
.pd_p_google a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  background-color: #fff;
  color: #000;
  transition: background-color linear 400ms, color linear 400ms;
}
.pd_p_w3w a:hover,
.pd_p_google a:hover {
  background-color: #000;
  color: white;
}
.pd_p_w3w div,
.pd_p_google div {
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
}
.pd_p_w3w div img,
.pd_p_google div img {
  max-width: 50px;
  max-height: 50px;
  display: block;
  margin: 0 auto;
}
.pd_p_w3w span,
.pd_p_google span {
  display: block;
  -ms-flex: 1;
      flex: 1;
  font-size: 15px;
  font-weight: 500;
}
.pd_p_map .google_map {
  position: relative;
  padding-top: 130%;
  background-color: #DFE4E6;
}
@media (min-width: 768px) {
  .pd_p_map .google_map {
    padding-top: 50%;
  }
}
@media (min-width: 1200px) {
  .pd_p_map .google_map {
    padding-top: 44%;
  }
}
.pd_p_map .google_map .vue-map-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pd_p_map .google_map .vue-map-container .vue-map {
  position: static !important;
}
.pd_k {
  color: white;
  background-color: #000;
}
@media (min-width: 768px) {
  .pd_k {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.pd_k_img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.pd_k_media {
  position: relative;
  max-width: 360px;
}
@media (min-width: 768px) {
  .pd_k_media {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    margin-top: 0;
    max-width: none;
  }
}
.pd_k_media:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #191919;
}
.pd_k_media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s linear;
}
.pd_k_media img.v-lazy-image-loaded {
  opacity: 1;
}
@media (min-width: 768px) {
  .pd_k_copy {
    -ms-flex: 0 0 46%;
        flex: 0 0 46%;
  }
}
.pd_k_copy .rte {
  position: relative;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .pd_k_copy .rte {
    margin-left: 6%;
  }
}
@media (min-width: 1200px) {
  .pd_k_copy .rte {
    margin-left: 12%;
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .pd_k_copy .rte:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30%;
    height: 1px;
    top: 0;
    background-color: #fff;
  }
}
.property .split-card-bg {
  background-position: center 10%;
}
.property .textual {
  padding: 3.6rem 0;
}
@media (min-width: 768px) {
  .property .textual {
    padding: 4.8rem 0;
  }
}
@media (min-width: 992px) {
  .property .textual {
    padding: 7.2rem 0;
    padding-right: 200px;
  }
}
@media (min-width: 1200px) {
  .property .textual {
    padding: 8.4rem 0;
    padding-right: 160px;
  }
}
@media (min-width: 1300px) {
  .property .textual {
    padding-right: 100px;
  }
}
@media (min-width: 1440px) {
  .property .textual {
    padding-right: 0;
  }
}
.property-map {
  overflow: hidden;
  will-change: height;
  height: 75vh;
}
.property-map .gmap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75vh;
  background-color: #AADAFF;
}
.property-floorplan {
  max-width: 800px;
  margin: 0 auto 3.6rem;
  transform-origin: right center;
}
.property-floorplan .pft h3 {
  margin: 0 0;
}
.property-floorplan .pft p {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
.property-floorplan .pfi {
  cursor: pointer;
}
.property-floorplan .pfi img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .property-floorplan {
    margin-bottom: 4.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .property-floorplan .pft {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    font-size: 1.9rem;
  }
  .property-floorplan .pfi {
    padding: 12px;
    background-color: #f3ebd7;
  }
}
@media (min-width: 992px) {
  .property-floorplan {
    cursor: pointer;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    margin: 0 0;
    margin-top: 120px;
    width: 250px;
    min-height: 120px;
    padding: 24px 12px;
    background-color: #f3ebd7;
    opacity: 0;
    will-change: transform, opacity, background-color;
    transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1), background-color 400ms linear, color 400ms linear, opacity 1s linear;
    z-index: 20;
  }
  .property-floorplan:hover {
    color: white;
    background-color: #000;
    transform: scale(1.1, 1.1);
  }
  .property-floorplan.in,
  .property-floorplan.above {
    opacity: 1;
  }
  .property-floorplan.tacked {
    position: fixed;
  }
  .property-floorplan.bottomed {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .property-floorplan .pft {
    -ms-flex: none;
        flex: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 10px;
  }
  .property-floorplan .pft h3 {
    position: absolute;
    white-space: nowrap;
    left: -26px;
    top: 43%;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    transform: rotate(-90deg);
  }
  .property-floorplan .pft h3:after {
    content: ' +';
    display: inline-block;
    padding-top: 5px;
  }
  .property-floorplan .pft p {
    display: none;
  }
  .property-floorplan .pfi {
    padding: 10px;
    margin-left: 40px;
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .property-floorplan {
    padding: 30px 12px;
  }
}
@media (min-width: 1600px) {
  .property-floorplan {
    width: 310px;
    padding: 36px 24px;
  }
  .property-floorplan .pft {
    padding-left: 18px;
  }
  .property-floorplan .pfi {
    padding: 10px;
    margin-left: 40px;
  }
}
.gg .pd_p_data .pdd .stack-header {
  font-size: 1.3rem;
  text-transform: uppercase;
}
section.property {
  position: relative;
}
section.property.z2 {
  background-color: white;
  z-index: 2;
}
section.property.ofh {
  overflow: hidden;
}
.property-related {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .property-related {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.property-related .pr-carousel {
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.property-related .pr-carousel.flickity-enabled {
  height: auto;
}
.property-related .pr-carousel .prc-item {
  width: 300px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .property-related .pr-carousel .prc-item {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .property-related .pr-carousel .prc-item {
    width: 400px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .property-related .pr-carousel .prc-item {
    width: 480px;
  }
}
.property-images {
  position: relative;
  background-color: #E9EDEE;
  overflow: hidden;
}
.property-images-loader {
  position: relative;
  max-height: 1200px;
  overflow: hidden;
  z-index: 10;
}
.property-images-loader > div {
  height: 92vh;
  max-height: 68vw;
  visibility: hidden;
}
.property-images-loader img {
  display: block;
  max-height: 100%;
  width: auto;
}
.property-images-loader:before,
.property-images-loader:after,
.property-images-loader i {
  content: '';
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #E9EDEE;
}
.property-images-loader:after {
  left: 20%;
}
.property-images-loader i.i1 {
  left: 40%;
}
.property-images-loader i.i2 {
  left: 60%;
}
.property-images-loader i.i3 {
  left: 80%;
}
.property-images-loader .ripple {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  z-index: 11;
}
.property-images-loader .ripple:before,
.property-images-loader .ripple:after,
.property-images-loader .ripple em {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 4px solid #d6bd7b;
  border-radius: 50%;
  opacity: 0;
  transform-origin: center center;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.property-images-loader .ripple em {
  animation-delay: -0.25s;
}
.property-images-loader .ripple:after {
  animation-delay: -0.5s;
}
.property-images-fpl {
  position: absolute;
  left: -999px;
  top: -999px;
  width: 100px;
  overflow: hidden;
  z-index: 2;
}
.property-images-fpl img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.property-images .carousel-wrap {
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.property-images .carousel-cell:nth-child(1):after,
.property-images .carousel-cell:nth-child(2):after,
.property-images .carousel-cell:nth-child(3):after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #333;
  will-change: transform;
}
.property-images .carousel-cell:nth-child(1):after {
  transition: transform 750ms 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.property-images .carousel-cell:nth-child(2):after {
  transition: transform 750ms 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.property-images .carousel-cell:nth-child(3):after {
  transition: transform 750ms 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
.property-images .carousel-cell .carousel-cell-inner.video {
  cursor: pointer !important;
}
.property-images .carousel-cell .carousel-cell-inner.video .moblink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
@media (min-width: 768px) {
  .property-images .carousel-cell .carousel-cell-inner.video .moblink {
    display: none;
  }
}
.property-images .carousel-cell .carousel-cell-inner.video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 500;
  font-size: 1.2rem;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
.property-images .carousel-cell .carousel-cell-inner.video .play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  padding: 120%;
  background-color: #000;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.9;
  will-change: transform, border-radius;
  transform-origin: center center;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.property-images .carousel-cell .carousel-cell-inner.video .ccivw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 5;
}
@media (min-width: 768px) {
  .property-images .carousel-cell .carousel-cell-inner.video .ccivw {
    padding: 20px 0 40px;
    overflow: hidden;
  }
}
.property-images .carousel-cell .carousel-cell-inner.video .ccivw > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .property-images .carousel-cell .carousel-cell-inner.video .ccivw > div {
    position: relative;
    top: 50%;
    height: auto;
    padding-top: 56.25%;
    transform: translate(0, -50%);
  }
}
.property-images .carousel-cell .carousel-cell-inner.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.property-images .carousel-wrap.animating .carousel-cell:nth-child(1):after,
.property-images .carousel-wrap.animating .carousel-cell:nth-child(2):after,
.property-images .carousel-wrap.animating .carousel-cell:nth-child(3):after {
  transform: translate(0, -101%);
}
.property-images .carousel-wrap.animating .carousel-cell:nth-child(1) .carousel-cell-inner img {
  transition: transform 2.5s 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1, 1);
}
.property-images .carousel-wrap.animating .carousel-cell:nth-child(2) .carousel-cell-inner img {
  transition: transform 2.5s 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1, 1);
}
.property-images .carousel-wrap.final .carousel-cell:nth-child(1):after,
.property-images .carousel-wrap.final .carousel-cell:nth-child(2):after,
.property-images .carousel-wrap.final .carousel-cell:nth-child(3):after {
  display: none;
}
.property-images .carousel-wrap.final .carousel-cell:nth-child(1) .carousel-cell-inner img {
  transform: scale(1, 1);
}
.property-images .carousel-wrap.final .carousel-cell:nth-child(2) .carousel-cell-inner img {
  transform: scale(1, 1);
}
.property-images .carousel-wrap.final .carousel-cell .carousel-cell-inner img {
  transition: transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.property-images .carousel-wrap.final .carousel-cell .carousel-cell-inner:hover img {
  transition-duration: 750ms;
  transform: scale(1.05, 1.05);
}
.property-images .carousel-wrap.final .carousel-cell .carousel-cell-inner.video img {
  transform: scale(1, 1);
  transition: transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.property-images .carousel-wrap.final .carousel-cell .carousel-cell-inner.video:hover img {
  transition-duration: 750ms;
  transform: scale(1.05, 1.05);
}
.property-images .carousel-wrap.final .carousel-cell .carousel-cell-inner.video:hover .play:after {
  transform: translate(-50%, -50%) skew(-45deg, 45deg) scale(0.8, 0.8);
  border-radius: 2px;
}
.property-images .album {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.property-images-switch {
  position: absolute;
  left: 50%;
  bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .property-images-switch {
    padding: 12px;
    margin-left: -24px;
  }
}
.property-images-switch img {
  display: block;
  height: auto;
  width: 14px;
}
@media (min-width: 768px) {
  .property-images-switch img {
    width: 24px;
  }
}
.property-images.ready .property-images-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.property-images.ready .property-images-loader .ripple {
  display: none;
}
.property-images.ready .carousel-wrap {
  position: relative;
  left: auto;
  top: auto;
  min-height: 0;
}
.property-images.ready .carousel-wrap .carousel .carousel-cell canvas {
  opacity: 0;
}
.property-images.isa {
  transition: height 1s 400ms cubic-bezier(1, 0, 0, 1);
}
.property-images.isa .carousel-wrap {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  background-color: #E9EDEE;
}
.property-images.isa .album {
  position: relative;
  min-height: 0;
  left: auto;
  top: auto;
}
.gmap-enter-active,
.gmap-leave-active {
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.gmap-enter,
.gmap-leave-to {
  height: 0;
}
.pil-enter-active,
.pil-leave-active {
  transition: transform 100ms 2.2s linear;
}
.pil-enter-active:before,
.pil-leave-active:before,
.pil-enter-active:after,
.pil-leave-active:after,
.pil-enter-active i,
.pil-leave-active i {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.pil-enter-active:after,
.pil-leave-active:after {
  transition-delay: 150ms;
}
.pil-enter-active i.i1,
.pil-leave-active i.i1 {
  transition-delay: 300ms;
  transition-duration: 1100ms;
}
.pil-enter-active i.i2,
.pil-leave-active i.i2 {
  transition-delay: 450ms;
  transition-duration: 1200ms;
}
.pil-enter-active i.i3,
.pil-leave-active i.i3 {
  transition-delay: 600ms;
  transition-duration: 1400ms;
}
.pil-enter,
.pil-leave-to {
  transform: translate(0, -101%);
}
.pil-enter:before,
.pil-leave-to:before,
.pil-enter:after,
.pil-leave-to:after,
.pil-enter i,
.pil-leave-to i {
  transform: translate(0, -101%);
}
.pil-enter.down,
.pil-leave-to.down {
  transform: translate(0, 101%);
}
.pil-enter.down:before,
.pil-leave-to.down:before,
.pil-enter.down:after,
.pil-leave-to.down:after,
.pil-enter.down i,
.pil-leave-to.down i {
  transform: translate(0, 101%);
}
.carousel-enter-active {
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel-leave-active {
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel-enter {
  transform: translate(0, 101%);
}
.carousel-leave-to {
  transform: translate(0, 101%);
}
.pis-enter-active {
  transition: transform 750ms 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pis-leave-active {
  transition: transform 750ms 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pis-enter,
.pis-leave-to {
  transform: translate(0, 101%);
}
.favelbl-enter-active {
  transition: opacity 1s linear;
}
.favelbl-leave-active {
  transition: opacity 1s linear;
}
.favelbl-enter {
  opacity: 0;
}
.favelbl-leave-to {
  opacity: 0;
}
@keyframes lds-ripple {
  0% {
    transform: scale(0.05, 0.05);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.psdo-loader {
  position: relative;
  z-index: 99;
  will-change: transform;
  background-color: #f6f8f8;
}
.psdo-loader .faux {
  height: 92vh;
  max-height: 68vw;
}
.psdo-loader .faux img {
  display: block;
  max-height: 100%;
  width: auto;
}
.psdl-enter-active,
.psdl-leave-active {
  transition: transform 750ms cubic-bezier(0.19, 1, 0.22, 1);
}
.psdl-enter,
.psdl-leave-to {
  transform: translate(0, -101%);
}
.property-images.isa .psdo-loader,
.property-images.ready.isa .psdo-loader {
  display: none;
}
.svg-cover-loader {
  position: relative;
  z-index: 99;
  background-color: transparent;
}
.svg-cover-loader svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.svg-cover-loader svg polygon.under {
  fill: #E9EDEE;
}
.svg-cover-loader svg .sa1,
.svg-cover-loader svg .sa2,
.svg-cover-loader svg .sa3,
.svg-cover-loader svg .sa4 {
  transform-origin: center center;
}
.svg-cover-loader > div {
  height: 92vh;
  max-height: 68vw;
}
.svg-cover-loader > div img {
  display: block;
  max-height: 100%;
  width: auto;
}
.svg-cover-loader .ripple {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  z-index: 3;
}
.svg-cover-loader .ripple:before,
.svg-cover-loader .ripple:after,
.svg-cover-loader .ripple em {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 4px solid #7c7c7c;
  opacity: 1;
  border-radius: 50%;
  opacity: 0;
  transform-origin: center center;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.svg-cover-loader .ripple em {
  animation-delay: -0.25s;
}
.svg-cover-loader .ripple:after {
  animation-delay: -0.5s;
}
.property-images.ready .svg-cover-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.property-images.ready .psdo-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.properties-image span.ovl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  background-color: rgba(254, 68, 56, 0.9);
  font-size: 11px;
  color: white;
  text-transform: uppercase;
}
.album-item {
  position: relative;
}
.album-item span.ovl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px;
  background-color: rgba(254, 68, 56, 0.9);
  font-size: 7px;
  color: white;
  text-transform: uppercase;
}
.carousel-cell-inner {
  position: relative;
}
.carousel-cell-inner span.ovl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 40px 20px;
  background-color: rgba(254, 68, 56, 0.9);
  font-size: 26px;
  color: white;
  text-transform: uppercase;
}
:root {
  --vh: 1vh;
}
.property-search {
  width: 100%;
}
.property-search-skeleton {
  min-height: 70vh;
}
.property-search .search-crumb {
  min-height: 32px;
}
.property-search .google-map-toggle {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  position: fixed;
  left: 50%;
  bottom: 15px;
  padding: 8px 22px 8px 36px;
  text-align: center;
  background-color: #000;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 30;
  transform: translate(-50%, 0);
  cursor: pointer;
}
@media (min-width: 992px) {
  .property-search .google-map-toggle {
    padding: 10px 24px 10px 38px;
  }
}
.property-search .google-map-toggle i {
  position: absolute;
  left: 12px;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .property-search .google-map-toggle.hasmap {
    display: none;
  }
}
.property-search .google-map-toggle.below {
  display: none;
}
@media (min-width: 992px) {
  .property-search.showmap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: auto;
  }
}
.property-search.showmap section.properties {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
@media (min-width: 600px) {
  .property-search.showmap section.properties {
    display: block;
  }
}
@media (min-width: 768px) {
  .property-search.showmap section.properties {
    display: block;
  }
}
@media (min-width: 1200px) {
  .property-search.showmap section.properties {
    padding-bottom: 6rem;
  }
}
.property-search.showmap section.properties .grid-result {
  display: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .property-search.showmap .property-search-ui .filters .filter-right {
    display: none;
  }
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-ui {
    position: relative;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    z-index: 2;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  }
  .property-search.showmap .property-search-ui .filters .filter-vue.location {
    display: none;
  }
  .property-search.showmap .property-search-ui .filters-up {
    left: 30px;
    right: auto;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-ui .guttered {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.property-search.showmap .property-search-ui .properties-grid {
  display: none;
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-ui .properties-grid {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-ui .grid.properties-grid .column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .property-search.showmap .property-search-ui .grid.properties-grid .column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1800px) {
  .property-search.showmap .property-search-ui .grid.properties-grid .column {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
.property-search.showmap .property-search-map {
  /* position: absolute;
            left: 0;
            right: 0;*/
  position: relative;
  height: calc(100vh - 124px);
  height: calc((var(--vh, 1vh) * 100) - 124px);
}
@media (min-width: 768px) {
  .property-search.showmap .property-search-map {
    height: calc(100vh - 248px);
    height: calc((var(--vh, 1vh) * 100) - 248px);
  }
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-map {
    position: static;
    height: auto;
    display: block;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    background-color: #E9EDEE;
  }
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-map:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 10;
    background-color: #DFE4E6;
    opacity: 0.75;
  }
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-map .google-map {
    position: sticky;
    top: 59px;
    min-height: calc(100vh - 59px);
    padding: 10px;
  }
  .property-search.showmap .property-search-map .google-map:before {
    content: 'Load Map';
    display: block;
    text-align: center;
    font-size: 36px;
    color: #acacac;
    text-shadow: 1px 1px 2px white;
    margin-top: 36vh;
    opacity: 0.5;
  }
}
.property-search.showmap .property-search-map .google-map .vue-map-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.property-search.showmap .property-search-map .google-map .vue-map-container .vue-map {
  position: static !important;
}
.property-search.showmap .property-search-map .google-map-property {
  position: absolute;
  bottom: 55px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  padding: 0;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
@media (min-width: 340px) {
  .property-search.showmap .property-search-map .google-map-property {
    width: 320px;
    margin-left: -160px;
  }
}
@media (min-width: 360px) {
  .property-search.showmap .property-search-map .google-map-property {
    width: 350px;
    margin-left: -175px;
  }
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-map .google-map-property {
    bottom: 40px;
    width: 420px;
    margin-left: -210px;
    box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .property-search.showmap .property-search-map .google-map-property {
    width: 480px;
    margin-left: -240px;
  }
}
.property-search.showmap .property-search-map .google-map-property-image {
  position: relative;
  -ms-flex: 0 0 120px;
      flex: 0 0 120px;
  width: 120px;
  padding-top: 90px;
  background-color: #E9EDEE;
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-map .google-map-property-image {
    -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    width: 180px;
    padding-top: 135px;
  }
}
@media (min-width: 1200px) {
  .property-search.showmap .property-search-map .google-map-property-image {
    -ms-flex: 0 0 220px;
        flex: 0 0 220px;
    width: 220px;
    padding-top: 165px;
  }
}
.property-search.showmap .property-search-map .google-map-property-image img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  transition: opacity 600ms linear;
  opacity: 0;
  border-radius: 3px 0 0 3px;
}
.property-search.showmap .property-search-map .google-map-property-image img.v-lazy-image-loaded {
  opacity: 1;
}
.property-search.showmap .property-search-map .google-map-property-details {
  position: relative;
  padding: 12px 24px 6px 12px;
  font-size: 11px;
  line-height: 1.4;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-map .google-map-property-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px 20px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.property-search.showmap .property-search-map .google-map-property-details a {
  color: #000;
  text-decoration: none;
}
.property-search.showmap .property-search-map .google-map-property-details div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.property-search.showmap .property-search-map .google-map-property-details div.price {
  margin-top: 6px;
  overflow: visible;
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-map .google-map-property-details div.price {
    font-size: 13px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-map .google-map-property-details div.price strong {
    font-weight: 500;
  }
}
.property-search.showmap .property-search-map .google-map-property-details div.price .status {
  color: #acacac;
  font-weight: 500;
  font-size: 11px;
  display: inline-block;
  padding: 1px 6px;
  text-transform: uppercase;
  border: 1px solid #acacac;
}
.property-search.showmap .property-search-map .google-map-property-details div.price .status.sole {
  color: #fff;
  background-color: #d6bd7b;
  border-color: #d6bd7b;
}
.property-search.showmap .property-search-map .google-map-property-details div.price .status.sold,
.property-search.showmap .property-search-map .google-map-property-details div.price .status.leased {
  color: #fff;
  background-color: #fe4438;
  border-color: #fe4438;
}
.property-search.showmap .property-search-map .google-map-property-details div.price .status.under.offer {
  color: #fff;
  background-color: #fe4438;
  border-color: #fe4438;
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-map .google-map-property-details div .p-name {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
    margin-bottom: 2px;
  }
}
@media (min-width: 1200px) {
  .property-search.showmap .property-search-map .google-map-property-details div .p-name {
    font-size: 14px;
  }
}
.property-search.showmap .property-search-map .google-map-property-close {
  position: absolute;
  right: 1px;
  top: 1px;
  padding: 5px;
  font-size: 18px;
  color: #000;
}
@media (min-width: 992px) {
  .property-search.showmap .property-search-map .google-map-property-close {
    font-size: 20px;
    right: 0;
    top: 0;
  }
}
.property-search.showmap .property-search-map .google-map-throbber {
  position: absolute;
  left: -5000px;
  top: 15px;
  width: 64px;
  height: 30px;
  padding: 5px 0;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #D9DFE1;
  z-index: 99;
  opacity: 0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.property-search.showmap .property-search-map .google-map-throbber.active {
  opacity: 1;
  left: 50%;
  transform: translate(-50%, 0);
}
.property-search.showmap .property-search-map .google-map-throbber i {
  position: absolute;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d6bd7b;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.property-search.showmap .property-search-map .google-map-throbber i:nth-child(1) {
  left: 10px;
  animation: throbber1 0.6s infinite;
}
.property-search.showmap .property-search-map .google-map-throbber i:nth-child(2) {
  left: 10px;
  animation: throbber2 0.6s infinite;
}
.property-search.showmap .property-search-map .google-map-throbber i:nth-child(3) {
  left: 26px;
  animation: throbber2 0.6s infinite;
}
.property-search.showmap .property-search-map .google-map-throbber i:nth-child(4) {
  left: 42px;
  animation: throbber3 0.6s infinite;
}
.property-search.showmap .property-search-map .google-map-closer {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  left: 10px;
  top: 10px;
  padding: 13px 15px 13px 11px;
  background-color: white;
  border-radius: 2px;
  z-index: 79;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.property-search.showmap .property-search-map .google-map-closer i {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  z-index: 2;
  border-top: 4px solid #616161;
  border-right: 4px solid #616161;
  transform: rotate(45deg);
}
.property-search.showmap .property-search-map .google-map-closer span {
  position: absolute;
  right: 1000px;
  top: -1000px;
  display: block;
  padding-left: 12px;
  font-size: 12px;
  line-height: 12px;
  opacity: 0;
  transition: opacity 1s linear;
}
.property-search.showmap .property-search-map .google-map-closer:hover span {
  opacity: 1;
  right: auto;
  top: auto;
  position: relative;
}
.property-search.showmap .property-search-map .google-map-closer:hover i {
  border-top-color: #333;
  border-right-color: #333;
}
section.properties {
  padding-top: 20px;
  padding-bottom: 4rem;
  min-height: 80vh;
}
@media (min-width: 600px) {
  section.properties {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  section.properties {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  section.properties {
    padding-bottom: 6rem;
  }
}
section.properties.titled {
  padding-top: 12px;
}
@media (min-width: 768px) {
  section.properties.titled {
    padding-top: 18px;
  }
}
section.properties .grid-result {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 600px) {
  section.properties .grid-result {
    display: none;
  }
}
.favourites .grid.properties-grid .column.removed {
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms linear;
  transform-origin: top center;
  pointer-events: none;
  transform: scale(0.9, 0.9);
  opacity: 0.75;
}
.favourites .grid.properties-grid .column-full {
  text-align: center;
  margin-top: 10px;
  padding-top: 30px;
}
.favourites .grid.properties-grid .column-full p {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.empty-list {
  text-align: center;
  padding: 8vh 0;
}
.empty-list h1 {
  margin: 0;
  padding: 0.3rem 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #969696;
}
.empty-list h2,
.empty-list h3,
.empty-list p {
  margin: 0 auto;
  font-weight: 300;
  color: #969696;
  text-transform: none;
  max-width: 80rem;
}
.no-results {
  text-align: center;
  padding: 8vh 0;
}
.no-results h3 {
  margin: 0;
  padding: 0.3rem 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #969696;
}
.no-results p {
  margin: 0;
  font-weight: 300;
  color: #969696;
  text-transform: none;
}
.properties-grid {
  position: relative;
}
@media (min-width: 620px) {
  .properties-grid .column-full {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.properties-grid .column-full h3 {
  margin-top: 0;
}
.properties-grid .column-full p {
  font-size: 14px;
  font-weight: 400;
  color: #7c7c7c;
}
.properties-grid .column:nth-child(2) .pc-skeleton .pc-item-image,
.properties-grid .column:nth-child(4) .pc-skeleton .pc-item-image,
.properties-grid .column:nth-child(8) .pc-skeleton .pc-item-image {
  animation-delay: 0.4s;
}
.properties-grid .column:nth-child(3) .pc-skeleton .pc-item-image,
.properties-grid .column:nth-child(5) .pc-skeleton .pc-item-image,
.properties-grid .column:nth-child(9) .pc-skeleton .pc-item-image {
  animation-delay: 0.2s;
}
.properties-grid .column.off {
  display: none;
}
.properties-grid .column.animate {
  will-change: opacity;
  transition: opacity 400ms linear;
}
.properties-grid .column.animate:nth-child(1) {
  transition-delay: 0s;
}
.properties-grid .column.animate:nth-child(2) {
  transition-delay: 100ms;
}
.properties-grid .column.animate:nth-child(3) {
  transition-delay: 200ms;
}
.properties-grid .column.animate:nth-child(n + 4) {
  transition-delay: 300ms;
}
.properties-grid .column.animate.out {
  transition: opacity 0.5s linear;
  pointer-events: none;
  opacity: 0;
}
.properties-grid .column.animate.out:nth-child(1) {
  transition-delay: 200ms;
}
.properties-grid .column.animate.out:nth-child(2) {
  transition-delay: 100ms;
}
.properties-grid .column.animate.out:nth-child(3) {
  transition-delay: 0s;
}
.properties-grid .column.animate.out:nth-child(n + 4) {
  transition-delay: 0s;
}
.properties-grid .column.animate.add {
  pointer-events: none;
  opacity: 0;
}
.properties-grid.investor .column .pc-item-data .pid-ar {
  display: inline-block;
}
.properties-grid-wait {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  left: 50%;
  margin-left: -25px;
}
.properties-grid-wait:before,
.properties-grid-wait:after,
.properties-grid-wait i {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 50px;
  border: 4px solid #d6bd7b;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transform-origin: center center;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.properties-grid-wait:after {
  animation-delay: -0.3s;
}
.properties-grid-wait i {
  animation-delay: -0.6s;
}
.gwait-enter-active,
.gwait-leave-active {
  transition: opacity 1s linear;
}
.gwait-enter,
.gwait-leave-to {
  opacity: 0;
}
.inup-enter-active,
.inup-leave-active {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s linear;
}
.inup-enter,
.inup-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
.inop-enter-active,
.inop-leave-active {
  transition: opacity 1s linear;
}
.inop-enter,
.inop-leave-to {
  opacity: 0;
}
.basicfade-enter-active,
.basicfade-leave-active {
  transition: opacity 1s linear;
}
.basicfade-enter,
.basicfade-leave-to {
  opacity: 0;
}
.pgiv-enter-active {
  transition: transform 1s 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pgiv-leave-active {
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pgiv-enter {
  transform: translateX(101%);
}
.pgiv-leave-to {
  transform: translateX(-101%);
}
@keyframes rotateInf {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shine-skeleton {
  0% {
    background-position: 70% 0;
  }
  20%,
  100% {
    background-position: -100% 0;
  }
}
@keyframes throbber1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes throbber2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(16px, 0);
  }
}
@keyframes throbber3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* Property Cards */
.pc-item-image {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  background-color: #E9EDEE;
}
.pc-item-image a.piia {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 28;
}
.pc-item-image img.df {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  z-index: 1;
  transition: opacity 400ms linear;
  opacity: 0;
}
.pc-item-image img.df.v-lazy-image-loaded {
  opacity: 1;
}
.pc-item-image > div.fv {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 29;
  overflow: hidden;
  will-change: transform;
  transform: translate(0, 101%);
  transition: transform 600ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pc-item-image > div.fv div.svg {
  -ms-flex: 0 0 42px;
      flex: 0 0 42px;
  max-width: 42px;
  height: 42px;
  padding: 8px 9px 0;
  padding-bottom: 0;
  background-color: rgba(16, 16, 16, 0.85);
  cursor: pointer;
}
.pc-item-image > div.fv div.svg svg {
  display: block;
  width: 24px;
  height: 24px;
  transform-origin: center center;
  transform-style: preserve-3d;
  perspective: 50px;
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pc-item-image > div.fv div.svg svg polygon.b {
  fill: #fff;
  will-change: fill;
  transition: fill 800ms linear;
}
.pc-item-image > div.fv div.svg svg polygon.f {
  fill: #101010;
  opacity: 1;
  will-change: opacity;
  transition: opacity 800ms linear;
}
.pc-item-image > div.fv div.svg.on svg {
  transform: rotateY(720deg);
}
.pc-item-image > div.fv div.svg.on svg polygon.b {
  fill: #d6bd7b;
}
.pc-item-image > div.fv div.svg.on svg polygon.f {
  opacity: 0;
}
.pc-item-image > div.fv span {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  height: 4.1rem;
  padding: 0 1.2rem;
  background-color: #000;
  overflow: hidden;
  line-height: 4rem;
  font-size: 1.1rem;
  color: #D9DFE1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1;
  transform: translate(0, 0);
  will-change: transform;
}
.pc-item-image > div.fv span a {
  text-transform: uppercase;
  color: #d6bd7b;
}
.pc-item-image > div.fv .fvg-enter-active {
  transition: transform 750ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms linear;
}
.pc-item-image > div.fv .fvg-leave-active {
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms linear;
}
.pc-item-image > div.fv .fvg-enter,
.pc-item-image > div.fv .fvg-leave-to {
  opacity: 0;
  transform: translate(0, 101%);
}
.pc-item-image.over > div.fv {
  transform: translate(0, 0);
  transition-delay: 400ms;
}
.pc-item-image .ovl {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-weight: 500;
  font-size: 12px;
  padding: 6px;
  text-align: center;
  color: #fff;
  background-color: rgba(254, 68, 56, 0.75);
}
.pc-item-data {
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.475;
}
@media (min-width: 992px) {
  .pc-item-data {
    padding-top: 14px;
    font-size: 15px;
  }
}
.pc-item-data a {
  color: #000 !important;
  text-decoration: none !important;
}
.pc-item-data .pid-n {
  font-weight: 700;
  text-transform: uppercase;
}
.pc-item-data .pid-m {
  color: #333;
  font-size: 11px;
  margin-top: 1px;
}
@media (min-width: 992px) {
  .pc-item-data .pid-m {
    font-size: 12px;
  }
}
.pc-item-data .pid-cp {
  position: relative;
  color: #333;
  font-size: 11px;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 2px;
}
@media (min-width: 992px) {
  .pc-item-data .pid-cp {
    font-size: 12px;
  }
}
.pc-item-data .pid-cp:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 1px;
  background-color: #000;
}
.pc-item-data .pid-ar {
  position: relative;
  display: none;
  padding-left: 16px;
  margin-left: 1px;
}
.pc-item-data .pid-ar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  background-color: #7c7c7c;
}
.pc-item-data .pid-p {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .pc-item-data .pid-p {
    margin-top: 10px;
  }
}
.pc-item-data .pid-p .status {
  color: #acacac;
  font-weight: 500;
  font-size: 11px;
  display: inline-block;
  padding: 1px 6px;
  text-transform: uppercase;
  border: 1px solid #acacac;
}
.pc-item-data .pid-p .status.sole {
  color: #fff;
  background-color: #d6bd7b;
  border-color: #d6bd7b;
}
.pc-item-data .pid-p .status.sold,
.pc-item-data .pid-p .status.leased {
  color: #fff;
  background-color: #fe4438;
  border-color: #fe4438;
}
.pc-item-data .pid-p .status.under.offer {
  color: #fff;
  background-color: #fe4438;
  border-color: #fe4438;
}
.pc-item-data .pid-p .status {
  position: relative;
  top: -1px;
}
.pc-item-data .pid-p span:not(:last-child) {
  margin-right: 6px;
}
.pc-item-data .pid-p.success {
  margin-top: 6px;
  font-size: 14px;
}
.pc-item-data .pid-p.success .status {
  margin-left: 0;
  text-transform: uppercase;
}
.pc-item-data .pid-p.success .status.let {
  color: #fff;
  background-color: orange;
  border-color: orange;
}
.pc-item-data .pid-p.nvp .status {
  margin-left: 0;
}
.pc-skeleton .pc-item-image {
  background-image: linear-gradient(105deg, #E9EDEE 10%, #f2f2f2 18%, #E9EDEE 26%);
  background-size: 200% 100%;
  background-position: 70% 0;
  animation: shine-skeleton 3.5s infinite linear;
}
.pc-skeleton .pc-item-data span {
  display: block;
  background-color: #E9EDEE;
  border-radius: 2px;
}
.pc-skeleton .pc-item-data span.sk1 {
  margin-top: 2px;
  height: 16px;
  width: 85%;
}
@media (min-width: 992px) {
  .pc-skeleton .pc-item-data span.sk1 {
    height: 17px;
    width: 65%;
  }
}
.pc-skeleton .pc-item-data span.sk2 {
  margin-top: 6px;
  height: 11px;
  width: 50%;
}
@media (min-width: 992px) {
  .pc-skeleton .pc-item-data span.sk2 {
    margin-top: 7px;
    height: 12px;
    width: 40%;
  }
}
.pc-skeleton .pc-item-data span.sk3 {
  margin-top: 15px;
  height: 16px;
  width: 35%;
}
@media (min-width: 992px) {
  .pc-skeleton .pc-item-data span.sk3 {
    margin-top: 16px;
    height: 17px;
    width: 25%;
  }
}
.ov {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .ov {
    max-width: 1540px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .ov_c {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
  }
}
.ov_i {
  margin: 40px 0;
  font-size: 15px;
}
.ov_i img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.ov_i_name {
  margin-top: 24px;
  margin-bottom: 2px;
  padding-top: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .ov_i_name {
    font-size: 23px;
  }
}
.ov_i_name:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 1px;
  background-color: #000;
}
.ov_i_meta {
  text-transform: uppercase;
  font-weight: 300;
}
.ov_i_price {
  margin-top: 10px;
  font-size: 18px;
}
.ov_i_copy {
  padding: 10px 0;
}
.ov_i_w3w {
  margin-top: 3px;
  margin-bottom: 30px;
}
.ov_i_w3w a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 5px;
  background-color: #FBF8F2;
  color: #000;
  transition: background-color linear 400ms, color linear 400ms;
}
.ov_i_w3w a:hover {
  background-color: #000;
  color: white;
}
.ov_i_w3w img {
  -ms-flex: 0 0 48px;
      flex: 0 0 48px;
  display: block;
  width: 60px;
  height: 60px;
}
.ov_i_w3w span {
  display: block;
  font-size: 14px;
}
@media (min-width: 768px) {
  .ov_i_w3w span {
    font-size: 15px;
  }
}
.ov_i_w3w span i {
  color: #fe4438;
  font-style: normal;
}
.ov_i_w3w span:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .ov_i_w3w span:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .ov_i_w3w span:nth-child(2) {
    font-size: 17px;
  }
}
.ov_i_w3w span:nth-child(3) {
  -ms-flex: 1;
      flex: 1;
  font-weight: 500;
  text-align: right;
  padding-right: 10px;
}
.ov_i_w3w.google a {
  padding: 16px 5px 17px;
}
.ov_i_w3w.google img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 12px;
  margin-right: 12px;
  height: 37px;
  width: auto;
}
.hero-slider {
  position: relative;
  background-color: #E9EDEE;
  overflow: hidden;
}
.hero-slider .carousel-wrap {
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.hero-slider .carousel-cell {
  max-height: 1100px;
}
.hero-slider .carousel-cell .carousel-cell-inner {
  height: 78vh;
  max-height: 60vw;
}
.hero-slider .carousel-cell:nth-child(1):after,
.hero-slider .carousel-cell:nth-child(2):after,
.hero-slider .carousel-cell:nth-child(3):after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #333;
  will-change: transform;
}
.hero-slider .carousel-cell:nth-child(1):after {
  transition: transform 750ms 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.hero-slider .carousel-cell:nth-child(2):after {
  transition: transform 750ms 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.hero-slider .carousel-cell:nth-child(3):after {
  transition: transform 750ms 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
.hero-slider .carousel-wrap.animating .carousel-cell:nth-child(1):after,
.hero-slider .carousel-wrap.animating .carousel-cell:nth-child(2):after,
.hero-slider .carousel-wrap.animating .carousel-cell:nth-child(3):after {
  transform: translate(0, -101%);
}
.hero-slider .carousel-wrap.animating .carousel-cell:nth-child(1) .carousel-cell-inner img {
  transition: transform 2.5s 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1, 1);
}
.hero-slider .carousel-wrap.animating .carousel-cell:nth-child(2) .carousel-cell-inner img {
  transition: transform 2.5s 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1, 1);
}
.hero-slider .carousel-wrap.final .carousel-cell:nth-child(1):after,
.hero-slider .carousel-wrap.final .carousel-cell:nth-child(2):after,
.hero-slider .carousel-wrap.final .carousel-cell:nth-child(3):after {
  display: none;
}
.hero-slider .carousel-wrap.final .carousel-cell:nth-child(1) .carousel-cell-inner img {
  transform: scale(1, 1);
}
.hero-slider .carousel-wrap.final .carousel-cell:nth-child(2) .carousel-cell-inner img {
  transform: scale(1, 1);
}
.hero-slider .carousel-wrap.final .carousel-cell .carousel-cell-inner img {
  transition: transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hero-slider .carousel-wrap.final .carousel-cell .carousel-cell-inner:hover img {
  transform: scale(1.05, 1.05);
}
.hero-slider.ready .carousel-wrap {
  position: relative;
  left: auto;
  top: auto;
  min-height: 0;
}
.hero-slider.ready .carousel-wrap .carousel .carousel-cell canvas {
  opacity: 0;
}
.hero-slider.ready .psdo-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slider .psdo-loader .faux {
  height: 78vh;
  max-height: 60vw;
}
.hero-slider-loader {
  position: absolute;
  left: -1200px;
  top: -4000px;
  overflow: hidden;
  max-height: 3000px;
  max-width: 500px;
}
.hero-slider-loader > div {
  width: 150px;
}
.hero-slider-loader > div img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.dd {
  padding-top: 3px;
}
.dd h1.dd-name {
  text-align: center;
}
.dd .dd-content {
  text-align: center;
  margin: 0 auto;
  max-width: 88rem;
}
.dd .dd-content h3 {
  margin-top: 8px;
}
.dd .dd-content .status {
  color: #acacac;
  font-weight: 500;
  font-size: 11px;
  display: inline-block;
  padding: 1px 6px;
  text-transform: uppercase;
  border: 1px solid #acacac;
}
.dd .dd-content .status.sole {
  color: #fff;
  background-color: #d6bd7b;
  border-color: #d6bd7b;
}
.dd .dd-content .status.sold,
.dd .dd-content .status.leased {
  color: #fff;
  background-color: #fe4438;
  border-color: #fe4438;
}
.dd .dd-content .status.under.offer {
  color: #fff;
  background-color: #fe4438;
  border-color: #fe4438;
}
.dd .dd-content .status {
  margin-left: 3px;
  margin-right: 3px;
}
@media (max-width: 500px) {
  .dd .grid.data-grid .column .data-grid-item {
    font-size: 1.3rem;
  }
  .dd .grid.data-grid .column .data-grid-item strong {
    min-width: 33%;
  }
}
.dd .gallerycol {
  display: none;
}
@media (min-width: 992px) {
  .dd .gallerycol {
    display: block;
  }
}
.dd .data-grid {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .dd .property .textual {
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .dd .property-floorplan .pft h3 {
    left: -18px;
  }
}
@media (max-width: 767px) {
  .dd .property-floorplan .pfi {
    display: inline-block;
    padding: 8px;
    background-color: #f3ebd7;
  }
}
.dd .dd-map {
  padding-top: 2vh;
}
.dd .dd-map .copy-tag {
  padding-bottom: 3.6rem;
}
.dd .dd-p {
  max-width: 920px;
  margin: 0 auto 3.6rem;
}
@media (min-width: 768px) {
  .dd .dd-p {
    margin-bottom: 4.8rem;
  }
}
@media (min-width: 992px) {
  .dd .dd-p {
    margin-bottom: 6rem;
    padding-right: 200px;
  }
}
@media (min-width: 1200px) {
  .dd .dd-p {
    padding-right: 160px;
  }
}
@media (min-width: 1300px) {
  .dd .dd-p {
    padding-right: 100px;
  }
}
@media (min-width: 1440px) {
  .dd .dd-p {
    padding-right: 0;
  }
}
.dd .dd-p h3 {
  margin-bottom: 0;
}
.dd .dd-p p {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
.dd .dd-p-filter {
  padding: 2.4rem 0;
}
.dd .dd-p-filter .vue-slider {
  margin-bottom: 26px;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.dd .dd-p-filter .vue-slider .vue-slider-mark-label {
  padding-top: 8px;
  cursor: pointer;
  font-size: 11px;
}
@media (max-width: 359px) {
  .dd .dd-p-filter .vue-slider .vue-slider-mark-label {
    font-size: 10px;
  }
}
.dd .dd-p-filter .vue-slider .vue-slider-mark-label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}
.dd .dd-p table {
  width: 100%;
}
.dd .dd-p table thead th {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 5px;
  color: #7c7c7c;
}
.dd .dd-p table tbody {
  border-bottom: 2px solid #D9DFE1;
}
.dd .dd-p table tbody td {
  font-size: 1.2rem;
  padding: 5px;
  text-align: center;
  border-top: 1px solid #E9EDEE;
  font-weight: 300;
}
@media (min-width: 992px) {
  .dd .dd-p table tbody td {
    padding: 8px 6px;
  }
}
.dd .dd-p table tbody td a {
  color: #C49F42;
}
.dd .dd-p table tbody td .meta {
  display: block;
}
@media (min-width: 768px) {
  .dd .dd-p table tbody td .meta {
    display: none;
  }
}
.dd .dd-p table th.first,
.dd .dd-p table tbody td.first {
  text-align: left;
  padding-left: 0 !important;
}
.doublec {
  position: relative;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .doublec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .doublec {
    padding-top: 50px;
  }
}
.doublec_w {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 780px;
  margin: 0 auto;
  z-index: 2;
  left: -5000px;
  top: 0;
  transform: translateX(60px);
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
@media (min-width: 992px) {
  .doublec_w {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    width: auto;
    max-width: none;
    margin: 0;
    left: auto;
    top: auto;
    transform: translateX(0);
    transition: none;
  }
}
@media (min-width: 1200px) {
  .doublec_w {
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
  }
}
.doublec_w.active {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  transform: translateX(0);
}
.doublec_carousel {
  min-height: calc(67vw + 125px);
}
@media (min-width: 992px) {
  .doublec_carousel {
    min-height: 50vw;
  }
}
@media (min-width: 1200px) {
  .doublec_carousel {
    min-height: 48vw;
  }
}
.doublec_carousel.flickity-enabled {
  min-height: 1px !important;
}
.doublec_carousel .flickity-page-dots {
  bottom: auto;
  top: calc(75vw - 28px);
  text-align: right;
}
@media (min-width: 830px) {
  .doublec_carousel .flickity-page-dots {
    top: 600px;
  }
}
@media (min-width: 992px) {
  .doublec_carousel .flickity-page-dots {
    top: calc((49.3vw - 28px) * .75);
  }
}
@media (min-width: 1200px) {
  .doublec_carousel .flickity-page-dots {
    top: calc((49.4vw - 42px) * .75);
  }
}
.doublec_carousel .flickity-page-dots .dot {
  width: 12px;
  height: 1px;
  margin: 0 2px;
  background: #000;
  border-radius: 0;
  opacity: 1;
}
@media (min-width: 768px) {
  .doublec_carousel .flickity-page-dots .dot {
    width: 22px;
  }
}
.doublec_carousel .flickity-page-dots .dot.is-selected {
  background: #d6bd7b;
}
.doublec_slide {
  width: 100%;
  margin-right: 20px;
  position: absolute;
  left: -9000px;
}
.doublec_slide img {
  display: block;
  width: 100%;
  opacity: 0;
  transition: opacity 1s linear 100ms;
}
.doublec_slide .img {
  background-color: #333;
}
.doublec_slide a {
  display: block;
  color: #000;
}
.doublec_slide_meta {
  padding: 20px 0 0;
  opacity: 0;
  transition: opacity 1s linear 100ms;
}
@media (min-width: 768px) {
  .doublec_slide_meta {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .doublec_slide_meta {
    padding: 30px 0 30px;
  }
}
.doublec_slide .small {
  display: none;
}
@media (min-width: 992px) {
  .doublec_slide .small {
    display: block;
  }
}
.doublec_slide .location,
.doublec_slide .name,
.doublec_slide .price {
  transform: translateX(40px);
  transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 1s 100ms;
}
.doublec_slide .name {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .doublec_slide .name {
    font-size: 24px;
  }
}
.doublec_slide .location {
  transition-delay: 200ms;
}
.doublec_slide .price {
  margin-top: 10px;
  transition-delay: 300ms;
}
@media (min-width: 768px) {
  .doublec_slide .price {
    font-size: 18px;
  }
}
.doublec_slide.is-selected img {
  opacity: 1;
}
.doublec_slide.is-selected .doublec_slide_meta {
  opacity: 1;
}
.doublec_slide.is-selected .doublec_slide_meta .name {
  transform: translateX(0);
}
.doublec_slide.is-selected .doublec_slide_meta .location {
  transform: translateX(0);
}
.doublec_slide.is-selected .doublec_slide_meta .price {
  transform: translateX(0);
}
.doublec:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: calc((97.5vw - 40px) * .75);
  background-color: #000;
}
@media (min-width: 830px) {
  .doublec:after {
    height: 580px;
  }
}
@media (min-width: 992px) {
  .doublec:after {
    height: calc((49.3vw - 30px) * .75);
  }
}
@media (min-width: 1200px) {
  .doublec:after {
    height: calc((49.4vw - 40px) * .75);
  }
}
.doublec_switch {
  padding: 15px 20px 1px 20px;
  color: #9c9c9c;
  text-align: center;
  background-color: #000;
}
.doublec_switch a {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 3px;
}
.doublec_switch a.active {
  font-weight: 700;
  color: #D9DFE1;
  border-bottom: 1px solid #D9DFE1;
}
.doublec_switch div.small {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .doublec_switch {
    display: none;
  }
}
.homenew_switch {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 1s 0.5s linear;
}
.homenew_switch a {
  display: inline-block;
  line-height: 1.5;
  margin: 0 3px;
}
.homenew_switch a.active {
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #333;
}
.homenew_switch.in,
.homenew_switch.above {
  opacity: 1;
}
@media (max-width: 1829px) {
  .homenew .grid.properties-grid .column:nth-child(n+7) {
    display: none;
  }
}
.tabs {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 2.4rem;
}
.tabs:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  background-color: #D9DFE1;
  z-index: 1;
}
.tabs li {
  position: relative;
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  z-index: 2;
}
.tabs li a {
  display: block;
  color: #4d4d4d;
  padding: 0.6rem 0;
  margin-right: 1.2rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
@media (min-width: 992px) {
  .tabs li a {
    margin-right: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .tabs li a {
    margin-right: 3.6rem;
  }
}
.tabs li a.active {
  color: #d6bd7b;
  border-bottom: 2px solid #C49F42;
}
.tabs li a:hover {
  color: #333;
  border-bottom: 2px solid #333;
}
.action-grid-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.action-grid-item .agit {
  position: relative;
  padding: 56px 10px 15px;
  color: #d6bd7b !important;
  background-color: #000;
}
.action-grid-item .agit h4 {
  margin-top: 10px;
}
.action-grid-item .agit h4 span {
  display: block;
}
.action-grid-item .agit .meta {
  font-weight: bold;
}
.action-grid-item .agit i.ss-star {
  font-size: 30px;
}
.action-grid-item .agit i.fas,
.action-grid-item .agit i.far {
  font-size: 30px;
}
.action-grid-item .agit i.roundel {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(/public/img/roundel.png);
}
.action-grid-item .agit i {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  transform-origin: center center;
  transform-style: preserve-3d;
  perspective: 40px;
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.action-grid-item .agib {
  color: #000;
  padding: 30px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .action-grid-item .agib {
    padding: 40px 15px;
  }
}
@media (min-width: 1200px) {
  .action-grid-item .agib {
    padding: 40px 30px;
  }
}
.action-grid-item a:hover .agit i {
  transform: rotateY(540deg);
}
.action-grid-item:hover {
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.25);
}
@media (max-width: 1199px) {
  .vendor-grid .column {
    max-width: 72rem;
  }
  .vendor-grid .column.dummy {
    display: none;
  }
}
.vendor-grid-item {
  background-color: #f6f8f8;
  padding: 2rem;
}
@media (min-width: 620px) {
  .vendor-grid-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .vendor-grid-item {
    padding: 3rem;
  }
}
@media (min-width: 620px) {
  .vendor-grid-item .vgii {
    -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    max-width: 55%;
  }
}
.vendor-grid-item .vgii img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.vendor-grid-item .vgic {
  padding-top: 2rem;
}
@media (min-width: 620px) {
  .vendor-grid-item .vgic {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    max-width: 45%;
    padding-top: 0;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .vendor-grid-item .vgic {
    padding-left: 3rem;
  }
}
.vendor-grid-item .vgic h4 {
  margin: 1.2rem 0;
}
.vendor-grid-item .vgic p {
  font-size: 1.2rem;
}
.notes {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5px 0;
  margin-bottom: 60px;
  overflow: hidden;
}
.notes-list {
  position: relative;
}
.notes-list .note {
  position: relative;
  padding: 1.2rem;
  padding-left: 5.4rem;
  border-bottom: 1px solid #E9EDEE;
  cursor: pointer;
}
.notes-list .note.sel {
  background-color: #fff;
}
.notes-list .note .meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  font-size: 1.2rem;
}
.notes-list .note .meta span {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}
.notes-list .note .meta .date {
  text-align: right;
  color: #7c7c7c;
}
.notes-list .note .title {
  display: block;
  font-size: 1.6rem;
  margin-top: -1px;
  padding-bottom: 0.6rem;
}
.notes-list .note .preview {
  display: block;
  font-size: 1.2rem;
  color: #7c7c7c;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notes-list .note i {
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 4.4rem;
  height: 4.4rem;
  background-color: #98b9c3;
  border-radius: 50%;
}
.notes-list .note i.ss {
  font-size: 24px;
  line-height: 5rem;
  text-align: center;
  color: white;
}
.notes-list .note i.lvr {
  background-color: #fff;
}
.notes-list .note i.lvr:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 3.8rem;
  height: 3.8rem;
  left: 0.3rem;
  top: 0.3rem;
  background-image: url(/public/img/roundel.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.notes-list .note.unread .title {
  font-weight: 700;
}
.notes-list .note.unread .preview {
  color: #4d4d4d;
}
.notes-list-header {
  text-align: center;
  font-size: 1.2rem;
  padding: 0.6rem;
  border-bottom: 1px solid #E9EDEE;
}
.notes .cover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(246, 248, 248, 0.3) 0%, #f6f8f8 90%);
}
.notes-editor {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3.6rem;
  margin-left: 8%;
  background-color: #fff;
  z-index: 5;
  box-shadow: -5px 0 10px 0 rgba(150, 150, 150, 0.25);
  opacity: 0;
  transform: translateX(105%);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 768px) {
  .notes-editor {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .notes-editor {
    margin-left: 370px;
  }
}
.notes-editor .date {
  font-size: 1.2rem;
  color: #7c7c7c;
}
.notes-editor h2 {
  text-transform: none;
  margin: 0 0 2.4rem;
}
@media (max-width: 600px) {
  .notes-editor .message p {
    font-size: 1.2rem;
  }
}
.notes-editor .reply {
  padding-top: 1px;
}
.notes-editor .reply h4 {
  margin: 1.2rem 0;
  font-weight: 300;
}
.notes-editor .reply.new h4 {
  margin-top: 1px;
  margin-bottom: 2.4rem;
}
.notes.editing .notes-list {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  max-width: 375px;
  z-index: 1;
  transform: translateX(-50px);
}
@media (min-width: 768px) {
  .notes.editing .notes-list {
    transform: none;
  }
}
.notes.editing .notes-editor {
  position: relative;
  top: auto;
  right: auto;
  opacity: 1;
  transform: translateX(0);
}
.notes.editing .cover {
  display: block;
}
.webstats {
  border-top: solid 3px #f5f6f6;
  text-align: center;
  margin-top: 7.2rem;
  margin-bottom: 4rem;
  padding: 0;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .webstats {
    padding: 0 4%;
  }
}
@media (min-width: 1200px) {
  .webstats {
    padding: 0 6%;
  }
}
@media (min-width: 1440px) {
  .webstats {
    padding: 0 8%;
  }
}
@media (min-width: 1800px) {
  .webstats {
    padding: 0 14%;
  }
}
.webstats .linechart {
  width: 100%;
  margin-top: 6rem;
  display: none;
}
@media (min-width: 480px) {
  .webstats .linechart {
    display: block;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .webstats .linechart {
    height: 500px;
  }
}
.webstats .piechart {
  width: 100%;
  height: 350px;
  display: none;
}
@media (min-width: 480px) {
  .webstats .piechart {
    display: block;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .webstats-col {
    margin-top: 4rem;
    float: left;
  }
}
.webstats-col h2 {
  color: #d6bd7b;
  font-weight: 500;
  margin: 0;
  font-size: 4rem;
}
@media (min-width: 992px) {
  .webstats-col h2 {
    margin-top: 6rem;
    font-size: 8rem;
  }
}
.webstats-col h3 {
  margin: 0;
}
.webstats-col h4 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 992px) {
  .webstats .coll,
  .webstats .colr {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .webstats .coll div {
    padding-left: 30%;
  }
}
@media (min-width: 992px) {
  .webstats .colr div {
    padding-right: 30%;
  }
}
.webstats .colm {
  display: none;
}
@media (min-width: 480px) {
  .webstats .colm {
    display: block;
  }
}
@media (min-width: 992px) {
  .webstats .colm {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .login {
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 74px);
  }
}
.login_form {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .login_form {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.login_form .form_fieldset {
  width: 100%;
}
.login_teaser {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: white;
  background-color: #191919;
}
@media (min-width: 768px) {
  .login_teaser {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.login_teaser p {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  font-size: 15px;
}
.register {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .register_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.register_copy {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .register_copy {
    -ms-flex: 0 0 38%;
        flex: 0 0 38%;
    padding-bottom: 30px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 992px) {
  .register_copy {
    position: sticky;
    top: 40px;
  }
  .register_copy:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 1px;
    top: 30px;
    left: 40px;
    background-color: #000;
  }
}
@media (min-width: 1200px) {
  .register_copy:before {
    left: 50px;
  }
}
.register_form {
  padding-top: 5px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .register_form {
    -ms-flex: 0 0 62%;
        flex: 0 0 62%;
    padding-top: 30px;
  }
}
.register_form .form_fieldset {
  width: 100%;
}
@media (min-width: 768px) {
  .account {
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 74px);
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.account_form {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .account_form {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.account_form .form_fieldset {
  width: 100%;
}
.account_teaser {
  background-color: #191919;
}
@media (min-width: 768px) {
  .account_teaser {
    -ms-flex: 0 0 36%;
        flex: 0 0 36%;
  }
}
.account_teaser_inner {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  .account_teaser_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: calc(100vh - 80px);
  }
}
.account_teaser p {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  font-size: 15px;
}
.contact {
  position: relative;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .contact {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .contact:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    height: calc((47vw * 0.65) - 70px);
  }
}
@media (min-width: 1320px) {
  .contact:after {
    height: 325px;
  }
}
.contact-g {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .contact-g {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .contact-g {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.contact-g-i {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .contact-g-i {
    -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    margin-top: 0;
  }
}
.contact-g-i-m {
  position: relative;
  padding-top: 65%;
  background: #f6f8f8;
}
.contact-g-i-m .gmap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .contact-g-i .rte {
    position: relative;
    padding-left: 10%;
  }
  .contact-g-i .rte:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 7%;
    height: 1px;
    top: 12px;
    background-color: #000;
  }
}
@media (min-width: 1200px) {
  .contact-g-i .rte {
    position: relative;
    padding-left: 11.5%;
  }
  .contact-g-i .rte:before {
    width: 8%;
  }
}
section.generic {
  position: relative;
  padding-top: 3vh;
}
section.generic.article {
  padding-top: 7.2rem;
}
section.generic.sp-content {
  padding-top: 25px;
  padding-bottom: 6vh;
}
@media (min-width: 768px) {
  section.generic.sp-content {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  section.generic.sp-content {
    padding-top: 40px;
  }
}
section.generic.grid-header {
  padding-top: 25px;
}
@media (min-width: 768px) {
  section.generic.grid-header {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  section.generic.grid-header {
    padding-top: 40px;
  }
}
.generic-unit {
  margin: 0 auto;
}
.generic-wrap {
  margin: 0 auto;
}
.generic-wrap.Narrow {
  max-width: 800px;
}
.generic-max {
  margin: 0 auto;
}
.generic-sub-max {
  margin: 0 auto;
}
.generic-foot {
  padding-bottom: 12vh;
}
.generic-bigfoot {
  padding-bottom: 24vh;
}
.generic.sp-content .generic-foot {
  padding-bottom: 6vh;
}
.generic.sp-content .generic-bigfoot {
  padding-bottom: 18vh;
}
.insta-grid-item {
  position: relative;
  padding-top: 100%;
  background-color: #f6f8f8;
  overflow: hidden;
}
.insta-grid-item span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  transform-origin: center center;
  will-change: transform;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.insta-grid-item a {
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  transform: scale(1.2, 1.2);
  will-change: transform opacity;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms linear;
}
.insta-grid-item a i {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 1.2rem;
}
.insta-grid-item:hover span {
  transform: scale(1.1, 1.1);
}
.insta-grid-item:hover a {
  opacity: 1;
  transform: scale(1, 1);
}
.error-page {
  width: 100vw;
  min-height: 100vh;
  padding: 10px;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.error-page-logo {
  padding: 1vh 0;
}
.error-page-logo a {
  display: block;
  margin: 0 auto;
  padding: 20px 0 23px;
  width: 77.5px;
}
@media (min-width: 768px) {
  .error-page-logo a {
    width: 108px;
    min-height: 107px;
  }
}
.error-page-logo svg {
  width: 100%;
}
.error-page-logo svg path {
  fill: #d6bd7b;
}
.error-page-copy {
  text-align: center;
  padding-bottom: 3.6vh;
}
.error-page-copy h1 {
  color: #d6bd7b;
  margin: 0;
  font-size: 90px;
}
@media (min-width: 768px) {
  .error-page-copy h1 {
    font-size: 120px;
  }
}
.error-page-copy h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .error-page-copy h3 {
    margin-bottom: 4.8rem;
  }
}
.error-page-copy p {
  max-width: 46.2rem;
  margin: 0 auto;
}
.mapmarker p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.mapmarker .aname {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.mapmarker > div {
  position: relative;
  margin-top: 5px;
}
.mapmarker > div img {
  display: block;
  height: auto;
  max-width: 180px;
}
.mapmarker > div .abtn {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 6px 12px;
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
}

