/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.grid-1 {
  width: 8.33333333%;
  width: calc( 8.33333333%  -  20px );
  margin-right: 20px;
}
.grid-2 {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  20px );
  margin-right: 20px;
}
.grid-3 {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
}
.grid-4 {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
.grid-5 {
  width: 41.66666667%;
  width: calc( 41.66666667%  -  20px );
  margin-right: 20px;
}
.grid-6 {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
}
.grid-7 {
  width: 58.33333333%;
  width: calc( 58.33333333%  -  20px );
  margin-right: 20px;
}
.grid-8 {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
}
.grid-9 {
  width: 75%;
  width: calc( 75%  -  20px );
  margin-right: 20px;
}
.grid-10 {
  width: 83.33333333%;
  width: calc( 83.33333333%  -  20px );
  margin-right: 20px;
}
.grid-11 {
  width: 91.66666667%;
  width: calc( 91.66666667%  -  20px );
  margin-right: 20px;
}
.grid-12 {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
.push-1 {
  margin-left: 8.33333333%;
}
.push-2 {
  margin-left: 16.66666667%;
}
.push-3 {
  margin-left: 25%;
}
.push-4 {
  margin-left: 33.33333333%;
}
.push-5 {
  margin-left: 41.66666667%;
}
.push-6 {
  margin-left: 50%;
}
.push-7 {
  margin-left: 58.33333333%;
}
.push-8 {
  margin-left: 66.66666667%;
}
.push-9 {
  margin-left: 75%;
}
.push-10 {
  margin-left: 83.33333333%;
}
.push-11 {
  margin-left: 91.66666667%;
}
.push-12 {
  margin-left: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  text-align: left;
  padding-left: 0;
}
@font-face {
  font-family: 'Haas Grot Text Web';
  src: url('../fonts/NeueHaasGrotText-75Bold-Web.eot');
  src: url('../fonts/NeueHaasGrotText-75Bold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/NeueHaasGrotText-75Bold-Web.woff2') format('woff2'), url('../fonts/NeueHaasGrotText-75Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Haas Grot Text Web';
  src: url('../fonts/NeueHaasGrotText-55Roman-Web.eot');
  src: url('../fonts/NeueHaasGrotText-55Roman-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/NeueHaasGrotText-55Roman-Web.woff2') format('woff2'), url('../fonts/NeueHaasGrotText-55Roman-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
body.debug .single-page {
  background: linear-gradient(to bottom, #e10000, #e10000 1px, transparent 1px, transparent);
  background-size: 100% 1.23529412rem;
}
body.debug:after {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  padding: 0.5em;
  font-size: 0.5rem;
  z-index: 100;
}
@media (min-width: 1921px) {
  body.debug:after {
    content: 'xl – 1921px +';
    background: #ffc0cb;
  }
}
@media (min-width: 1281px) and (max-width: 1920px) {
  body.debug:after {
    content: 'lg – 1281px - 1920px';
    background: #ffd098;
  }
}
@media (min-width: 721px) and (max-width: 1280px) {
  body.debug:after {
    content: 'md – 721px - 1280px';
    background: #ffe066;
  }
}
@media (min-width: 481px) and (max-width: 720px) {
  body.debug:after {
    content: 'sm – 481px - 720px';
    background: #ffef33;
  }
}
@media (max-width: 320px) {
  body.debug:after {
    content: 'xs – 0 - 480px';
    background: #ffff00;
  }
}
.debug > * {
  outline: 1px solid hsla(0, 100%, 45%, 0.333);
}
.debug > * > * {
  outline: 1px solid hsla(30, 100%, 45%, 0.333);
}
.debug > * > * > * {
  outline: 1px solid hsla(60, 100%, 45%, 0.333);
}
.debug > * > * > * > * {
  outline: 1px solid hsla(90, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * {
  outline: 1px solid hsla(120, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * > * {
  outline: 1px solid hsla(150, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * > * > * {
  outline: 1px solid hsla(180, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(210, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(240, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(270, 100%, 45%, 0.333);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
img,
video {
  display: block;
  width: 100%;
  height: auto;
}
inner {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
}
button:focus {
  outline: none;
}
@media (min-width: 721px) {
  .mq-sm-down-only {
    display: none!important;
  }
}
@media (max-width: 720px) {
  .mq-md-up-only {
    display: none!important;
  }
}
@media (min-width: 1281px) {
  .mq-md-down-only {
    display: none!important;
  }
}
@media (max-width: 1280px) {
  .mq-lg-up-only {
    display: none!important;
  }
}
meta-wrapper,
meta-container,
single-page {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
  outline: none;
}
img[data-src] {
  opacity: 0;
}
.responsive-image {
  height: 0;
}
.image-sizer {
  position: relative;
  width: 100%;
  height: 0;
}
.image-sizer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
html {
  background-color: #FAFAF7;
}
body {
  background-color: #FAFAF7;
  color: #333333;
}
html,
body {
  margin: 0;
  padding: 0;
}
.barba-container {
  position: relative;
}
.single-page {
  min-height: 100vh;
  background: #FAFAF7;
}
.backpage {
  background: #fcdbdc;
  padding-bottom: 180px;
  position: relative;
}
.backpage ul {
  list-style: lower-alpha;
  padding-left: 1.23529412rem;
  margin-bottom: 1.23529412rem;
}
.backpage .site-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.backpage section:first-child {
  margin-top: 0!important;
  padding: 1.23529412rem 0 !important;
}
.video-container {
  overflow: hidden;
}
.video-container > video {
  margin: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
::selection {
  background: #fcdbdc;
}
.back-button {
  display: block;
  width: 100%;
  background-size: auto 1rem;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-image: url('../media/ui/back-arrow.svg');
}
@media (min-width: 1281px) {
  .contact-section {
    position: absolute;
    left: 60px;
    right: 60px;
    width: 75%;
    width: calc( 75%  -  20px );
    margin-right: 20px;
    bottom: 0;
  }
}
@media (max-width: 720px) {
  .accordian {
    font-size: 1rem !important;
  }
}
.accordian .accordian-section {
  padding: 0;
  position: relative;
  width: 100%;
}
.accordian .accordian-section:before,
.accordian .accordian-section:after {
  display: table;
  content: "";
}
.accordian .accordian-section:after {
  clear: both;
}
.accordian .accordian-section.-open .section-body {
  display: block;
  max-height: none;
  opacity: 1;
  padding-bottom: 1.23529412rem;
  visibility: visible;
}
.accordian .accordian-section.-open .section-title:before {
  content: '–';
}
.accordian .section-title {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px;
}
@media (max-width: 720px) {
  .accordian .section-title {
    border-top: 1px solid #333333;
    padding: 0.5em 0;
    padding-right: 2rem;
  }
}
.accordian .section-title:before {
  content: '+';
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
  position: absolute;
  left: -1em;
  top: -0.25em;
  font-size: 1.5em;
  font-weight: 400;
}
.accordian .section-title:before:before,
.accordian .section-title:before:after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 4px;
  top: 50%;
  left: 50%;
  background: currentColor;
}
.accordian .section-title:before:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.accordian .section-title:before:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
@media (max-width: 720px) {
  .accordian .section-title:before {
    left: auto;
    right: 0;
    top: 0em;
    text-align: right;
  }
}
@media (min-width: 721px) {
  .accordian .section-title:hover {
    color: #FF674D;
  }
}
.accordian .section-body {
  max-height: 1px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
.form-row {
  margin-bottom: 0.25rem;
}
.form-row.-dropdown {
  position: relative;
  cursor: pointer;
}
.form-row.-dropdown:after {
  content: '◣';
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-0.25rem) rotate(-45deg) scale(0.8);
  transform: translateX(-0.25rem) rotate(-45deg) scale(0.8);
  pointer-events: none;
  display: block;
}
.form-row.-attachment {
  position: relative;
}
.form-row.-attachment:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.75rem;
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
  pointer-events: none;
  display: block;
}
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  width: 100%;
  padding: 0.5rem 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  outline: none;
}
/* Remove the stupid outer glow in Webkit */
input:focus textarea:focus {
  outline: none;
}
/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select {
  -webkit-appearance: none;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
}
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}
/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}
/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
  color: inherit;
  width: 100%;
  font-weight: bold;
  padding: 0.5rem 0;
  cursor: pointer;
  text-align: left;
}
button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #FF674D;
}
/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
  border-radius: 0;
  max-height: 12.35294118rem;
  border-bottom: 2px solid currentColor;
}
/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  border-bottom: 2px solid;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  /* 10px 20px */
}
.inputfile + label .plus {
  float: right;
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
}
.inputfile + label .plus:before,
.inputfile + label .plus:after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 4px;
  top: 50%;
  left: 50%;
  background: currentColor;
}
.inputfile + label .plus:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.inputfile + label .plus:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}
.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}
/* style 1 */
.uploadcare--widget {
  display: block;
  border-bottom: 2px solid;
}
.form-row .uploadcare--widget__button {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5rem 0;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: #333333;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  font: inherit;
  line-height: inherit;
  box-shadow: none;
  text-shadow: inherit;
  transition: background 0.3s;
  font-smoothing: antialiased!important;
  letter-spacing: 0.0175em;
  color: transparent;
  font-size: 0!important;
}
.form-row .uploadcare--widget__button:before {
  font-smoothing: antialiased;
  letter-spacing: 0.0175em;
  content: 'Add Attachment';
  color: #333333;
  font-size: 1rem;
}
.form-row .uploadcare--link {
  color: inherit;
  text-decoration: none;
  outline: none!important;
  cursor: pointer;
}
.form-row .uploadcare--link:hover {
  color: #FF674D;
}
.form-row *:focus {
  outline: none!important;
}
.uploadcare--powered-by__link,
.uploadcare--powered-by,
.uploadcare--progress__canvas .uploadcare--progress_type_canvas,
.uploadcare--widget__progress {
  display: none!important;
  width: 0px!important;
  margin: 0!important;
  padding: 0!important;
  overflow: none!important;
}
.uploadcare--button_primary {
  background: #FF674D !important;
  border-color: #FF674D !important;
  cursor: pointer;
}
.form-section {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
@media (min-width: 1281px) {
  .form-section {
    position: absolute;
    bottom: 1rem;
    left: 60px;
    right: 60px;
    width: auto;
  }
}
/*! Flickity v2.0.6
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.site-footer {
  padding-top: 3.70588235rem;
  padding-bottom: 60px;
}
@media (max-width: 720px) {
  .site-footer {
    padding-bottom: 20px;
  }
}
.site-footer .footer-col {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
  float: left;
  text-align: left;
}
.site-footer .footer-col p {
  margin-bottom: 0;
}
.site-footer .footer-col:last-child {
  float: right;
  text-align: right;
}
html {
  font-size: 34px;
}
@media (min-width: 1921px) {
  html {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 27px;
  }
}
@media (max-width: 720px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 15px;
  }
}
body,
input,
textarea,
button {
  font-family: 'Haas Grot Text Web', 'Helvetica', 'Helvetica Neue', Arial, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.23529412;
  letter-spacing: 0.0175em;
  word-spacing: -0.035em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (min-width: 1921px) {
  body,
  input,
  textarea,
  button {
    line-height: 1.19047619;
  }
}
h1 {
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.02941176;
  letter-spacing: -0.02em;
  word-spacing: -0.02em;
}
@media (max-width: 720px) {
  h1 {
    font-size: 5.5vw;
    letter-spacing: 0.0175em;
    word-spacing: -0.035em;
  }
}
h1 span[data-footnote-trigger] {
  cursor: pointer;
}
h1 span[data-footnote-trigger]:hover + sup {
  color: white;
}
h1 sup {
  font-size: 0.5rem;
  top: -3vw;
  margin-left: 0.125em;
  margin-right: -0.625rem;
  font-weight: normal;
  letter-spacing: 0;
}
@media (max-width: 720px) {
  h1 sup {
    display: none;
  }
}
.section-index {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-index li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a,
button {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover,
button:hover {
  color: #FF674D;
}
[data-menu-open="true"] a:hover,
[data-menu-open="true"] button:hover {
  color: #FAFAF7;
}
p {
  margin: 0 0 1.23529412em;
}
.detail {
  font-size: 0.5rem;
}
@media (max-width: 720px) {
  .detail {
    font-size: 0.66rem;
  }
}
.pointer-indicator {
  position: relative;
}
.pointer-indicator:before {
  content: '';
  width: 0.75em;
  height: 0.75em;
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url('../media/triangle.svg');
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.view-button.is-active {
  color: #333333;
  position: relative;
}
.view-button.is-active:before {
  content: '';
  width: 0.75em;
  height: 0.75em;
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url('../media/triangle.svg');
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.thin-space-left {
  padding-left: 0.1em;
}
inner {
  width: 100%;
  padding-left: 60px;
  padding-right: 40px;
}
inner:before,
inner:after {
  display: table;
  content: "";
}
inner:after {
  clear: both;
}
@media (min-width: 1921px) {
  inner {
    padding-left: 60px;
    padding-right: 40px;
  }
}
@media (max-width: 720px) {
  inner {
    padding-left: 20px;
    padding-right: 0px;
  }
}
.lightbox {
  opacity: 0;
  pointer-events: none;
  background: #FAFAF7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  transition: 333ms all ease-in-out;
  transition-property: opacity;
  display: none;
}
.lightbox.-visible {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.lightbox.-visible figure {
  opacity: 1;
  transition: 333ms all ease-in-out;
  transition-delay: 333ms;
}
.lightbox .plyr {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  max-height: 100%;
}
.lightbox figure {
  position: absolute;
  top: 3.70588235rem;
  left: 60px;
  right: 60px;
  bottom: 3.70588235rem;
  opacity: 0;
  transition: 333ms all ease-in-out;
}
@media (min-width: 1921px) {
  .lightbox figure {
    left: 60px;
    right: 60px;
  }
}
@media (max-width: 720px) {
  .lightbox figure {
    left: 20px;
    right: 20px;
  }
}
.lightbox figure > img,
.lightbox figure > .video-container,
.lightbox figure > video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.lightbox figure > .video-container video {
  margin: -2px;
  background: #FAFAF7;
}
.lightbox .lightbox-close {
  position: fixed;
  top: 1.23529412rem;
  right: 60px;
  font-weight: bold;
  padding: 0;
  text-align: right;
}
@media (min-width: 1921px) {
  .lightbox .lightbox-close {
    right: 60px;
  }
}
@media (max-width: 720px) {
  .lightbox .lightbox-close {
    right: 20px;
  }
}
.lightbox .lightbox-info {
  position: fixed;
  bottom: 1.23529412rem;
  left: 60px;
  right: 60px;
}
@media (min-width: 1921px) {
  .lightbox .lightbox-info {
    left: 60px;
    right: 60px;
  }
}
@media (max-width: 720px) {
  .lightbox .lightbox-info {
    left: 20px;
    right: 20px;
  }
}
.lightbox .lightbox-info .col {
  width: 33.33333333%;
  margin-right: 0;
  float: left;
}
.lightbox .lightbox-info .col:last-child {
  text-align: right;
}
.multi-page-control {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 3.70588235rem;
  font-weight: bold;
  background: transparent;
  transition: 333ms all ease-in-out;
  transition-property: height;
}
[data-is-introduction="true"] .multi-page-control {
  background: transparent;
  transition-duration: 0;
}
[data-is-introduction="true"] .multi-page-control a:hover,
[data-is-introduction="true"] .multi-page-control button:hover {
  color: #FAFAF7 !important;
}
[data-menu-open="true"] .multi-page-control {
  color: #333333;
  padding: 1.23529412rem 0 !important;
}
.multi-page-control.hide-below {
  background: #FAFAF7;
}
@media (min-width: 721px) {
  [data-menu-open="false"] .multi-page-control.hide-below {
    height: 1.85294118rem;
  }
}
@media (min-width: 721px) {
  [data-menu-open="false"] .multi-page-control.hide-below .floating-header {
    -webkit-transform: translateY(0.30882353rem);
    transform: translateY(0.30882353rem);
  }
}
.floating-header {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(1.23529412rem);
  transform: translateY(1.23529412rem);
  left: 60px;
  right: 40px;
  z-index: 10;
  transition: 333ms all ease-in-out;
  transition-property: transform;
}
.floating-header:before,
.floating-header:after {
  display: table;
  content: "";
}
.floating-header:after {
  clear: both;
}
@media (min-width: 1921px) {
  .floating-header {
    left: 60px;
    right: 40px;
  }
}
.floating-header:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  right: 0;
  display: none;
}
@media (max-width: 720px) {
  .floating-header {
    left: 20px;
    right: 0px;
  }
}
.nav-site-menu,
.nav-site-title {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
  float: left;
}
.nav-site-control {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: right;
  white-space: nowrap;
  text-align: right;
}
a.nav {
  opacity: 1;
  transition: 333ms all ease-in-out;
  transition-property: opacity;
}
a.nav.hide {
  pointer-events: none;
  opacity: 0;
}
a.nav.page-control {
  color: #333333;
}
a.nav.page-control:hover {
  color: #FF674D;
}
[data-menu-open="true"] a.nav.page-control {
  opacity: 0;
  pointer-events: none;
}
[data-is-introduction="true"] a.nav.next,
[data-is-introduction="true"] a.nav.prev,
[data-is-final="true"] a.nav.next,
[data-is-final="true"] a.nav.prev {
  opacity: 0;
  pointer-events: none;
}
a.nav.begin,
a.nav.penultimate {
  position: fixed;
  right: 20px;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
[data-menu-open="true"] a.nav.begin,
[data-menu-open="true"] a.nav.penultimate {
  opacity: 0!important;
  color: #333333;
  pointer-events: none!important;
}
a.nav.begin {
  color: #333333;
  animation: blinking 800ms linear infinite;
}
a.nav.begin:hover {
  color: #FAFAF7 !important;
  animation: none;
}
[data-is-introduction="true"] a.nav.begin {
  opacity: 1;
  pointer-events: auto;
}
[data-is-final="true"] a.nav.penultimate {
  opacity: 1;
  pointer-events: auto;
}
.site-index {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FF674D;
  color: #333333;
  opacity: 0;
  pointer-events: none;
  transition: 333ms all ease-in-out;
  transition-property: opacity, background, color;
  transition-delay: 333ms;
}
.site-index.-visible {
  transition-delay: 0;
  opacity: 1;
  pointer-events: auto;
}
.site-index.-visible inner {
  opacity: 1;
  transition: 333ms all ease-in-out;
  transition-delay: 333ms;
  transition-property: opacity, background, color;
}
.site-index.-enquire-view .enquire-detail-panel {
  opacity: 1;
  pointer-events: auto;
}
.site-index.-enquire-view .enquire-detail-panel .contact-line {
  opacity: 1!important;
}
.site-index .section-index {
  position: relative;
  margin-top: 6.17647059rem;
  bottom: auto;
}
@media (max-width: 720px) {
  .site-index .section-index {
    position: absolute;
    top: 6.17647059rem;
  }
}
.site-index .enquire-detail-panel {
  opacity: 1;
  position: absolute;
  top: 6.17647059rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #FF674D;
  opacity: 0;
  pointer-events: none;
  transition: 333ms all ease-in-out;
}
.site-index .enquire-detail-panel .contact-line {
  width: 75%;
  margin-right: 0;
  margin-left: 25%;
  opacity: 0;
  transition: 333ms all ease-in-out;
  transition-delay: 333ms;
}
@media (max-width: 720px) {
  .site-index .enquire-detail-panel .contact-line {
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
  }
}
.site-index .enquire-detail-panel .contact-line .method,
.site-index .enquire-detail-panel .contact-line .value {
  float: left;
}
.site-index .enquire-detail-panel .contact-line .method {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
@media (max-width: 720px) {
  .site-index .enquire-detail-panel .contact-line .method {
    width: 25%;
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
.site-index .enquire-detail-panel .contact-line .value {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
}
@media (max-width: 720px) {
  .site-index .enquire-detail-panel .contact-line .value {
    width: 75%;
    width: calc( 75%  -  20px );
    margin-right: 20px;
  }
}
.site-index inner {
  opacity: 0;
  transition: 333ms all ease-in-out;
  transition-delay: 333ms;
  position: relative;
}
.enquire-button {
  position: fixed;
  right: 20px;
  top: 0;
  cursor: pointer;
  color: #333333;
}
.scroll-pos-top {
  display: inline;
}
.scroll-pos-body {
  display: none;
}
[data-scrolled-past-menu="true"] .scroll-pos-top {
  display: none;
}
[data-scrolled-past-menu="true"] .scroll-pos-body {
  display: inline;
}
.back-to-top-icon {
  display: inline-block;
  width: 50%;
  height: 1.23529412rem;
  margin-right: 20px;
  background-size: auto 1.23529412rem;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('../media/ui/arrow_down_short.svg');
  -webkit-transform: rotate(180deg) translateY(-0.075rem);
  transform: rotate(180deg) translateY(-0.075rem);
}
[data-introduction-timing] .nav-site-menu,
[data-introduction-timing] .enquire-button {
  opacity: 0;
}
[data-introduction-timing="3-video-finished"] .nav-site-menu,
[data-introduction-timing="3-video-finished"] .enquire-button {
  opacity: 1;
  transition: 666ms opacity ease;
  transition-delay: 666ms;
}
.splash {
  height: 100vh;
  position: relative;
}
.splash h1 {
  position: absolute;
  top: 40vh;
  left: 60px;
  right: 60px;
}
@media (min-width: 1921px) {
  .splash h1 {
    left: 60px;
    right: 60px;
  }
}
@media (max-width: 720px) {
  .splash h1 {
    left: 20px;
    right: 20px;
  }
}
.single-page[data-page-uri="home"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.site-introduction {
  position: relative;
  min-height: 100%;
}
.site-introduction h1 {
  position: absolute;
  bottom: 60px;
  left: 60px;
  right: 60px;
  width: 92vw;
  max-width: calc(100vw -  120px );
}
@media (max-width: 720px) {
  .site-introduction h1 {
    width: auto;
    max-width: calc(100vw -  40px );
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .site-introduction h1 {
    left: 60px;
    right: 60px;
    bottom: 60px;
  }
}
@media (max-width: 720px) {
  .site-introduction h1 {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.splash-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fcdbdc;
  background: #FF674D;
  z-index: 1;
}
.splash-container .site-introduction,
.splash-container .splash {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: top 2.25s;
  transition-timing-function: cubic-bezier(0.78, 0.28, 0.43, 0.96);
}
.splash-footnotes {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  20px );
  margin-right: 20px;
  position: relative;
}
.splash-footnotes .footnote {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 720px) {
  .splash-footnotes .footnote {
    display: none;
  }
}
.splash-footnotes .footnote.-active {
  opacity: 1;
}
.intro-panel {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fcdbdc;
  z-index: 200;
}
.intro-panel video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
  object-fit: cover;
}
.intro-panel h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px;
  transition: 333ms all ease-in-out;
}
@media (max-width: 720px) {
  .intro-panel h1 {
    padding: 20px;
  }
}
[data-introduction-timing="3-video-finished"] .intro-panel h1 {
  opacity: 0;
}
[data-introduction-timing="3-video-finished"] .intro-panel {
  opacity: 0;
  pointer-events: none;
  transition: 333ms all ease-in-out;
  transition-delay: 666ms;
}
.indicator-circle {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  right: 0.25rem;
  top: 0.075rem;
  position: relative;
}
.indicator-circle svg {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 80%;
  height: 80%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.indicator-circle svg .rolling-circle {
  stroke-dasharray: 62.83185307;
  stroke-width: 20;
  stroke: #FF674D;
}
.indicator-circle svg .outline-circle {
  stroke-width: 2px;
  stroke: #FF674D;
}
.indicator-circle svg .mask-circle {
  stroke: #FAFAF7;
}
.indicator-circle + span {
  display: inline-block !important;
}
.plyr--video {
  cursor: pointer;
}
.plyr--video .plyr__progress--buffer {
  height: 2px;
  left: 0;
  margin: -1px 0 0;
  box-shadow: none!important;
}
.plyr--video .plyr__controls {
  background: none!important;
}
.plyr--full-ui input[type=range] {
  color: #FAFAF7 !important;
  cursor: pointer;
  box-shadow: none!important;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  height: 2px !important;
  box-shadow: none!important;
  border: 0px solid!important;
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  height: 16px!important;
  margin-top: -6px !important;
  width: 2px !important;
  border: 0px solid!important;
  border-radius: 0!important;
  background: #FF674D;
  opacity: 0!important;
}
.plyr--video.plyr--hide-controls .plyr__controls {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 0!important;
}
.plyr {
  font-family: 'Haas Grot Text Web', 'Helvetica', 'Helvetica Neue', Arial, -apple-system, sans-serif !important;
}
.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.plyr--video .plyr__controls .plyr__control:hover,
.plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  background: none!important;
}
.plyr__tooltip {
  display: none;
}
.plyr__control--overlaid {
  background: transparent!important;
  box-shadow: none!important;
}
.plyr__control--overlaid svg {
  height: 60px!important;
  left: 2px!important;
  position: relative!important;
  width: 60px!important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FAFAF7;
  z-index: 100;
  display: block;
  transition: 100ms opacity linear;
  opacity: 0;
  pointer-events: none;
}
.carousel-overlay > * {
  opacity: 0;
  transition: 300ms opacity linear;
}
.carousel-overlay.-open {
  pointer-events: auto;
  opacity: 1;
  transition: 300ms opacity linear;
}
.carousel-overlay.-open > * {
  opacity: 1;
  transition-delay: 200ms;
}
@media (max-width: 720px) {
  .carousel-overlay {
    display: none;
  }
}
[data-carousel-open="true"] .carousel-overlay {
  opacity: 1;
}
.carousel-cell {
  width: 100%;
  height: 100vh;
  margin-right: 0%;
}
.carousel-cell.is-selected {
  opacity: 1;
}
.flickity-prev-next-button {
  background-color: transparent;
  background: none;
  width: 2rem;
  height: 1rem;
  position: absolute;
  left: auto!important;
  top: 1.23529412rem;
  right: 60px!important;
  background-repeat: no-repeat !important;
  background-position: right center!important;
  background-size: contain;
  border-radius: 0!important;
}
.flickity-prev-next-button.previous {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: url(../media/ui/arrow_left_short.svg);
}
.flickity-prev-next-button.next {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background-image: url(../media/ui/arrow_right_short.svg);
}
.flickity-prev-next-button:hover {
  background-color: transparent;
}
.flickity-prev-next-button:hover svg path {
  fill: #FF674D !important;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button.next {
  right: 55px;
}
.flickity-prev-next-button.previous {
  left: 55px;
}
.carousel-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.23529412rem;
}
.carousel-status {
  font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
}
.carousel-cell inner {
  padding-top: 3.70588235rem;
  padding-bottom: 60px;
}
.carousel-cell .carousel-cell-sidebar {
  width: 25%;
  margin-right: 0;
  float: left;
}
.carousel-cell .carousel-cell-sidebar .cell-caption {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
}
.carousel-cell .carousel-cell-mainbar {
  width: 75%;
  width: calc( 75%  -  20px );
  margin-right: 20px;
  float: left;
}
.close-icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 60px;
  top: 1.23529412rem;
  background-image: url(../media/ui/plus.svg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
  cursor: pointer;
}
.carousel-title .carousel-status {
  margin-left: 25%;
  font-weight: bold;
}
.annotated-section {
  padding-top: 3.70588235rem;
}
.annotated-section:before,
.annotated-section:after {
  display: table;
  content: "";
}
.annotated-section:after {
  clear: both;
}
.annotated-section .image-caption {
  width: 20.83333333%;
  width: calc( 20.83333333%  -  20px );
  margin-right: 20px;
  float: left;
  opacity: 1;
}
@media (max-width: 720px) {
  .annotated-section .image-caption {
    width: 100%;
  }
}
.annotated-section .image-area {
  width: 75%;
  width: calc( 75%  -  20px );
  margin-right: 20px;
  float: right;
  position: relative;
}
@media (max-width: 720px) {
  .annotated-section .image-area {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-bottom: 0.5rem;
  }
}
.annotated-section .image-area .points,
.annotated-section .image-area .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.annotations {
  position: relative;
}
.annotations .annotation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 720px) {
  .annotations .annotation {
    position: relative;
  }
}
.annotations .annotation.-point,
.annotations .annotation[data-annotation-target] {
  background: #FAFAF7;
  min-height: 14.82352941rem;
}
@media (max-width: 720px) {
  .annotations .annotation.-point,
  .annotations .annotation[data-annotation-target] {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    min-height: 0;
  }
}
.annotation {
  display: none;
}
@media (max-width: 720px) {
  .annotation p {
    margin-bottom: 0;
  }
}
@media (max-width: 720px) {
  .annotation {
    display: block;
    padding: 0.5em 0;
  }
}
@media (max-width: 720px) {
  .image-section .annotation {
    border-top: none;
    padding: 0;
  }
}
@media (max-width: 720px) {
  .annotation.-default {
    display: none!important;
  }
}
@media (max-width: 720px) {
  .annotation .point-icon {
    display: none;
  }
}
.annotation.-active {
  display: block;
}
@media (max-width: 720px) {
  .annotation img {
    display: none!important;
  }
}
.point-trigger-area {
  width: 2rem;
  height: 2rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  border-radius: 50%;
}
.point-trigger-area:after {
  content: '';
  display: block;
  width: 4vw;
  height: 4vw;
  background: #FF674D;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.2);
  transform: translate3d(-50%, -50%, 0) scale(0.2);
  border-radius: 50%;
  transition: 333ms all ease-in-out;
  transition-duration: 222ms;
  animation: pulse 2s infinite;
}
@media (max-width: 720px) {
  .point-trigger-area:after {
    display: none;
  }
}
.point-trigger-area:hover:after {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.4);
  transform: translate3d(-50%, -50%, 0) scale(0.4);
  animation: none;
}
.point-icon {
  margin-bottom: 1.23529412rem;
  display: block;
  width: 2rem;
  height: 1rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../media/ui/eye_black.svg');
  background-size: contain;
  border: none;
  border-radius: 0;
}
.point-icon.-red {
  background-image: url('../media/ui/eye_red.svg');
}
.has-image .point-icon {
  display: none;
}
.points {
  counter-reset: pointNum;
}
.points .point-trigger-area {
  counter-increment: pointNum;
}
.points .point-trigger-area:before {
  content: counter(pointNum);
  color: #333333;
  background: #FF674D;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  font-size: 0.5rem;
  text-align: center;
  line-height: 1rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-weight: 400;
  z-index: 1000;
  display: none;
}
@media (max-width: 720px) {
  .points .point-trigger-area:before {
    display: block;
  }
}
.annotations {
  counter-reset: annotationNum;
}
.annotations .annotation {
  counter-increment: annotationNum;
}
.annotations .annotation:before,
.annotations .annotation:after {
  display: table;
  content: "";
}
.annotations .annotation:after {
  clear: both;
}
.annotations .annotation:before {
  content: counter(annotationNum);
  color: #FF674D;
  font-size: 0.66rem;
  margin: 0;
  display: none;
}
@media (max-width: 720px) {
  .annotations .annotation:before {
    display: block;
    width: 25%;
    width: calc( 25%  -  20px );
    margin-right: 20px;
    float: left;
  }
}
@media (max-width: 720px) {
  .annotations .annotation .detail {
    display: block;
    width: 75%;
    width: calc( 75%  -  20px );
    margin-right: 20px;
    float: left;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 103, 77, 0.7);
  }
  100% {
    box-shadow: 0 0 0 80px rgba(255, 103, 77, 0);
  }
}
.illustraion-section {
  margin-top: 3.70588235rem;
  position: relative;
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
.illustraion-section:before,
.illustraion-section:after {
  display: table;
  content: "";
}
.illustraion-section:after {
  clear: both;
}
.illustraion-section.-pink-bg {
  background: #fcdbdc;
  mix-blend-mode: multiply;
}
.illustraion-section.-no-margin {
  margin-top: 0;
}
.illustration.-overlay {
  position: relative;
}
.illustration.-overlay:before,
.illustration.-overlay:after {
  display: table;
  content: "";
}
.illustration.-overlay:after {
  clear: both;
}
.illustration.-overlay.-pad-sides img {
  left: 40px;
  right: 40px;
  width: auto;
}
.illustration.-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
svg.overlay {
  position: relative;
  z-index: 1000;
}
svg.overlay circle {
  stroke-width: 1px;
  stroke-color: blue;
  cursor: pointer;
}
svg.overlay circle:hover {
  fill: #FF674D;
}
.illustraion-section[data-show="outside"] [data-view="outside"] {
  display: block;
}
.illustraion-section[data-show="outside"] [data-view="inside"] {
  display: none;
}
.illustraion-section[data-show="inside"] [data-view="inside"] {
  display: block;
}
.illustraion-section[data-show="inside"] [data-view="outside"] {
  display: none;
}
nav.view {
  margin-left: 25%;
}
nav.view p {
  margin-bottom: 0;
}
.img-block {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
  margin-top: 3.70588235rem;
}
.image-mosaic {
  margin-top: 3.70588235rem;
  position: relative;
  height: 80vw;
}
.image-mosaic:before,
.image-mosaic:after {
  display: table;
  content: "";
}
.image-mosaic:after {
  clear: both;
}
.image-mosaic .image.-absolute {
  position: absolute;
  left: 0;
  top: 0;
}
.image-mosaic .image.offset-top-2 {
  top: 160px;
}
.image-section {
  padding-top: 3.70588235rem;
}
.image-section:before,
.image-section:after {
  display: table;
  content: "";
}
.image-section:after {
  clear: both;
}
.image-section .image-caption {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  20px );
  margin-right: 20px;
  float: left;
  opacity: 1;
}
@media (max-width: 720px) {
  .image-section .image-caption {
    width: 75%;
    width: calc( 75%  -  20px );
    margin-right: 20px;
    display: block!important;
  }
}
@media (max-width: 720px) {
  .image-section .image-caption .zoom-icon {
    display: none;
  }
}
.image-section .image-area {
  width: 75%;
  width: calc( 75%  -  20px );
  margin-right: 20px;
  float: right;
  cursor: zoom-in;
}
.image-section .image-area:hover ~ .image-caption {
  opacity: 1;
}
@media (max-width: 720px) {
  .image-section .image-area {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-bottom: 0.5rem;
  }
}
.image-caption .zoom-icon {
  width: 1rem;
  height: 1rem;
  background-image: url(../media/ui/plus.svg);
  margin-bottom: 1.23529412rem;
}
.index-table {
  width: 100%;
  font-weight: 400;
}
@media (max-width: 720px) {
  .index-table {
    font-size: 0.66rem;
  }
}
.index-table td {
  padding: 0 0;
  float: left;
}
.index-table tr th {
  width: 100%;
  padding: 0 0 1em;
}
.index-table tr.head td {
  font-weight: bold;
  margin-bottom: 1.23529412rem;
}
@media (max-width: 720px) {
  .index-table tr.head td {
    margin-top: 1.23529412rem;
  }
}
.index-table tr .td-md {
  width: 22.22222222%;
  width: calc( 22.22222222%  -  20px );
  margin-right: 20px;
  text-align: left;
}
.index-table tr .td-lg {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
.index-table tr td:last-child {
  width: 33.33333333%;
  margin-right: 0;
  text-align: right;
}
.index-table.-specs tr td:nth-child(2) {
  text-align: right;
  width: 33.33333333%;
  margin-right: 0;
}
@media (min-width: 1921px) {
  .index-table.-specs tr td:nth-child(2) {
    width: 55.55555556%;
  }
}
@media (max-width: 720px) {
  .index-table.-specs tr td:nth-child(2) {
    width: 55.55555556%;
  }
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinking {
  0%,
  49.9% {
    color: #333333;
  }
  50%,
  100% {
    color: rgba(51, 51, 51, 0);
  }
}
.availability-table .sold {
  color: #FF674D;
}
.availability-table .under-negotiation td:nth-child(3),
.availability-table .negotiating td:nth-child(3) {
  color: #333333;
  animation: blinking 800ms linear infinite;
}
.photography-section .photography-row {
  width: 100%;
  margin-top: 240px;
}
.photography-section .photography-row:before,
.photography-section .photography-row:after {
  display: table;
  content: "";
}
.photography-section .photography-row:after {
  clear: both;
}
.photography-section .photography-row .location-image {
  float: left;
}
.photography-section .photography-row .location-image.top-1 {
  margin-top: 180px;
}
.photography-section .photography-row .location-image > figcaption {
  padding: 0.5em 0;
  display: none;
}
.splash-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}
.splash-video.-fixed {
  position: fixed;
  opacity: 1;
  background: transparent;
}
.introduction-section {
  height: 100vh;
  position: relative;
  font-weight: bold;
}
.introduction-section .introduction-text {
  height: 100vh;
  position: relative;
}
.introduction-section .section-title {
  width: 75%;
  margin-right: 0;
  position: absolute;
  top: 6.17647059rem;
}
.introduction-section .section-title span {
  display: inline-block;
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
.introduction-section .pink-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  background: #fcdbdc;
  width: 100%;
  height: 100vh;
  display: block;
  z-index: 1000;
  pointer-events: none;
  mix-blend-mode: multiply;
  display: none!important;
}
.introduction-section .pink-backdrop.-deactivate {
  background: transparent;
}
.section-index {
  width: 100%;
  margin-right: 0;
  float: left;
  font-weight: bold;
}
@media (min-width: 1921px) {
}
@media (max-width: 720px) {
  .section-index {
    top: 11.11764706rem;
    bottom: auto;
    margin-top: 0!important;
  }
}
.section-index .current-page-indicator {
  display: inline-block;
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
  background-size: auto 1rem;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-image: url('../media/ui/arrow_right_short.svg');
  visibility: hidden;
}
.section-index li.is-active .current-page-indicator {
  visibility: visible;
}
.section-index.-home {
  position: absolute;
  left: 60px;
  right: 40px;
  width: auto;
  top: 3.70588235rem;
  z-index: 111;
}
@media (max-width: 720px) {
  .section-index.-home {
    position: absolute;
    left: 20px;
    right: 0px;
    width: auto;
    top: 3.70588235rem;
    z-index: 111;
  }
}
.section-index.-home a:hover {
  color: white;
}
.image-lightbox-trigger {
  cursor: zoom-in;
}
@media (max-width: 720px) {
  .image-lightbox-trigger {
    pointer-events: none;
  }
}
.gallery-content {
  width: 100%;
  margin-right: 0;
}
.gallery-content .image-caption {
  width: 20.83333333%;
  width: calc( 20.83333333%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 720px) {
  .gallery-content .image-caption {
    display: none;
  }
}
.image-caption {
  width: 20.83333333%;
  width: calc( 20.83333333%  -  20px );
  margin-right: 20px;
  float: left;
}
.gallery {
  width: 75%;
  margin-right: 0;
  float: right;
  font-size: 0;
}
@media (max-width: 720px) {
  .gallery {
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
  }
}
.gallery .gallery-module {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  float: left;
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 720px) {
  .gallery .gallery-module {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
  }
}
.people-section {
  margin: 2.47058824rem 0;
}
.people-section:before,
.people-section:after {
  display: table;
  content: "";
}
.people-section:after {
  clear: both;
}
.people-section .person {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
  float: left;
}
.people-section .person img {
  margin-bottom: 1em;
}
.rich-index {
  position: relative;
  line-height: 1.54411765;
}
.rich-index:before,
.rich-index:after {
  display: table;
  content: "";
}
.rich-index:after {
  clear: both;
}
.rich-index.-walking .rich-index-row .display-box {
  width: 50%;
  margin-right: 0;
  left: 50%;
  top: 2.47058824rem;
  float: left;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background: #FAFAF7;
}
@media (max-width: 720px) {
  .rich-index.-walking .rich-index-row .display-box {
    left: 25%;
    width: 75%;
    margin-right: 0;
  }
}
.rich-index.-walking .rich-index-row .display-box .display-text {
  padding-bottom: 0.61764706rem;
}
.rich-index.-walking .rich-index-row .display-box .display-text:before,
.rich-index.-walking .rich-index-row .display-box .display-text:after {
  display: table;
  content: "";
}
.rich-index.-walking .rich-index-row .display-box .display-text:after {
  clear: both;
}
.rich-index.-walking .rich-index-row .display-box figure {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
.rich-index.-walking .rich-index-row .display-box .col.-title {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
}
@media (max-width: 720px) {
  .rich-index.-walking .rich-index-row .display-box .col.-title {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
  }
}
.rich-index.-walking .rich-index-row .display-box .col.-data {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  text-align: right;
}
@media (max-width: 720px) {
  .rich-index.-walking .rich-index-row .display-box .col.-data {
    width: 33.33333333%;
    width: calc( 33.33333333%  -  20px );
    margin-right: 20px;
  }
}
.rich-index.-walking .rich-index-row:first-child .display-box {
  opacity: 1;
  pointer-events: auto;
  z-index: 0;
}
.rich-index.-walking .rich-index-row:hover .display-box {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.rich-index.-walking .rich-index-row:hover .display-box {
  opacity: 1;
  pointer-events: auto;
}
.rich-index.-walking .rich-index-row .display-box:first-child {
  opacity: 1;
}
.rich-index-row {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.rich-index-row:before,
.rich-index-row:after {
  display: table;
  content: "";
}
.rich-index-row:after {
  clear: both;
}
.rich-index-row[data-title="Outline"] .thin-space-left {
  display: none;
}
.rich-index-row:hover {
  cursor: pointer;
  color: #333333;
}
.rich-index-row:hover span,
.rich-index-row:hover .indicator-circle {
  opacity: 1;
}
.rich-index-row:hover .col.-image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.rich-index-row:hover .col.-index {
  position: relative;
}
.rich-index-row:hover .col.-index:before {
  content: '';
  width: 0.75em;
  height: 0.75em;
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url('../media/triangle.svg');
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.rich-index-row .col {
  float: left;
}
.rich-index-row .col.-image {
  width: 25%;
  margin-right: 0;
}
@media (max-width: 720px) {
  .rich-index-row .col.-image {
    display: none;
  }
}
.rich-index-row .col.-image img {
  max-width: 33.33333333%;
  max-width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  width: auto;
  max-height: 1.54411765rem;
}
.rich-index-row .col.-index {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
}
@media (max-width: 720px) {
  .rich-index-row .col.-index {
    width: 25%;
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
.rich-index-row .col.-title {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
@media (max-width: 720px) {
  .rich-index-row .col.-title {
    width: 45.83333333%;
    width: calc( 45.83333333%  -  20px );
    margin-right: 20px;
  }
}
.rich-index-row .col.-data {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  20px );
  margin-right: 20px;
  letter-spacing: 0;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .rich-index-row .col.-data {
    width: 29.16666667%;
    width: calc( 29.16666667%  -  20px );
    margin-right: 20px;
  }
}
.text-block {
  padding-top: 3.70588235rem;
}
.text-block:before,
.text-block:after {
  display: table;
  content: "";
}
.text-block:after {
  clear: both;
}
.text-block p a {
  border-bottom: 2px solid;
}
@media (max-width: 720px) {
  .text-block p a {
    border-width: 1px;
  }
}
.text-block .index {
  width: 100%;
  margin-right: 0;
  float: left;
  font-weight: 700;
  margin-bottom: 1.23529412rem;
}
.text-block .index span {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
  display: block;
  float: left;
}
.text-block .index .detail {
  font-weight: 400;
  margin-top: 1.23529412rem;
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
}
@media (max-width: 720px) {
  .text-block .index .detail {
    margin-top: 1.23529412rem;
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.text-block .content {
  width: 75%;
  width: calc( 75%  -  20px );
  margin-right: 20px;
  float: right;
}
.text-block .content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .text-block .content {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    float: left;
  }
}
