:root {
  --vh: 100vh; }

/* CSS - Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  border-radius: 0px; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

.show-for-small-only,
.show-for-medium-only,
.show-for-large-only {
  display: none; }

.show-for-xlarge-up {
  display: block; }

div, ul {
  box-sizing: border-box; }

.clear {
  clear: both; }

/* End CSS - Reset */
.show-for-tabletportrait-only,
.show-for-tabletlandscape-only,
.show-for-smalldesktop-only,
.show-for-middesktop-only,
.show-for-largedesktop-up {
  display: none; }

.show-for-mobile-only {
  display: block; }

@media (min-width: 600px) {
  .show-for-mobile-only,
  .show-for-tabletlandscape-only,
  .show-for-smalldesktop-only,
  .show-for-middesktop-only,
  .show-for-largedesktop-up {
    display: none; }

  .show-for-tabletportrait-only {
    display: block; } }
@media (min-width: 900px) {
  .show-for-mobile-only,
  .show-for-tabletportrait-only,
  .show-for-smalldesktop-only,
  .show-for-middesktop-only,
  .show-for-largedesktop-up {
    display: none; }

  .show-for-tabletlandscape-only {
    display: block; } }
@media (min-width: 1025px) {
  .show-for-mobile-only,
  .show-for-tabletportrait-only,
  .show-for-tabletlandscape-only,
  .show-for-middesktop-only,
  .show-for-largedesktop-up {
    display: none; }

  .show-for-smalldesktop-only {
    display: block; } }
@media (min-width: 1281px) {
  .show-for-mobile-only,
  .show-for-tabletportrait-only,
  .show-for-tabletlandscape-only,
  .show-for-smalldesktop-only,
  .show-for-largedesktop-up {
    display: none; }

  .show-for-middesktop-only {
    display: block; } }
@media (min-width: 1921px) {
  .show-for-mobile-only,
  .show-for-tabletportrait-only,
  .show-for-tabletlandscape-only,
  .show-for-smalldesktop-only,
  .show-for-middesktop-only {
    display: none; }

  .show-for-largedesktop-up {
    display: block; } }
.wp-bgbase {
  transition: all 1.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition: all 1.4s cubic-bezier(0.47, 0, 0.745, 0.715); }

.wp-bgcolor.wp-cbase {
  float: left;
  position: absolute;
  top: 100px; }
.wp-bgcolor.wp-50per {
  float: left;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  left: 0px; }
.wp-bgcolor.wp-400d {
  float: left;
  position: absolute;
  top: 400px;
  width: 100%;
  height: 1px;
  left: 0px; }

.ani-fadeup.has-ani {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition: all 0.6s cubic-bezier(0.47, 0, 0.745, 0.715); }
  .ani-fadeup.has-ani.ani-mated {
    transform: translateY(0px);
    opacity: 1; }

html, body {
  font-family: orpheuspro, serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .125rem; }

body {
  background-color: #1E2226; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 400; }

a {
  text-decoration: none; }

p {
  font-size: .875rem;
  margin-bottom: 20px;
  letter-spacing: 0.05rem; }

.hidden {
  display: none; }

.img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  display: flex; }
  .img-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block; }
  .img-bg.no-cover {
    display: initial;
    float: none;
    position: relative;
    top: auto;
    left: auto; }
    .img-bg.no-cover img {
      object-fit: initial; }

.img-fit {
  width: 100%;
  position: relative;
  height: auto; }
  .img-fit img {
    width: 100%;
    height: auto;
    display: block; }

.img-fit.compat-object-fit {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-sizing: border-box; }
  .img-fit.compat-object-fit .img-bg {
    display: none; }

.img-full {
  width: 100%;
  height: auto;
  display: block; }
  .img-full img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    display: block; }

figcaption {
  font-size: .625rem; }

.videobg {
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-sizing: border-box; }

.videofill {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden; }

.ani-solo {
  position: relative; }

.ani-anchor {
  float: left;
  width: 3px;
  height: 65%;
  background: red;
  position: absolute;
  top: 20%;
  left: 10px;
  opacity: 0;
  pointer-events: none; }

.tstroke, .tstroke-m {
  color: #1E2226;
  text-shadow: -1px -1px 0 #1E2226, 1px -1px 0 #1E2226, -1px 1px 0 #1E2226, 1px 1px 0 #1E2226; }

.button.button-border {
  display: inline-block;
  position: relative;
  font-size: .750rem;
  text-transform: uppercase;
  color: #1E2226;
  font-weight: 600;
  height: 45px;
  box-sizing: border-box;
  border-top: 1px solid #5e6854;
  border-right: 1px solid #5e6854;
  border-bottom: 1px solid rgba(94, 104, 84, 0.25); }
  .button.button-border:before {
    content: '';
    display: block;
    float: left;
    position: absolute;
    width: 1px;
    height: 18px;
    left: 0px;
    top: 0px;
    background-color: #5e6854; }
  .button.button-border:after {
    content: '';
    display: block;
    float: left;
    position: absolute;
    width: 1px;
    height: 18px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(94, 104, 84, 0.25); }
  .button.button-border > span {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 12px 25px;
    box-sizing: border-box; }
    .button.button-border > span:before {
      content: '';
      display: block;
      float: left;
      position: absolute;
      width: 0px;
      height: 1px;
      background-color: #5e6854;
      bottom: -2px;
      right: 0px; }
    .button.button-border > span:after {
      content: '';
      display: block;
      float: left;
      position: absolute;
      width: 1px;
      height: 0px;
      background-color: #5e6854;
      bottom: -2px;
      left: 0px; }
  .no-touch .button.button-border > span:before {
    transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: .3s;
    will-change: width; }
  .no-touch .button.button-border > span:after {
    transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    will-change: height; }
  .no-touch .button.button-border:hover > span:before {
    transition-delay: 0s;
    width: 100%; }
  .no-touch .button.button-border:hover > span:after {
    transition-delay: .3s;
    height: 18px; }

.button.button-box {
  padding: 8px 30px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  font-family: orpheuspro, serif;
  background-color: rgba(255, 255, 255, 0);
  font-size: 1.125rem;
  font-style: italic; }
  .no-touch .button.button-box {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .no-touch .button.button-box:hover {
      color: #2A2F36;
      background-color: white; }

@media (min-width: 1025px) {
  p {
    font-size: .8750rem;
    margin-bottom: 30px; } }
@media (min-width: 1681px) {
  p {
    font-size: 1rem; } }
#transition_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 1000;
  overflow: hidden; }
  #transition_bg .transitionbasebg {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    background: #fff; }
  #transition_bg .transition-bgbase {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    display: flex;
    overflow: hidden;
        /*span.l {
            width: 50%;
            height: 100%;
            position:absolute;
            left: 0%;
            top: 0px;
            float:left;
            content: '';
            display:block;
            background-color: $color-bg;

            //transform: rotateY(-85deg);
            transform-origin: left top;
            transform-style: preserve-3d;
        }
        span.r {
            width: 50%;
            height: 100%;
            position:absolute;
            left: 50%;
            top: 0px;
            float:left;
            content: '';
            display:block;
            background-color: $color-bg;

            //transform: rotateY(95deg);
            transform-origin: right top;
            transform-style: preserve-3d;
        }*/ }
    #transition_bg .transition-bgbase > span {
      width: 25%;
      height: 100%;
      position: relative;
      display: block;
      background-color: #1E2226; }
  #transition_bg .transition-logo {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #transition_bg .transition-logo svg {
      transform: scale(1.3); }
      #transition_bg .transition-logo svg .tlogo {
        fill: #1E2226; }

.header {
  float: left;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
  color: #fff; }
  .header .header-base {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    overflow: hidden; }
    .header .header-base > .l {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      float: left;
      top: 0px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(10px) brightness(0.8);
      transform: translate3d(0, -100%, 0);
      transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      will-change: transform; }
    .header .header-base > .n {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      float: left;
      top: 0px;
      left: 0px;
      background-color: #1E2226;
      transform: translate3d(0, -100%, 0);
      transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      will-change: transform; }
  .header.sticky .header-base > .l {
    transform: translate3d(0, -100%, 0); }
  .header.sticky .header-base > .n {
    transform: translate3d(0, 0, 0); }
  .header > .wrapper {
    z-index: 11;
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: auto; }
  .header .logo {
    display: flex;
    float: left;
    position: absolute;
    top: 50px;
    left: 30px;
    transform: scale(0.7);
    transform-origin: left top;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity, top;
    opacity: 0; }
    .header .logo .logol {
      margin-right: 20px; }
  .header .header-center {
    float: left;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 55px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity, top;
    opacity: 0;
    display: none; }
  .header .header-right {
    float: left;
    position: absolute;
    right: 30px;
    top: 36px;
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity, top;
    opacity: 0;
    transform: scale(0.8);
    transform-origin: right; }
  .header.sticky .logo {
    top: 25px; }
  .header.sticky .header-center {
    top: 35px; }
  .header.sticky .header-right {
    top: 12px; }
  .page-done.init-animate .header .logo, .page-done.init-animate .header .header-center, .page-done.init-animate .header .header-right {
    opacity: 1; }

.polybutton {
  width: 55px;
  height: 66px;
  background: url("../img/site_assets/button-bg.svg") center center no-repeat;
  background-size: 55px 66px;
  position: relative;
  cursor: pointer; }
  .polybutton > a, .polybutton span {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px; }
  .polybutton span {
    display: flex;
    justify-content: center;
    align-items: center; }
  .polybutton.button-whatsapp {
    transform: translate3d(-1px, 0, 0); }

@media (min-width: 600px) {
  .header .header-base {
    height: 90px; }
  .header .wrapper {
    max-width: 1720px; }
  .header .logo {
    left: 70px; }
  .header .header-right {
    right: 70px; }
  .header .header-center {
    display: block; } }
@media (min-width: 1281px) {
  .header .logo {
    transform: scale(0.9); }
  .header .header-right {
    transform: scale(1); } }
.footer {
  background-color: #1E2226;
  color: #fff;
  padding-top: 70px; }
  .footer .wrapper {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 40px; }
  .footer h3 {
    font-size: 1.375rem;
    margin-bottom: 40px;
    text-align: center; }
  .footer a {
    color: #fff; }
  .footer .footer-bottom {
    padding: 40px 0px;
    position: relative; }
    .footer .footer-bottom .wrapper {
      padding: 0px 40px;
      max-width: 1660px;
      display: block;
      width: 100%;
      max-width: 780px;
      margin: auto; }
    .footer .footer-bottom.has-ani {
      opacity: 0;
      transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
      -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
      will-change: opacity; }
      .footer .footer-bottom.has-ani.ani-mated {
        opacity: 1; }
  .footer .footer-binnert {
    margin-bottom: 40px;
    text-align: center;
    color: #fff; }
    .footer .footer-binnert p {
      font-size: .875rem; }
  .footer .footer-binnerb {
    display: flex;
    justify-content: center; }
  .footer .copyright {
    font-size: .875rem;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding-right: 10px; }
  .footer .footer-navigation {
    font-size: .875rem;
    text-align: center;
    margin-bottom: 30px; }
    .footer .footer-navigation ul li {
      display: inline-block;
      margin: 0px 10px 0px 0px;
      /*&:nth-last-child(1) {
          margin-right: 0px;
      }*/ }
      .footer .footer-navigation ul li:before {
        content: '|';
        padding-right: 10px;
        display: inline-block; }
    .footer .footer-navigation a {
      color: white; }

.footer-contact {
  padding-top: 30px; }
  .footer-contact > a {
    margin-bottom: 30px;
    display: block; }

.button-backtotop {
  margin-left: auto;
  position: relative;
  margin-right: 30px; }
  .button-backtotop > span {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .688rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5); }
  .button-backtotop.polybutton {
    background-image: url("../img/site_assets/button-bttbg.svg"); }

.no-touch .footer .footerlogo-link a svg path, .no-touch .footer .footerlogo-link a svg rect {
  fill: #fff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
.no-touch .footer .footerlogo-link a:hover svg path, .no-touch .footer .footerlogo-link a:hover svg rect {
  fill: #D2D0A7; }
.no-touch .button-backtotop {
  cursor: pointer; }

@media (min-width: 600px) {
  .footer {
    padding-top: 110px; }
    .footer .wrapper {
      padding: 0px 70px; }
    .footer h3 {
      font-size: 1.75rem; }
    .footer .footerlogo-linkbar {
      padding: 30px 0px 30px 0px; }
    .footer .footerlogo-link {
      width: 25%;
      margin-bottom: 0px;
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
      .footer .footerlogo-link:nth-last-child(1) {
        border-right: 1px solid rgba(255, 255, 255, 0.25); }
      .footer .footerlogo-link svg {
        transform: scale(1.2);
        display: block; }
    .footer .footer-bottom {
      padding: 30px 0px; } }
@media (min-width: 900px) {
  .footer {
    padding-top: 110px; }
    .footer h3 {
      font-size: 2.25rem; }
    .footer .footerlogo-link svg {
      transform: scale(1.5); }

  .footer-contact > a {
    display: inline-block; } }
@media (min-width: 1281px) {
  .footer {
    padding-top: 140px; }
    .footer h3 {
      font-size: 3.125rem; }

  .button-backtotop {
    margin-right: 70px; } }
#video_popup {
  width: 100%;
  height: var(--vh);
  position: relative; }
  #video_popup .vpopup-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    background-color: #000; }
    #video_popup .vpopup-inner video {
      width: 100%;
      height: 100%; }
  #video_popup .vpopup-close {
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 50%;
    float: left;
    position: Absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
    #video_popup .vpopup-close:before, #video_popup .vpopup-close:after {
      content: '';
      width: 24px;
      height: 1px;
      background: #333;
      float: left;
      position: absolute;
      left: 50%;
      top: 50%;
      transform-origin: center; }
    #video_popup .vpopup-close:before {
      transform: translate3d(-50%, 0, 0) rotateZ(-45deg); }
    #video_popup .vpopup-close:after {
      transform: translate3d(-50%, 0, 0) rotateZ(45deg); }

.video-reelpopup {
  float: left;
  position: absolute;
  width: 46px;
  height: 46px;
  left: 0px;
  top: calc(100% - 80px); }
  .video-reelpopup > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #000; }
  .video-reelpopup svg {
    width: 26px;
    height: 26px; }
    .video-reelpopup svg .pvi {
      stroke: #fff; }
    .video-reelpopup svg .pvic {
      fill: #fff; }

.no-touch #video_popup .vpopup-close {
  transition: all 0.5s cubic-bezier(0.4, -0.22, 0.46, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, -0.22, 0.46, 1);
  will-change: transform; }
  .no-touch #video_popup .vpopup-close:hover {
    transform: rotateZ(90deg); }
.no-touch .video-reelpopup a {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden; }
  .no-touch .video-reelpopup a:before {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    content: '';
    left: 0px;
    top: 0px;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1; }
  .no-touch .video-reelpopup a:after {
    z-index: 3; }
  .no-touch .video-reelpopup a svg {
    z-index: 2; }
    .no-touch .video-reelpopup a svg .pvi, .no-touch .video-reelpopup a svg .pvic {
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.no-touch .video-reelpopup a:hover:before {
  transform: translate3d(0, 0, 0); }
.no-touch .video-reelpopup a:hover svg .pvi {
  stroke: #333; }
.no-touch .video-reelpopup a:hover svg .pvic {
  fill: #333; }

@media (min-width: 600px) {
  .video-reelpopup {
    height: 82px;
    width: 140px;
    top: calc(100%  - 132px); }
    .video-reelpopup > a {
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .video-reelpopup > a:after {
        content: 'Play';
        text-transform: uppercase;
        font-size: .875rem; }
    .video-reelpopup svg {
      width: 52px;
      height: 52px; }
      .video-reelpopup svg .pvi {
        stroke: #fff; }
      .video-reelpopup svg .pvic {
        fill: #fff; } }
.section-masthead {
  width: 100%;
  position: relative;
  height: var(--vh);
  overflow: hidden; }
  .section-masthead .section-basebg {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px; }
    .section-masthead .section-basebg:after {
      width: 100%;
      height: 100%;
      position: absolute;
      float: left;
      top: 0px;
      left: 0px;
      content: '';
      background-color: rgba(0, 0, 0, 0.5); }
  .section-masthead .masthead-content {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .section-masthead .masthead-cinner {
    text-align: center;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.125rem;
    line-height: 1.2; }
  .section-masthead .button-scrolldown {
    float: left;
    position: absolute;
    left: 50%;
    bottom: 0px;
    color: #fff;
    padding: 40px 0px;
    cursor: pointer;
    transform: translate3d(-50%, 0, 0); }
    .section-masthead .button-scrolldown:before {
      width: 1px;
      content: '';
      float: left;
      position: absolute;
      left: 50%;
      top: 0px;
      height: 35px;
      background-color: rgba(255, 255, 255, 0.5); }
    .section-masthead .button-scrolldown:after {
      width: 1px;
      content: '';
      float: left;
      position: absolute;
      left: 50%;
      bottom: 0px;
      height: 35px;
      background-color: rgba(255, 255, 255, 0.5); }

@media (min-width: 600px) {
  .section-masthead .masthead-cinner {
    font-size: 2.625rem; } }
@media (min-width: 1025px) {
  .section-masthead .masthead-cinner {
    font-size: 3.125rem; } }
@media (min-width: 1281px) {
  .section-masthead .masthead-cinner {
    font-size: calc(3.125rem + 10 * ((100vw - 1281px) / 639)); } }
@media (min-width: 1921px) {
  .section-masthead .masthead-cinner {
    font-size: 3.75rem; } }
.section-content {
  width: 100%;
  position: relative;
  font-family: sofia-pro, sans-serif; }
  .section-content .wrapper {
    position: relative;
    margin: auto; }
  .section-content .col-img {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .section-content h3 {
    font-size: 1.625rem;
    color: #1E2226;
    margin-bottom: 30px;
    font-family: orpheuspro, serif;
    color: #fff; }
  .section-content[data-type="twocol-foursix"] {
    overflow: hidden; }
    .section-content[data-type="twocol-foursix"] .col {
      position: relative; }
      .section-content[data-type="twocol-foursix"] .col:nth-child(2) {
        padding: 30px 40px; }
    .section-content[data-type="twocol-foursix"].has-ani .col {
      transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
      will-change: opacity, transform;
      opacity: 0;
      pointer-events: none; }
      .section-content[data-type="twocol-foursix"].has-ani .col:nth-child(1) {
        transform: translate3d(30px, 0px, 0); }
      .section-content[data-type="twocol-foursix"].has-ani .col:nth-child(2) {
        transform: translate3d(0, 30px, 0); }
    .section-content[data-type="twocol-foursix"].has-ani.ani-mated .col {
      opacity: 1;
      pointer-events: all; }
      .section-content[data-type="twocol-foursix"].has-ani.ani-mated .col:nth-child(1) {
        transform: translate3d(0, 0, 0); }
      .section-content[data-type="twocol-foursix"].has-ani.ani-mated .col:nth-child(2) {
        transform: translate3d(0, 0, 0);
        transition-delay: .4s; }
  .section-content[data-type="twocol-fivefive"] .wrapper {
    padding: 0px 40px; }
  .section-content[data-type="twocol-fivefive"] .col {
    position: relative; }
    .section-content[data-type="twocol-fivefive"] .col:nth-child(1) {
      margin-bottom: 30px; }
  .section-content[data-type="twocol-fivefive"].has-ani .col {
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: opacity, transform;
    opacity: 0;
    pointer-events: none; }
    .section-content[data-type="twocol-fivefive"].has-ani .col:nth-child(1) {
      transform: translate3d(0px, 30px, 0); }
    .section-content[data-type="twocol-fivefive"].has-ani .col:nth-child(2) {
      transform: translate3d(0, 30px, 0); }
  .section-content[data-type="twocol-fivefive"].has-ani.ani-mated .col {
    opacity: 1;
    pointer-events: all; }
    .section-content[data-type="twocol-fivefive"].has-ani.ani-mated .col:nth-child(1) {
      transform: translate3d(0, 0, 0); }
    .section-content[data-type="twocol-fivefive"].has-ani.ani-mated .col:nth-child(2) {
      transform: translate3d(0, 0, 0);
      transition-delay: .4s; }

.cta {
  padding-top: 20px; }

.cus-precontent {
  background: url("../img/site_images/pre-contentbg.png") center center no-repeat;
  background-size: auto 80%;
  padding: 100px 0px;
  position: relative;
  color: rgba(255, 255, 255, 0.7); }
  .cus-precontent h1 {
    color: #fff; }

.cus-series {
  background: url("../img/site_images/cus-seriesbg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0px 40px 0px;
  position: relative;
  color: rgba(255, 255, 255, 0.7); }
  .cus-series h2 {
    color: #fff;
    text-align: center;
    padding: 0px 40px;
    margin-bottom: 60px;
    font-size: 1.625rem; }
  .cus-series .section-content {
    margin-bottom: 60px; }
    .cus-series .section-content.last {
      margin-bottom: 0px; }

.detailtab {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  min-height: 31px;
  align-items: flex-start;
  padding-bottom: 10px;
  letter-spacing: 0.05rem; }
  .detailtab .detailtab-text {
    margin-right: auto;
    padding-right: 10px; }
  .detailtab .detailtab-room {
    position: relative;
    padding-right: 30px;
    margin-right: 20px; }
    .detailtab .detailtab-room:after {
      content: '';
      background: url("../img/site_assets/icon-bed.svg") center center no-repeat;
      background-size: 25px 21px;
      width: 25px;
      height: 21px;
      float: left;
      position: absolute;
      right: 0px;
      top: 4px; }
  .detailtab .detailtab-bath {
    padding-right: 30px;
    position: relative; }
    .detailtab .detailtab-bath:after {
      content: '';
      background: url("../img/site_assets/icon-bath.svg") center center no-repeat;
      background-size: 24px 21px;
      width: 25px;
      height: 21px;
      float: left;
      position: absolute;
      right: 0px;
      top: 4px; }

.designertab {
  margin-bottom: 30px; }

.sit-inner {
  max-width: 450px;
  width: 100%;
  margin-right: auto; }

@media (min-width: 600px) {
  .section-content h3 {
    font-size: 2.125rem; }
  .section-content .col-img .img-button > a svg {
    transform: scale(0.4); }
  .section-content[data-type="twocol-foursix"] .col:nth-child(2) {
    padding: 60px 40px 30px 70px; }
  .section-content[data-type="twocol-foursix"] .section-innertext {
    max-width: 500px;
    width: 100%;
    margin: auto; }
  .section-content[data-type="twocol-fivefive"] .wrapper {
    padding: 0px; }
  .section-content[data-type="twocol-fivefive"] .col:nth-child(1) {
    padding-left: 70px;
    padding-right: 70px; }
  .section-content[data-type="twocol-fivefive"] .col:nth-child(2) {
    padding-left: 70px; }
  .section-content[data-type="twocol-fivefive"] .section-innertext {
    max-width: 500px; }
  .section-content[data-type="twocol-fivefive"] figcaption {
    padding-left: 70px; }

  .tsani {
    transform: translate3d(100vw, 0, 0); }

  .cta {
    margin-top: 40px; }

  .cus-series {
    padding: 100px 0px 100px 0px; }
    .cus-series h2 {
      margin-bottom: 100px;
      font-size: 2.125rem; }
    .cus-series .section-content {
      margin-bottom: 60px; }
    .cus-series .section-content[data-type="twocol-foursix"].right .col:nth-child(1) {
      order: 1; } }
@media (min-width: 900px) {
  .section-content[data-type="twocol-foursix"] .wrapper {
    display: flex;
    width: 100%;
    max-width: 1920px; }
  .section-content[data-type="twocol-foursix"] .col {
    width: 50%;
    position: relative; }
    .section-content[data-type="twocol-foursix"] .col:nth-child(1) {
      order: 2;
      padding-left: 0px; }
    .section-content[data-type="twocol-foursix"] .col:nth-child(2) {
      order: 1;
      padding: 0px; }
  .section-content[data-type="twocol-foursix"] .section-innertext {
    padding: 0px 40px;
    margin-right: auto;
    max-width: 450px;
    margin-left: 30px; }
  .section-content[data-type="twocol-fivefive"] .wrapper {
    display: flex;
    width: 100%;
    max-width: 1500px;
    padding: 0px 70px;
    justify-content: space-between; }
  .section-content[data-type="twocol-fivefive"] .col {
    width: 50%;
    position: relative; }
    .section-content[data-type="twocol-fivefive"] .col:nth-child(1) {
      padding-right: 0px;
      order: 2; }
    .section-content[data-type="twocol-fivefive"] .col:nth-child(2) {
      width: 50%;
      padding-left: 0px; }
  .section-content[data-type="twocol-fivefive"] .section-innertext {
    padding: 0px 40px 0px 0px;
    margin-right: auto;
    max-width: 600px; }
  .section-content[data-type="twocol-fivefive"] figcaption {
    padding-left: 0px; }

  .cus-series h2 {
    font-size: 2.25rem; }
  .cus-series .section-content {
    margin-bottom: 100px; } }
@media (min-width: 1281px) {
  .cus-precontent {
    padding: 250px 0px; }

  .cus-series {
    padding: 140px 0px 200px 0px; }
    .cus-series .section-content {
      margin-bottom: 180px; }
    .cus-series h2 {
      font-size: calc(3.125rem + 10 * ((100vw - 1281px) / 639)); }

  .section-content h3 {
    font-size: calc(2.25rem + 12 * ((100vw - 1281px) / 639)); }
  .section-content .col-img .img-button > a svg {
    transform: scale(0.5); }
  .section-content[data-type="twocol-foursix"] .wrapper {
    display: flex; }
  .section-content[data-type="twocol-foursix"] .col:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center; }
  .section-content[data-type="twocol-fivefive"] .wrapper {
    display: flex; }
  .section-content[data-type="twocol-fivefive"] .col:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center; } }
@media (min-width: 1501px) {
  .section-content[data-type="twocol-foursix"]:not(.right) .section-innertext {
    margin-left: calc(50vw - 730px); }

  .section-content[data-type="twocol-foursix"].right .section-innertext {
    margin-left: 80px; } }
@media (min-width: 1921px) {
  .section-content h3 {
    font-size: 3.125rem; }
  .section-content .col-img .img-button > a svg {
    transform: scale(1); }
  .section-content[data-type="twocol-foursix"]:not(.right) .section-innertext {
    margin-left: 250px; }
  .section-content[data-type="twocol-foursix"].right .section-innertext {
    margin-left: 150px; } }
.section-enquiryform {
  margin-bottom: 40px;
  position: relative; }
  .section-enquiryform .col:nth-child(1) {
    margin-bottom: 80px; }
  .section-enquiryform.has-ani .col {
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: opacity, transform;
    opacity: 0;
    pointer-events: none; }
    .section-enquiryform.has-ani .col:nth-child(1) {
      transform: translate3d(0px, 30px, 0); }
    .section-enquiryform.has-ani .col:nth-child(2) {
      transform: translate3d(0, 30px, 0); }
  .section-enquiryform.has-ani.ani-mated .col {
    opacity: 1;
    pointer-events: all; }
    .section-enquiryform.has-ani.ani-mated .col:nth-child(1) {
      transform: translate3d(0, 0, 0); }
    .section-enquiryform.has-ani.ani-mated .col:nth-child(2) {
      transform: translate3d(0, 0, 0);
      transition-delay: .4s; }

.formcontainer {
  padding-top: 30px; }
  .formcontainer:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
    height: 1px; }

.formfield {
  border-bottom: 1px solid #fff;
  padding: 0px;
  margin-bottom: 40px;
  position: relative; }
  .formfield.labeltop {
    border-bottom: none;
    margin-bottom: 20px; }
    .formfield.labeltop > label {
      display: block; }
  .formfield.no-border {
    border-bottom: 0px;
    margin-top: 30px; }
  .formfield.formfield-cb {
    padding-left: 30px;
    border: 0; }
    .formfield.formfield-cb label {
      font-size: 1rem; }

.formfield-floatlabel {
  font-size: 1rem;
  font-family: orpheuspro, serif;
  display: inline-block;
  padding: 0px 0px 8px 0px;
  float: left;
  position: absolute;
  top: 10px;
  left: 0px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-perspective: 1;
  -webkit-backface-visibility: hidden;
  color: #fff; }

.formfield-label {
  font-family: orpheuspro, serif;
  font-size: 1rem;
  padding: 8px 0px;
  color: #fff; }

.form-err.formfield-label,
.form-err .formfield-floatlabel,
.form-err .formfield-label {
  color: red; }
.form-err.formfield-textarea {
  border-color: red; }
.form-err #ef_receivemarketing,
.form-err #ef_agree {
  border-color: red; }
.form-err.formfield-cb label {
  color: red; }

.formfield-select,
.formfield-text {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: orpheuspro, serif;
  font-size: 1rem;
  font-weight: 400;
  background: none;
  border: 0px;
  padding: 8px 0px;
  position: relative;
  color: #fff;
  letter-spacing: .125rem; }

.formfield-select {
  background-image: url("../img/site_assets/form-arrow-down.svg");
  background-size: 16px 9px;
  background-position: calc(100% - 7px) 5px;
  background-repeat: no-repeat; }
  .formfield-select > * {
    color: #000; }

.formfield-textarea {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  padding: 10px;
  font-family: orpheuspro, serif;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #fff;
  background: transparent;
  letter-spacing: .125rem;
  color: #fff; }
  #contact_form .formfield-textarea {
    color: #fff; }

.formfield-button {
  background-color: #fff;
  display: inline-block;
  padding: 8px 30px;
  border: 0;
  box-sizing: border-box;
  font-family: orpheuspro, serif;
  font-size: 1.125rem;
  color: #1E2226;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #fff;
  letter-spacing: 0.2rem;
  margin-left: auto; }

.formfield-cbgrp {
  width: 100%;
  position: relative; }
  .formfield-cbgrp > label {
    width: 100%;
    margin-bottom: 20px;
    display: block; }
  .formfield-cbgrp > .formfield-cbgrpinner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin-right: auto; }
  .formfield-cbgrp .formfield-cb {
    width: 100%;
    margin-bottom: 20px; }

.formfield-checkbox {
  float: left;
  position: absolute;
  left: 0px;
  top: 3px;
  -webkit-appearance: checkbox; }

.formfield-full {
  border: 0; }

.no-touch .formfield-button {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); }
  .no-touch .formfield-button:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fff; }

.formfield-col {
  width: 100%;
  position: relative; }

.formbutton-submitcontainer {
  text-align: right;
  border: 0; }
  .formbutton-submitcontainer.formfield {
    margin-top: 40px; }

.formfield.is-focused .formfield-floatlabel, .formfield.is-filled .formfield-floatlabel {
  top: -10px;
  font-size: .813rem;
  letter-spacing: 0.03rem; }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none; }

.enquiryform-title {
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  margin-bottom: 10px; }

.enquiryform-subtitle {
  padding-bottom: 60px; }

.enquiryform-thankyou {
  margin: auto;
  text-align: center; }

@media (min-width: 600px) {
  #enquiry_form {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .formfield.formfield-cb label,
  .formfield-label,
  .formfield-floatlabel,
  .formfield-textarea,
  .formfield-select,
  .formfield-text {
    font-size: 1.125rem; }

  .formfield-cbgrp .formfield-cb {
    width: calc(50% - 20px); }

  .formfield.tright {
    text-align: right; } }
@media (min-width: 900px) {
  #enquiry_form .formfield-col {
    width: calc(50%  - 30px); }

  .enquiry-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .formfield {
    width: 100%; }

  .formfield-full {
    width: 100%; }

  .formfield.formfield--full {
    width: 100%; }

  .formbutton-submitcontainer.formfield {
    margin-top: 0; }

  #career_scontainer {
    display: flex; } }
@media (min-width: 1281px) {
  #enquiry_form .formfield-col {
    width: calc(50%  - 65px); }

  .formbutton-submitcontainer.formfield {
    margin-top: 40px;
    margin-bottom: 0; }

  .formfield.formfield-full {
    margin-top: 0px; } }
/*.no-touch {
    html, body {
        cursor: none;
    }
    
    a.cuscursor-link {
        cursor: none;
    }
}*/
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 110000; }
  .cursor.out {
    display: none; }
  .cursor .cursor-inner {
    width: 100px;
    height: 100px;
    transform: translate3d(-50%, -50%, 0) scale(0.6);
    float: left;
    position: absolute;
    border: 1px solid white;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    left: -15px;
    top: -15px;
    transition: all 0.5s cubic-bezier(0.4, -0.22, 0.46, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.4, -0.22, 0.46, 1);
    will-change: transform opacity; }
    .cursor .cursor-inner:before {
      content: 'Drag';
      display: block;
      float: left;
      position: absolute;
      transform: translate3d(-50%, -50%, 0);
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
      left: 50%;
      top: 50%; }
  .cursor .cursor-icon-finger {
    width: 16px;
    height: 22px;
    float: left;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 11px);
    transform: rotateZ(70deg);
    transform-origin: center;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, -0.22, 0.46, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.4, -0.22, 0.46, 1); }
    .cursor .cursor-icon-finger:before {
      width: 10px;
      height: 10px;
      content: '';
      float: left;
      position: absolute;
      left: 4px;
      top: 0px;
      transform: translate3d(-50%, -50%, 0);
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      display: block;
      opacity: 0;
      animation-timing-function: cubic-bezier(0.66, -0.38, 0.44, 1.38);
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
      animation-duration: 2s; }
    .cursor .cursor-icon-finger:after {
      width: 100%;
      height: 100%;
      position: absolute;
      float: left;
      top: 0px;
      left: 0px;
      content: '';
      background-size: 16px 21px; }
  .cursor .cursor-arrowleft {
    width: 14px;
    height: 39px;
    float: left;
    position: absolute;
    top: -20px;
    left: -7px;
    transform: rotateZ(150deg);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, -0.22, 0.46, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.4, -0.22, 0.46, 1); }
  .cursor .cursor-arrowright {
    width: 14px;
    height: 39px;
    float: left;
    position: absolute;
    top: -20px;
    left: -7px;
    transform: rotateZ(-150deg);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, -0.22, 0.46, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.4, -0.22, 0.46, 1); }
  .cursor[data-state="fout"] {
        /*.cursor-icon-finger {
            opacity : 1;
            transform: rotateZ(-35deg);

            &:before {
                animation-delay: 1s;
                animation-name: cursor_finger_rout;
            }
        }*/ }
    .cursor[data-state="fout"] .cursor-inner {
      opacity: 1;
      transform: translate3d(-50%, -50%, 0) scale(1); }
  .cursor[data-state="arrowright"] .cursor-inner {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    opacity: 1; }
  .cursor[data-state="arrowright"] .cursor-arrowright {
    opacity: 1;
    transform: rotateZ(0deg); }
  .cursor[data-state="arrowleft"] .cursor-inner {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    opacity: 1; }
  .cursor[data-state="arrowleft"] .cursor-arrowleft {
    opacity: 1;
    transform: rotateZ(0deg); }

.touch .cursor {
  display: none; }

@keyframes cursor_finger_rout {
  0% {
    opacity: 0;
    width: 10px;
    height: 10px; }
  40% {
    opacity: 1; }
  70% {
    opacity: 0;
    width: 20px;
    height: 20px; }
  100% {
    opacity: 0;
    width: 20px;
    height: 20px; } }

/*# sourceMappingURL=common.css.map */
