/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label,
.before-after .slide .label,
.reference-grid .reference-details .reference-details-inner h2 {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/*
Set data to global temp variable, which will be available everywhere.
If the second argument is provided, the mixin will consider first argument to be a key of the map,
and will merge value with already existing (if any) map in global temp variable under that key.
Allows to pass effectively multiple values to `@content` using a map
@param  {*} $key        Value to be set or key of the map, under which
                        should be set value
@param  {*} $value:null Optional value, which should be set under first
                        argument as a key of the map
*/
/*
Returns current content of global temp variable.
If argument provided, will try to fetch value from
that key of map inside global temp variable
@param  {*} $key: false Optional argument, which forces function to look value under that key
@return {*}             Content of global temp variable or it's map under specified key
*/
/*
A font-size/line-height set is an SCSS map used to easily scale font-sizes/line-heights across named breakpoints.
The keys of this map must match a key (named breakpoint) of the $breakpoints or $breakpoint-shortcuts variables (in modules/settings/_breakpoints.scss).
The values can be either a number that is used for font-size (e.g. 16px),
or an SCSS list with 2 values, for font-size and line-height (e.g. (16px, 24px) ).
The "no-bp" key can be used for no-breakpoint (mobile-first) font-sizes/line-heights.

An example of a valid font-size/line-height set:

	$fs-lh-set-h1: (
		no-bp: (24px, 32px),
		typography: (36px, 44px)
	);

These sets can be used in the fs-lh-set($set) function:

	h1 {
		@include fs-lh-set($fs-lh-set-h1);
	}

Assuming the typography breakpoint is 850px (see the $breakpoint-shortcuts variable in modules/settings/_breakpoints.scss), this compiles to:

	h1 {
		font-size: 1.5rem;
		line-height: 1.333333333
	}

	@media (min-width: 53.125em) {
		h1 {
			font-size: 2.25rem;
			line-height: 1.222222222
		}
	}
*/
/*
Get a font-size/line-height from a set named $set-name (these are defined in $fs-lh-set-shortcuts), at a breakpoint named $named-breakpoint.
Even if the $named-breakpoint is not in the named set, this function will attempt to fall back to a lower breakpoint in the set.
The get-named-lh-for-bp function will attempt to automatically calculate the line-height if there is no line-height value set in $named-breakpoint.

Assume the following sets are defined:

	$fs-lh-default-set: (
		no-bp: (18px, 24px),
		typography: (22px, 30px)
	);

	$fs-lh-h1-set: (
		no-bp: (40px, 50px),
		tablet-s: 48px,
		tablet-l: 54px
	);

	$fs-lh-h2-set: (
		no-bp: (20px, 28px),
		phone-l: 30px,
		tablet-m: 40px,
		typography-2: (50px, 75px)
	);

Example: get-fs-for-bp($fs-lh-default-set) 				-> 18px 	default body font-size, no-breakpoint
Example: get-lh-for-bp($fs-lh-default-set, typography)	-> 30px 	default body line-height, typography breakpoint (which is at 850px)
Example: get-fs-for-bp($fs-lh-h1-set, tablet-m)			-> 48px		tablet-m breakpoint doesn't exist, fallsback to tablet-s
Example: get-lh-for-bp($fs-lh-h2-set, phone-l)			-> 42px		calculated using the line-height from no-bp: ( (28px / 20px) * 30px )
Example: get-lh-for-bp($fs-lh-h2-set, tablet-l)			-> 56px		fallback to tablet-m, calculated using the line-height from no-bp ( (20px / 20px) * 40px )
*/
/*
Get a font-size or line-height from a named set.
For explanation, see get-fs-for-bp & get-fs-for-bp functions above.
*/
/*
@mixin named-fs-lh-breakpoint-set($name, $fs-lh-set: $fs-lh-set-shortcuts) {
	$map: get-named-fs-lh-set($name, $fs-lh-set);

	@each $bp-name, $fs-lh-set in $map {
		$fs-value: get-set-value-fs($fs-lh-set);
		$lh-value: get-set-value-lh($fs-lh-set);

		@if $bp-name == no-bp {
			@content;
		} @else {
			@include named-breakpoint($bp-name) {
				@content;
			}
		}
	}
}
*/
html .pswp__caption__center {
  text-align: center;
}

html .pswp {
  width: 100vw !important;
  height: 100vh !important;
}

html .pswp .custom-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

html .pswp .custom-slide img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

html .pswp .custom-slide .text-content {
  position: absolute;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

html .pswp .custom-slide .text-content:before, html .pswp .custom-slide .text-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

html .pswp .custom-slide .text-content:after {
  clear: both;
}

html .pswp .custom-slide .text-content .content, html .pswp .custom-slide .text-content .title {
  color: #fff;
}

html .pswp .custom-slide .text-content p {
  margin-top: 13px;
  margin-bottom: 13px;
}

html .pswp .custom-slide .text-content p:last-child {
  margin-bottom: 3.5625rem;
}

html .pswp__button--favorite {
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

html .pswp__button--favorite svg {
  fill: #fff;
}

html .pswp__button--favorite .svg-icon-heart {
  display: none;
}

html .pswp__button--favorite.is-favorite .svg-icon-heart-outlined {
  display: none;
}

html .pswp__button--favorite.is-favorite .svg-icon-heart {
  display: inline-flex;
}

/*! 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;
  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 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  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;
}

.pswp__container,
.pswp__zoom-wrap {
  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: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms 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;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

.pswp__button--close {
  background-position: 0 -44px;
}

.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 rgba(0, 0, 0, 0);
  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: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	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(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 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;
}

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

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

/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/*
Set data to global temp variable, which will be available everywhere.
If the second argument is provided, the mixin will consider first argument to be a key of the map,
and will merge value with already existing (if any) map in global temp variable under that key.
Allows to pass effectively multiple values to `@content` using a map
@param  {*} $key        Value to be set or key of the map, under which
                        should be set value
@param  {*} $value:null Optional value, which should be set under first
                        argument as a key of the map
*/
/*
Returns current content of global temp variable.
If argument provided, will try to fetch value from
that key of map inside global temp variable
@param  {*} $key: false Optional argument, which forces function to look value under that key
@return {*}             Content of global temp variable or it's map under specified key
*/
/*
A font-size/line-height set is an SCSS map used to easily scale font-sizes/line-heights across named breakpoints.
The keys of this map must match a key (named breakpoint) of the $breakpoints or $breakpoint-shortcuts variables (in modules/settings/_breakpoints.scss).
The values can be either a number that is used for font-size (e.g. 16px),
or an SCSS list with 2 values, for font-size and line-height (e.g. (16px, 24px) ).
The "no-bp" key can be used for no-breakpoint (mobile-first) font-sizes/line-heights.

An example of a valid font-size/line-height set:

	$fs-lh-set-h1: (
		no-bp: (24px, 32px),
		typography: (36px, 44px)
	);

These sets can be used in the fs-lh-set($set) function:

	h1 {
		@include fs-lh-set($fs-lh-set-h1);
	}

Assuming the typography breakpoint is 850px (see the $breakpoint-shortcuts variable in modules/settings/_breakpoints.scss), this compiles to:

	h1 {
		font-size: 1.5rem;
		line-height: 1.333333333
	}

	@media (min-width: 53.125em) {
		h1 {
			font-size: 2.25rem;
			line-height: 1.222222222
		}
	}
*/
/*
Get a font-size/line-height from a set named $set-name (these are defined in $fs-lh-set-shortcuts), at a breakpoint named $named-breakpoint.
Even if the $named-breakpoint is not in the named set, this function will attempt to fall back to a lower breakpoint in the set.
The get-named-lh-for-bp function will attempt to automatically calculate the line-height if there is no line-height value set in $named-breakpoint.

Assume the following sets are defined:

	$fs-lh-default-set: (
		no-bp: (18px, 24px),
		typography: (22px, 30px)
	);

	$fs-lh-h1-set: (
		no-bp: (40px, 50px),
		tablet-s: 48px,
		tablet-l: 54px
	);

	$fs-lh-h2-set: (
		no-bp: (20px, 28px),
		phone-l: 30px,
		tablet-m: 40px,
		typography-2: (50px, 75px)
	);

Example: get-fs-for-bp($fs-lh-default-set) 				-> 18px 	default body font-size, no-breakpoint
Example: get-lh-for-bp($fs-lh-default-set, typography)	-> 30px 	default body line-height, typography breakpoint (which is at 850px)
Example: get-fs-for-bp($fs-lh-h1-set, tablet-m)			-> 48px		tablet-m breakpoint doesn't exist, fallsback to tablet-s
Example: get-lh-for-bp($fs-lh-h2-set, phone-l)			-> 42px		calculated using the line-height from no-bp: ( (28px / 20px) * 30px )
Example: get-lh-for-bp($fs-lh-h2-set, tablet-l)			-> 56px		fallback to tablet-m, calculated using the line-height from no-bp ( (20px / 20px) * 40px )
*/
/*
Get a font-size or line-height from a named set.
For explanation, see get-fs-for-bp & get-fs-for-bp functions above.
*/
/*
@mixin named-fs-lh-breakpoint-set($name, $fs-lh-set: $fs-lh-set-shortcuts) {
	$map: get-named-fs-lh-set($name, $fs-lh-set);

	@each $bp-name, $fs-lh-set in $map {
		$fs-value: get-set-value-fs($fs-lh-set);
		$lh-value: get-set-value-lh($fs-lh-set);

		@if $bp-name == no-bp {
			@content;
		} @else {
			@include named-breakpoint($bp-name) {
				@content;
			}
		}
	}
}
*/
*, input[type="search"], hr {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

body a:focus, body input:focus, body button:focus {
  outline: 0;
}

.has-popup, .has-popup body {
  overflow: hidden;
}

img {
  max-width: 100%;
}

img[class^='wp-image'], img[class*=' wp-image'] {
  width: auto;
  height: auto;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content {
  background-color: #fff;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  margin-bottom: auto;
}

.site-content:before, .site-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.site-content:after {
  clear: both;
}

.search-form-centered .search-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none;
}

.wrapper {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}

.wrapper:before, .wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.wrapper:after {
  clear: both;
}

html .float-none {
  float: none;
}

html .float-left {
  float: left;
}

html .float-right {
  float: right;
}

.js .lazy-container img {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.js .lazy-container .lazyloaded {
  opacity: 1;
}

.object-fit-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.object-fit-wrapper img, .object-fit-wrapper video {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'object-fit: cover';
}

.no-objectfit .object-fit-wrapper:not(.video-wrapper-main-video) img, .no-objectfit .object-fit-wrapper:not(.video-wrapper-main-video) video, .objectfit .object-fit-wrapper:not(.video-wrapper-main-video) img, .objectfit .object-fit-wrapper:not(.video-wrapper-main-video) video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transform: none;
}

.item.image {
  position: relative;
}

.item.image .lazy-container, .item.image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.item.image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transform: none;
}

.option-image {
  border: 0.1875rem solid #d1d1d1;
}

.lazy-container img {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lazy-container img.lazyloaded {
  opacity: 1;
}

hr {
  border: 0;
  height: 1px;
  background: #ebebeb;
  display: block;
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}

.bottom-sticky-wrapper {
  position: fixed;
  bottom: 0;
  z-index: 15;
  width: 100%;
}

.btn-back-to-top-wrapper {
  height: 0;
}

body .btn-back-to-top {
  position: absolute;
  right: 1.25rem;
  font-size: 1.75rem;
  line-height: 1.21428571;
  padding: 0.1875rem;
  border-radius: 0.1875rem 0.1875rem 0 0;
  transform: translateY(-100%);
  background-color: rgba(25, 25, 25, 0.5);
  border: none;
  min-height: 0;
}

body .btn-back-to-top svg {
  fill: #fff;
}

.js body .btn-back-to-top {
  transform: translateY(0);
}

body .btn-back-to-top.show {
  transform: translateY(-100%);
}

body .btn-back-to-top.animate {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s linear;
}

.cookie-notice {
  position: relative;
  z-index: 20;
}

.grecaptcha-badge {
  display: none !important;
}

#print-frame {
  display: none;
}

.video-button {
  border: 0 !important;
  max-width: 18.25rem;
  margin: 0 auto;
}

.video-button #background {
  opacity: 1;
  transition: opacity 0.2s;
}

.video-button #play-icon {
  transform: scale(1);
  transition: transform 0.2s;
  transform-origin: 14% 80%;
}

.video-button:hover #background {
  opacity: 0.8;
}

.video-button:hover #play-icon {
  transform: scale(0.8);
}

.embed-wrapper {
  position: relative;
}

.embed-wrapper:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.embed-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.dp-block {
  display: block;
}

html .padding-left-0 {
  padding-left: 0;
}

html .padding-right-0 {
  padding-right: 0;
}

html .padding-left-1 {
  padding-left: 0.3125rem;
}

html .padding-right-1 {
  padding-right: 0.3125rem;
}

html .padding-left-2 {
  padding-left: 1.25rem;
}

html .padding-right-2 {
  padding-right: 1.25rem;
}

html .padding-left-3 {
  padding-left: 1.875rem;
}

html .padding-right-3 {
  padding-right: 1.875rem;
}

html .padding-top-0 {
  padding-top: 0;
}

html .padding-bottom-0 {
  padding-bottom: 0;
}

html .padding-top-1 {
  padding-top: 1.625rem;
}

html .padding-bottom-1 {
  padding-bottom: 1.625rem;
}

html .padding-top-2 {
  padding-top: 3.25rem;
}

html .padding-bottom-2 {
  padding-bottom: 3.25rem;
}

html .padding-top-3 {
  padding-top: 6.5rem;
}

html .padding-bottom-3 {
  padding-bottom: 6.5rem;
}

html .margin-left-0 {
  margin-left: 0;
}

html .margin-right-0 {
  margin-right: 0;
}

html .margin-left-1 {
  margin-left: 0.3125rem;
}

html .margin-right-1 {
  margin-right: 0.3125rem;
}

html .margin-left-2 {
  margin-left: 1.25rem;
}

html .margin-right-2 {
  margin-right: 1.25rem;
}

html .margin-left-3 {
  margin-left: 1.875rem;
}

html .margin-right-3 {
  margin-right: 1.875rem;
}

html .margin-top-0 {
  margin-top: 0;
}

html .margin-bottom-0 {
  margin-bottom: 0;
}

html .margin-top-s {
  margin-top: 0.5rem;
}

html .margin-bottom-s {
  margin-bottom: 0.5rem;
}

html .margin-top-1 {
  margin-top: 1.625rem;
}

html .margin-bottom-1 {
  margin-bottom: 1.625rem;
}

html .margin-top-2 {
  margin-top: 3.25rem;
}

html .margin-bottom-2 {
  margin-bottom: 3.25rem;
}

html .margin-top-3 {
  margin-top: 6.5rem;
}

html .margin-bottom-3 {
  margin-bottom: 6.5rem;
}

html .txt-margin-top-1 {
  margin-top: 0.8125rem !important;
}

html .txt-margin-bottom-1 {
  margin-bottom: 0.8125rem !important;
}

html .txt-margin-top-2 {
  margin-top: 2.4375rem !important;
}

html .txt-margin-bottom-2 {
  margin-bottom: 2.4375rem !important;
}

html .txt-margin-top-3 {
  margin-top: 3.25rem !important;
}

html .txt-margin-bottom-3 {
  margin-bottom: 3.25rem !important;
}

html {
  font-size: 16px;
  font-size: clamp(16px, 0.65vw, 26px);
  /* @include named-breakpoint(desktop-xl) {
		$minFontSize: $browser-font-size;
    	$maxFontSize: 26px;
    	$scaler: 0.85vw;
		font-size: $scaler;
    	font-size: clamp($minFontSize, $scaler, $maxFontSize);
	} */
}

body {
  -webkit-font-smoothing: antialiased;
  color: #343434;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444444;
}

body strong, body .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item body .ruler-item--label, body .before-after .slide .label, .before-after .slide body .label, body .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner body h2, body b {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body strong em, body .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item body .ruler-item--label em, body .before-after .slide .label em, .before-after .slide body .label em, body .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner body h2 em, body strong i, body .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item body .ruler-item--label i, body .before-after .slide .label i, .before-after .slide body .label i, body .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner body h2 i, body b em, body b i {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

body em, body i {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

body em strong, body em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item body em .ruler-item--label, body em .before-after .slide .label, .before-after .slide body em .label, body em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner body em h2, body em b, body i strong, body i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item body i .ruler-item--label, body i .before-after .slide .label, .before-after .slide body i .label, body i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner body i h2, body i b {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

a, label[for] {
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-bottom: 1px solid #B0B0B0;
  text-decoration: none;
  color: #090909;
  cursor: pointer;
}

a:hover, a:active, label[for]:hover, label[for]:active {
  color: #9bc75d;
}

a h1, a .h1, a h2, a .h2, a h3, a .h3, a h4, a .h4, a h5, a .h5, a h6, a .h6, label[for] h1, label[for] .h1, label[for] h2, label[for] .h2, label[for] h3, label[for] .h3, label[for] h4, label[for] .h4, label[for] h5, label[for] .h5, label[for] h6, label[for] .h6 {
  border-bottom: none;
}

a.no-border {
  border: 0;
}

svg {
  transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

p, ul, ol, dl {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}

ul {
  list-style-type: square;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}

h1 strong, h1 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h1 .ruler-item--label, h1 .before-after .slide .label, .before-after .slide h1 .label, h1 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h1 h2, h1 b, .h1 strong, .h1 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h1 .ruler-item--label, .h1 .before-after .slide .label, .before-after .slide .h1 .label, .h1 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h1 h2, .h1 b, h2 strong, h2 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h2 .ruler-item--label, h2 .before-after .slide .label, .before-after .slide h2 .label, h2 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h2 h2, h2 b, .h2 strong, .h2 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h2 .ruler-item--label, .h2 .before-after .slide .label, .before-after .slide .h2 .label, .h2 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h2 h2, .h2 b, h3 strong, h3 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h3 .ruler-item--label, h3 .before-after .slide .label, .before-after .slide h3 .label, h3 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h3 h2, h3 b, .h3 strong, .h3 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h3 .ruler-item--label, .h3 .before-after .slide .label, .before-after .slide .h3 .label, .h3 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h3 h2, .h3 b, h4 strong, h4 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h4 .ruler-item--label, h4 .before-after .slide .label, .before-after .slide h4 .label, h4 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h4 h2, h4 b, .h4 strong, .h4 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h4 .ruler-item--label, .h4 .before-after .slide .label, .before-after .slide .h4 .label, .h4 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h4 h2, .h4 b, h5 strong, h5 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h5 .ruler-item--label, h5 .before-after .slide .label, .before-after .slide h5 .label, h5 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h5 h2, h5 b, .h5 strong, .h5 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h5 .ruler-item--label, .h5 .before-after .slide .label, .before-after .slide .h5 .label, .h5 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h5 h2, .h5 b, h6 strong, h6 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h6 .ruler-item--label, h6 .before-after .slide .label, .before-after .slide h6 .label, h6 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h6 h2, h6 b, .h6 strong, .h6 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h6 .ruler-item--label, .h6 .before-after .slide .label, .before-after .slide .h6 .label, .h6 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h6 h2, .h6 b {
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1 strong em, h1 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h1 .ruler-item--label em, h1 .before-after .slide .label em, .before-after .slide h1 .label em, h1 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner h1 h2 em, h1 strong i, h1 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h1 .ruler-item--label i, h1 .before-after .slide .label i, .before-after .slide h1 .label i, h1 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner h1 h2 i, h1 b em, h1 b i, .h1 strong em, .h1 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h1 .ruler-item--label em, .h1 .before-after .slide .label em, .before-after .slide .h1 .label em, .h1 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner .h1 h2 em, .h1 strong i, .h1 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h1 .ruler-item--label i, .h1 .before-after .slide .label i, .before-after .slide .h1 .label i, .h1 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner .h1 h2 i, .h1 b em, .h1 b i, h2 strong em, h2 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h2 .ruler-item--label em, h2 .before-after .slide .label em, .before-after .slide h2 .label em, h2 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner h2 h2 em, h2 strong i, h2 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h2 .ruler-item--label i, h2 .before-after .slide .label i, .before-after .slide h2 .label i, h2 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner h2 h2 i, h2 b em, h2 b i, .h2 strong em, .h2 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h2 .ruler-item--label em, .h2 .before-after .slide .label em, .before-after .slide .h2 .label em, .h2 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner .h2 h2 em, .h2 strong i, .h2 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h2 .ruler-item--label i, .h2 .before-after .slide .label i, .before-after .slide .h2 .label i, .h2 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner .h2 h2 i, .h2 b em, .h2 b i, h3 strong em, h3 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h3 .ruler-item--label em, h3 .before-after .slide .label em, .before-after .slide h3 .label em, h3 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner h3 h2 em, h3 strong i, h3 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h3 .ruler-item--label i, h3 .before-after .slide .label i, .before-after .slide h3 .label i, h3 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner h3 h2 i, h3 b em, h3 b i, .h3 strong em, .h3 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h3 .ruler-item--label em, .h3 .before-after .slide .label em, .before-after .slide .h3 .label em, .h3 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner .h3 h2 em, .h3 strong i, .h3 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h3 .ruler-item--label i, .h3 .before-after .slide .label i, .before-after .slide .h3 .label i, .h3 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner .h3 h2 i, .h3 b em, .h3 b i, h4 strong em, h4 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h4 .ruler-item--label em, h4 .before-after .slide .label em, .before-after .slide h4 .label em, h4 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner h4 h2 em, h4 strong i, h4 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h4 .ruler-item--label i, h4 .before-after .slide .label i, .before-after .slide h4 .label i, h4 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner h4 h2 i, h4 b em, h4 b i, .h4 strong em, .h4 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h4 .ruler-item--label em, .h4 .before-after .slide .label em, .before-after .slide .h4 .label em, .h4 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner .h4 h2 em, .h4 strong i, .h4 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h4 .ruler-item--label i, .h4 .before-after .slide .label i, .before-after .slide .h4 .label i, .h4 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner .h4 h2 i, .h4 b em, .h4 b i, h5 strong em, h5 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h5 .ruler-item--label em, h5 .before-after .slide .label em, .before-after .slide h5 .label em, h5 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner h5 h2 em, h5 strong i, h5 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h5 .ruler-item--label i, h5 .before-after .slide .label i, .before-after .slide h5 .label i, h5 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner h5 h2 i, h5 b em, h5 b i, .h5 strong em, .h5 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h5 .ruler-item--label em, .h5 .before-after .slide .label em, .before-after .slide .h5 .label em, .h5 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner .h5 h2 em, .h5 strong i, .h5 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h5 .ruler-item--label i, .h5 .before-after .slide .label i, .before-after .slide .h5 .label i, .h5 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner .h5 h2 i, .h5 b em, .h5 b i, h6 strong em, h6 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h6 .ruler-item--label em, h6 .before-after .slide .label em, .before-after .slide h6 .label em, h6 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner h6 h2 em, h6 strong i, h6 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h6 .ruler-item--label i, h6 .before-after .slide .label i, .before-after .slide h6 .label i, h6 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner h6 h2 i, h6 b em, h6 b i, .h6 strong em, .h6 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label em, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h6 .ruler-item--label em, .h6 .before-after .slide .label em, .before-after .slide .h6 .label em, .h6 .reference-grid .reference-details .reference-details-inner h2 em, .reference-grid .reference-details .reference-details-inner .h6 h2 em, .h6 strong i, .h6 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label i, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h6 .ruler-item--label i, .h6 .before-after .slide .label i, .before-after .slide .h6 .label i, .h6 .reference-grid .reference-details .reference-details-inner h2 i, .reference-grid .reference-details .reference-details-inner .h6 h2 i, .h6 b em, .h6 b i {
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
}

h1 em, h1 i, .h1 em, .h1 i, h2 em, h2 i, .h2 em, .h2 i, h3 em, h3 i, .h3 em, .h3 i, h4 em, h4 i, .h4 em, .h4 i, h5 em, h5 i, .h5 em, .h5 i, h6 em, h6 i, .h6 em, .h6 i {
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
}

h1 em strong, h1 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h1 em .ruler-item--label, h1 em .before-after .slide .label, .before-after .slide h1 em .label, h1 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h1 em h2, h1 em b, h1 i strong, h1 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h1 i .ruler-item--label, h1 i .before-after .slide .label, .before-after .slide h1 i .label, h1 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h1 i h2, h1 i b, .h1 em strong, .h1 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h1 em .ruler-item--label, .h1 em .before-after .slide .label, .before-after .slide .h1 em .label, .h1 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h1 em h2, .h1 em b, .h1 i strong, .h1 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h1 i .ruler-item--label, .h1 i .before-after .slide .label, .before-after .slide .h1 i .label, .h1 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h1 i h2, .h1 i b, h2 em strong, h2 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h2 em .ruler-item--label, h2 em .before-after .slide .label, .before-after .slide h2 em .label, h2 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h2 em h2, h2 em b, h2 i strong, h2 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h2 i .ruler-item--label, h2 i .before-after .slide .label, .before-after .slide h2 i .label, h2 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h2 i h2, h2 i b, .h2 em strong, .h2 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h2 em .ruler-item--label, .h2 em .before-after .slide .label, .before-after .slide .h2 em .label, .h2 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h2 em h2, .h2 em b, .h2 i strong, .h2 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h2 i .ruler-item--label, .h2 i .before-after .slide .label, .before-after .slide .h2 i .label, .h2 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h2 i h2, .h2 i b, h3 em strong, h3 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h3 em .ruler-item--label, h3 em .before-after .slide .label, .before-after .slide h3 em .label, h3 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h3 em h2, h3 em b, h3 i strong, h3 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h3 i .ruler-item--label, h3 i .before-after .slide .label, .before-after .slide h3 i .label, h3 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h3 i h2, h3 i b, .h3 em strong, .h3 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h3 em .ruler-item--label, .h3 em .before-after .slide .label, .before-after .slide .h3 em .label, .h3 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h3 em h2, .h3 em b, .h3 i strong, .h3 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h3 i .ruler-item--label, .h3 i .before-after .slide .label, .before-after .slide .h3 i .label, .h3 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h3 i h2, .h3 i b, h4 em strong, h4 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h4 em .ruler-item--label, h4 em .before-after .slide .label, .before-after .slide h4 em .label, h4 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h4 em h2, h4 em b, h4 i strong, h4 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h4 i .ruler-item--label, h4 i .before-after .slide .label, .before-after .slide h4 i .label, h4 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h4 i h2, h4 i b, .h4 em strong, .h4 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h4 em .ruler-item--label, .h4 em .before-after .slide .label, .before-after .slide .h4 em .label, .h4 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h4 em h2, .h4 em b, .h4 i strong, .h4 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h4 i .ruler-item--label, .h4 i .before-after .slide .label, .before-after .slide .h4 i .label, .h4 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h4 i h2, .h4 i b, h5 em strong, h5 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h5 em .ruler-item--label, h5 em .before-after .slide .label, .before-after .slide h5 em .label, h5 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h5 em h2, h5 em b, h5 i strong, h5 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h5 i .ruler-item--label, h5 i .before-after .slide .label, .before-after .slide h5 i .label, h5 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h5 i h2, h5 i b, .h5 em strong, .h5 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h5 em .ruler-item--label, .h5 em .before-after .slide .label, .before-after .slide .h5 em .label, .h5 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h5 em h2, .h5 em b, .h5 i strong, .h5 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h5 i .ruler-item--label, .h5 i .before-after .slide .label, .before-after .slide .h5 i .label, .h5 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h5 i h2, .h5 i b, h6 em strong, h6 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h6 em .ruler-item--label, h6 em .before-after .slide .label, .before-after .slide h6 em .label, h6 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h6 em h2, h6 em b, h6 i strong, h6 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h6 i .ruler-item--label, h6 i .before-after .slide .label, .before-after .slide h6 i .label, h6 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h6 i h2, h6 i b, .h6 em strong, .h6 em .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h6 em .ruler-item--label, .h6 em .before-after .slide .label, .before-after .slide .h6 em .label, .h6 em .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h6 em h2, .h6 em b, .h6 i strong, .h6 i .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h6 i .ruler-item--label, .h6 i .before-after .slide .label, .before-after .slide .h6 i .label, .h6 i .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h6 i h2, .h6 i b {
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  border-bottom: none;
}

h1, .h1, html .txt-fs-h1 {
  color: #000;
  font-size: 2.0625rem;
  line-height: 1.15151515;
}

h1 strong, h1 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item h1 .ruler-item--label, h1 .before-after .slide .label, .before-after .slide h1 .label, h1 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner h1 h2, h1 b, .h1 strong, .h1 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .h1 .ruler-item--label, .h1 .before-after .slide .label, .before-after .slide .h1 .label, .h1 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .h1 h2, .h1 b, html .txt-fs-h1 strong, html .txt-fs-h1 .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item html .txt-fs-h1 .ruler-item--label, html .txt-fs-h1 .before-after .slide .label, .before-after .slide html .txt-fs-h1 .label, html .txt-fs-h1 .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner html .txt-fs-h1 h2, html .txt-fs-h1 b {
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.txt-green-accent strong, .txt-green-accent .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .txt-green-accent .ruler-item--label, .txt-green-accent .before-after .slide .label, .before-after .slide .txt-green-accent .label, .txt-green-accent .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .txt-green-accent h2, .txt-green-accent b {
  color: #9bc75d;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

h2, .h2, html .txt-fs-h2 {
  color: #000;
  font-size: 1.875rem;
  line-height: 1.2;
}

h2 + p, .h2 + p, html .txt-fs-h2 + p {
  margin-top: 0;
}

h3, .h3, html .txt-fs-h3 {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.33333333;
}

h4, .h4, html .txt-fs-h4 {
  color: #000;
  font-size: 1.1875rem;
  line-height: 1.57894737;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
}

h5, .h5, html .txt-fs-h5 {
  color: #000;
  font-size: 1.125rem;
  line-height: 2;
}

h6, .h6, html .txt-fs-h6 {
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.76470588;
}

.txt-bold {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.txt-extra-bold {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
}

html .txt-fs-xl {
  font-size: 1.75rem;
  line-height: 1.21428571;
}

html .txt-fs-l {
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

html .txt-fs-m {
  font-size: 1.125rem;
  line-height: 1.44444444;
}

html .txt-fs-default {
  font-size: 1.125rem;
  line-height: 1.44444444;
}

html .txt-fs-s {
  font-size: 0.875rem;
  line-height: 1.57142857;
}

html .txt-fs-xs {
  font-size: 0.75rem;
  line-height: 1.66666667;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.txt-uppercase {
  text-transform: uppercase;
}

.txt-no-uppercase {
  text-transform: none;
}

.txt-light {
  color: #2d2d2d;
}

.txt-muted {
  color: #676767;
}

p.error {
  color: #8a0808;
}

.txt-clr-white h1, .txt-clr-white h2, .txt-clr-white h3, .txt-clr-white h4, .txt-clr-white h5, .txt-clr-white h6, .txt-clr-white {
  color: #fff;
}

.lh-bigger {
  line-height: 1.75;
}

.text-green-accent strong, .text-green-accent .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .ruler-item--label, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item .text-green-accent .ruler-item--label, .text-green-accent .before-after .slide .label, .before-after .slide .text-green-accent .label, .text-green-accent .reference-grid .reference-details .reference-details-inner h2, .reference-grid .reference-details .reference-details-inner .text-green-accent h2 {
  color: #9bc75d;
}

.site-content *:not(.wpcf7-form-control):not(form):not(.wpcf7):not(.map-container):not(.item)[id]:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 5em;
  margin-top: -5em;
  pointer-events: none;
}

blockquote p:not(.blockquote-author):not(:last-child) {
  margin-bottom: 0;
}

blockquote p {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.2;
}

blockquote p:before {
  content: '"';
}

blockquote p:after {
  content: '"';
}

blockquote p a {
  border: 0;
}

blockquote .blockquote-author {
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1.57142857;
}

blockquote .blockquote-author:before {
  display: inline;
  content: '- ';
}

blockquote .blockquote-author:after {
  display: none;
}

.fact-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.fact-label {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.57142857;
  margin-bottom: 0.375rem;
  padding-bottom: 0.375rem;
  border-bottom: 0.125rem solid #fff;
}

.fact-value {
  font-size: 1.75rem;
  line-height: 1.21428571;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.block {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  background-color: transparent;
}

.block:before, .block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.block:after {
  clear: both;
}

.block.on-top {
  position: relative;
  z-index: 1;
}

.site-content .block:not(.no-margin-bottom) {
  /* margin-bottom: rem($lh-default);
		@include named-breakpoint(desktop-s) {
			margin-bottom: rem($lh-default * 2);
		} */
}

.block.block-border-top .block-inner {
  border-top: 1px solid #e6e6e6;
  padding-top: 1.625rem;
}

.site-content .block {
  position: relative;
}

.block-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.block-box {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  background-color: transparent;
}

.block-inner {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 88.75rem;
}

.block-inner:before, .block-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.block-inner:after {
  clear: both;
}

.bg-clr-primary {
  background: #9bc75d;
}

.bg-clr-secondary {
  background: #363636;
}

.bg-clr-gray {
  background: #EBEBEB;
}

.block-full-width .block-box, .block-full-width .block-inner {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

.col-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.col-row.col-row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.col-row-stretch-cols-v,
.col-row-flexbox-stretch-cols-v {
  align-items: stretch;
}

.col-row-center-cols-v,
.col-row-flexbox-center-cols-v {
  align-items: center;
}

.col-row-bottom-cols-v,
.col-row-flexbox-bottom-cols-v {
  align-items: flex-end;
}

.col-row-baseline-cols-v,
.col-row-flexbox-baseline-cols-v {
  align-items: baseline;
}

.col-row-auto-grid {
  display: flex;
  margin: -0.625rem;
}

.col-row-auto-grid .col {
  padding: 0.625rem;
  flex-basis: 100%;
}

.col-0 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 0%;
  max-width: 0%;
}

.col-row-no-gutter .col-0 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-0 {
  margin-left: 0%;
}

.col-r-0 {
  margin-right: 0%;
}

.col-order-0 {
  order: 0;
}

.col-1 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 4.16666667%;
  max-width: 4.16666667%;
}

.col-row-no-gutter .col-1 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-1 {
  margin-left: 4.16666667%;
}

.col-r-1 {
  margin-right: 4.16666667%;
}

.col-order-1 {
  order: 1;
}

.col-2 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 8.33333333%;
  max-width: 8.33333333%;
}

.col-row-no-gutter .col-2 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-2 {
  margin-left: 8.33333333%;
}

.col-r-2 {
  margin-right: 8.33333333%;
}

.col-order-2 {
  order: 2;
}

.col-3 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 12.5%;
  max-width: 12.5%;
}

.col-row-no-gutter .col-3 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-3 {
  margin-left: 12.5%;
}

.col-r-3 {
  margin-right: 12.5%;
}

.col-order-3 {
  order: 3;
}

.col-4 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 16.66666667%;
  max-width: 16.66666667%;
}

.col-row-no-gutter .col-4 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-4 {
  margin-left: 16.66666667%;
}

.col-r-4 {
  margin-right: 16.66666667%;
}

.col-order-4 {
  order: 4;
}

.col-5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 20.83333333%;
  max-width: 20.83333333%;
}

.col-row-no-gutter .col-5 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-5 {
  margin-left: 20.83333333%;
}

.col-r-5 {
  margin-right: 20.83333333%;
}

.col-order-5 {
  order: 5;
}

.col-6 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 25%;
  max-width: 25%;
}

.col-row-no-gutter .col-6 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-6 {
  margin-left: 25%;
}

.col-r-6 {
  margin-right: 25%;
}

.col-order-6 {
  order: 6;
}

.col-7 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 29.16666667%;
  max-width: 29.16666667%;
}

.col-row-no-gutter .col-7 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-7 {
  margin-left: 29.16666667%;
}

.col-r-7 {
  margin-right: 29.16666667%;
}

.col-order-7 {
  order: 7;
}

.col-8 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 33.33333333%;
  max-width: 33.33333333%;
}

.col-row-no-gutter .col-8 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-8 {
  margin-left: 33.33333333%;
}

.col-r-8 {
  margin-right: 33.33333333%;
}

.col-order-8 {
  order: 8;
}

.col-9 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 37.5%;
  max-width: 37.5%;
}

.col-row-no-gutter .col-9 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-9 {
  margin-left: 37.5%;
}

.col-r-9 {
  margin-right: 37.5%;
}

.col-order-9 {
  order: 9;
}

.col-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 41.66666667%;
  max-width: 41.66666667%;
}

.col-row-no-gutter .col-10 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-10 {
  margin-left: 41.66666667%;
}

.col-r-10 {
  margin-right: 41.66666667%;
}

.col-order-10 {
  order: 10;
}

.col-11 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 45.83333333%;
  max-width: 45.83333333%;
}

.col-row-no-gutter .col-11 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-11 {
  margin-left: 45.83333333%;
}

.col-r-11 {
  margin-right: 45.83333333%;
}

.col-order-11 {
  order: 11;
}

.col-12 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 50%;
  max-width: 50%;
}

.col-row-no-gutter .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-12 {
  margin-left: 50%;
}

.col-r-12 {
  margin-right: 50%;
}

.col-order-12 {
  order: 12;
}

.col-13 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 54.16666667%;
  max-width: 54.16666667%;
}

.col-row-no-gutter .col-13 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-13 {
  margin-left: 54.16666667%;
}

.col-r-13 {
  margin-right: 54.16666667%;
}

.col-order-13 {
  order: 13;
}

.col-14 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 58.33333333%;
  max-width: 58.33333333%;
}

.col-row-no-gutter .col-14 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-14 {
  margin-left: 58.33333333%;
}

.col-r-14 {
  margin-right: 58.33333333%;
}

.col-order-14 {
  order: 14;
}

.col-15 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 62.5%;
  max-width: 62.5%;
}

.col-row-no-gutter .col-15 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-15 {
  margin-left: 62.5%;
}

.col-r-15 {
  margin-right: 62.5%;
}

.col-order-15 {
  order: 15;
}

.col-16 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 66.66666667%;
  max-width: 66.66666667%;
}

.col-row-no-gutter .col-16 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-16 {
  margin-left: 66.66666667%;
}

.col-r-16 {
  margin-right: 66.66666667%;
}

.col-order-16 {
  order: 16;
}

.col-17 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 70.83333333%;
  max-width: 70.83333333%;
}

.col-row-no-gutter .col-17 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-17 {
  margin-left: 70.83333333%;
}

.col-r-17 {
  margin-right: 70.83333333%;
}

.col-order-17 {
  order: 17;
}

.col-18 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 75%;
  max-width: 75%;
}

.col-row-no-gutter .col-18 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-18 {
  margin-left: 75%;
}

.col-r-18 {
  margin-right: 75%;
}

.col-order-18 {
  order: 18;
}

.col-19 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 79.16666667%;
  max-width: 79.16666667%;
}

.col-row-no-gutter .col-19 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-19 {
  margin-left: 79.16666667%;
}

.col-r-19 {
  margin-right: 79.16666667%;
}

.col-order-19 {
  order: 19;
}

.col-20 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 83.33333333%;
  max-width: 83.33333333%;
}

.col-row-no-gutter .col-20 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-20 {
  margin-left: 83.33333333%;
}

.col-r-20 {
  margin-right: 83.33333333%;
}

.col-order-20 {
  order: 20;
}

.col-21 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 87.5%;
  max-width: 87.5%;
}

.col-row-no-gutter .col-21 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-21 {
  margin-left: 87.5%;
}

.col-r-21 {
  margin-right: 87.5%;
}

.col-order-21 {
  order: 21;
}

.col-22 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 91.66666667%;
  max-width: 91.66666667%;
}

.col-row-no-gutter .col-22 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-22 {
  margin-left: 91.66666667%;
}

.col-r-22 {
  margin-right: 91.66666667%;
}

.col-order-22 {
  order: 22;
}

.col-23 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 95.83333333%;
  max-width: 95.83333333%;
}

.col-row-no-gutter .col-23 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-23 {
  margin-left: 95.83333333%;
}

.col-r-23 {
  margin-right: 95.83333333%;
}

.col-order-23 {
  order: 23;
}

.col-24 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: auto;
  flex: 0 1 100%;
  max-width: 100%;
}

.col-row-no-gutter .col-24 {
  padding-left: 0;
  padding-right: 0;
}

.col-l-24 {
  margin-left: 100%;
}

.col-r-24 {
  margin-right: 100%;
}

.col-order-24 {
  order: 24;
}

html .pull-l {
  order: -1;
}

html .pull-r {
  order: 99;
}

html .col-pull-none {
  order: initial;
}

html .col-order-default {
  order: initial;
}

.col-txt-padding-left .item.text {
  padding-left: 0.3125rem;
}

.col-txt-padding-right .item.text {
  padding-right: 0.3125rem;
}

.col-txt-padding-left-2 .item.text {
  padding-left: 1.25rem;
}

.col-txt-padding-right-2 .item.text {
  padding-right: 1.25rem;
}

.col-txt-padding-left-3 .item.text {
  padding-left: 1.875rem;
}

.col-txt-padding-right-3 .item.text {
  padding-right: 1.875rem;
}

.svg-icon {
  display: flex;
  width: 1rem;
  position: relative;
}

.svg-icon:before {
  content: '';
  padding-bottom: 1rem;
}

.svg-icon svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.unstyled, .header-nav-list-dropdown {
  list-style-type: none;
  padding-left: 0;
}

.neighbours-list {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.neighbours-list:before, .neighbours-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.neighbours-list:after {
  clear: both;
}

.neighbours-list .tile-grid-item {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: left;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.neighbours-list .tile-grid-item:first-of-type {
  margin-top: 0;
}

.neighbours-list .tile-grid-item:nth-of-type(1n) {
  clear: none;
}

.neighbours-list .tile-grid-item:nth-of-type(1n+1) {
  clear: both;
}

dl.conditions {
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 1.5rem;
}

dl.conditions dt, dl.conditions dd {
  float: left;
  margin: 0;
  padding: 0.5rem 0;
}

dl.conditions dt {
  border-top: 1px solid #ebebeb;
  width: 100%;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  clear: both;
}

dl.conditions dt:first-of-type {
  border-top: 0;
}

dl.conditions dd {
  width: 100%;
}

dl.conditions dd:first-of-type {
  border-top: 0 !important;
}

.highlights-list {
  margin-left: 0;
  padding: 0;
  -webkit-columns: 2;
          columns: 2;
  grid-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.highlights-list li {
  margin: 0;
  margin-left: 1.25rem;
  padding: 0;
  page-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.btn, input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: #9bc75d;
  border-radius: 0.1875rem;
  font-size: 1rem;
  line-height: 1.125rem;
  text-align: center;
  height: 3.5rem;
  padding: 0 2.8125rem;
  color: #fff;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn .svg-icon, input[type="submit"] .svg-icon {
  margin-right: 0.625rem;
}

.btn .svg-icon svg, input[type="submit"] .svg-icon svg {
  fill: currentColor;
}

.btn:hover, .pano-box .pano-button:hover .btn, .btn:active, input[type="submit"]:hover, input[type="submit"]:active {
  background: #90b956;
  color: #fff;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], textarea {
  border-radius: 0.125rem;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  border: 0.125rem solid #EBEBEB;
  background-color: transparent;
  color: dimgray;
  padding: 0.25rem 0.5rem;
  display: block;
  width: 100%;
  outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="url"]:focus, textarea:focus {
  border-color: #636363;
  background-color: transparent;
  color: #363636;
}

.btn-secondary {
  background: #363636;
}

.btn-secondary:hover, .btn-secondary:active {
  background: #292929;
}

.btn-group {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.btn-group .btn {
  display: flex;
}

.btn-group .btn + .btn {
  margin-top: 0.25rem;
}

.video-button {
  border: 0;
}

.btn.has-image {
  padding: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  position: relative;
}

.btn.has-image:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.btn.has-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.btn.has-image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.btn.has-image .overlay:before {
  content: '';
  display: flex;
  position: absolute;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
}

.btn.has-image .overlay:after {
  content: '';
  display: flex;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-0.125rem, -0.25rem);
  border: 0.375rem solid transparent;
  border-left-width: 0.625rem;
  border-left-color: #fff;
}

.col-homepage-actions > * + * {
  margin-top: 0.5rem;
}

.block-site-header {
  background: #9bc75d;
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-playing .block-site-header {
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}

.block-site-header .block-box {
  position: relative;
}

.block-site-header .block-box, .block-site-header .block-inner {
  max-width: none;
}

.block-site-header .block-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.block-site-header .block-inner:before, .block-site-header .block-inner:after {
  display: none;
}

.block-site-header .block-inner > .nav-extra {
  margin-left: auto;
  margin-right: 1.25rem;
  display: none;
}

.block-site-header.has-scrolled {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-logo {
  display: flex;
  width: 11.71875rem;
  max-width: 11.71875rem;
  border-bottom: 0;
  position: relative;
  position: absolute;
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  top: 0;
}

.video-playing .header-logo {
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-70%);
}

.header-logo:before {
  content: '';
  display: block;
  padding-bottom: 46%;
}

.header-logo .svg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header-logo .svg-wrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.has-scrolled .header-logo {
  max-width: 3.75rem;
}

.nav-extra {
  margin-top: -2.59375rem;
  margin-bottom: -2.59375rem;
}

.nav-extra > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-family: 'proxima-nova', Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.nav-extra > ul > li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.375;
}

.nav-extra > ul > li + li {
  margin-left: 1.25rem;
}

.nav-extra > ul > li + li:not(.menu-item-make-appointment) {
  margin-left: 0.625rem;
}

.nav-extra > ul > li + li:not(.menu-item-make-appointment):before {
  display: flex;
  content: '';
  width: 1px;
  height: 1em;
  background: #E6E6E6;
  margin-right: 0.625rem;
}

.nav-extra > ul > li > a, .nav-extra > ul > li > .dropdown-checkbox-label, .nav-extra > ul > li > span {
  text-transform: uppercase;
}

.nav-extra > ul > li > a .dropdown-arrow, .nav-extra > ul > li > .dropdown-checkbox-label .dropdown-arrow, .nav-extra > ul > li > span .dropdown-arrow {
  margin-top: -0.1875rem;
}

.nav-extra > ul > li.menu-item-icon > a, .nav-extra > ul > li.menu-item-icon > .dropdown-checkbox-label, .nav-extra > ul > li.menu-item-icon > span {
  display: flex;
  align-items: center;
  border: 0;
  color: #fff;
}

.nav-extra > ul > li.menu-item-icon > a svg, .nav-extra > ul > li.menu-item-icon > .dropdown-checkbox-label svg, .nav-extra > ul > li.menu-item-icon > span svg {
  fill: #fff;
}

.nav-extra > ul > li.menu-item-icon > a:hover, .nav-extra > ul > li.menu-item-icon > a:active, .nav-extra > ul > li.menu-item-icon > .dropdown-checkbox-label:hover, .nav-extra > ul > li.menu-item-icon > .dropdown-checkbox-label:active, .nav-extra > ul > li.menu-item-icon > span:hover, .nav-extra > ul > li.menu-item-icon > span:active {
  color: #fff;
}

.nav-extra > ul > li.menu-item-icon > a:hover svg, .nav-extra > ul > li.menu-item-icon > a:active svg, .nav-extra > ul > li.menu-item-icon > .dropdown-checkbox-label:hover svg, .nav-extra > ul > li.menu-item-icon > .dropdown-checkbox-label:active svg, .nav-extra > ul > li.menu-item-icon > span:hover svg, .nav-extra > ul > li.menu-item-icon > span:active svg {
  fill: #fff;
}

.nav-extra > ul > li.menu-item-icon .svg-icon {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
}

.nav-extra > ul > li.menu-item-icon .svg-icon svg {
  width: 100%;
  height: 100%;
}

.nav-extra > ul > li.menu-item-icon .svg-icon + .label {
  margin-left: 0.625rem;
  padding-top: 0.1875rem;
}

.header-nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -2.59375rem;
  margin-bottom: -2.59375rem;
  pointer-events: none;
}

.header-nav-list > li {
  pointer-events: all;
  padding: 0;
}

.header-nav-list > li > a, .header-nav-list > li > .dropdown-checkbox-label, .header-nav-list > li > span {
  text-transform: uppercase;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 3.11111111;
}

.header-nav-list > li > a:not(.btn), .header-nav-list > li > .dropdown-checkbox-label:not(.btn), .header-nav-list > li > span:not(.btn) {
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 0;
  color: #fff;
}

.header-nav-list > li > a:not(.btn):hover, .header-nav-list > li > a:not(.btn):focus, .header-nav-list > li > .dropdown-checkbox-label:not(.btn):hover, .header-nav-list > li > .dropdown-checkbox-label:not(.btn):focus, .header-nav-list > li > span:not(.btn):hover, .header-nav-list > li > span:not(.btn):focus {
  color: #fff;
}

.header-nav-list > li > a svg, .header-nav-list > li > .dropdown-checkbox-label svg, .header-nav-list > li > span svg {
  transition: fill 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  fill: #fff;
}

.header-nav-list > li > a:hover svg, .header-nav-list > li > a:focus svg, .header-nav-list > li > .dropdown-checkbox-label:hover svg, .header-nav-list > li > .dropdown-checkbox-label:focus svg, .header-nav-list > li > span:hover svg, .header-nav-list > li > span:focus svg {
  fill: #fff;
}

.header-nav-list > li.current-menu-item > a:not(.btn), .header-nav-list > li.current-menu-item > .dropdown-checkbox-label, .header-nav-list > li.current-menu-item > span, .header-nav-list > li.current_page_parent > a:not(.btn), .header-nav-list > li.current_page_parent > .dropdown-checkbox-label, .header-nav-list > li.current_page_parent > span, .header-nav-list > li.current-page-parent > a:not(.btn), .header-nav-list > li.current-page-parent > .dropdown-checkbox-label, .header-nav-list > li.current-page-parent > span, .header-nav-list > li.current-page-ancestor > a:not(.btn), .header-nav-list > li.current-page-ancestor > .dropdown-checkbox-label, .header-nav-list > li.current-page-ancestor > span {
  color: #fff;
}

.header-nav-list > li.current-menu-item > a:not(.btn) svg, .header-nav-list > li.current-menu-item > .dropdown-checkbox-label svg, .header-nav-list > li.current-menu-item > span svg, .header-nav-list > li.current_page_parent > a:not(.btn) svg, .header-nav-list > li.current_page_parent > .dropdown-checkbox-label svg, .header-nav-list > li.current_page_parent > span svg, .header-nav-list > li.current-page-parent > a:not(.btn) svg, .header-nav-list > li.current-page-parent > .dropdown-checkbox-label svg, .header-nav-list > li.current-page-parent > span svg, .header-nav-list > li.current-page-ancestor > a:not(.btn) svg, .header-nav-list > li.current-page-ancestor > .dropdown-checkbox-label svg, .header-nav-list > li.current-page-ancestor > span svg {
  fill: #fff;
}

.header-nav-list > li.menu-item-home {
  display: none;
}

.header-nav-list .nav-extra {
  margin-top: 0;
  margin-bottom: 0;
}

.header-nav-bottom-bar {
  display: none;
}

.header-nav-top-bar {
  display: none;
}

.search-bar-split {
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.search-bar-split svg {
  fill: currentColor;
}

.search-bar-split .svg-icon {
  margin-right: 0.25rem;
}

.search-bar-split input {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 1rem;
  line-height: 3.5;
  color: #fff;
}

.search-bar-split input:focus {
  background: none;
  color: #fff;
}

.search-bar-split input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.search-bar-split input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.search-bar-split input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.search-bar-split input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.header-nav-container-inner {
  width: 100%;
}

.block-site-header-hidden-nav .nav-header-open {
  overflow-y: hidden;
}

.block-site-header-hidden-nav .header-nav-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 0;
  height: 0;
  overflow-y: auto;
  opacity: 0;
  transition: width 0.01s 0.3s linear, height 0.01s 0.3s linear, opacity 0.3s ease-in-out;
  z-index: 99;
  display: block;
  flex-direction: column;
}

.block-site-header-hidden-nav .header-nav-container .header-nav-list > li {
  transform: translateY(0.625rem);
  opacity: 0;
}

.block-site-header-hidden-nav .header-nav-container .header-nav-list > li.menu-item-home {
  display: inline-block;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container {
  transition: width 0.01s linear, height 0.01s linear, opacity 0.3s 0.01s ease-in-out;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li.menu-item-extra-menu-items {
  display: none;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > a:not(.btn), .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn), .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > span:not(.btn) {
  color: rgba(255, 255, 255, 0.8);
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > a:not(.btn) svg, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn) svg, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > span:not(.btn) svg {
  fill: rgba(255, 255, 255, 0.8);
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > a:not(.btn):hover, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > a:not(.btn):focus, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn):hover, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn):focus, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > span:not(.btn):hover, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > span:not(.btn):focus {
  color: #fff;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > a:not(.btn):hover svg, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > a:not(.btn):focus svg, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn):hover svg, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn):focus svg, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > span:not(.btn):hover svg, .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > span:not(.btn):focus svg {
  fill: #fff;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > .dropdown-checkbox-label {
  position: relative;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li > .dropdown-checkbox-label .dropdown-arrow {
  position: absolute;
  left: 100%;
  margin-left: 0.5rem;
  top: 50%;
  margin-top: -0.75rem;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li.current-menu-item a:not(.btn), .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li.current_page_parent a:not(.btn), .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li.current-page-parent a:not(.btn), .header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li.current-page-ancestor a:not(.btn) {
  color: #fff;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(1) {
  transition: transform 0.3s 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(2) {
  transition: transform 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(3) {
  transition: transform 0.3s 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(4) {
  transition: transform 0.3s 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(5) {
  transition: transform 0.3s 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(6) {
  transition: transform 0.3s 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(7) {
  transition: transform 0.3s 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(8) {
  transition: transform 0.3s 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(9) {
  transition: transform 0.3s 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(10) {
  transition: transform 0.3s 1.1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(11) {
  transition: transform 0.3s 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(12) {
  transition: transform 0.3s 1.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(13) {
  transition: transform 0.3s 1.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(14) {
  transition: transform 0.3s 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(15) {
  transition: transform 0.3s 1.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(16) {
  transition: transform 0.3s 1.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(17) {
  transition: transform 0.3s 1.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(18) {
  transition: transform 0.3s 1.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(19) {
  transition: transform 0.3s 2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .block-site-header-hidden-nav .header-nav-container .header-nav-list > li:nth-child(20) {
  transition: transform 0.3s 2.1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 2.1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
}

.block-site-header-hidden-nav .header-nav-container-inner {
  padding: 1.25rem;
  display: block;
  margin-top: 5rem;
  justify-content: center;
}

.block-site-header-hidden-nav .header-nav-top-bar {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.25rem;
  background: #000;
  padding-right: 2.375rem;
}

.block-site-header-hidden-nav .header-nav-bottom-bar {
  margin-top: auto;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.block-site-header-hidden-nav .header-nav-bottom-bar .btn-social-media {
  color: rgba(255, 255, 255, 0.8);
}

.block-site-header-hidden-nav .header-nav-bottom-bar .btn-social-media .svg-icon, .block-site-header-hidden-nav .header-nav-bottom-bar .btn-social-media .svg-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}

.block-site-header-hidden-nav .header-nav-bottom-bar .btn-social-media:hover, .block-site-header-hidden-nav .header-nav-bottom-bar .btn-social-media:active {
  color: #fff;
}

.block-site-header-hidden-nav .header-nav-list-extra > li > a, .block-site-header-hidden-nav .header-nav-list-extra > li > .dropdown-checkbox-label {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 3.33333333;
}

.block-site-header-hidden-nav .btn-phone {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3125rem;
  line-height: 1.52380952;
}

.block-site-header-hidden-nav .btn-phone:hover, .block-site-header-hidden-nav .btn-phone:active {
  color: #fff;
}

.block-site-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.block-site-header-sticky + .sticky-placeholder {
  height: 3.25rem;
}

.block-site-header-sticky.block-site-header-overlay + .sticky-placeholder, body.video-playing .block-site-header-sticky + .sticky-placeholder {
  display: none;
}

.nav-hidden .block-site-header-sticky {
  transform: translateY(-100%);
  transform: translateY(calc(-100% - 2.75rem));
}

.nav-toggle {
  display: flex;
  position: relative;
  width: 2.25rem;
  height: 1.5rem;
  border-bottom: 0 !important;
  cursor: pointer;
  outline: none;
  z-index: 99;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
}

.nav-toggle span {
  display: block;
  height: 0.125rem;
  width: 100%;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 50%;
}

.overlay .nav-toggle span {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
}

.nav-toggle span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav-checkbox:checked ~ .site-wrapper .nav-toggle span:nth-child(1) {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-50%, -50%);
  opacity: 0;
  top: 50%;
}

.nav-toggle span:nth-child(2) {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: auto;
  margin-bottom: auto;
}

.header-nav-checkbox:checked ~ .site-wrapper .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-toggle span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav-checkbox:checked ~ .site-wrapper .nav-toggle span:nth-child(3) {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-50%, 50%);
  opacity: 0;
  bottom: 50%;
}

.header-nav-checkbox:checked ~ .site-wrapper .nav-toggle span {
  background-color: #fff;
}

.nav-toggle span:nth-child(4), .nav-toggle span:nth-child(5) {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform-origin: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  display: block;
  width: 60%;
  background-color: #fff !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.01s 0.3s linear;
}

.header-nav-checkbox:checked ~ .site-wrapper .nav-toggle span:nth-child(4), .header-nav-checkbox:checked ~ .site-wrapper .nav-toggle span:nth-child(5) {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.01s linear;
  opacity: 1;
}

.header-nav-checkbox:checked ~ .site-wrapper .nav-toggle span:nth-child(4) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-nav-checkbox:checked ~ .site-wrapper .nav-toggle span:nth-child(5) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

.dropdown-checkbox-label {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-checkbox-label .dropdown-arrow {
  display: flex;
  margin-left: 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-checkbox-label .dropdown-arrow svg {
  width: 1em;
}

.dropdown-checkbox:checked ~ .dropdown-checkbox-label .dropdown-arrow {
  transform: rotate(-180deg);
}

.header-nav-list-dropdown {
  display: none;
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-align: center;
}

.header-nav-list-dropdown li {
  font-size: 1.125rem;
  line-height: 2.33333333;
}

.header-nav-list-dropdown li a {
  display: inline-block;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
}

.header-nav-list-dropdown li a:hover, .header-nav-list-dropdown li a:active {
  color: #fff;
}

.header-nav-list-dropdown li.current-menu-item a {
  color: #2d2d2d;
}

.dropdown-checkbox:checked ~ .header-nav-list-dropdown {
  display: block;
}

.dropdown-checkbox-label-fixed-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 3;
  pointer-events: none;
}

.touch .dropdown-checkbox:checked ~ .dropdown-checkbox-label-fixed-overlay {
  display: block;
}

.block-site-header-overlay:not(.has-scrolled) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.has-scrolled .header-nav-container {
  margin-left: 7.5rem;
}

.block-site-header-light:not(.has-scrolled) {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4428) 19%, rgba(0, 0, 0, 0.3246) 34%, rgba(0, 0, 0, 0.2292) 47%, rgba(0, 0, 0, 0.1668) 56.5%, rgba(0, 0, 0, 0.1164) 65%, rgba(0, 0, 0, 0.0756) 73%, rgba(0, 0, 0, 0.045) 80.2%, rgba(0, 0, 0, 0.0252) 86.1%, rgba(0, 0, 0, 0.0126) 91%, rgba(0, 0, 0, 0.0048) 95.2%, rgba(0, 0, 0, 0.0012) 98.2%, rgba(0, 0, 0, 0) 100%);
}

.block-site-header-light:not(.has-scrolled) .header-logo svg {
  fill: #fff;
}

.header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled):not(.block-site-header-overlay) {
  background-color: #191919;
}

.header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > a, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > .dropdown-checkbox-label, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > span {
  color: #fff;
}

.header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > a:hover, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > a:focus, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > .dropdown-checkbox-label:hover, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > .dropdown-checkbox-label:focus, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > span:hover, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > span:focus {
  color: #cccccc;
}

.header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > a svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > .dropdown-checkbox-label svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > span svg {
  fill: #fff;
}

.header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > a:hover svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > a:focus svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > .dropdown-checkbox-label:hover svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > .dropdown-checkbox-label:focus svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > span:hover svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .header-nav-list > li > span:focus svg {
  fill: #cccccc;
}

.header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-toggle span {
  background-color: #fff;
}

.header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > a, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > .dropdown-checkbox-label, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > span {
  color: #fff;
}

.header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > a svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > .dropdown-checkbox-label svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > span svg {
  fill: #fff;
}

.header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > a:hover, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > a:active, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > .dropdown-checkbox-label:hover, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > .dropdown-checkbox-label:active, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > span:hover, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > span:active {
  color: #cccccc;
}

.header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > a:hover svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > a:active svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > .dropdown-checkbox-label:hover svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > .dropdown-checkbox-label:active svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > span:hover svg, .header-nav-checkbox:not(:checked) ~ .site-wrapper .block-site-header-light:not(.has-scrolled) .nav-extra > ul > li > span:active svg {
  fill: #cccccc;
}

.header-object-label {
  position: absolute;
  top: 100%;
  right: 0;
  background: #EBEBEB;
  padding: 0.3125rem 1rem;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.menu-item {
  position: relative;
  display: inline-flex;
}

.menu-item:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  bottom: 0.625rem;
}

.menu-item.is-inview:after, .menu-item:hover:after {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.block.site-footer {
  background: #363636;
  color: #646464;
  font-size: 0.875rem;
  line-height: 1.57142857;
}

.block.site-footer .footer-logo {
  border: 0;
  display: inline-flex;
  width: 100%;
  max-width: 17.1875rem;
  position: relative;
  position: relative;
}

.block.site-footer .footer-logo:before {
  display: block;
  content: "";
  padding-bottom: 24.65753425%;
}

.block.site-footer .footer-logo svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.block.site-footer h1, .block.site-footer h2, .block.site-footer h3, .block.site-footer h4, .block.site-footer h5, .block.site-footer h6 {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin-top: 0;
}

.block.site-footer .footer-nav a, .block.site-footer .footer-nav label[for] {
  border: 0;
  color: #646464;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  /* &:before {
                content: '\203A';
                display: inline-flex;
                margin-right: rem(5px);
            } */
}

.block.site-footer .footer-nav a:after, .block.site-footer .footer-nav label[for]:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  bottom: 0rem;
}

.block.site-footer .footer-nav a:hover:after, .block.site-footer .footer-nav a:active:after, .block.site-footer .footer-nav label[for]:hover:after, .block.site-footer .footer-nav label[for]:active:after {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.block.site-footer .footer-nav a:hover, .block.site-footer .footer-nav a:active, .block.site-footer .footer-nav label[for]:hover, .block.site-footer .footer-nav label[for]:active {
  color: #fff;
}

.block.site-footer .footer-nav a + a, .block.site-footer .footer-nav a + label[for], .block.site-footer .footer-nav label[for] + a, .block.site-footer .footer-nav label[for] + label[for] {
  margin-left: 0.625rem;
}

.embla {
  overflow: hidden;
  position: relative;
}

.embla__container {
  display: flex;
}

.embla__slide {
  position: relative;
  min-width: 100%;
  min-height: 15.625rem;
  max-height: 41.25rem;
  position: relative;
}

.embla__slide:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.embla__slide .object-fit-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.embla__slide--thumb {
  min-width: 20%;
  min-height: 0;
  max-height: none;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.embla__slide--thumb + .embla__slide {
  margin-left: 0.5rem;
}

.embla__slide--thumb:not(.is-current) {
  opacity: 0.5;
}

.embla__slide--thumb:not(.is-current):hover {
  opacity: 0.8;
}

.slider-nav {
  margin-top: 0.5rem;
}

.slide-prev-next {
  box-sizing: content-box;
  padding: 0.375rem;
  width: 1.25rem;
  height: 2.875rem;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  border: 0;
  line-height: 3.375rem;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.slide-prev-next svg {
  transform: scale(0.75);
}

.slide-prev-next.prev {
  left: 0;
}

.slide-prev-next.next {
  right: 0;
}

.slide-prev-next:hover {
  background: #fff;
}

.slide-prev-next[disabled] {
  display: none;
}

html.popup-opened, html.popup-opened body {
  overflow: hidden;
}

.popup-toggle {
  display: none;
}

.popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  display: flex;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: width 0.01s 0.5s linear, height 0.01s 0.5s, opacity 0.2s 0.5s ease-in-out;
}

.popup .popup-inner {
  transform: translateY(1.25rem);
  opacity: 0;
  transition: transform 0.2s 0.1s ease-in-out, opacity 0.2s 0.1s ease-in-out;
}

.popup .popup-close-btn {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.popup-toggle:checked + .popup {
  transition: width 0.01s linear, height 0.01s, opacity 0.2s 0.01s ease-in-out;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.popup-toggle:checked + .popup .popup-bg {
  pointer-events: all;
}

.popup-toggle:checked + .popup .popup-inner {
  transform: none;
  opacity: 1;
  transition: transform 0.2s 0.2s ease-in-out, opacity 0.2s 0.2s ease-in-out;
}

.popup-toggle:checked + .popup .popup-close-btn {
  pointer-events: all;
  transform: none;
  opacity: 1;
  transition: transform 0.1s 0.4s ease-in-out, opacity 0.1s 0.4s ease-in-out;
}

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.popup-box {
  margin: auto;
  padding: 1.25rem;
  position: relative;
  width: 100%;
}

.popup-inner {
  background: #fff;
  border-radius: 3px;
  padding: 1.25rem;
}

.popup-inner h1:first-child, .popup-inner h2:first-child, .popup-inner h3:first-child, .popup-inner h4:first-child, .popup-inner h5:first-child, .popup-inner h6:first-child, .popup-inner p:first-child {
  margin-top: 0;
}

.popup-close-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 1.25rem;
  right: 1.875rem;
  width: 1.25rem;
  height: 1.9375rem;
  margin-left: -0.625rem;
  cursor: pointer;
  pointer-events: none;
  border: 0 !important;
}

.popup-close-btn:before {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 0.8em;
}

.popup-close-btn svg {
  margin-top: auto;
  margin-bottom: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.popup-close-btn svg line {
  stroke: #000 !important;
}

.neighbour-image {
  border: 0.1875rem solid #8cb847;
  position: relative;
  margin: 0;
  background: #fff;
  position: relative;
}

.neighbour-image:before {
  display: block;
  content: "";
  padding-bottom: 66.66666667%;
}

.neighbour-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.neighbour-list-offset {
  margin-top: 3.75rem;
}

.neighbour-list-offset .block-inner {
  margin-top: -3.75rem;
}

.floorplans .floorplans-thumbs {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.floorplans .floorplans-thumbs:before, .floorplans .floorplans-thumbs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.floorplans .floorplans-thumbs:after {
  clear: both;
}

.floorplans .floorplans-thumbs .tile-grid-item {
  width: 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: left;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.floorplans .floorplans-thumbs .tile-grid-item:nth-of-type(-n + 2) {
  margin-top: 0;
}

.floorplans .floorplans-thumbs .tile-grid-item:nth-of-type(1n) {
  clear: none;
}

.floorplans .floorplans-thumbs .tile-grid-item:nth-of-type(2n+1) {
  clear: both;
}

.floorplans .floorplans-thumbs .tile-grid-item .floorplan-thumb {
  display: block;
  border: 0;
}

.floorplans .floorplans-thumbs .tile-grid-item .floorplan-thumb .thumb {
  position: relative;
  position: relative;
}

.floorplans .floorplans-thumbs .tile-grid-item .floorplan-thumb .thumb:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.floorplans .floorplans-thumbs .tile-grid-item .floorplan-thumb .thumb img {
  border: 2px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  transition: border-color 0.2s ease-in-out;
}

.floorplans .floorplans-thumbs .tile-grid-item .floorplan-thumb .caption {
  text-align: center;
  padding: 0.375rem;
}

.floorplans .floorplans-thumbs .tile-grid-item .floorplan-thumb.active .thumb img {
  border-color: #191919;
}

.floorplan-svg-layers .svg-control {
  position: relative;
  border-top: 1px dashed #ccc;
}

.floorplan-svg-layers .svg-control input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

.floorplan-svg-layers .svg-control input[type="checkbox"]:checked + label .visible {
  display: block;
}

.floorplan-svg-layers .svg-control input[type="checkbox"]:checked + label .invisible {
  display: none;
}

.floorplan-svg-layers .svg-control label {
  cursor: pointer;
  display: block;
  padding: 4px;
  padding-left: 24px;
}

.floorplan-svg-layers .svg-control label svg {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 1;
}

.floorplan-svg-layers .svg-control label svg .visible {
  display: none;
}

.floorplan-svg-layers .svg-control label svg .invisible {
  display: block;
}

.floorplan-svg-layers .svg-control label:hover svg {
  opacity: 0.6 !important;
}

.floorplan-svg-layers .svg-control:first-child {
  border-top: 0;
}

#floorplan-svg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.floorplan-container {
  display: flex;
  flex-direction: column;
}

.floorplan-container .floorplan-slide {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: relative;
  position: relative;
}

.floorplan-container .floorplan-slide:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.floorplan-container .floorplan-slide > div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floorplan-container .floorplan-sidebar {
  background: #fff;
  padding: 1.25rem;
  border-top: 1px solid #EBEBEB;
}

.floorplan-container .floorplan-sidebar .floorplan-legend .legend-title {
  margin-top: 0;
}

.floorplan-container .floorplan-sidebar .floorplan-legend .legend-item .legend-item--icon {
  display: inline-block;
  margin-right: 0.375rem;
  width: 2.5rem;
  height: 0.75rem;
  border: 1px solid transparent;
}

.floorplan-container .floorplan-sidebar .floorplan-legend .legend-item.ceiling .legend-item--icon {
  border: 1px solid #ccc;
  border-radius: 6px;
}

.floorplan-container .floorplan-sidebar .floorplan-legend .legend-item.frame .legend-item--icon {
  border: 1px solid #ccc;
}

.floorplan-container .floorplan-sidebar .floorplan-legend .legend-item .legend-item--label {
  display: inline;
}

.floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-items-container {
  display: none;
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  margin-top: 0.375rem;
  border: 1px solid #eee;
  background: #fefefe;
}

.floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-items-container:before, .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-items-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-items-container:after {
  clear: both;
}

.floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item {
  float: left;
  width: 50%;
  padding: 0.625rem;
  font-size: 0.875rem;
}

.gallery-types .gallery-type-changer {
  padding: 0.25rem 1.25rem 0.25rem 0.625rem;
  display: inline-block;
  width: auto;
  border: 0;
  background: #EBEBEB;
  transition: background-color 0.2s linear, color 0.2s linear;
}

.gallery-types .gallery-type-changer svg {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.gallery-types .gallery-type-changer svg path {
  fill: #363636;
  transition: fill 0.2s ease-in-out;
}

.gallery-types .gallery-type-changer.active {
  background: #191919;
  color: #fff;
}

.gallery-types .gallery-type-changer.active svg path {
  fill: #fff;
}

/* #panoramas {
    display: none;
} */
.pano-box .pano, .pano-box .pano-button, .pano-box .pano-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.pano-box .pano-button {
  background: transparent;
  transition: background-color 0.2s ease-in-out;
  border: 0;
  cursor: pointer;
}

.pano-box .pano-button .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pano-box .pano-button:hover {
  background: rgba(255, 255, 255, 0.5);
}

.pano-box .pano-container {
  display: none;
}

.pano-box.pano-active .pano-button {
  display: none;
}

.pano-box.pano-active .pano-container {
  display: block;
}

.redevelopment-nav .redevelopment-details {
  display: none;
}

.before-after-container {
  overflow: hidden;
}

.before-after-container .before-after {
  margin: 0;
}

.redevelopment-description {
  padding: 1.25rem;
  padding-right: 1.875rem;
  padding-left: 0.625rem;
}

.redevelopment-description *:first-child {
  margin-top: 0;
}

.redevelopment-description *:last-child {
  margin-bottom: 0;
}

.before-after {
  width: 100%;
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
}

.before-after:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.before-after .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
}

.before-after .slide .label {
  position: absolute;
  bottom: 0;
  background: #191919;
  color: #fff;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
}

.before-after .slide.before .label {
  left: 0;
}

.before-after .slide.after .label {
  right: 0;
}

.before-after .slide .object-fit-wrapper, .before-after .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.before-after .slide .object-fit-wrapper {
  background-position: center left;
}

.before-after .slide .object-fit-wrapper img {
  -o-object-position: center left;
     object-position: center left;
  max-width: none;
}

.before-after .slide.before {
  right: 33%;
  overflow: hidden;
}

.before-after .handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.5rem;
  left: 67%;
  margin-left: -0.75rem;
  cursor: ew-resize;
  overflow: hidden;
}

.before-after .handle:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0.125rem;
  height: 100%;
  left: 0.625rem;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 0.625rem;
}

.before-after .handle:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -0.75rem;
  margin-top: -0.75rem;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKVJREFUeNpiYBgFQwp4enr8B2FS9DDR2lHD3AJgeDsA8X088vdBavCZwYJDowCQqgfiAgIOVADi/UD1E4B04/btOz4Q9AHUReeJMBwZgNSex+YbJjTD+0EugrqMVADzTf/ARTIwDAuBlCMQPyDDLJAeR6gZuH0AVHAASBkC8QQSDAepNYTqJZyKoKmhEBieG4H0fAKuTsRm8GhZNHgsGAUDDwACDADvZTa8+q/DAgAAAABJRU5ErkJggg==");
  border-radius: 0.125rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0.0625rem 0.1875rem;
}

.brokers {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /*@include tile-grid(2);
    @include named-breakpoint(tablet-m) {
        @include tile-grid(4);
    }
    @include named-breakpoint(desktop-s) {
        @include tile-grid(8);
    }*/
}

.brokers .broker {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  flex-basis: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.brokers .broker .broker-link {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.brokers .broker .broker-link a {
  border-bottom: 0;
}

.brokers .broker .broker-link img {
  display: block;
}

.brokers .broker .broker-link img:first-child, .brokers .broker .broker-link a:first-child {
  margin: auto;
}

.brokers .broker .phonenumber {
  margin-top: 0.25rem;
  margin-top: auto;
  display: block;
  width: 100%;
  flex-basis: 100%;
}

.brokers .broker .video-button {
  width: 100%;
  height: auto;
}

.brokers .broker .video-button svg {
  display: block;
  width: 100%;
  height: auto;
}

.brokers .broker > svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 140px;
}

.logo-wrapper {
  max-width: 18.25rem;
  position: relative;
}

.logo-wrapper:before {
  display: block;
  content: "";
  padding-bottom: 24.65753425%;
}

.logo-wrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.col-homepage-actions a, .col-homepage-actions label[for] {
  width: 100%;
  display: flex;
}

.col-homepage-actions .video-button {
  position: relative;
}

.col-homepage-actions .video-button:before {
  display: block;
  content: "";
  padding-bottom: 57.06521739%;
}

.col-homepage-actions .video-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.reference-grid {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.reference-grid:before, .reference-grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.reference-grid:after {
  clear: both;
}

.reference-grid .tile-grid-item {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: left;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.reference-grid .tile-grid-item:first-of-type {
  margin-top: 0;
}

.reference-grid .tile-grid-item:nth-of-type(1n) {
  clear: none;
}

.reference-grid .tile-grid-item:nth-of-type(1n+1) {
  clear: both;
}

.reference-grid a {
  text-decoration: none;
  display: block;
  border: 0;
}

.reference-grid .reference-details {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  margin: 0;
  margin-top: 0.75rem;
}

.reference-grid .reference-details:before, .reference-grid .reference-details:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.reference-grid .reference-details:after {
  clear: both;
}

.reference-grid .reference-details .logo {
  float: left;
  margin-right: 0.75rem;
  width: 7.5rem;
  height: 5rem;
  position: relative;
  border: 1px solid #eee;
}

.reference-grid .reference-details .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reference-grid .reference-details .reference-details-inner {
  float: left;
  margin-top: 0.375rem;
}

.reference-grid .reference-details .reference-details-inner h2 {
  color: #9bc75d;
  margin: 0;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.reference-grid .reference-details .reference-details-inner p {
  margin: 0;
  margin-bottom: 0.625rem;
}

.reference-grid .reference-details .reference-details-inner p:last-child {
  margin-bottom: 0;
}

.reference-grid a:hover .reference-details .reference-details-inner h2 {
  color: #343434;
}

.project-link {
  margin-bottom: 1.625rem;
}

.interaction-layer {
  position: relative;
}

.interaction-layer svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.interaction-layer svg #hitboxes > *, .interaction-layer svg #Hitboxes > * {
  fill: transparent;
  cursor: pointer;
}

.interaction-layer svg text {
  font-family: 'proxima-nova', Arial, sans-serif !important;
  font-weight: 300;
  font-style: normal;
}

.project-tooltip {
  position: absolute;
  display: none;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 6px;
  padding: 0.5rem;
  width: 100%;
  max-width: 260px;
  text-align: center;
}

.project-tooltip .label {
  margin-top: 0.5rem;
}

.project-tooltip.show {
  display: block;
}

.project-link {
  display: flex;
  flex-direction: column;
}

.project-link .project-thumb {
  margin-bottom: 1.25rem;
}

.project-link .label {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.terrain-nav {
  background: #363636;
  position: relative;
  z-index: -1;
  color: #fff;
}

.terrain-nav:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.369) 19%, rgba(0, 0, 0, 0.2705) 34%, rgba(0, 0, 0, 0.191) 47%, rgba(0, 0, 0, 0.139) 56.5%, rgba(0, 0, 0, 0.097) 65%, rgba(0, 0, 0, 0.063) 73%, rgba(0, 0, 0, 0.0375) 80.2%, rgba(0, 0, 0, 0.021) 86.1%, rgba(0, 0, 0, 0.0105) 91%, rgba(0, 0, 0, 0.004) 95.2%, rgba(0, 0, 0, 0.001) 98.2%, rgba(0, 0, 0, 0) 100%);
}

.terrain-nav a {
  color: #fff;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.57142857;
  border: 0;
  padding-left: 1rem;
  position: relative;
}

.terrain-nav a:before {
  position: absolute;
  left: 0.125rem;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  top: 0.375rem;
  display: inline-flex;
  transform: rotate(-45deg);
  border-top: 0.125rem solid currentColor;
  border-left: 0.125rem solid currentColor;
  margin-right: 0.5rem;
}

.terrain-nav a:hover, .terrain-nav a:active {
  color: #9bc75d;
}

/* @mixin flex ($type) {
    display: $type;
}
 */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(10px * -4));
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * 0.7);
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: #666;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #666));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: calc(10px / 4);
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(10px / 4);
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(10px / 2);
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none;
}

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded='true'] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: '';
  height: 0;
  position: absolute;
  right: calc(((18px / 2) + calc(10px * 0.7)) - (4px / 2));
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0;
}

.plyr__menu__container [role='menu'] {
  padding: calc(10px * 0.7);
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role='menuitem'],
.plyr__menu__container [role='menuitemradio'] {
  margin-top: 2px;
}

.plyr__menu__container [role='menuitem']:first-child,
.plyr__menu__container [role='menuitemradio']:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(10px * 0.7) / 1.5);
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  padding-left: calc(calc(10px * 0.7) * 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(10px * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(10px * 0.7) / 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(10px * 0.7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(10px * 0.7) * 1.5) - 4px);
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(10px * 0.7);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(10px * 0.7) / 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(10px * 0.7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(10px * 0.7) * 2));
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(10px * 0.7) * 1.5) - 4px);
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: '';
  height: 1px;
  left: 0;
  margin-top: calc(calc(10px * 0.7) / 2);
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role='menuitemradio'] {
  padding-left: calc(10px * 0.7);
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role='menuitemradio']::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role='menuitemradio']::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
  background: #666;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, #666));
}

.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(10px * 0.7) - 2) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(10px * 0.7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(13px * 2);
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #666;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, #666));
  display: block;
  height: calc((3px * 2) + 13px);
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor 0%, transparent 0%);
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}

.plyr--full-ui input[type='range']::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  /* stylelint-disable-line */
  margin-top: calc(((13px - 5px) / 2) * -1);
  margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1);
}

.plyr--full-ui input[type='range']::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type='range']::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type='range']::-moz-range-progress {
  background: currentColor;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type='range']::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  color: transparent;
}

.plyr--full-ui input[type='range']::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}

.plyr--full-ui input[type='range']::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type='range']::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type='range']::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type='range']:focus {
  outline: 0;
}

.plyr--full-ui input[type='range']::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #666;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #666));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
  outline-color: #666;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #666));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
  outline-color: #666;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #666));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((18px / 2) + calc(10px * 0.7));
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((18px / 2) + calc(10px * 0.7));
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(13px * 0.5);
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type='range'], .plyr__progress__buffer {
  margin-left: calc(13px * -0.5);
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(13px * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type='range'] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((5px / 2) * -1);
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type='range'] {
  margin-left: calc(10px / 2);
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(10px / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: #666;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, #666));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(10px / 2);
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(10px * 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: #666;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #666));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #666;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #666));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(10px * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

@media (min-width: 30em) {
  html .padding-left-0-phone-s {
    padding-left: 0;
  }
  html .padding-right-0-phone-s {
    padding-right: 0;
  }
  html .padding-left-1-phone-s {
    padding-left: 0.3125rem;
  }
  html .padding-right-1-phone-s {
    padding-right: 0.3125rem;
  }
  html .padding-left-2-phone-s {
    padding-left: 1.25rem;
  }
  html .padding-right-2-phone-s {
    padding-right: 1.25rem;
  }
  html .padding-left-3-phone-s {
    padding-left: 1.875rem;
  }
  html .padding-right-3-phone-s {
    padding-right: 1.875rem;
  }
  html .padding-top-0-phone-s {
    padding-top: 0;
  }
  html .padding-bottom-0-phone-s {
    padding-bottom: 0;
  }
  html .padding-top-1-phone-s {
    padding-top: 1.625rem;
  }
  html .padding-bottom-1-phone-s {
    padding-bottom: 1.625rem;
  }
  html .padding-top-2-phone-s {
    padding-top: 3.25rem;
  }
  html .padding-bottom-2-phone-s {
    padding-bottom: 3.25rem;
  }
  html .padding-top-3-phone-s {
    padding-top: 6.5rem;
  }
  html .padding-bottom-3-phone-s {
    padding-bottom: 6.5rem;
  }
  html .margin-left-0-phone-s {
    margin-left: 0;
  }
  html .margin-right-0-phone-s {
    margin-right: 0;
  }
  html .margin-left-1-phone-s {
    margin-left: 0.3125rem;
  }
  html .margin-right-1-phone-s {
    margin-right: 0.3125rem;
  }
  html .margin-left-2-phone-s {
    margin-left: 1.25rem;
  }
  html .margin-right-2-phone-s {
    margin-right: 1.25rem;
  }
  html .margin-left-3-phone-s {
    margin-left: 1.875rem;
  }
  html .margin-right-3-phone-s {
    margin-right: 1.875rem;
  }
  html .margin-top-0-phone-s {
    margin-top: 0;
  }
  html .margin-bottom-0-phone-s {
    margin-bottom: 0;
  }
  html .margin-top-s-phone-s {
    margin-top: 0.5rem;
  }
  html .margin-bottom-s-phone-s {
    margin-bottom: 0.5rem;
  }
  html .margin-top-1-phone-s {
    margin-top: 1.625rem;
  }
  html .margin-bottom-1-phone-s {
    margin-bottom: 1.625rem;
  }
  html .margin-top-2-phone-s {
    margin-top: 3.25rem;
  }
  html .margin-bottom-2-phone-s {
    margin-bottom: 3.25rem;
  }
  html .margin-top-3-phone-s {
    margin-top: 6.5rem;
  }
  html .margin-bottom-3-phone-s {
    margin-bottom: 6.5rem;
  }
  html .txt-margin-top-1-phone-s {
    margin-top: 0.8125rem !important;
  }
  html .txt-margin-bottom-1-phone-s {
    margin-bottom: 0.8125rem !important;
  }
  html .txt-margin-top-2-phone-s {
    margin-top: 2.4375rem !important;
  }
  html .txt-margin-bottom-2-phone-s {
    margin-bottom: 2.4375rem !important;
  }
  html .txt-margin-top-3-phone-s {
    margin-top: 3.25rem !important;
  }
  html .txt-margin-bottom-3-phone-s {
    margin-bottom: 3.25rem !important;
  }
  .txt-l-phone-s {
    text-align: left;
  }
  .txt-c-phone-s {
    text-align: center;
  }
  .txt-r-phone-s {
    text-align: right;
  }
  .col-0-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 0%;
    max-width: 0%;
  }
  .col-row-no-gutter .col-0-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-0-phone-s {
    margin-left: 0%;
  }
  .col-r-0-phone-s {
    margin-right: 0%;
  }
  .col-order-0-phone-s {
    order: 0;
  }
  .col-1-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 4.16666667%;
    max-width: 4.16666667%;
  }
  .col-row-no-gutter .col-1-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-1-phone-s {
    margin-left: 4.16666667%;
  }
  .col-r-1-phone-s {
    margin-right: 4.16666667%;
  }
  .col-order-1-phone-s {
    order: 1;
  }
  .col-2-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-row-no-gutter .col-2-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-2-phone-s {
    margin-left: 8.33333333%;
  }
  .col-r-2-phone-s {
    margin-right: 8.33333333%;
  }
  .col-order-2-phone-s {
    order: 2;
  }
  .col-3-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 12.5%;
    max-width: 12.5%;
  }
  .col-row-no-gutter .col-3-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-3-phone-s {
    margin-left: 12.5%;
  }
  .col-r-3-phone-s {
    margin-right: 12.5%;
  }
  .col-order-3-phone-s {
    order: 3;
  }
  .col-4-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-row-no-gutter .col-4-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-4-phone-s {
    margin-left: 16.66666667%;
  }
  .col-r-4-phone-s {
    margin-right: 16.66666667%;
  }
  .col-order-4-phone-s {
    order: 4;
  }
  .col-5-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 20.83333333%;
    max-width: 20.83333333%;
  }
  .col-row-no-gutter .col-5-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-5-phone-s {
    margin-left: 20.83333333%;
  }
  .col-r-5-phone-s {
    margin-right: 20.83333333%;
  }
  .col-order-5-phone-s {
    order: 5;
  }
  .col-6-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-row-no-gutter .col-6-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-6-phone-s {
    margin-left: 25%;
  }
  .col-r-6-phone-s {
    margin-right: 25%;
  }
  .col-order-6-phone-s {
    order: 6;
  }
  .col-7-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-row-no-gutter .col-7-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-7-phone-s {
    margin-left: 29.16666667%;
  }
  .col-r-7-phone-s {
    margin-right: 29.16666667%;
  }
  .col-order-7-phone-s {
    order: 7;
  }
  .col-8-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-row-no-gutter .col-8-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-8-phone-s {
    margin-left: 33.33333333%;
  }
  .col-r-8-phone-s {
    margin-right: 33.33333333%;
  }
  .col-order-8-phone-s {
    order: 8;
  }
  .col-9-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
  .col-row-no-gutter .col-9-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-9-phone-s {
    margin-left: 37.5%;
  }
  .col-r-9-phone-s {
    margin-right: 37.5%;
  }
  .col-order-9-phone-s {
    order: 9;
  }
  .col-10-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-row-no-gutter .col-10-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-10-phone-s {
    margin-left: 41.66666667%;
  }
  .col-r-10-phone-s {
    margin-right: 41.66666667%;
  }
  .col-order-10-phone-s {
    order: 10;
  }
  .col-11-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }
  .col-row-no-gutter .col-11-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-11-phone-s {
    margin-left: 45.83333333%;
  }
  .col-r-11-phone-s {
    margin-right: 45.83333333%;
  }
  .col-order-11-phone-s {
    order: 11;
  }
  .col-12-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-row-no-gutter .col-12-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-12-phone-s {
    margin-left: 50%;
  }
  .col-r-12-phone-s {
    margin-right: 50%;
  }
  .col-order-12-phone-s {
    order: 12;
  }
  .col-13-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
  }
  .col-row-no-gutter .col-13-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-13-phone-s {
    margin-left: 54.16666667%;
  }
  .col-r-13-phone-s {
    margin-right: 54.16666667%;
  }
  .col-order-13-phone-s {
    order: 13;
  }
  .col-14-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-row-no-gutter .col-14-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-14-phone-s {
    margin-left: 58.33333333%;
  }
  .col-r-14-phone-s {
    margin-right: 58.33333333%;
  }
  .col-order-14-phone-s {
    order: 14;
  }
  .col-15-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  .col-row-no-gutter .col-15-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-15-phone-s {
    margin-left: 62.5%;
  }
  .col-r-15-phone-s {
    margin-right: 62.5%;
  }
  .col-order-15-phone-s {
    order: 15;
  }
  .col-16-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-row-no-gutter .col-16-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-16-phone-s {
    margin-left: 66.66666667%;
  }
  .col-r-16-phone-s {
    margin-right: 66.66666667%;
  }
  .col-order-16-phone-s {
    order: 16;
  }
  .col-17-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 70.83333333%;
    max-width: 70.83333333%;
  }
  .col-row-no-gutter .col-17-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-17-phone-s {
    margin-left: 70.83333333%;
  }
  .col-r-17-phone-s {
    margin-right: 70.83333333%;
  }
  .col-order-17-phone-s {
    order: 17;
  }
  .col-18-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-row-no-gutter .col-18-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-18-phone-s {
    margin-left: 75%;
  }
  .col-r-18-phone-s {
    margin-right: 75%;
  }
  .col-order-18-phone-s {
    order: 18;
  }
  .col-19-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
  }
  .col-row-no-gutter .col-19-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-19-phone-s {
    margin-left: 79.16666667%;
  }
  .col-r-19-phone-s {
    margin-right: 79.16666667%;
  }
  .col-order-19-phone-s {
    order: 19;
  }
  .col-20-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-row-no-gutter .col-20-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-20-phone-s {
    margin-left: 83.33333333%;
  }
  .col-r-20-phone-s {
    margin-right: 83.33333333%;
  }
  .col-order-20-phone-s {
    order: 20;
  }
  .col-21-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 87.5%;
    max-width: 87.5%;
  }
  .col-row-no-gutter .col-21-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-21-phone-s {
    margin-left: 87.5%;
  }
  .col-r-21-phone-s {
    margin-right: 87.5%;
  }
  .col-order-21-phone-s {
    order: 21;
  }
  .col-22-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-row-no-gutter .col-22-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-22-phone-s {
    margin-left: 91.66666667%;
  }
  .col-r-22-phone-s {
    margin-right: 91.66666667%;
  }
  .col-order-22-phone-s {
    order: 22;
  }
  .col-23-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 95.83333333%;
    max-width: 95.83333333%;
  }
  .col-row-no-gutter .col-23-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-23-phone-s {
    margin-left: 95.83333333%;
  }
  .col-r-23-phone-s {
    margin-right: 95.83333333%;
  }
  .col-order-23-phone-s {
    order: 23;
  }
  .col-24-phone-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .col-row-no-gutter .col-24-phone-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-24-phone-s {
    margin-left: 100%;
  }
  .col-r-24-phone-s {
    margin-right: 100%;
  }
  .col-order-24-phone-s {
    order: 24;
  }
  html .pull-l-phone-s {
    order: -1;
  }
  html .pull-r-phone-s {
    order: 99;
  }
  html .col-pull-none-phone-s {
    order: initial;
  }
  html .col-order-default-phone-s {
    order: initial;
  }
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(10px * 2);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(10px * 3.5);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

@media (min-width: 40em) {
  html .padding-left-0-phone-l {
    padding-left: 0;
  }
  html .padding-right-0-phone-l {
    padding-right: 0;
  }
  html .padding-left-1-phone-l {
    padding-left: 0.3125rem;
  }
  html .padding-right-1-phone-l {
    padding-right: 0.3125rem;
  }
  html .padding-left-2-phone-l {
    padding-left: 1.25rem;
  }
  html .padding-right-2-phone-l {
    padding-right: 1.25rem;
  }
  html .padding-left-3-phone-l {
    padding-left: 1.875rem;
  }
  html .padding-right-3-phone-l {
    padding-right: 1.875rem;
  }
  html .padding-top-0-phone-l {
    padding-top: 0;
  }
  html .padding-bottom-0-phone-l {
    padding-bottom: 0;
  }
  html .padding-top-1-phone-l {
    padding-top: 1.625rem;
  }
  html .padding-bottom-1-phone-l {
    padding-bottom: 1.625rem;
  }
  html .padding-top-2-phone-l {
    padding-top: 3.25rem;
  }
  html .padding-bottom-2-phone-l {
    padding-bottom: 3.25rem;
  }
  html .padding-top-3-phone-l {
    padding-top: 6.5rem;
  }
  html .padding-bottom-3-phone-l {
    padding-bottom: 6.5rem;
  }
  html .margin-left-0-phone-l {
    margin-left: 0;
  }
  html .margin-right-0-phone-l {
    margin-right: 0;
  }
  html .margin-left-1-phone-l {
    margin-left: 0.3125rem;
  }
  html .margin-right-1-phone-l {
    margin-right: 0.3125rem;
  }
  html .margin-left-2-phone-l {
    margin-left: 1.25rem;
  }
  html .margin-right-2-phone-l {
    margin-right: 1.25rem;
  }
  html .margin-left-3-phone-l {
    margin-left: 1.875rem;
  }
  html .margin-right-3-phone-l {
    margin-right: 1.875rem;
  }
  html .margin-top-0-phone-l {
    margin-top: 0;
  }
  html .margin-bottom-0-phone-l {
    margin-bottom: 0;
  }
  html .margin-top-s-phone-l {
    margin-top: 0.5rem;
  }
  html .margin-bottom-s-phone-l {
    margin-bottom: 0.5rem;
  }
  html .margin-top-1-phone-l {
    margin-top: 1.625rem;
  }
  html .margin-bottom-1-phone-l {
    margin-bottom: 1.625rem;
  }
  html .margin-top-2-phone-l {
    margin-top: 3.25rem;
  }
  html .margin-bottom-2-phone-l {
    margin-bottom: 3.25rem;
  }
  html .margin-top-3-phone-l {
    margin-top: 6.5rem;
  }
  html .margin-bottom-3-phone-l {
    margin-bottom: 6.5rem;
  }
  html .txt-margin-top-1-phone-l {
    margin-top: 0.8125rem !important;
  }
  html .txt-margin-bottom-1-phone-l {
    margin-bottom: 0.8125rem !important;
  }
  html .txt-margin-top-2-phone-l {
    margin-top: 2.4375rem !important;
  }
  html .txt-margin-bottom-2-phone-l {
    margin-bottom: 2.4375rem !important;
  }
  html .txt-margin-top-3-phone-l {
    margin-top: 3.25rem !important;
  }
  html .txt-margin-bottom-3-phone-l {
    margin-bottom: 3.25rem !important;
  }
  .txt-l-phone-l {
    text-align: left;
  }
  .txt-c-phone-l {
    text-align: center;
  }
  .txt-r-phone-l {
    text-align: right;
  }
  .col-0-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 0%;
    max-width: 0%;
  }
  .col-row-no-gutter .col-0-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-0-phone-l {
    margin-left: 0%;
  }
  .col-r-0-phone-l {
    margin-right: 0%;
  }
  .col-order-0-phone-l {
    order: 0;
  }
  .col-1-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 4.16666667%;
    max-width: 4.16666667%;
  }
  .col-row-no-gutter .col-1-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-1-phone-l {
    margin-left: 4.16666667%;
  }
  .col-r-1-phone-l {
    margin-right: 4.16666667%;
  }
  .col-order-1-phone-l {
    order: 1;
  }
  .col-2-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-row-no-gutter .col-2-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-2-phone-l {
    margin-left: 8.33333333%;
  }
  .col-r-2-phone-l {
    margin-right: 8.33333333%;
  }
  .col-order-2-phone-l {
    order: 2;
  }
  .col-3-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 12.5%;
    max-width: 12.5%;
  }
  .col-row-no-gutter .col-3-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-3-phone-l {
    margin-left: 12.5%;
  }
  .col-r-3-phone-l {
    margin-right: 12.5%;
  }
  .col-order-3-phone-l {
    order: 3;
  }
  .col-4-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-row-no-gutter .col-4-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-4-phone-l {
    margin-left: 16.66666667%;
  }
  .col-r-4-phone-l {
    margin-right: 16.66666667%;
  }
  .col-order-4-phone-l {
    order: 4;
  }
  .col-5-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 20.83333333%;
    max-width: 20.83333333%;
  }
  .col-row-no-gutter .col-5-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-5-phone-l {
    margin-left: 20.83333333%;
  }
  .col-r-5-phone-l {
    margin-right: 20.83333333%;
  }
  .col-order-5-phone-l {
    order: 5;
  }
  .col-6-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-row-no-gutter .col-6-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-6-phone-l {
    margin-left: 25%;
  }
  .col-r-6-phone-l {
    margin-right: 25%;
  }
  .col-order-6-phone-l {
    order: 6;
  }
  .col-7-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-row-no-gutter .col-7-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-7-phone-l {
    margin-left: 29.16666667%;
  }
  .col-r-7-phone-l {
    margin-right: 29.16666667%;
  }
  .col-order-7-phone-l {
    order: 7;
  }
  .col-8-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-row-no-gutter .col-8-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-8-phone-l {
    margin-left: 33.33333333%;
  }
  .col-r-8-phone-l {
    margin-right: 33.33333333%;
  }
  .col-order-8-phone-l {
    order: 8;
  }
  .col-9-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
  .col-row-no-gutter .col-9-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-9-phone-l {
    margin-left: 37.5%;
  }
  .col-r-9-phone-l {
    margin-right: 37.5%;
  }
  .col-order-9-phone-l {
    order: 9;
  }
  .col-10-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-row-no-gutter .col-10-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-10-phone-l {
    margin-left: 41.66666667%;
  }
  .col-r-10-phone-l {
    margin-right: 41.66666667%;
  }
  .col-order-10-phone-l {
    order: 10;
  }
  .col-11-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }
  .col-row-no-gutter .col-11-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-11-phone-l {
    margin-left: 45.83333333%;
  }
  .col-r-11-phone-l {
    margin-right: 45.83333333%;
  }
  .col-order-11-phone-l {
    order: 11;
  }
  .col-12-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-row-no-gutter .col-12-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-12-phone-l {
    margin-left: 50%;
  }
  .col-r-12-phone-l {
    margin-right: 50%;
  }
  .col-order-12-phone-l {
    order: 12;
  }
  .col-13-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
  }
  .col-row-no-gutter .col-13-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-13-phone-l {
    margin-left: 54.16666667%;
  }
  .col-r-13-phone-l {
    margin-right: 54.16666667%;
  }
  .col-order-13-phone-l {
    order: 13;
  }
  .col-14-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-row-no-gutter .col-14-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-14-phone-l {
    margin-left: 58.33333333%;
  }
  .col-r-14-phone-l {
    margin-right: 58.33333333%;
  }
  .col-order-14-phone-l {
    order: 14;
  }
  .col-15-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  .col-row-no-gutter .col-15-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-15-phone-l {
    margin-left: 62.5%;
  }
  .col-r-15-phone-l {
    margin-right: 62.5%;
  }
  .col-order-15-phone-l {
    order: 15;
  }
  .col-16-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-row-no-gutter .col-16-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-16-phone-l {
    margin-left: 66.66666667%;
  }
  .col-r-16-phone-l {
    margin-right: 66.66666667%;
  }
  .col-order-16-phone-l {
    order: 16;
  }
  .col-17-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 70.83333333%;
    max-width: 70.83333333%;
  }
  .col-row-no-gutter .col-17-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-17-phone-l {
    margin-left: 70.83333333%;
  }
  .col-r-17-phone-l {
    margin-right: 70.83333333%;
  }
  .col-order-17-phone-l {
    order: 17;
  }
  .col-18-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-row-no-gutter .col-18-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-18-phone-l {
    margin-left: 75%;
  }
  .col-r-18-phone-l {
    margin-right: 75%;
  }
  .col-order-18-phone-l {
    order: 18;
  }
  .col-19-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
  }
  .col-row-no-gutter .col-19-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-19-phone-l {
    margin-left: 79.16666667%;
  }
  .col-r-19-phone-l {
    margin-right: 79.16666667%;
  }
  .col-order-19-phone-l {
    order: 19;
  }
  .col-20-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-row-no-gutter .col-20-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-20-phone-l {
    margin-left: 83.33333333%;
  }
  .col-r-20-phone-l {
    margin-right: 83.33333333%;
  }
  .col-order-20-phone-l {
    order: 20;
  }
  .col-21-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 87.5%;
    max-width: 87.5%;
  }
  .col-row-no-gutter .col-21-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-21-phone-l {
    margin-left: 87.5%;
  }
  .col-r-21-phone-l {
    margin-right: 87.5%;
  }
  .col-order-21-phone-l {
    order: 21;
  }
  .col-22-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-row-no-gutter .col-22-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-22-phone-l {
    margin-left: 91.66666667%;
  }
  .col-r-22-phone-l {
    margin-right: 91.66666667%;
  }
  .col-order-22-phone-l {
    order: 22;
  }
  .col-23-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 95.83333333%;
    max-width: 95.83333333%;
  }
  .col-row-no-gutter .col-23-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-23-phone-l {
    margin-left: 95.83333333%;
  }
  .col-r-23-phone-l {
    margin-right: 95.83333333%;
  }
  .col-order-23-phone-l {
    order: 23;
  }
  .col-24-phone-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .col-row-no-gutter .col-24-phone-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-24-phone-l {
    margin-left: 100%;
  }
  .col-r-24-phone-l {
    margin-right: 100%;
  }
  .col-order-24-phone-l {
    order: 24;
  }
  html .pull-l-phone-l {
    order: -1;
  }
  html .pull-r-phone-l {
    order: 99;
  }
  html .col-pull-none-phone-l {
    order: initial;
  }
  html .col-order-default-phone-l {
    order: initial;
  }
  .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item {
    width: 33.33333333%;
  }
}

@media (min-width: 48em) {
  html .padding-left-0-tablet-s {
    padding-left: 0;
  }
  html .padding-right-0-tablet-s {
    padding-right: 0;
  }
  html .padding-left-1-tablet-s {
    padding-left: 0.3125rem;
  }
  html .padding-right-1-tablet-s {
    padding-right: 0.3125rem;
  }
  html .padding-left-2-tablet-s {
    padding-left: 1.25rem;
  }
  html .padding-right-2-tablet-s {
    padding-right: 1.25rem;
  }
  html .padding-left-3-tablet-s {
    padding-left: 1.875rem;
  }
  html .padding-right-3-tablet-s {
    padding-right: 1.875rem;
  }
  html .padding-top-0-tablet-s {
    padding-top: 0;
  }
  html .padding-bottom-0-tablet-s {
    padding-bottom: 0;
  }
  html .padding-top-1-tablet-s {
    padding-top: 1.625rem;
  }
  html .padding-bottom-1-tablet-s {
    padding-bottom: 1.625rem;
  }
  html .padding-top-2-tablet-s {
    padding-top: 3.25rem;
  }
  html .padding-bottom-2-tablet-s {
    padding-bottom: 3.25rem;
  }
  html .padding-top-3-tablet-s {
    padding-top: 6.5rem;
  }
  html .padding-bottom-3-tablet-s {
    padding-bottom: 6.5rem;
  }
  html .margin-left-0-tablet-s {
    margin-left: 0;
  }
  html .margin-right-0-tablet-s {
    margin-right: 0;
  }
  html .margin-left-1-tablet-s {
    margin-left: 0.3125rem;
  }
  html .margin-right-1-tablet-s {
    margin-right: 0.3125rem;
  }
  html .margin-left-2-tablet-s {
    margin-left: 1.25rem;
  }
  html .margin-right-2-tablet-s {
    margin-right: 1.25rem;
  }
  html .margin-left-3-tablet-s {
    margin-left: 1.875rem;
  }
  html .margin-right-3-tablet-s {
    margin-right: 1.875rem;
  }
  html .margin-top-0-tablet-s {
    margin-top: 0;
  }
  html .margin-bottom-0-tablet-s {
    margin-bottom: 0;
  }
  html .margin-top-s-tablet-s {
    margin-top: 0.5rem;
  }
  html .margin-bottom-s-tablet-s {
    margin-bottom: 0.5rem;
  }
  html .margin-top-1-tablet-s {
    margin-top: 1.625rem;
  }
  html .margin-bottom-1-tablet-s {
    margin-bottom: 1.625rem;
  }
  html .margin-top-2-tablet-s {
    margin-top: 3.25rem;
  }
  html .margin-bottom-2-tablet-s {
    margin-bottom: 3.25rem;
  }
  html .margin-top-3-tablet-s {
    margin-top: 6.5rem;
  }
  html .margin-bottom-3-tablet-s {
    margin-bottom: 6.5rem;
  }
  html .txt-margin-top-1-tablet-s {
    margin-top: 0.8125rem !important;
  }
  html .txt-margin-bottom-1-tablet-s {
    margin-bottom: 0.8125rem !important;
  }
  html .txt-margin-top-2-tablet-s {
    margin-top: 2.4375rem !important;
  }
  html .txt-margin-bottom-2-tablet-s {
    margin-bottom: 2.4375rem !important;
  }
  html .txt-margin-top-3-tablet-s {
    margin-top: 3.25rem !important;
  }
  html .txt-margin-bottom-3-tablet-s {
    margin-bottom: 3.25rem !important;
  }
  .txt-l-tablet-s {
    text-align: left;
  }
  .txt-c-tablet-s {
    text-align: center;
  }
  .txt-r-tablet-s {
    text-align: right;
  }
  .col-0-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 0%;
    max-width: 0%;
  }
  .col-row-no-gutter .col-0-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-0-tablet-s {
    margin-left: 0%;
  }
  .col-r-0-tablet-s {
    margin-right: 0%;
  }
  .col-order-0-tablet-s {
    order: 0;
  }
  .col-1-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 4.16666667%;
    max-width: 4.16666667%;
  }
  .col-row-no-gutter .col-1-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-1-tablet-s {
    margin-left: 4.16666667%;
  }
  .col-r-1-tablet-s {
    margin-right: 4.16666667%;
  }
  .col-order-1-tablet-s {
    order: 1;
  }
  .col-2-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-row-no-gutter .col-2-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-2-tablet-s {
    margin-left: 8.33333333%;
  }
  .col-r-2-tablet-s {
    margin-right: 8.33333333%;
  }
  .col-order-2-tablet-s {
    order: 2;
  }
  .col-3-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 12.5%;
    max-width: 12.5%;
  }
  .col-row-no-gutter .col-3-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-3-tablet-s {
    margin-left: 12.5%;
  }
  .col-r-3-tablet-s {
    margin-right: 12.5%;
  }
  .col-order-3-tablet-s {
    order: 3;
  }
  .col-4-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-row-no-gutter .col-4-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-4-tablet-s {
    margin-left: 16.66666667%;
  }
  .col-r-4-tablet-s {
    margin-right: 16.66666667%;
  }
  .col-order-4-tablet-s {
    order: 4;
  }
  .col-5-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 20.83333333%;
    max-width: 20.83333333%;
  }
  .col-row-no-gutter .col-5-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-5-tablet-s {
    margin-left: 20.83333333%;
  }
  .col-r-5-tablet-s {
    margin-right: 20.83333333%;
  }
  .col-order-5-tablet-s {
    order: 5;
  }
  .col-6-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-row-no-gutter .col-6-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-6-tablet-s {
    margin-left: 25%;
  }
  .col-r-6-tablet-s {
    margin-right: 25%;
  }
  .col-order-6-tablet-s {
    order: 6;
  }
  .col-7-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-row-no-gutter .col-7-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-7-tablet-s {
    margin-left: 29.16666667%;
  }
  .col-r-7-tablet-s {
    margin-right: 29.16666667%;
  }
  .col-order-7-tablet-s {
    order: 7;
  }
  .col-8-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-row-no-gutter .col-8-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-8-tablet-s {
    margin-left: 33.33333333%;
  }
  .col-r-8-tablet-s {
    margin-right: 33.33333333%;
  }
  .col-order-8-tablet-s {
    order: 8;
  }
  .col-9-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
  .col-row-no-gutter .col-9-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-9-tablet-s {
    margin-left: 37.5%;
  }
  .col-r-9-tablet-s {
    margin-right: 37.5%;
  }
  .col-order-9-tablet-s {
    order: 9;
  }
  .col-10-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-row-no-gutter .col-10-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-10-tablet-s {
    margin-left: 41.66666667%;
  }
  .col-r-10-tablet-s {
    margin-right: 41.66666667%;
  }
  .col-order-10-tablet-s {
    order: 10;
  }
  .col-11-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }
  .col-row-no-gutter .col-11-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-11-tablet-s {
    margin-left: 45.83333333%;
  }
  .col-r-11-tablet-s {
    margin-right: 45.83333333%;
  }
  .col-order-11-tablet-s {
    order: 11;
  }
  .col-12-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-row-no-gutter .col-12-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-12-tablet-s {
    margin-left: 50%;
  }
  .col-r-12-tablet-s {
    margin-right: 50%;
  }
  .col-order-12-tablet-s {
    order: 12;
  }
  .col-13-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
  }
  .col-row-no-gutter .col-13-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-13-tablet-s {
    margin-left: 54.16666667%;
  }
  .col-r-13-tablet-s {
    margin-right: 54.16666667%;
  }
  .col-order-13-tablet-s {
    order: 13;
  }
  .col-14-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-row-no-gutter .col-14-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-14-tablet-s {
    margin-left: 58.33333333%;
  }
  .col-r-14-tablet-s {
    margin-right: 58.33333333%;
  }
  .col-order-14-tablet-s {
    order: 14;
  }
  .col-15-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  .col-row-no-gutter .col-15-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-15-tablet-s {
    margin-left: 62.5%;
  }
  .col-r-15-tablet-s {
    margin-right: 62.5%;
  }
  .col-order-15-tablet-s {
    order: 15;
  }
  .col-16-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-row-no-gutter .col-16-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-16-tablet-s {
    margin-left: 66.66666667%;
  }
  .col-r-16-tablet-s {
    margin-right: 66.66666667%;
  }
  .col-order-16-tablet-s {
    order: 16;
  }
  .col-17-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 70.83333333%;
    max-width: 70.83333333%;
  }
  .col-row-no-gutter .col-17-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-17-tablet-s {
    margin-left: 70.83333333%;
  }
  .col-r-17-tablet-s {
    margin-right: 70.83333333%;
  }
  .col-order-17-tablet-s {
    order: 17;
  }
  .col-18-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-row-no-gutter .col-18-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-18-tablet-s {
    margin-left: 75%;
  }
  .col-r-18-tablet-s {
    margin-right: 75%;
  }
  .col-order-18-tablet-s {
    order: 18;
  }
  .col-19-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
  }
  .col-row-no-gutter .col-19-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-19-tablet-s {
    margin-left: 79.16666667%;
  }
  .col-r-19-tablet-s {
    margin-right: 79.16666667%;
  }
  .col-order-19-tablet-s {
    order: 19;
  }
  .col-20-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-row-no-gutter .col-20-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-20-tablet-s {
    margin-left: 83.33333333%;
  }
  .col-r-20-tablet-s {
    margin-right: 83.33333333%;
  }
  .col-order-20-tablet-s {
    order: 20;
  }
  .col-21-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 87.5%;
    max-width: 87.5%;
  }
  .col-row-no-gutter .col-21-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-21-tablet-s {
    margin-left: 87.5%;
  }
  .col-r-21-tablet-s {
    margin-right: 87.5%;
  }
  .col-order-21-tablet-s {
    order: 21;
  }
  .col-22-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-row-no-gutter .col-22-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-22-tablet-s {
    margin-left: 91.66666667%;
  }
  .col-r-22-tablet-s {
    margin-right: 91.66666667%;
  }
  .col-order-22-tablet-s {
    order: 22;
  }
  .col-23-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 95.83333333%;
    max-width: 95.83333333%;
  }
  .col-row-no-gutter .col-23-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-23-tablet-s {
    margin-left: 95.83333333%;
  }
  .col-r-23-tablet-s {
    margin-right: 95.83333333%;
  }
  .col-order-23-tablet-s {
    order: 23;
  }
  .col-24-tablet-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .col-row-no-gutter .col-24-tablet-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-24-tablet-s {
    margin-left: 100%;
  }
  .col-r-24-tablet-s {
    margin-right: 100%;
  }
  .col-order-24-tablet-s {
    order: 24;
  }
  html .pull-l-tablet-s {
    order: -1;
  }
  html .pull-r-tablet-s {
    order: 99;
  }
  html .col-pull-none-tablet-s {
    order: initial;
  }
  html .col-order-default-tablet-s {
    order: initial;
  }
  .floorplans .floorplans-thumbs {
    /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
    *zoom: 1;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .floorplans .floorplans-thumbs:before, .floorplans .floorplans-thumbs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .floorplans .floorplans-thumbs:after {
    clear: both;
  }
  .floorplans .floorplans-thumbs .tile-grid-item {
    width: 33.33333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .floorplans .floorplans-thumbs .tile-grid-item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .floorplans .floorplans-thumbs .tile-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .floorplans .floorplans-thumbs .tile-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

@media (min-width: 53.125em) {
  .sidebar {
    margin-top: 1.625rem;
  }
  .wrapper-responsive {
    /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
    *zoom: 1;
  }
  .wrapper-responsive:before, .wrapper-responsive:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .wrapper-responsive:after {
    clear: both;
  }
  html .float-none-responsive {
    float: none;
  }
  html .float-left-responsive {
    float: left;
  }
  html .float-right-responsive {
    float: right;
  }
  html .padding-left-0-tablet-m {
    padding-left: 0;
  }
  html .padding-right-0-tablet-m {
    padding-right: 0;
  }
  html .padding-left-1-tablet-m {
    padding-left: 0.3125rem;
  }
  html .padding-right-1-tablet-m {
    padding-right: 0.3125rem;
  }
  html .padding-left-2-tablet-m {
    padding-left: 1.25rem;
  }
  html .padding-right-2-tablet-m {
    padding-right: 1.25rem;
  }
  html .padding-left-3-tablet-m {
    padding-left: 1.875rem;
  }
  html .padding-right-3-tablet-m {
    padding-right: 1.875rem;
  }
  html .padding-top-0-tablet-m {
    padding-top: 0;
  }
  html .padding-bottom-0-tablet-m {
    padding-bottom: 0;
  }
  html .padding-top-1-tablet-m {
    padding-top: 1.625rem;
  }
  html .padding-bottom-1-tablet-m {
    padding-bottom: 1.625rem;
  }
  html .padding-top-2-tablet-m {
    padding-top: 3.25rem;
  }
  html .padding-bottom-2-tablet-m {
    padding-bottom: 3.25rem;
  }
  html .padding-top-3-tablet-m {
    padding-top: 6.5rem;
  }
  html .padding-bottom-3-tablet-m {
    padding-bottom: 6.5rem;
  }
  html .margin-left-0-tablet-m {
    margin-left: 0;
  }
  html .margin-right-0-tablet-m {
    margin-right: 0;
  }
  html .margin-left-1-tablet-m {
    margin-left: 0.3125rem;
  }
  html .margin-right-1-tablet-m {
    margin-right: 0.3125rem;
  }
  html .margin-left-2-tablet-m {
    margin-left: 1.25rem;
  }
  html .margin-right-2-tablet-m {
    margin-right: 1.25rem;
  }
  html .margin-left-3-tablet-m {
    margin-left: 1.875rem;
  }
  html .margin-right-3-tablet-m {
    margin-right: 1.875rem;
  }
  html .margin-top-0-tablet-m {
    margin-top: 0;
  }
  html .margin-bottom-0-tablet-m {
    margin-bottom: 0;
  }
  html .margin-top-s-tablet-m {
    margin-top: 0.5rem;
  }
  html .margin-bottom-s-tablet-m {
    margin-bottom: 0.5rem;
  }
  html .margin-top-1-tablet-m {
    margin-top: 1.625rem;
  }
  html .margin-bottom-1-tablet-m {
    margin-bottom: 1.625rem;
  }
  html .margin-top-2-tablet-m {
    margin-top: 3.25rem;
  }
  html .margin-bottom-2-tablet-m {
    margin-bottom: 3.25rem;
  }
  html .margin-top-3-tablet-m {
    margin-top: 6.5rem;
  }
  html .margin-bottom-3-tablet-m {
    margin-bottom: 6.5rem;
  }
  html .txt-margin-top-1-tablet-m {
    margin-top: 0.8125rem !important;
  }
  html .txt-margin-bottom-1-tablet-m {
    margin-bottom: 0.8125rem !important;
  }
  html .txt-margin-top-2-tablet-m {
    margin-top: 2.4375rem !important;
  }
  html .txt-margin-bottom-2-tablet-m {
    margin-bottom: 2.4375rem !important;
  }
  html .txt-margin-top-3-tablet-m {
    margin-top: 3.25rem !important;
  }
  html .txt-margin-bottom-3-tablet-m {
    margin-bottom: 3.25rem !important;
  }
  h1, .h1, html .txt-fs-h1 {
    font-size: 2.625rem;
    line-height: 1.14285714;
  }
  h2, .h2, html .txt-fs-h2 {
    font-size: 2.375rem;
    line-height: 1.26315789;
  }
  h3, .h3, html .txt-fs-h3 {
    font-size: 1.9375rem;
    line-height: 1.19354839;
  }
  h4, .h4, html .txt-fs-h4 {
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
  .txt-l-tablet-m {
    text-align: left;
  }
  .txt-c-tablet-m {
    text-align: center;
  }
  .txt-r-tablet-m {
    text-align: right;
  }
  blockquote p {
    font-size: 2.375rem;
    line-height: 1.26315789;
  }
  .col-0-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 0%;
    max-width: 0%;
  }
  .col-row-no-gutter .col-0-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-0-tablet-m {
    margin-left: 0%;
  }
  .col-r-0-tablet-m {
    margin-right: 0%;
  }
  .col-order-0-tablet-m {
    order: 0;
  }
  .col-1-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 4.16666667%;
    max-width: 4.16666667%;
  }
  .col-row-no-gutter .col-1-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-1-tablet-m {
    margin-left: 4.16666667%;
  }
  .col-r-1-tablet-m {
    margin-right: 4.16666667%;
  }
  .col-order-1-tablet-m {
    order: 1;
  }
  .col-2-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-row-no-gutter .col-2-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-2-tablet-m {
    margin-left: 8.33333333%;
  }
  .col-r-2-tablet-m {
    margin-right: 8.33333333%;
  }
  .col-order-2-tablet-m {
    order: 2;
  }
  .col-3-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 12.5%;
    max-width: 12.5%;
  }
  .col-row-no-gutter .col-3-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-3-tablet-m {
    margin-left: 12.5%;
  }
  .col-r-3-tablet-m {
    margin-right: 12.5%;
  }
  .col-order-3-tablet-m {
    order: 3;
  }
  .col-4-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-row-no-gutter .col-4-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-4-tablet-m {
    margin-left: 16.66666667%;
  }
  .col-r-4-tablet-m {
    margin-right: 16.66666667%;
  }
  .col-order-4-tablet-m {
    order: 4;
  }
  .col-5-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 20.83333333%;
    max-width: 20.83333333%;
  }
  .col-row-no-gutter .col-5-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-5-tablet-m {
    margin-left: 20.83333333%;
  }
  .col-r-5-tablet-m {
    margin-right: 20.83333333%;
  }
  .col-order-5-tablet-m {
    order: 5;
  }
  .col-6-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-row-no-gutter .col-6-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-6-tablet-m {
    margin-left: 25%;
  }
  .col-r-6-tablet-m {
    margin-right: 25%;
  }
  .col-order-6-tablet-m {
    order: 6;
  }
  .col-7-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-row-no-gutter .col-7-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-7-tablet-m {
    margin-left: 29.16666667%;
  }
  .col-r-7-tablet-m {
    margin-right: 29.16666667%;
  }
  .col-order-7-tablet-m {
    order: 7;
  }
  .col-8-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-row-no-gutter .col-8-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-8-tablet-m {
    margin-left: 33.33333333%;
  }
  .col-r-8-tablet-m {
    margin-right: 33.33333333%;
  }
  .col-order-8-tablet-m {
    order: 8;
  }
  .col-9-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
  .col-row-no-gutter .col-9-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-9-tablet-m {
    margin-left: 37.5%;
  }
  .col-r-9-tablet-m {
    margin-right: 37.5%;
  }
  .col-order-9-tablet-m {
    order: 9;
  }
  .col-10-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-row-no-gutter .col-10-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-10-tablet-m {
    margin-left: 41.66666667%;
  }
  .col-r-10-tablet-m {
    margin-right: 41.66666667%;
  }
  .col-order-10-tablet-m {
    order: 10;
  }
  .col-11-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }
  .col-row-no-gutter .col-11-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-11-tablet-m {
    margin-left: 45.83333333%;
  }
  .col-r-11-tablet-m {
    margin-right: 45.83333333%;
  }
  .col-order-11-tablet-m {
    order: 11;
  }
  .col-12-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-row-no-gutter .col-12-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-12-tablet-m {
    margin-left: 50%;
  }
  .col-r-12-tablet-m {
    margin-right: 50%;
  }
  .col-order-12-tablet-m {
    order: 12;
  }
  .col-13-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
  }
  .col-row-no-gutter .col-13-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-13-tablet-m {
    margin-left: 54.16666667%;
  }
  .col-r-13-tablet-m {
    margin-right: 54.16666667%;
  }
  .col-order-13-tablet-m {
    order: 13;
  }
  .col-14-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-row-no-gutter .col-14-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-14-tablet-m {
    margin-left: 58.33333333%;
  }
  .col-r-14-tablet-m {
    margin-right: 58.33333333%;
  }
  .col-order-14-tablet-m {
    order: 14;
  }
  .col-15-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  .col-row-no-gutter .col-15-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-15-tablet-m {
    margin-left: 62.5%;
  }
  .col-r-15-tablet-m {
    margin-right: 62.5%;
  }
  .col-order-15-tablet-m {
    order: 15;
  }
  .col-16-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-row-no-gutter .col-16-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-16-tablet-m {
    margin-left: 66.66666667%;
  }
  .col-r-16-tablet-m {
    margin-right: 66.66666667%;
  }
  .col-order-16-tablet-m {
    order: 16;
  }
  .col-17-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 70.83333333%;
    max-width: 70.83333333%;
  }
  .col-row-no-gutter .col-17-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-17-tablet-m {
    margin-left: 70.83333333%;
  }
  .col-r-17-tablet-m {
    margin-right: 70.83333333%;
  }
  .col-order-17-tablet-m {
    order: 17;
  }
  .col-18-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-row-no-gutter .col-18-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-18-tablet-m {
    margin-left: 75%;
  }
  .col-r-18-tablet-m {
    margin-right: 75%;
  }
  .col-order-18-tablet-m {
    order: 18;
  }
  .col-19-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
  }
  .col-row-no-gutter .col-19-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-19-tablet-m {
    margin-left: 79.16666667%;
  }
  .col-r-19-tablet-m {
    margin-right: 79.16666667%;
  }
  .col-order-19-tablet-m {
    order: 19;
  }
  .col-20-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-row-no-gutter .col-20-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-20-tablet-m {
    margin-left: 83.33333333%;
  }
  .col-r-20-tablet-m {
    margin-right: 83.33333333%;
  }
  .col-order-20-tablet-m {
    order: 20;
  }
  .col-21-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 87.5%;
    max-width: 87.5%;
  }
  .col-row-no-gutter .col-21-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-21-tablet-m {
    margin-left: 87.5%;
  }
  .col-r-21-tablet-m {
    margin-right: 87.5%;
  }
  .col-order-21-tablet-m {
    order: 21;
  }
  .col-22-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-row-no-gutter .col-22-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-22-tablet-m {
    margin-left: 91.66666667%;
  }
  .col-r-22-tablet-m {
    margin-right: 91.66666667%;
  }
  .col-order-22-tablet-m {
    order: 22;
  }
  .col-23-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 95.83333333%;
    max-width: 95.83333333%;
  }
  .col-row-no-gutter .col-23-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-23-tablet-m {
    margin-left: 95.83333333%;
  }
  .col-r-23-tablet-m {
    margin-right: 95.83333333%;
  }
  .col-order-23-tablet-m {
    order: 23;
  }
  .col-24-tablet-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .col-row-no-gutter .col-24-tablet-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-24-tablet-m {
    margin-left: 100%;
  }
  .col-r-24-tablet-m {
    margin-right: 100%;
  }
  .col-order-24-tablet-m {
    order: 24;
  }
  html .pull-l-tablet-m {
    order: -1;
  }
  html .pull-r-tablet-m {
    order: 99;
  }
  html .col-pull-none-tablet-m {
    order: initial;
  }
  html .col-order-default-tablet-m {
    order: initial;
  }
  .neighbours-list {
    /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
    *zoom: 1;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .neighbours-list:before, .neighbours-list:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .neighbours-list:after {
    clear: both;
  }
  .neighbours-list .tile-grid-item {
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .neighbours-list .tile-grid-item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .neighbours-list .tile-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .neighbours-list .tile-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  dl.conditions dt {
    width: 20%;
  }
  dl.conditions dt {
    font-family: 'proxima-nova', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  dl.conditions dd {
    width: 80%;
    border-top: 1px solid #ebebeb;
  }
  .btn-group {
    flex-direction: row;
  }
  .btn-group .btn {
    display: inline-flex;
  }
  .btn-group .btn + .btn {
    margin-top: 0;
    margin-left: 0.25rem;
  }
  .gallery-types .gallery-type-changer svg {
    width: 3rem;
    height: 3rem;
  }
  .brokers {
    margin-top: 0;
  }
  .brokers .broker {
    flex-basis: 25%;
    width: 25%;
  }
  .reference-grid {
    /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
    *zoom: 1;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .reference-grid:before, .reference-grid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .reference-grid:after {
    clear: both;
  }
  .reference-grid .tile-grid-item {
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .reference-grid .tile-grid-item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .reference-grid .tile-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .reference-grid .tile-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 60em) {
  html .padding-left-0-tablet-l {
    padding-left: 0;
  }
  html .padding-right-0-tablet-l {
    padding-right: 0;
  }
  html .padding-left-1-tablet-l {
    padding-left: 0.3125rem;
  }
  html .padding-right-1-tablet-l {
    padding-right: 0.3125rem;
  }
  html .padding-left-2-tablet-l {
    padding-left: 1.25rem;
  }
  html .padding-right-2-tablet-l {
    padding-right: 1.25rem;
  }
  html .padding-left-3-tablet-l {
    padding-left: 1.875rem;
  }
  html .padding-right-3-tablet-l {
    padding-right: 1.875rem;
  }
  html .padding-top-0-tablet-l {
    padding-top: 0;
  }
  html .padding-bottom-0-tablet-l {
    padding-bottom: 0;
  }
  html .padding-top-1-tablet-l {
    padding-top: 1.625rem;
  }
  html .padding-bottom-1-tablet-l {
    padding-bottom: 1.625rem;
  }
  html .padding-top-2-tablet-l {
    padding-top: 3.25rem;
  }
  html .padding-bottom-2-tablet-l {
    padding-bottom: 3.25rem;
  }
  html .padding-top-3-tablet-l {
    padding-top: 6.5rem;
  }
  html .padding-bottom-3-tablet-l {
    padding-bottom: 6.5rem;
  }
  html .margin-left-0-tablet-l {
    margin-left: 0;
  }
  html .margin-right-0-tablet-l {
    margin-right: 0;
  }
  html .margin-left-1-tablet-l {
    margin-left: 0.3125rem;
  }
  html .margin-right-1-tablet-l {
    margin-right: 0.3125rem;
  }
  html .margin-left-2-tablet-l {
    margin-left: 1.25rem;
  }
  html .margin-right-2-tablet-l {
    margin-right: 1.25rem;
  }
  html .margin-left-3-tablet-l {
    margin-left: 1.875rem;
  }
  html .margin-right-3-tablet-l {
    margin-right: 1.875rem;
  }
  html .margin-top-0-tablet-l {
    margin-top: 0;
  }
  html .margin-bottom-0-tablet-l {
    margin-bottom: 0;
  }
  html .margin-top-s-tablet-l {
    margin-top: 0.5rem;
  }
  html .margin-bottom-s-tablet-l {
    margin-bottom: 0.5rem;
  }
  html .margin-top-1-tablet-l {
    margin-top: 1.625rem;
  }
  html .margin-bottom-1-tablet-l {
    margin-bottom: 1.625rem;
  }
  html .margin-top-2-tablet-l {
    margin-top: 3.25rem;
  }
  html .margin-bottom-2-tablet-l {
    margin-bottom: 3.25rem;
  }
  html .margin-top-3-tablet-l {
    margin-top: 6.5rem;
  }
  html .margin-bottom-3-tablet-l {
    margin-bottom: 6.5rem;
  }
  html .txt-margin-top-1-tablet-l {
    margin-top: 0.8125rem !important;
  }
  html .txt-margin-bottom-1-tablet-l {
    margin-bottom: 0.8125rem !important;
  }
  html .txt-margin-top-2-tablet-l {
    margin-top: 2.4375rem !important;
  }
  html .txt-margin-bottom-2-tablet-l {
    margin-bottom: 2.4375rem !important;
  }
  html .txt-margin-top-3-tablet-l {
    margin-top: 3.25rem !important;
  }
  html .txt-margin-bottom-3-tablet-l {
    margin-bottom: 3.25rem !important;
  }
  .txt-l-tablet-l {
    text-align: left;
  }
  .txt-c-tablet-l {
    text-align: center;
  }
  .txt-r-tablet-l {
    text-align: right;
  }
  .col-0-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 0%;
    max-width: 0%;
  }
  .col-row-no-gutter .col-0-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-0-tablet-l {
    margin-left: 0%;
  }
  .col-r-0-tablet-l {
    margin-right: 0%;
  }
  .col-order-0-tablet-l {
    order: 0;
  }
  .col-1-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 4.16666667%;
    max-width: 4.16666667%;
  }
  .col-row-no-gutter .col-1-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-1-tablet-l {
    margin-left: 4.16666667%;
  }
  .col-r-1-tablet-l {
    margin-right: 4.16666667%;
  }
  .col-order-1-tablet-l {
    order: 1;
  }
  .col-2-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-row-no-gutter .col-2-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-2-tablet-l {
    margin-left: 8.33333333%;
  }
  .col-r-2-tablet-l {
    margin-right: 8.33333333%;
  }
  .col-order-2-tablet-l {
    order: 2;
  }
  .col-3-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 12.5%;
    max-width: 12.5%;
  }
  .col-row-no-gutter .col-3-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-3-tablet-l {
    margin-left: 12.5%;
  }
  .col-r-3-tablet-l {
    margin-right: 12.5%;
  }
  .col-order-3-tablet-l {
    order: 3;
  }
  .col-4-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-row-no-gutter .col-4-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-4-tablet-l {
    margin-left: 16.66666667%;
  }
  .col-r-4-tablet-l {
    margin-right: 16.66666667%;
  }
  .col-order-4-tablet-l {
    order: 4;
  }
  .col-5-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 20.83333333%;
    max-width: 20.83333333%;
  }
  .col-row-no-gutter .col-5-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-5-tablet-l {
    margin-left: 20.83333333%;
  }
  .col-r-5-tablet-l {
    margin-right: 20.83333333%;
  }
  .col-order-5-tablet-l {
    order: 5;
  }
  .col-6-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-row-no-gutter .col-6-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-6-tablet-l {
    margin-left: 25%;
  }
  .col-r-6-tablet-l {
    margin-right: 25%;
  }
  .col-order-6-tablet-l {
    order: 6;
  }
  .col-7-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-row-no-gutter .col-7-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-7-tablet-l {
    margin-left: 29.16666667%;
  }
  .col-r-7-tablet-l {
    margin-right: 29.16666667%;
  }
  .col-order-7-tablet-l {
    order: 7;
  }
  .col-8-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-row-no-gutter .col-8-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-8-tablet-l {
    margin-left: 33.33333333%;
  }
  .col-r-8-tablet-l {
    margin-right: 33.33333333%;
  }
  .col-order-8-tablet-l {
    order: 8;
  }
  .col-9-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
  .col-row-no-gutter .col-9-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-9-tablet-l {
    margin-left: 37.5%;
  }
  .col-r-9-tablet-l {
    margin-right: 37.5%;
  }
  .col-order-9-tablet-l {
    order: 9;
  }
  .col-10-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-row-no-gutter .col-10-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-10-tablet-l {
    margin-left: 41.66666667%;
  }
  .col-r-10-tablet-l {
    margin-right: 41.66666667%;
  }
  .col-order-10-tablet-l {
    order: 10;
  }
  .col-11-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }
  .col-row-no-gutter .col-11-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-11-tablet-l {
    margin-left: 45.83333333%;
  }
  .col-r-11-tablet-l {
    margin-right: 45.83333333%;
  }
  .col-order-11-tablet-l {
    order: 11;
  }
  .col-12-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-row-no-gutter .col-12-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-12-tablet-l {
    margin-left: 50%;
  }
  .col-r-12-tablet-l {
    margin-right: 50%;
  }
  .col-order-12-tablet-l {
    order: 12;
  }
  .col-13-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
  }
  .col-row-no-gutter .col-13-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-13-tablet-l {
    margin-left: 54.16666667%;
  }
  .col-r-13-tablet-l {
    margin-right: 54.16666667%;
  }
  .col-order-13-tablet-l {
    order: 13;
  }
  .col-14-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-row-no-gutter .col-14-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-14-tablet-l {
    margin-left: 58.33333333%;
  }
  .col-r-14-tablet-l {
    margin-right: 58.33333333%;
  }
  .col-order-14-tablet-l {
    order: 14;
  }
  .col-15-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  .col-row-no-gutter .col-15-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-15-tablet-l {
    margin-left: 62.5%;
  }
  .col-r-15-tablet-l {
    margin-right: 62.5%;
  }
  .col-order-15-tablet-l {
    order: 15;
  }
  .col-16-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-row-no-gutter .col-16-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-16-tablet-l {
    margin-left: 66.66666667%;
  }
  .col-r-16-tablet-l {
    margin-right: 66.66666667%;
  }
  .col-order-16-tablet-l {
    order: 16;
  }
  .col-17-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 70.83333333%;
    max-width: 70.83333333%;
  }
  .col-row-no-gutter .col-17-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-17-tablet-l {
    margin-left: 70.83333333%;
  }
  .col-r-17-tablet-l {
    margin-right: 70.83333333%;
  }
  .col-order-17-tablet-l {
    order: 17;
  }
  .col-18-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-row-no-gutter .col-18-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-18-tablet-l {
    margin-left: 75%;
  }
  .col-r-18-tablet-l {
    margin-right: 75%;
  }
  .col-order-18-tablet-l {
    order: 18;
  }
  .col-19-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
  }
  .col-row-no-gutter .col-19-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-19-tablet-l {
    margin-left: 79.16666667%;
  }
  .col-r-19-tablet-l {
    margin-right: 79.16666667%;
  }
  .col-order-19-tablet-l {
    order: 19;
  }
  .col-20-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-row-no-gutter .col-20-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-20-tablet-l {
    margin-left: 83.33333333%;
  }
  .col-r-20-tablet-l {
    margin-right: 83.33333333%;
  }
  .col-order-20-tablet-l {
    order: 20;
  }
  .col-21-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 87.5%;
    max-width: 87.5%;
  }
  .col-row-no-gutter .col-21-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-21-tablet-l {
    margin-left: 87.5%;
  }
  .col-r-21-tablet-l {
    margin-right: 87.5%;
  }
  .col-order-21-tablet-l {
    order: 21;
  }
  .col-22-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-row-no-gutter .col-22-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-22-tablet-l {
    margin-left: 91.66666667%;
  }
  .col-r-22-tablet-l {
    margin-right: 91.66666667%;
  }
  .col-order-22-tablet-l {
    order: 22;
  }
  .col-23-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 95.83333333%;
    max-width: 95.83333333%;
  }
  .col-row-no-gutter .col-23-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-23-tablet-l {
    margin-left: 95.83333333%;
  }
  .col-r-23-tablet-l {
    margin-right: 95.83333333%;
  }
  .col-order-23-tablet-l {
    order: 23;
  }
  .col-24-tablet-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .col-row-no-gutter .col-24-tablet-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-24-tablet-l {
    margin-left: 100%;
  }
  .col-r-24-tablet-l {
    margin-right: 100%;
  }
  .col-order-24-tablet-l {
    order: 24;
  }
  html .pull-l-tablet-l {
    order: -1;
  }
  html .pull-r-tablet-l {
    order: 99;
  }
  html .col-pull-none-tablet-l {
    order: initial;
  }
  html .col-order-default-tablet-l {
    order: initial;
  }
  .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item {
    width: 50%;
  }
  .floorplan-container {
    position: relative;
  }
  .floorplan-container:before {
    display: block;
    content: "";
    padding-bottom: 56.25%;
  }
  .floorplan-container .floorplan-slide {
    position: absolute !important;
    margin-left: 30%;
  }
  .floorplan-container .floorplan-slide:before {
    display: none;
  }
  .floorplan-container .floorplan-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    border-top: 0;
    border-right: 1px solid #EBEBEB;
  }
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

@media (min-width: 67.5em) {
  body .btn-back-to-top {
    right: 2.875rem;
  }
  html .padding-left-0-desktop-s {
    padding-left: 0;
  }
  html .padding-right-0-desktop-s {
    padding-right: 0;
  }
  html .padding-left-1-desktop-s {
    padding-left: 0.3125rem;
  }
  html .padding-right-1-desktop-s {
    padding-right: 0.3125rem;
  }
  html .padding-left-2-desktop-s {
    padding-left: 1.25rem;
  }
  html .padding-right-2-desktop-s {
    padding-right: 1.25rem;
  }
  html .padding-left-3-desktop-s {
    padding-left: 1.875rem;
  }
  html .padding-right-3-desktop-s {
    padding-right: 1.875rem;
  }
  html .padding-top-0-desktop-s {
    padding-top: 0;
  }
  html .padding-bottom-0-desktop-s {
    padding-bottom: 0;
  }
  html .padding-top-1-desktop-s {
    padding-top: 1.625rem;
  }
  html .padding-bottom-1-desktop-s {
    padding-bottom: 1.625rem;
  }
  html .padding-top-2-desktop-s {
    padding-top: 3.25rem;
  }
  html .padding-bottom-2-desktop-s {
    padding-bottom: 3.25rem;
  }
  html .padding-top-3-desktop-s {
    padding-top: 6.5rem;
  }
  html .padding-bottom-3-desktop-s {
    padding-bottom: 6.5rem;
  }
  html .margin-left-0-desktop-s {
    margin-left: 0;
  }
  html .margin-right-0-desktop-s {
    margin-right: 0;
  }
  html .margin-left-1-desktop-s {
    margin-left: 0.3125rem;
  }
  html .margin-right-1-desktop-s {
    margin-right: 0.3125rem;
  }
  html .margin-left-2-desktop-s {
    margin-left: 1.25rem;
  }
  html .margin-right-2-desktop-s {
    margin-right: 1.25rem;
  }
  html .margin-left-3-desktop-s {
    margin-left: 1.875rem;
  }
  html .margin-right-3-desktop-s {
    margin-right: 1.875rem;
  }
  html .margin-top-0-desktop-s {
    margin-top: 0;
  }
  html .margin-bottom-0-desktop-s {
    margin-bottom: 0;
  }
  html .margin-top-s-desktop-s {
    margin-top: 0.5rem;
  }
  html .margin-bottom-s-desktop-s {
    margin-bottom: 0.5rem;
  }
  html .margin-top-1-desktop-s {
    margin-top: 1.625rem;
  }
  html .margin-bottom-1-desktop-s {
    margin-bottom: 1.625rem;
  }
  html .margin-top-2-desktop-s {
    margin-top: 3.25rem;
  }
  html .margin-bottom-2-desktop-s {
    margin-bottom: 3.25rem;
  }
  html .margin-top-3-desktop-s {
    margin-top: 6.5rem;
  }
  html .margin-bottom-3-desktop-s {
    margin-bottom: 6.5rem;
  }
  html .txt-margin-top-1-desktop-s {
    margin-top: 0.8125rem !important;
  }
  html .txt-margin-bottom-1-desktop-s {
    margin-bottom: 0.8125rem !important;
  }
  html .txt-margin-top-2-desktop-s {
    margin-top: 2.4375rem !important;
  }
  html .txt-margin-bottom-2-desktop-s {
    margin-bottom: 2.4375rem !important;
  }
  html .txt-margin-top-3-desktop-s {
    margin-top: 3.25rem !important;
  }
  html .txt-margin-bottom-3-desktop-s {
    margin-bottom: 3.25rem !important;
  }
  body {
    font-size: 1rem;
    line-height: 1.75;
  }
  html .txt-fs-default {
    font-size: 1rem;
    line-height: 1.75;
  }
  .txt-l-desktop-s {
    text-align: left;
  }
  .txt-c-desktop-s {
    text-align: center;
  }
  .txt-r-desktop-s {
    text-align: right;
  }
  .block.block-border-top .block-inner {
    padding-top: 3.25rem;
  }
  .block-box {
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }
  .col-0-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 0%;
    max-width: 0%;
  }
  .col-row-no-gutter .col-0-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-0-desktop-s {
    margin-left: 0%;
  }
  .col-r-0-desktop-s {
    margin-right: 0%;
  }
  .col-order-0-desktop-s {
    order: 0;
  }
  .col-1-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 4.16666667%;
    max-width: 4.16666667%;
  }
  .col-row-no-gutter .col-1-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-1-desktop-s {
    margin-left: 4.16666667%;
  }
  .col-r-1-desktop-s {
    margin-right: 4.16666667%;
  }
  .col-order-1-desktop-s {
    order: 1;
  }
  .col-2-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-row-no-gutter .col-2-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-2-desktop-s {
    margin-left: 8.33333333%;
  }
  .col-r-2-desktop-s {
    margin-right: 8.33333333%;
  }
  .col-order-2-desktop-s {
    order: 2;
  }
  .col-3-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 12.5%;
    max-width: 12.5%;
  }
  .col-row-no-gutter .col-3-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-3-desktop-s {
    margin-left: 12.5%;
  }
  .col-r-3-desktop-s {
    margin-right: 12.5%;
  }
  .col-order-3-desktop-s {
    order: 3;
  }
  .col-4-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-row-no-gutter .col-4-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-4-desktop-s {
    margin-left: 16.66666667%;
  }
  .col-r-4-desktop-s {
    margin-right: 16.66666667%;
  }
  .col-order-4-desktop-s {
    order: 4;
  }
  .col-5-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 20.83333333%;
    max-width: 20.83333333%;
  }
  .col-row-no-gutter .col-5-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-5-desktop-s {
    margin-left: 20.83333333%;
  }
  .col-r-5-desktop-s {
    margin-right: 20.83333333%;
  }
  .col-order-5-desktop-s {
    order: 5;
  }
  .col-6-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-row-no-gutter .col-6-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-6-desktop-s {
    margin-left: 25%;
  }
  .col-r-6-desktop-s {
    margin-right: 25%;
  }
  .col-order-6-desktop-s {
    order: 6;
  }
  .col-7-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-row-no-gutter .col-7-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-7-desktop-s {
    margin-left: 29.16666667%;
  }
  .col-r-7-desktop-s {
    margin-right: 29.16666667%;
  }
  .col-order-7-desktop-s {
    order: 7;
  }
  .col-8-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-row-no-gutter .col-8-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-8-desktop-s {
    margin-left: 33.33333333%;
  }
  .col-r-8-desktop-s {
    margin-right: 33.33333333%;
  }
  .col-order-8-desktop-s {
    order: 8;
  }
  .col-9-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
  .col-row-no-gutter .col-9-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-9-desktop-s {
    margin-left: 37.5%;
  }
  .col-r-9-desktop-s {
    margin-right: 37.5%;
  }
  .col-order-9-desktop-s {
    order: 9;
  }
  .col-10-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-row-no-gutter .col-10-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-10-desktop-s {
    margin-left: 41.66666667%;
  }
  .col-r-10-desktop-s {
    margin-right: 41.66666667%;
  }
  .col-order-10-desktop-s {
    order: 10;
  }
  .col-11-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }
  .col-row-no-gutter .col-11-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-11-desktop-s {
    margin-left: 45.83333333%;
  }
  .col-r-11-desktop-s {
    margin-right: 45.83333333%;
  }
  .col-order-11-desktop-s {
    order: 11;
  }
  .col-12-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-row-no-gutter .col-12-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-12-desktop-s {
    margin-left: 50%;
  }
  .col-r-12-desktop-s {
    margin-right: 50%;
  }
  .col-order-12-desktop-s {
    order: 12;
  }
  .col-13-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
  }
  .col-row-no-gutter .col-13-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-13-desktop-s {
    margin-left: 54.16666667%;
  }
  .col-r-13-desktop-s {
    margin-right: 54.16666667%;
  }
  .col-order-13-desktop-s {
    order: 13;
  }
  .col-14-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-row-no-gutter .col-14-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-14-desktop-s {
    margin-left: 58.33333333%;
  }
  .col-r-14-desktop-s {
    margin-right: 58.33333333%;
  }
  .col-order-14-desktop-s {
    order: 14;
  }
  .col-15-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  .col-row-no-gutter .col-15-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-15-desktop-s {
    margin-left: 62.5%;
  }
  .col-r-15-desktop-s {
    margin-right: 62.5%;
  }
  .col-order-15-desktop-s {
    order: 15;
  }
  .col-16-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-row-no-gutter .col-16-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-16-desktop-s {
    margin-left: 66.66666667%;
  }
  .col-r-16-desktop-s {
    margin-right: 66.66666667%;
  }
  .col-order-16-desktop-s {
    order: 16;
  }
  .col-17-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 70.83333333%;
    max-width: 70.83333333%;
  }
  .col-row-no-gutter .col-17-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-17-desktop-s {
    margin-left: 70.83333333%;
  }
  .col-r-17-desktop-s {
    margin-right: 70.83333333%;
  }
  .col-order-17-desktop-s {
    order: 17;
  }
  .col-18-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-row-no-gutter .col-18-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-18-desktop-s {
    margin-left: 75%;
  }
  .col-r-18-desktop-s {
    margin-right: 75%;
  }
  .col-order-18-desktop-s {
    order: 18;
  }
  .col-19-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
  }
  .col-row-no-gutter .col-19-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-19-desktop-s {
    margin-left: 79.16666667%;
  }
  .col-r-19-desktop-s {
    margin-right: 79.16666667%;
  }
  .col-order-19-desktop-s {
    order: 19;
  }
  .col-20-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-row-no-gutter .col-20-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-20-desktop-s {
    margin-left: 83.33333333%;
  }
  .col-r-20-desktop-s {
    margin-right: 83.33333333%;
  }
  .col-order-20-desktop-s {
    order: 20;
  }
  .col-21-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 87.5%;
    max-width: 87.5%;
  }
  .col-row-no-gutter .col-21-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-21-desktop-s {
    margin-left: 87.5%;
  }
  .col-r-21-desktop-s {
    margin-right: 87.5%;
  }
  .col-order-21-desktop-s {
    order: 21;
  }
  .col-22-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-row-no-gutter .col-22-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-22-desktop-s {
    margin-left: 91.66666667%;
  }
  .col-r-22-desktop-s {
    margin-right: 91.66666667%;
  }
  .col-order-22-desktop-s {
    order: 22;
  }
  .col-23-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 95.83333333%;
    max-width: 95.83333333%;
  }
  .col-row-no-gutter .col-23-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-23-desktop-s {
    margin-left: 95.83333333%;
  }
  .col-r-23-desktop-s {
    margin-right: 95.83333333%;
  }
  .col-order-23-desktop-s {
    order: 23;
  }
  .col-24-desktop-s {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .col-row-no-gutter .col-24-desktop-s {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-24-desktop-s {
    margin-left: 100%;
  }
  .col-r-24-desktop-s {
    margin-right: 100%;
  }
  .col-order-24-desktop-s {
    order: 24;
  }
  html .pull-l-desktop-s {
    order: -1;
  }
  html .pull-r-desktop-s {
    order: 99;
  }
  html .col-pull-none-desktop-s {
    order: initial;
  }
  html .col-order-default-desktop-s {
    order: initial;
  }
  .neighbours-list {
    /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
    *zoom: 1;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .neighbours-list:before, .neighbours-list:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .neighbours-list:after {
    clear: both;
  }
  .neighbours-list .tile-grid-item {
    width: 25%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .neighbours-list .tile-grid-item:nth-of-type(-n + 4) {
    margin-top: 0;
  }
  .neighbours-list .tile-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .neighbours-list .tile-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  dl.conditions dt {
    width: 25%;
  }
  dl.conditions dd {
    width: 75%;
  }
  .block-site-header .block-inner {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .block-site-header .block-inner > .nav-extra {
    display: block;
  }
  .block-site-header:not(.block-site-header-sticky) {
    position: relative;
  }
  .header-logo {
    width: 15.625rem;
    max-width: 13vw;
  }
  .has-scrolled .header-logo {
    max-width: 5rem;
  }
  .nav-extra {
    margin-top: -1.40625rem;
    margin-bottom: -1.40625rem;
  }
  .nav-extra {
    margin-left: auto !important;
  }
  .header-nav-list {
    margin-top: -1.40625rem;
    margin-bottom: -1.40625rem;
  }
  .header-nav-list {
    height: 7.1875rem;
  }
  .header-nav-list > li > a, .header-nav-list > li > .dropdown-checkbox-label, .header-nav-list > li > span {
    font-size: 0.875rem;
    line-height: 1.14285714;
  }
  .search-bar-split {
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }
  .block-site-header-hidden-nav .header-nav-bottom-bar {
    padding: 2.875rem;
  }
  .block-site-header-sticky + .sticky-placeholder {
    height: 5.625rem;
  }
  .nav-toggle {
    margin-top: 1.4375rem;
    margin-bottom: 1.4375rem;
  }
  .block-site-header:not(.block-site-header-hidden-nav) .nav-toggle {
    display: none;
  }
  .dropdown-checkbox-label .dropdown-arrow {
    position: static;
  }
  .header-nav-list-dropdown li {
    font-size: 1.3125rem;
    line-height: 1.5;
  }
  .header-nav-list-dropdown {
    position: absolute;
    left: -1rem;
    top: calc(100% - 0.2rem);
    min-width: 12.5rem;
    opacity: 0;
    display: block;
    background: #fff;
    pointer-events: none;
    margin-bottom: 0;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0.1875rem;
    border: 1px solid #f3f2f1;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0.625rem 0.625rem;
    padding: 1rem;
    padding-bottom: 0.75rem;
    z-index: 3;
    transform-origin: 0 0;
    text-align: left;
    max-height: calc(100vh - 6.25rem);
    overflow-y: auto;
  }
  .nav-extra .header-nav-list-dropdown {
    min-width: 16.875rem;
  }
  .header-nav-list-dropdown li a {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-family: 'proxima-nova', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    color: #191919;
  }
  .header-nav-list-dropdown li a:hover, .header-nav-list-dropdown li a:active {
    color: #b1ae85;
  }
  .header-nav-list-dropdown li.current-menu-item a {
    color: #b1ae85;
  }
  .header-nav-list-dropdown li + li {
    /* &:before {
					content: '';
					display: block;
					height: 1px;
					background: #f3f2f1;
				} */
  }
  .header-nav-list-dropdown.header-nav-list-dropdown-split {
    display: flex !important;
    flex-wrap: wrap;
    min-width: 25rem;
  }
  .header-nav-list-dropdown.header-nav-list-dropdown-split li {
    flex-basis: 50%;
    max-width: 50%;
  }
  .header-nav-list-dropdown.header-nav-list-dropdown-split li:nth-child(2):before {
    display: none;
  }
  .header-nav-list-dropdown.header-nav-list-dropdown-split li:nth-child(2n + 1) {
    padding-right: 0.625rem;
  }
  .header-nav-list-dropdown.header-nav-list-dropdown-split li:nth-child(2n) {
    padding-left: 0.625rem;
  }
  .dropdown-checkbox:checked ~ .header-nav-list-dropdown {
    pointer-events: all;
    opacity: 1;
    transform: translate(0, 0.625rem);
  }
  .dropdown-checkbox:checked ~ .dropdown-checkbox-label-fixed-overlay {
    pointer-events: all;
  }
  .block-site-header:not(.block-site-header-hidden-nav) .header-nav-container {
    display: flex;
    flex-basis: 100%;
  }
  .block-site-header:not(.block-site-header-hidden-nav) .header-nav-list {
    flex-direction: row;
  }
  .block-site-header:not(.block-site-header-hidden-nav) .header-nav-list > li:not(:first-child) {
    margin-left: 0.75rem;
  }
  .block-site-header:not(.block-site-header-hidden-nav) .header-nav-list > li.menu-item-home + li:not(:first-child) {
    margin-left: 0;
  }
  .block-site-header:not(.block-site-header-hidden-nav) .header-nav-list > li.menu-item-has-children .dropdown-checkbox-label {
    position: relative;
  }
  .block-site-header:not(.block-site-header-hidden-nav) .header-nav-list > li.menu-item-has-children .dropdown-checkbox-label:before {
    content: '';
    position: absolute;
    top: -0.5rem;
    left: -1rem;
    right: -0.75rem;
    bottom: -0.5rem;
    background: #fff;
    z-index: -1;
    border-radius: 0.1875rem 0.1875rem 0 0;
    border: 1px solid #f3f2f1;
    border-bottom: 0;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .block-site-header:not(.block-site-header-hidden-nav) .header-nav-list > li.menu-item-has-children .dropdown-checkbox:checked ~ .dropdown-checkbox-label:before {
    opacity: 1;
  }
  .header-nav-container {
    margin-left: calc(13vw + 40px);
  }
  .menu-item:after {
    bottom: -0.375rem;
  }
  .popup-close-btn {
    right: auto;
    left: 100%;
  }
  .popup-close-btn svg line {
    stroke: #fff !important;
  }
  .floorplan-container {
    flex-direction: row;
  }
  .reference-grid {
    /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
    *zoom: 1;
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
  .reference-grid:before, .reference-grid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .reference-grid:after {
    clear: both;
  }
  .reference-grid .tile-grid-item {
    width: 50%;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    float: left;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .reference-grid .tile-grid-item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .reference-grid .tile-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .reference-grid .tile-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 80em) {
  html .padding-left-0-desktop-m {
    padding-left: 0;
  }
  html .padding-right-0-desktop-m {
    padding-right: 0;
  }
  html .padding-left-1-desktop-m {
    padding-left: 0.3125rem;
  }
  html .padding-right-1-desktop-m {
    padding-right: 0.3125rem;
  }
  html .padding-left-2-desktop-m {
    padding-left: 1.25rem;
  }
  html .padding-right-2-desktop-m {
    padding-right: 1.25rem;
  }
  html .padding-left-3-desktop-m {
    padding-left: 1.875rem;
  }
  html .padding-right-3-desktop-m {
    padding-right: 1.875rem;
  }
  html .padding-top-0-desktop-m {
    padding-top: 0;
  }
  html .padding-bottom-0-desktop-m {
    padding-bottom: 0;
  }
  html .padding-top-1-desktop-m {
    padding-top: 1.625rem;
  }
  html .padding-bottom-1-desktop-m {
    padding-bottom: 1.625rem;
  }
  html .padding-top-2-desktop-m {
    padding-top: 3.25rem;
  }
  html .padding-bottom-2-desktop-m {
    padding-bottom: 3.25rem;
  }
  html .padding-top-3-desktop-m {
    padding-top: 6.5rem;
  }
  html .padding-bottom-3-desktop-m {
    padding-bottom: 6.5rem;
  }
  html .margin-left-0-desktop-m {
    margin-left: 0;
  }
  html .margin-right-0-desktop-m {
    margin-right: 0;
  }
  html .margin-left-1-desktop-m {
    margin-left: 0.3125rem;
  }
  html .margin-right-1-desktop-m {
    margin-right: 0.3125rem;
  }
  html .margin-left-2-desktop-m {
    margin-left: 1.25rem;
  }
  html .margin-right-2-desktop-m {
    margin-right: 1.25rem;
  }
  html .margin-left-3-desktop-m {
    margin-left: 1.875rem;
  }
  html .margin-right-3-desktop-m {
    margin-right: 1.875rem;
  }
  html .margin-top-0-desktop-m {
    margin-top: 0;
  }
  html .margin-bottom-0-desktop-m {
    margin-bottom: 0;
  }
  html .margin-top-s-desktop-m {
    margin-top: 0.5rem;
  }
  html .margin-bottom-s-desktop-m {
    margin-bottom: 0.5rem;
  }
  html .margin-top-1-desktop-m {
    margin-top: 1.625rem;
  }
  html .margin-bottom-1-desktop-m {
    margin-bottom: 1.625rem;
  }
  html .margin-top-2-desktop-m {
    margin-top: 3.25rem;
  }
  html .margin-bottom-2-desktop-m {
    margin-bottom: 3.25rem;
  }
  html .margin-top-3-desktop-m {
    margin-top: 6.5rem;
  }
  html .margin-bottom-3-desktop-m {
    margin-bottom: 6.5rem;
  }
  html .txt-margin-top-1-desktop-m {
    margin-top: 0.8125rem !important;
  }
  html .txt-margin-bottom-1-desktop-m {
    margin-bottom: 0.8125rem !important;
  }
  html .txt-margin-top-2-desktop-m {
    margin-top: 2.4375rem !important;
  }
  html .txt-margin-bottom-2-desktop-m {
    margin-bottom: 2.4375rem !important;
  }
  html .txt-margin-top-3-desktop-m {
    margin-top: 3.25rem !important;
  }
  html .txt-margin-bottom-3-desktop-m {
    margin-bottom: 3.25rem !important;
  }
  .txt-l-desktop-m {
    text-align: left;
  }
  .txt-c-desktop-m {
    text-align: center;
  }
  .txt-r-desktop-m {
    text-align: right;
  }
  .col-0-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 0%;
    max-width: 0%;
  }
  .col-row-no-gutter .col-0-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-0-desktop-m {
    margin-left: 0%;
  }
  .col-r-0-desktop-m {
    margin-right: 0%;
  }
  .col-order-0-desktop-m {
    order: 0;
  }
  .col-1-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 4.16666667%;
    max-width: 4.16666667%;
  }
  .col-row-no-gutter .col-1-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-1-desktop-m {
    margin-left: 4.16666667%;
  }
  .col-r-1-desktop-m {
    margin-right: 4.16666667%;
  }
  .col-order-1-desktop-m {
    order: 1;
  }
  .col-2-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-row-no-gutter .col-2-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-2-desktop-m {
    margin-left: 8.33333333%;
  }
  .col-r-2-desktop-m {
    margin-right: 8.33333333%;
  }
  .col-order-2-desktop-m {
    order: 2;
  }
  .col-3-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 12.5%;
    max-width: 12.5%;
  }
  .col-row-no-gutter .col-3-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-3-desktop-m {
    margin-left: 12.5%;
  }
  .col-r-3-desktop-m {
    margin-right: 12.5%;
  }
  .col-order-3-desktop-m {
    order: 3;
  }
  .col-4-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-row-no-gutter .col-4-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-4-desktop-m {
    margin-left: 16.66666667%;
  }
  .col-r-4-desktop-m {
    margin-right: 16.66666667%;
  }
  .col-order-4-desktop-m {
    order: 4;
  }
  .col-5-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 20.83333333%;
    max-width: 20.83333333%;
  }
  .col-row-no-gutter .col-5-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-5-desktop-m {
    margin-left: 20.83333333%;
  }
  .col-r-5-desktop-m {
    margin-right: 20.83333333%;
  }
  .col-order-5-desktop-m {
    order: 5;
  }
  .col-6-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-row-no-gutter .col-6-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-6-desktop-m {
    margin-left: 25%;
  }
  .col-r-6-desktop-m {
    margin-right: 25%;
  }
  .col-order-6-desktop-m {
    order: 6;
  }
  .col-7-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-row-no-gutter .col-7-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-7-desktop-m {
    margin-left: 29.16666667%;
  }
  .col-r-7-desktop-m {
    margin-right: 29.16666667%;
  }
  .col-order-7-desktop-m {
    order: 7;
  }
  .col-8-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-row-no-gutter .col-8-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-8-desktop-m {
    margin-left: 33.33333333%;
  }
  .col-r-8-desktop-m {
    margin-right: 33.33333333%;
  }
  .col-order-8-desktop-m {
    order: 8;
  }
  .col-9-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
  .col-row-no-gutter .col-9-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-9-desktop-m {
    margin-left: 37.5%;
  }
  .col-r-9-desktop-m {
    margin-right: 37.5%;
  }
  .col-order-9-desktop-m {
    order: 9;
  }
  .col-10-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-row-no-gutter .col-10-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-10-desktop-m {
    margin-left: 41.66666667%;
  }
  .col-r-10-desktop-m {
    margin-right: 41.66666667%;
  }
  .col-order-10-desktop-m {
    order: 10;
  }
  .col-11-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }
  .col-row-no-gutter .col-11-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-11-desktop-m {
    margin-left: 45.83333333%;
  }
  .col-r-11-desktop-m {
    margin-right: 45.83333333%;
  }
  .col-order-11-desktop-m {
    order: 11;
  }
  .col-12-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-row-no-gutter .col-12-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-12-desktop-m {
    margin-left: 50%;
  }
  .col-r-12-desktop-m {
    margin-right: 50%;
  }
  .col-order-12-desktop-m {
    order: 12;
  }
  .col-13-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
  }
  .col-row-no-gutter .col-13-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-13-desktop-m {
    margin-left: 54.16666667%;
  }
  .col-r-13-desktop-m {
    margin-right: 54.16666667%;
  }
  .col-order-13-desktop-m {
    order: 13;
  }
  .col-14-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-row-no-gutter .col-14-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-14-desktop-m {
    margin-left: 58.33333333%;
  }
  .col-r-14-desktop-m {
    margin-right: 58.33333333%;
  }
  .col-order-14-desktop-m {
    order: 14;
  }
  .col-15-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  .col-row-no-gutter .col-15-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-15-desktop-m {
    margin-left: 62.5%;
  }
  .col-r-15-desktop-m {
    margin-right: 62.5%;
  }
  .col-order-15-desktop-m {
    order: 15;
  }
  .col-16-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-row-no-gutter .col-16-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-16-desktop-m {
    margin-left: 66.66666667%;
  }
  .col-r-16-desktop-m {
    margin-right: 66.66666667%;
  }
  .col-order-16-desktop-m {
    order: 16;
  }
  .col-17-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 70.83333333%;
    max-width: 70.83333333%;
  }
  .col-row-no-gutter .col-17-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-17-desktop-m {
    margin-left: 70.83333333%;
  }
  .col-r-17-desktop-m {
    margin-right: 70.83333333%;
  }
  .col-order-17-desktop-m {
    order: 17;
  }
  .col-18-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-row-no-gutter .col-18-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-18-desktop-m {
    margin-left: 75%;
  }
  .col-r-18-desktop-m {
    margin-right: 75%;
  }
  .col-order-18-desktop-m {
    order: 18;
  }
  .col-19-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
  }
  .col-row-no-gutter .col-19-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-19-desktop-m {
    margin-left: 79.16666667%;
  }
  .col-r-19-desktop-m {
    margin-right: 79.16666667%;
  }
  .col-order-19-desktop-m {
    order: 19;
  }
  .col-20-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-row-no-gutter .col-20-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-20-desktop-m {
    margin-left: 83.33333333%;
  }
  .col-r-20-desktop-m {
    margin-right: 83.33333333%;
  }
  .col-order-20-desktop-m {
    order: 20;
  }
  .col-21-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 87.5%;
    max-width: 87.5%;
  }
  .col-row-no-gutter .col-21-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-21-desktop-m {
    margin-left: 87.5%;
  }
  .col-r-21-desktop-m {
    margin-right: 87.5%;
  }
  .col-order-21-desktop-m {
    order: 21;
  }
  .col-22-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-row-no-gutter .col-22-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-22-desktop-m {
    margin-left: 91.66666667%;
  }
  .col-r-22-desktop-m {
    margin-right: 91.66666667%;
  }
  .col-order-22-desktop-m {
    order: 22;
  }
  .col-23-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 95.83333333%;
    max-width: 95.83333333%;
  }
  .col-row-no-gutter .col-23-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-23-desktop-m {
    margin-left: 95.83333333%;
  }
  .col-r-23-desktop-m {
    margin-right: 95.83333333%;
  }
  .col-order-23-desktop-m {
    order: 23;
  }
  .col-24-desktop-m {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .col-row-no-gutter .col-24-desktop-m {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-24-desktop-m {
    margin-left: 100%;
  }
  .col-r-24-desktop-m {
    margin-right: 100%;
  }
  .col-order-24-desktop-m {
    order: 24;
  }
  html .pull-l-desktop-m {
    order: -1;
  }
  html .pull-r-desktop-m {
    order: 99;
  }
  html .col-pull-none-desktop-m {
    order: initial;
  }
  html .col-order-default-desktop-m {
    order: initial;
  }
  .floorplans .floorplans-thumbs {
    /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
    *zoom: 1;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .floorplans .floorplans-thumbs:before, .floorplans .floorplans-thumbs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .floorplans .floorplans-thumbs:after {
    clear: both;
  }
  .floorplans .floorplans-thumbs .tile-grid-item {
    width: 16.66666667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .floorplans .floorplans-thumbs .tile-grid-item:nth-of-type(-n + 6) {
    margin-top: 0;
  }
  .floorplans .floorplans-thumbs .tile-grid-item:nth-of-type(1n) {
    clear: none;
  }
  .floorplans .floorplans-thumbs .tile-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .floorplan-container .floorplan-sidebar .floorplan-ruler .ruler-item {
    width: 33.33333333%;
  }
}

@media (min-width: 90em) {
  html .padding-left-0-desktop-l {
    padding-left: 0;
  }
  html .padding-right-0-desktop-l {
    padding-right: 0;
  }
  html .padding-left-1-desktop-l {
    padding-left: 0.3125rem;
  }
  html .padding-right-1-desktop-l {
    padding-right: 0.3125rem;
  }
  html .padding-left-2-desktop-l {
    padding-left: 1.25rem;
  }
  html .padding-right-2-desktop-l {
    padding-right: 1.25rem;
  }
  html .padding-left-3-desktop-l {
    padding-left: 1.875rem;
  }
  html .padding-right-3-desktop-l {
    padding-right: 1.875rem;
  }
  html .padding-top-0-desktop-l {
    padding-top: 0;
  }
  html .padding-bottom-0-desktop-l {
    padding-bottom: 0;
  }
  html .padding-top-1-desktop-l {
    padding-top: 1.625rem;
  }
  html .padding-bottom-1-desktop-l {
    padding-bottom: 1.625rem;
  }
  html .padding-top-2-desktop-l {
    padding-top: 3.25rem;
  }
  html .padding-bottom-2-desktop-l {
    padding-bottom: 3.25rem;
  }
  html .padding-top-3-desktop-l {
    padding-top: 6.5rem;
  }
  html .padding-bottom-3-desktop-l {
    padding-bottom: 6.5rem;
  }
  html .margin-left-0-desktop-l {
    margin-left: 0;
  }
  html .margin-right-0-desktop-l {
    margin-right: 0;
  }
  html .margin-left-1-desktop-l {
    margin-left: 0.3125rem;
  }
  html .margin-right-1-desktop-l {
    margin-right: 0.3125rem;
  }
  html .margin-left-2-desktop-l {
    margin-left: 1.25rem;
  }
  html .margin-right-2-desktop-l {
    margin-right: 1.25rem;
  }
  html .margin-left-3-desktop-l {
    margin-left: 1.875rem;
  }
  html .margin-right-3-desktop-l {
    margin-right: 1.875rem;
  }
  html .margin-top-0-desktop-l {
    margin-top: 0;
  }
  html .margin-bottom-0-desktop-l {
    margin-bottom: 0;
  }
  html .margin-top-s-desktop-l {
    margin-top: 0.5rem;
  }
  html .margin-bottom-s-desktop-l {
    margin-bottom: 0.5rem;
  }
  html .margin-top-1-desktop-l {
    margin-top: 1.625rem;
  }
  html .margin-bottom-1-desktop-l {
    margin-bottom: 1.625rem;
  }
  html .margin-top-2-desktop-l {
    margin-top: 3.25rem;
  }
  html .margin-bottom-2-desktop-l {
    margin-bottom: 3.25rem;
  }
  html .margin-top-3-desktop-l {
    margin-top: 6.5rem;
  }
  html .margin-bottom-3-desktop-l {
    margin-bottom: 6.5rem;
  }
  html .txt-margin-top-1-desktop-l {
    margin-top: 0.8125rem !important;
  }
  html .txt-margin-bottom-1-desktop-l {
    margin-bottom: 0.8125rem !important;
  }
  html .txt-margin-top-2-desktop-l {
    margin-top: 2.4375rem !important;
  }
  html .txt-margin-bottom-2-desktop-l {
    margin-bottom: 2.4375rem !important;
  }
  html .txt-margin-top-3-desktop-l {
    margin-top: 3.25rem !important;
  }
  html .txt-margin-bottom-3-desktop-l {
    margin-bottom: 3.25rem !important;
  }
  body {
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
  html .txt-fs-l {
    font-size: 1.75rem;
    line-height: 1.21428571;
  }
  html .txt-fs-m {
    font-size: 1.375rem;
    line-height: 1.27272727;
  }
  html .txt-fs-default {
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
  html .txt-fs-xs {
    font-size: 0.875rem;
    line-height: 1.57142857;
  }
  .txt-l-desktop-l {
    text-align: left;
  }
  .txt-c-desktop-l {
    text-align: center;
  }
  .txt-r-desktop-l {
    text-align: right;
  }
  .col-0-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 0%;
    max-width: 0%;
  }
  .col-row-no-gutter .col-0-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-0-desktop-l {
    margin-left: 0%;
  }
  .col-r-0-desktop-l {
    margin-right: 0%;
  }
  .col-order-0-desktop-l {
    order: 0;
  }
  .col-1-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 4.16666667%;
    max-width: 4.16666667%;
  }
  .col-row-no-gutter .col-1-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-1-desktop-l {
    margin-left: 4.16666667%;
  }
  .col-r-1-desktop-l {
    margin-right: 4.16666667%;
  }
  .col-order-1-desktop-l {
    order: 1;
  }
  .col-2-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-row-no-gutter .col-2-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-2-desktop-l {
    margin-left: 8.33333333%;
  }
  .col-r-2-desktop-l {
    margin-right: 8.33333333%;
  }
  .col-order-2-desktop-l {
    order: 2;
  }
  .col-3-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 12.5%;
    max-width: 12.5%;
  }
  .col-row-no-gutter .col-3-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-3-desktop-l {
    margin-left: 12.5%;
  }
  .col-r-3-desktop-l {
    margin-right: 12.5%;
  }
  .col-order-3-desktop-l {
    order: 3;
  }
  .col-4-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-row-no-gutter .col-4-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-4-desktop-l {
    margin-left: 16.66666667%;
  }
  .col-r-4-desktop-l {
    margin-right: 16.66666667%;
  }
  .col-order-4-desktop-l {
    order: 4;
  }
  .col-5-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 20.83333333%;
    max-width: 20.83333333%;
  }
  .col-row-no-gutter .col-5-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-5-desktop-l {
    margin-left: 20.83333333%;
  }
  .col-r-5-desktop-l {
    margin-right: 20.83333333%;
  }
  .col-order-5-desktop-l {
    order: 5;
  }
  .col-6-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-row-no-gutter .col-6-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-6-desktop-l {
    margin-left: 25%;
  }
  .col-r-6-desktop-l {
    margin-right: 25%;
  }
  .col-order-6-desktop-l {
    order: 6;
  }
  .col-7-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-row-no-gutter .col-7-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-7-desktop-l {
    margin-left: 29.16666667%;
  }
  .col-r-7-desktop-l {
    margin-right: 29.16666667%;
  }
  .col-order-7-desktop-l {
    order: 7;
  }
  .col-8-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-row-no-gutter .col-8-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-8-desktop-l {
    margin-left: 33.33333333%;
  }
  .col-r-8-desktop-l {
    margin-right: 33.33333333%;
  }
  .col-order-8-desktop-l {
    order: 8;
  }
  .col-9-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
  .col-row-no-gutter .col-9-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-9-desktop-l {
    margin-left: 37.5%;
  }
  .col-r-9-desktop-l {
    margin-right: 37.5%;
  }
  .col-order-9-desktop-l {
    order: 9;
  }
  .col-10-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-row-no-gutter .col-10-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-10-desktop-l {
    margin-left: 41.66666667%;
  }
  .col-r-10-desktop-l {
    margin-right: 41.66666667%;
  }
  .col-order-10-desktop-l {
    order: 10;
  }
  .col-11-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }
  .col-row-no-gutter .col-11-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-11-desktop-l {
    margin-left: 45.83333333%;
  }
  .col-r-11-desktop-l {
    margin-right: 45.83333333%;
  }
  .col-order-11-desktop-l {
    order: 11;
  }
  .col-12-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-row-no-gutter .col-12-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-12-desktop-l {
    margin-left: 50%;
  }
  .col-r-12-desktop-l {
    margin-right: 50%;
  }
  .col-order-12-desktop-l {
    order: 12;
  }
  .col-13-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
  }
  .col-row-no-gutter .col-13-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-13-desktop-l {
    margin-left: 54.16666667%;
  }
  .col-r-13-desktop-l {
    margin-right: 54.16666667%;
  }
  .col-order-13-desktop-l {
    order: 13;
  }
  .col-14-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-row-no-gutter .col-14-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-14-desktop-l {
    margin-left: 58.33333333%;
  }
  .col-r-14-desktop-l {
    margin-right: 58.33333333%;
  }
  .col-order-14-desktop-l {
    order: 14;
  }
  .col-15-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  .col-row-no-gutter .col-15-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-15-desktop-l {
    margin-left: 62.5%;
  }
  .col-r-15-desktop-l {
    margin-right: 62.5%;
  }
  .col-order-15-desktop-l {
    order: 15;
  }
  .col-16-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-row-no-gutter .col-16-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-16-desktop-l {
    margin-left: 66.66666667%;
  }
  .col-r-16-desktop-l {
    margin-right: 66.66666667%;
  }
  .col-order-16-desktop-l {
    order: 16;
  }
  .col-17-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 70.83333333%;
    max-width: 70.83333333%;
  }
  .col-row-no-gutter .col-17-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-17-desktop-l {
    margin-left: 70.83333333%;
  }
  .col-r-17-desktop-l {
    margin-right: 70.83333333%;
  }
  .col-order-17-desktop-l {
    order: 17;
  }
  .col-18-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-row-no-gutter .col-18-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-18-desktop-l {
    margin-left: 75%;
  }
  .col-r-18-desktop-l {
    margin-right: 75%;
  }
  .col-order-18-desktop-l {
    order: 18;
  }
  .col-19-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
  }
  .col-row-no-gutter .col-19-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-19-desktop-l {
    margin-left: 79.16666667%;
  }
  .col-r-19-desktop-l {
    margin-right: 79.16666667%;
  }
  .col-order-19-desktop-l {
    order: 19;
  }
  .col-20-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-row-no-gutter .col-20-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-20-desktop-l {
    margin-left: 83.33333333%;
  }
  .col-r-20-desktop-l {
    margin-right: 83.33333333%;
  }
  .col-order-20-desktop-l {
    order: 20;
  }
  .col-21-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 87.5%;
    max-width: 87.5%;
  }
  .col-row-no-gutter .col-21-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-21-desktop-l {
    margin-left: 87.5%;
  }
  .col-r-21-desktop-l {
    margin-right: 87.5%;
  }
  .col-order-21-desktop-l {
    order: 21;
  }
  .col-22-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-row-no-gutter .col-22-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-22-desktop-l {
    margin-left: 91.66666667%;
  }
  .col-r-22-desktop-l {
    margin-right: 91.66666667%;
  }
  .col-order-22-desktop-l {
    order: 22;
  }
  .col-23-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 95.83333333%;
    max-width: 95.83333333%;
  }
  .col-row-no-gutter .col-23-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-23-desktop-l {
    margin-left: 95.83333333%;
  }
  .col-r-23-desktop-l {
    margin-right: 95.83333333%;
  }
  .col-order-23-desktop-l {
    order: 23;
  }
  .col-24-desktop-l {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .col-row-no-gutter .col-24-desktop-l {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-24-desktop-l {
    margin-left: 100%;
  }
  .col-r-24-desktop-l {
    margin-right: 100%;
  }
  .col-order-24-desktop-l {
    order: 24;
  }
  html .pull-l-desktop-l {
    order: -1;
  }
  html .pull-r-desktop-l {
    order: 99;
  }
  html .col-pull-none-desktop-l {
    order: initial;
  }
  html .col-order-default-desktop-l {
    order: initial;
  }
  dl.conditions dt {
    width: 33.33333333%;
  }
  dl.conditions dd {
    width: 66.66666667%;
  }
  .header-logo {
    width: 15.625rem;
    max-width: 15.625rem;
  }
  .has-scrolled .header-logo {
    max-width: 5rem;
  }
  .header-nav-container {
    margin-left: 18.125rem;
  }
  /* .header-nav-container {
		// width: 100%;
		margin-left: rem($header-logo-max-w + $gutter-w * 2);
		.has-scrolled & {
			margin-left: rem(80px + $gutter-w * 2);
		}
	} */
  .block-site-header:not(.block-site-header-hidden-nav) .header-nav-list > li:not(:first-child) {
    margin-left: 2.5rem;
  }
  .block-site-header:not(.block-site-header-hidden-nav) .header-nav-list > li.menu-item-home + li:not(:first-child) {
    margin-left: 0;
  }
  .block.site-footer h1, .block.site-footer h2, .block.site-footer h3, .block.site-footer h4, .block.site-footer h5, .block.site-footer h6 {
    font-size: 1.75rem;
    line-height: 1.21428571;
  }
}

@media (min-width: 120em) {
  html .padding-left-0-desktop-xl {
    padding-left: 0;
  }
  html .padding-right-0-desktop-xl {
    padding-right: 0;
  }
  html .padding-left-1-desktop-xl {
    padding-left: 0.3125rem;
  }
  html .padding-right-1-desktop-xl {
    padding-right: 0.3125rem;
  }
  html .padding-left-2-desktop-xl {
    padding-left: 1.25rem;
  }
  html .padding-right-2-desktop-xl {
    padding-right: 1.25rem;
  }
  html .padding-left-3-desktop-xl {
    padding-left: 1.875rem;
  }
  html .padding-right-3-desktop-xl {
    padding-right: 1.875rem;
  }
  html .padding-top-0-desktop-xl {
    padding-top: 0;
  }
  html .padding-bottom-0-desktop-xl {
    padding-bottom: 0;
  }
  html .padding-top-1-desktop-xl {
    padding-top: 1.625rem;
  }
  html .padding-bottom-1-desktop-xl {
    padding-bottom: 1.625rem;
  }
  html .padding-top-2-desktop-xl {
    padding-top: 3.25rem;
  }
  html .padding-bottom-2-desktop-xl {
    padding-bottom: 3.25rem;
  }
  html .padding-top-3-desktop-xl {
    padding-top: 6.5rem;
  }
  html .padding-bottom-3-desktop-xl {
    padding-bottom: 6.5rem;
  }
  html .margin-left-0-desktop-xl {
    margin-left: 0;
  }
  html .margin-right-0-desktop-xl {
    margin-right: 0;
  }
  html .margin-left-1-desktop-xl {
    margin-left: 0.3125rem;
  }
  html .margin-right-1-desktop-xl {
    margin-right: 0.3125rem;
  }
  html .margin-left-2-desktop-xl {
    margin-left: 1.25rem;
  }
  html .margin-right-2-desktop-xl {
    margin-right: 1.25rem;
  }
  html .margin-left-3-desktop-xl {
    margin-left: 1.875rem;
  }
  html .margin-right-3-desktop-xl {
    margin-right: 1.875rem;
  }
  html .margin-top-0-desktop-xl {
    margin-top: 0;
  }
  html .margin-bottom-0-desktop-xl {
    margin-bottom: 0;
  }
  html .margin-top-s-desktop-xl {
    margin-top: 0.5rem;
  }
  html .margin-bottom-s-desktop-xl {
    margin-bottom: 0.5rem;
  }
  html .margin-top-1-desktop-xl {
    margin-top: 1.625rem;
  }
  html .margin-bottom-1-desktop-xl {
    margin-bottom: 1.625rem;
  }
  html .margin-top-2-desktop-xl {
    margin-top: 3.25rem;
  }
  html .margin-bottom-2-desktop-xl {
    margin-bottom: 3.25rem;
  }
  html .margin-top-3-desktop-xl {
    margin-top: 6.5rem;
  }
  html .margin-bottom-3-desktop-xl {
    margin-bottom: 6.5rem;
  }
  html .txt-margin-top-1-desktop-xl {
    margin-top: 0.8125rem !important;
  }
  html .txt-margin-bottom-1-desktop-xl {
    margin-bottom: 0.8125rem !important;
  }
  html .txt-margin-top-2-desktop-xl {
    margin-top: 2.4375rem !important;
  }
  html .txt-margin-bottom-2-desktop-xl {
    margin-bottom: 2.4375rem !important;
  }
  html .txt-margin-top-3-desktop-xl {
    margin-top: 3.25rem !important;
  }
  html .txt-margin-bottom-3-desktop-xl {
    margin-bottom: 3.25rem !important;
  }
  .txt-l-desktop-xl {
    text-align: left;
  }
  .txt-c-desktop-xl {
    text-align: center;
  }
  .txt-r-desktop-xl {
    text-align: right;
  }
  .col-0-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 0%;
    max-width: 0%;
  }
  .col-row-no-gutter .col-0-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-0-desktop-xl {
    margin-left: 0%;
  }
  .col-r-0-desktop-xl {
    margin-right: 0%;
  }
  .col-order-0-desktop-xl {
    order: 0;
  }
  .col-1-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 4.16666667%;
    max-width: 4.16666667%;
  }
  .col-row-no-gutter .col-1-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-1-desktop-xl {
    margin-left: 4.16666667%;
  }
  .col-r-1-desktop-xl {
    margin-right: 4.16666667%;
  }
  .col-order-1-desktop-xl {
    order: 1;
  }
  .col-2-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-row-no-gutter .col-2-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-2-desktop-xl {
    margin-left: 8.33333333%;
  }
  .col-r-2-desktop-xl {
    margin-right: 8.33333333%;
  }
  .col-order-2-desktop-xl {
    order: 2;
  }
  .col-3-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 12.5%;
    max-width: 12.5%;
  }
  .col-row-no-gutter .col-3-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-3-desktop-xl {
    margin-left: 12.5%;
  }
  .col-r-3-desktop-xl {
    margin-right: 12.5%;
  }
  .col-order-3-desktop-xl {
    order: 3;
  }
  .col-4-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-row-no-gutter .col-4-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-4-desktop-xl {
    margin-left: 16.66666667%;
  }
  .col-r-4-desktop-xl {
    margin-right: 16.66666667%;
  }
  .col-order-4-desktop-xl {
    order: 4;
  }
  .col-5-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 20.83333333%;
    max-width: 20.83333333%;
  }
  .col-row-no-gutter .col-5-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-5-desktop-xl {
    margin-left: 20.83333333%;
  }
  .col-r-5-desktop-xl {
    margin-right: 20.83333333%;
  }
  .col-order-5-desktop-xl {
    order: 5;
  }
  .col-6-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-row-no-gutter .col-6-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-6-desktop-xl {
    margin-left: 25%;
  }
  .col-r-6-desktop-xl {
    margin-right: 25%;
  }
  .col-order-6-desktop-xl {
    order: 6;
  }
  .col-7-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-row-no-gutter .col-7-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-7-desktop-xl {
    margin-left: 29.16666667%;
  }
  .col-r-7-desktop-xl {
    margin-right: 29.16666667%;
  }
  .col-order-7-desktop-xl {
    order: 7;
  }
  .col-8-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-row-no-gutter .col-8-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-8-desktop-xl {
    margin-left: 33.33333333%;
  }
  .col-r-8-desktop-xl {
    margin-right: 33.33333333%;
  }
  .col-order-8-desktop-xl {
    order: 8;
  }
  .col-9-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 37.5%;
    max-width: 37.5%;
  }
  .col-row-no-gutter .col-9-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-9-desktop-xl {
    margin-left: 37.5%;
  }
  .col-r-9-desktop-xl {
    margin-right: 37.5%;
  }
  .col-order-9-desktop-xl {
    order: 9;
  }
  .col-10-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-row-no-gutter .col-10-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-10-desktop-xl {
    margin-left: 41.66666667%;
  }
  .col-r-10-desktop-xl {
    margin-right: 41.66666667%;
  }
  .col-order-10-desktop-xl {
    order: 10;
  }
  .col-11-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 45.83333333%;
    max-width: 45.83333333%;
  }
  .col-row-no-gutter .col-11-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-11-desktop-xl {
    margin-left: 45.83333333%;
  }
  .col-r-11-desktop-xl {
    margin-right: 45.83333333%;
  }
  .col-order-11-desktop-xl {
    order: 11;
  }
  .col-12-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-row-no-gutter .col-12-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-12-desktop-xl {
    margin-left: 50%;
  }
  .col-r-12-desktop-xl {
    margin-right: 50%;
  }
  .col-order-12-desktop-xl {
    order: 12;
  }
  .col-13-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 54.16666667%;
    max-width: 54.16666667%;
  }
  .col-row-no-gutter .col-13-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-13-desktop-xl {
    margin-left: 54.16666667%;
  }
  .col-r-13-desktop-xl {
    margin-right: 54.16666667%;
  }
  .col-order-13-desktop-xl {
    order: 13;
  }
  .col-14-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-row-no-gutter .col-14-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-14-desktop-xl {
    margin-left: 58.33333333%;
  }
  .col-r-14-desktop-xl {
    margin-right: 58.33333333%;
  }
  .col-order-14-desktop-xl {
    order: 14;
  }
  .col-15-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 62.5%;
    max-width: 62.5%;
  }
  .col-row-no-gutter .col-15-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-15-desktop-xl {
    margin-left: 62.5%;
  }
  .col-r-15-desktop-xl {
    margin-right: 62.5%;
  }
  .col-order-15-desktop-xl {
    order: 15;
  }
  .col-16-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-row-no-gutter .col-16-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-16-desktop-xl {
    margin-left: 66.66666667%;
  }
  .col-r-16-desktop-xl {
    margin-right: 66.66666667%;
  }
  .col-order-16-desktop-xl {
    order: 16;
  }
  .col-17-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 70.83333333%;
    max-width: 70.83333333%;
  }
  .col-row-no-gutter .col-17-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-17-desktop-xl {
    margin-left: 70.83333333%;
  }
  .col-r-17-desktop-xl {
    margin-right: 70.83333333%;
  }
  .col-order-17-desktop-xl {
    order: 17;
  }
  .col-18-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-row-no-gutter .col-18-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-18-desktop-xl {
    margin-left: 75%;
  }
  .col-r-18-desktop-xl {
    margin-right: 75%;
  }
  .col-order-18-desktop-xl {
    order: 18;
  }
  .col-19-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 79.16666667%;
    max-width: 79.16666667%;
  }
  .col-row-no-gutter .col-19-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-19-desktop-xl {
    margin-left: 79.16666667%;
  }
  .col-r-19-desktop-xl {
    margin-right: 79.16666667%;
  }
  .col-order-19-desktop-xl {
    order: 19;
  }
  .col-20-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-row-no-gutter .col-20-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-20-desktop-xl {
    margin-left: 83.33333333%;
  }
  .col-r-20-desktop-xl {
    margin-right: 83.33333333%;
  }
  .col-order-20-desktop-xl {
    order: 20;
  }
  .col-21-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 87.5%;
    max-width: 87.5%;
  }
  .col-row-no-gutter .col-21-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-21-desktop-xl {
    margin-left: 87.5%;
  }
  .col-r-21-desktop-xl {
    margin-right: 87.5%;
  }
  .col-order-21-desktop-xl {
    order: 21;
  }
  .col-22-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-row-no-gutter .col-22-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-22-desktop-xl {
    margin-left: 91.66666667%;
  }
  .col-r-22-desktop-xl {
    margin-right: 91.66666667%;
  }
  .col-order-22-desktop-xl {
    order: 22;
  }
  .col-23-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 95.83333333%;
    max-width: 95.83333333%;
  }
  .col-row-no-gutter .col-23-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-23-desktop-xl {
    margin-left: 95.83333333%;
  }
  .col-r-23-desktop-xl {
    margin-right: 95.83333333%;
  }
  .col-order-23-desktop-xl {
    order: 23;
  }
  .col-24-desktop-xl {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .col-row-no-gutter .col-24-desktop-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .col-l-24-desktop-xl {
    margin-left: 100%;
  }
  .col-r-24-desktop-xl {
    margin-right: 100%;
  }
  .col-order-24-desktop-xl {
    order: 24;
  }
  html .pull-l-desktop-xl {
    order: -1;
  }
  html .pull-r-desktop-xl {
    order: 99;
  }
  html .col-pull-none-desktop-xl {
    order: initial;
  }
  html .col-order-default-desktop-xl {
    order: initial;
  }
}

@media screen and (max-width: 67.4375rem) {
  .header-logo {
    transform-origin: 0 50%;
    transform: scale(1);
  }
  .nav-header-open {
    overflow-y: hidden;
  }
  .header-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 0;
    height: 0;
    overflow-y: auto;
    opacity: 0;
    transition: width 0.01s 0.3s linear, height 0.01s 0.3s linear, opacity 0.3s ease-in-out;
    z-index: 99;
    display: block;
    flex-direction: column;
  }
  .header-nav-container .header-nav-list > li {
    transform: translateY(0.625rem);
    opacity: 0;
  }
  .header-nav-container .header-nav-list > li.menu-item-home {
    display: inline-block;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container {
    transition: width 0.01s linear, height 0.01s linear, opacity 0.3s 0.01s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li.menu-item-extra-menu-items {
    display: none;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > a:not(.btn), .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn), .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > span:not(.btn) {
    color: rgba(255, 255, 255, 0.8);
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > a:not(.btn) svg, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn) svg, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > span:not(.btn) svg {
    fill: rgba(255, 255, 255, 0.8);
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > a:not(.btn):hover, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > a:not(.btn):focus, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn):hover, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn):focus, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > span:not(.btn):hover, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > span:not(.btn):focus {
    color: #fff;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > a:not(.btn):hover svg, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > a:not(.btn):focus svg, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn):hover svg, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > .dropdown-checkbox-label:not(.btn):focus svg, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > span:not(.btn):hover svg, .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > span:not(.btn):focus svg {
    fill: #fff;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > .dropdown-checkbox-label {
    position: relative;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li > .dropdown-checkbox-label .dropdown-arrow {
    position: absolute;
    left: 100%;
    margin-left: 0.5rem;
    top: 50%;
    margin-top: -0.75rem;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li.current-menu-item a:not(.btn), .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li.current_page_parent a:not(.btn), .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li.current-page-parent a:not(.btn), .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li.current-page-ancestor a:not(.btn) {
    color: #fff;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(1) {
    transition: transform 0.3s 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(2) {
    transition: transform 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(3) {
    transition: transform 0.3s 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(4) {
    transition: transform 0.3s 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(5) {
    transition: transform 0.3s 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(6) {
    transition: transform 0.3s 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(7) {
    transition: transform 0.3s 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(8) {
    transition: transform 0.3s 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(9) {
    transition: transform 0.3s 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(10) {
    transition: transform 0.3s 1.1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.1s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(11) {
    transition: transform 0.3s 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(12) {
    transition: transform 0.3s 1.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(13) {
    transition: transform 0.3s 1.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(14) {
    transition: transform 0.3s 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(15) {
    transition: transform 0.3s 1.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(16) {
    transition: transform 0.3s 1.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(17) {
    transition: transform 0.3s 1.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(18) {
    transition: transform 0.3s 1.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 1.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(19) {
    transition: transform 0.3s 2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 2s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-checkbox:checked ~ .site-wrapper .header-nav-container .header-nav-list > li:nth-child(20) {
    transition: transform 0.3s 2.1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s 2.1s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav-container-inner {
    padding: 1.25rem;
    display: block;
    margin-top: 5rem;
    justify-content: center;
  }
  .header-nav-top-bar {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.25rem;
    background: #000;
    padding-right: 2.375rem;
  }
  .header-nav-bottom-bar {
    margin-top: auto;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .header-nav-bottom-bar .btn-social-media {
    color: rgba(255, 255, 255, 0.8);
  }
  .header-nav-bottom-bar .btn-social-media .svg-icon, .header-nav-bottom-bar .btn-social-media .svg-icon svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .header-nav-bottom-bar .btn-social-media:hover, .header-nav-bottom-bar .btn-social-media:active {
    color: #fff;
  }
  .header-nav-list-extra > li > a, .header-nav-list-extra > li > .dropdown-checkbox-label {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 3.33333333;
  }
  .btn-phone {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
  .btn-phone:hover, .btn-phone:active {
    color: #fff;
  }
}

@media screen and (max-width: 67.4375rem) and (min-width: 67.5em) {
  .header-nav-bottom-bar {
    padding: 2.875rem;
  }
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@media screen and (max-width: 53.0625rem) {
  .header-object-label {
    display: none;
  }
}

@media (max-width: calc(768px - 1)) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

@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("<svg width=\"264\" height=\"88\" viewBox=\"0 0 264 88\" xmlns=\"http://www.w3.org/2000/svg\"><title>default-skin 2</title><g fill=\"none\" fill-rule=\"evenodd\"><g><path d=\"M67.002 59.5v3.768c-6.307.84-9.184 5.75-10.002 9.732 2.22-2.83 5.564-5.098 10.002-5.098V71.5L73 65.585 67.002 59.5z\" id=\"Shape\" fill=\"#fff\"/><g fill=\"#fff\"><path d=\"M13 29v-5h2v3h3v2h-5zM13 15h5v2h-3v3h-2v-5zM31 15v5h-2v-3h-3v-2h5zM31 29h-5v-2h3v-3h2v5z\" id=\"Shape\"/></g><g fill=\"#fff\"><path d=\"M62 24v5h-2v-3h-3v-2h5zM62 20h-5v-2h3v-3h2v5zM70 20v-5h2v3h3v2h-5zM70 24h5v2h-3v3h-2v-5z\"/></g><path d=\"M20.586 66l-5.656-5.656 1.414-1.414L22 64.586l5.656-5.656 1.414 1.414L23.414 66l5.656 5.656-1.414 1.414L22 67.414l-5.656 5.656-1.414-1.414L20.586 66z\" fill=\"#fff\"/><path d=\"M111.785 65.03L110 63.5l3-3.5h-10v-2h10l-3-3.5 1.785-1.468L117 59l-5.215 6.03z\" fill=\"#fff\"/><path d=\"M152.215 65.03L154 63.5l-3-3.5h10v-2h-10l3-3.5-1.785-1.468L147 59l5.215 6.03z\" fill=\"#fff\"/><g><path id=\"Rectangle-11\" fill=\"#fff\" d=\"M160.957 28.543l-3.25-3.25-1.413 1.414 3.25 3.25z\"/><path d=\"M152.5 27c3.038 0 5.5-2.462 5.5-5.5s-2.462-5.5-5.5-5.5-5.5 2.462-5.5 5.5 2.462 5.5 5.5 5.5z\" id=\"Oval-1\" stroke=\"#fff\" stroke-width=\"1.5\"/><path fill=\"#fff\" d=\"M150 21h5v1h-5z\"/></g><g><path d=\"M116.957 28.543l-1.414 1.414-3.25-3.25 1.414-1.414 3.25 3.25z\" fill=\"#fff\"/><path d=\"M108.5 27c3.038 0 5.5-2.462 5.5-5.5s-2.462-5.5-5.5-5.5-5.5 2.462-5.5 5.5 2.462 5.5 5.5 5.5z\" stroke=\"#fff\" stroke-width=\"1.5\"/><path fill=\"#fff\" d=\"M106 21h5v1h-5z\"/><path fill=\"#fff\" d=\"M109.043 19.008l-.085 5-1-.017.085-5z\"/></g></g></g></svg>");
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

