
/* ------------------------------------------------*/
/* Template Backgrounds Start */
/* ------------------------------------------------*/

@media only screen and (max-width: 1400px) {
  .fullscreen-bg-1 {
    background-image: url("./1920x1080-bg-fullscreen-wa.jpg");
  }
}

@media only screen and (min-width: 1401px) {
  .fullscreen-bg-1 {
    background-image: url("./wa-bg-fullscreen-1400.jpg");
  }
}



/* ------------------------------------------------*/
/* Template Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts Start */
/* ------------------------------------------------*/

@font-face {
  font-family: 'Gestura Headline TRIAL';
  src: url('./fonts/GesturaHeadlineTRIAL-Regular.eot');
  src: url('.fonts/GesturaHeadlineTRIAL-Regular.eot?#iefix') format('embedded-opentype'),
      url('./fonts/GesturaHeadlineTRIAL-Regular.woff2') format('woff2'),
      url('./fonts/GesturaHeadlineTRIAL-Regular.woff') format('woff'),
      url('./fonts/GesturaHeadlineTRIAL-Regular.svg#GesturaHeadlineTRIAL-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gestura Headline TRIAL';
  src: url('./fonts/GesturaHeadlineTRIAL-Light.eot');
  src: url('./fonts/GesturaHeadlineTRIAL-Light.eot?#iefix') format('embedded-opentype'),
      url('./fonts/GesturaHeadlineTRIAL-Light.woff2') format('woff2'),
      url('./fonts/GesturaHeadlineTRIAL-Light.woff') format('woff'),
      url('./fonts/GesturaHeadlineTRIAL-Light.svg#GesturaHeadlineTRIAL-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Onsite Standard TRIAL';
  src: url('./fonts/OnsiteStandardTRIAL-Regular.eot');
  src: url('./fonts/OnsiteStandardTRIAL-Regular.eot?#iefix') format('embedded-opentype'),
      url('./fonts/OnsiteStandardTRIAL-Regular.woff2') format('woff2'),
      url('./fonts/OnsiteStandardTRIAL-Regular.woff') format('woff'),
      url('./fonts/OnsiteStandardTRIAL-Regular.svg#OnsiteStandardTRIAL-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





/* ------------------------------------------------*/
/* Fonts End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Base CSS Styles Start */
/* ------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-moz-selection {
  background-color: #DBBEAD;
  color: #212121;
  text-shadow: none;
}

::selection {
  background-color: #DBBEAD;
  color: #212121;
  text-shadow: none;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden !important;
  font: normal 400 1.6rem/1.7 "Onsite Standard TRIAL", sans-serif;
  color: #676767;
  background-color: #ffffff;
}
body section {
  background-color: #ffffff;
}
body a {
  color: #676767;
}
body.light-skin {
  color: #676767;
  background-color: #ffffff;
}
body.light-skin section {
  background-color: #ffffff;
}
body.light-skin a {
  color: #676767;
}
body.dark-skin {
  color: rgba(255, 255, 255, 0.6);
  background-color: #191919;
}
body.dark-skin section {
  background-color: #191919;
}
body.dark-skin section.transparent {
  background-color: transparent;
}


section {
  position: relative;
  min-width: 320px;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.fullheight {
  position: static;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .fullheight {
    position: relative;
    height: 100%;
  }
}

.fullheight-mobile {
  position: relative;
  height: 100%;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}

@media only screen and (max-width: 1200px) {
  .fullscreen-bg {
    background-position: 70% 100%;
  }
}


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

.color-layer-dark {
  background-color: rgba(25, 25, 25, 0.4);
}

.gradient-layer-dark {
  /*background: -moz-linear-gradient(315deg, #080518 0%, #0f0502 100%);
  background: -o-linear-gradient(315deg, #080518 0%, #0f0502 100%);
  background: linear-gradient(135deg, #080518 0%, #0f0502 100%);
  opacity: 0.6;*/
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.gradient-layer-dark.fade-dark {
  opacity: 0.84;
}

.gradient-layer-light {
  background: -moz-linear-gradient(315deg, rgba(198, 150, 129, 0.5) 0%, rgba(173, 129, 193, 0.5) 100%);
  background: -o-linear-gradient(315deg, rgba(198, 150, 129, 0.5) 0%, rgba(173, 129, 193, 0.5) 100%);
  background: linear-gradient(135deg, rgba(198, 150, 129, 0.5) 0%, rgba(173, 129, 193, 0.5) 100%);
}

.gradient-black-onethird {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.4) 100%);
}

.gradient-layer {
  background: -moz-linear-gradient(135deg, rgba(198, 150, 129, 0.6) 0%, rgba(219, 190, 173, 0.6) 30%, rgba(239, 171, 146, 0.6) 70%, rgba(198, 150, 129, 0.6) 100%);
  background: -o-linear-gradient(135deg, rgba(198, 150, 129, 0.6) 0%, rgba(219, 190, 173, 0.6) 30%, rgba(239, 171, 146, 0.6) 70%, rgba(198, 150, 129, 0.6) 100%);
  background: linear-gradient(-45deg, rgba(198, 150, 129, 0.6) 0%, rgba(219, 190, 173, 0.6) 30%, rgba(239, 171, 146, 0.6) 70%, rgba(198, 150, 129, 0.6) 100%);
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  -webkit-transition: all 1.6s ease-in-out;
  -o-transition: all 1.6s ease-in-out;
  -moz-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
}
.gradient-layer.is-visible {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------*/
/* Base CSS Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Loading Animation Start */
/* ------------------------------------------------*/
body.split-loaded .main {
  -webkit-animation: 0.8s ease-in-out 0.2s 1 both fadeIn;
     -moz-animation: 0.8s ease-in-out 0.2s 1 both fadeIn;
          animation: 0.8s ease-in-out 0.2s 1 both fadeIn;
}
body.split-loaded .main__media .media__content {
  -webkit-animation: 0.8s ease-in-out 0.2s 1 both fadeInRight;
     -moz-animation: 0.8s ease-in-out 0.2s 1 both fadeInRight;
          animation: 0.8s ease-in-out 0.2s 1 both fadeInRight;
}
body.split-loaded .main__aside {
  -webkit-animation: 0.8s ease-in-out 0.2s 1 both fadeInLeft;
     -moz-animation: 0.8s ease-in-out 0.2s 1 both fadeInLeft;
          animation: 0.8s ease-in-out 0.2s 1 both fadeInLeft;
}
body.split-loaded .intro__content {
  -webkit-animation: 0.8s ease-in-out 0.8s 1 both fadeIn;
     -moz-animation: 0.8s ease-in-out 0.8s 1 both fadeIn;
          animation: 0.8s ease-in-out 0.8s 1 both fadeIn;
}
body.split-loaded .countdown,
body.split-loaded .socials {
  -webkit-animation: 1.2s ease-in-out 0.8s 1 both fadeIn;
     -moz-animation: 1.2s ease-in-out 0.8s 1 both fadeIn;
          animation: 1.2s ease-in-out 0.8s 1 both fadeIn;
}
body.split-loaded .main__objects .main-obj-1 {
  -webkit-animation: 1.2s ease-in-out 1.6s 1 both fadeInDown;
     -moz-animation: 1.2s ease-in-out 1.6s 1 both fadeInDown;
          animation: 1.2s ease-in-out 1.6s 1 both fadeInDown;
}
body.split-loaded .main__objects .main-obj-2 {
  -webkit-animation: 1.2s ease-in-out 1.6s 1 both fadeInUp;
     -moz-animation: 1.2s ease-in-out 1.6s 1 both fadeInUp;
          animation: 1.2s ease-in-out 1.6s 1 both fadeInUp;
}
body.fullscreen-loaded .main {
  -webkit-animation: 0.8s ease-in-out 0.2s 1 both fadeIn;
     -moz-animation: 0.8s ease-in-out 0.2s 1 both fadeIn;
          animation: 0.8s ease-in-out 0.2s 1 both fadeIn;
}
body.fullscreen-loaded .main__aside {
  -webkit-animation: 0.8s ease-in-out 0.2s 1 both fadeInLeft;
     -moz-animation: 0.8s ease-in-out 0.2s 1 both fadeInLeft;
          animation: 0.8s ease-in-out 0.2s 1 both fadeInLeft;
}
body.fullscreen-loaded .intro__content {
  -webkit-animation: 0.8s ease-in-out 0.8s 1 both fadeIn;
     -moz-animation: 0.8s ease-in-out 0.8s 1 both fadeIn;
          animation: 0.8s ease-in-out 0.8s 1 both fadeIn;
}
body.fullscreen-loaded .countdown,
body.fullscreen-loaded .socials {
  -webkit-animation: 1.2s ease-in-out 0.8s 1 both fadeIn;
     -moz-animation: 1.2s ease-in-out 0.8s 1 both fadeIn;
          animation: 1.2s ease-in-out 0.8s 1 both fadeIn;
}
body.fullscreen-loaded .main__objects .main-obj-1 {
  -webkit-animation: 1.2s ease-in-out 1.2s 1 both fadeInDown;
     -moz-animation: 1.2s ease-in-out 1.2s 1 both fadeInDown;
          animation: 1.2s ease-in-out 1.2s 1 both fadeInDown;
}
body.fullscreen-loaded .main__objects .main-obj-2 {
  -webkit-animation: 1.2s ease-in-out 1.2s 1 both fadeInUp;
     -moz-animation: 1.2s ease-in-out 1.2s 1 both fadeInUp;
          animation: 1.2s ease-in-out 1.2s 1 both fadeInUp;
}
body.fullscreen-loaded .main__objects .main-obj-3 {
  -webkit-animation: 1.2s ease-in-out 1.2s 1 both fadeInRight;
     -moz-animation: 1.2s ease-in-out 1.2s 1 both fadeInRight;
          animation: 1.2s ease-in-out 1.2s 1 both fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 50px, 0);
         transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
       -moz-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0);
         transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
       -moz-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0, 0);
         transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
       -moz-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
         transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
         transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
       -moz-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
  }
}
/* ------------------------------------------------*/
/* Loading Animation End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Typography Start */
/* ------------------------------------------------*/
h1 {
  font: normal 400 5rem/1 "Gestura Headline TRIAL", serif;
  text-transform: uppercase;
  color: #212121;
  margin-top: 2rem;
}
h1.light {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 6rem;
    max-width: 500px;
  }
}

.headline__subtitle {
  display: block;
  font: italic 600 2.8rem/1.2 "CormorantGaramond", serif;
  color: #C69681;
  background: -moz-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: -o-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: linear-gradient(-45deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 2.4rem;
  padding-left: 0.2rem;
  max-width: 500px;
}
@media only screen and (min-width: 992px) {
  .headline__subtitle {
    padding-top: 0;
  }
}

.headline__text {
  color: #212121;
  padding-left: 0.2rem;
  margin-top: 1.8rem;
  max-width: 500px;
  font-size: 1.4rem;
}
.headline__text.light {
  color: #fff;
}
@media only screen and (min-width: 576px) {
  .headline__text {
    font-size: 2rem;
  }
}

.headline__btnholder {
  padding-left: 0.2rem;
  margin-top: 3rem;
}

h2 {
  font: normal 600 4rem/1 "CormorantGaramond", serif;
  text-transform: uppercase;
  color: #212121;
  margin-top: 2rem;
}
h2.light {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 5rem;
  }
}

.inner-title__subtitle {
  font: italic 600 2.8rem/1.2 "CormorantGaramond", serif;
  color: #DBBEAD;
  background: -moz-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: -o-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: linear-gradient(-45deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 0.2rem;
}

.inner-title__descr {
  margin-top: 1.8rem;
  padding-left: 0.2rem;
}
.inner-title__descr.light {
  color: rgba(255, 255, 255, 0.6);
}

h3 {
  font: normal 600 2.2rem/1.2 "CormorantGaramond", serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #212121;
}
h3 small {
  display: block;
  font: italic 400 1.8rem/1.5 "CormorantGaramond", serif;
  text-transform: none;
  letter-spacing: normal;
  color: #676767;
}
h3.light {
  color: #ffffff;
}
h3.light small {
  color: rgba(255, 255, 255, 0.6);
}

h4 {
  font: normal 600 2rem/1.1 "CormorantGaramond", serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #212121;
  text-align: center;
}
h4 small {
  display: block;
  margin-top: 0.6rem;
  font: italic 400 1.8rem/1.5 "CormorantGaramond", serif;
  text-transform: none;
  letter-spacing: normal;
}

h5 {
  font: normal 600 1.6rem/1.1 "CormorantGaramond", serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #212121;
}
h5.light {
  color: #ffffff;
}

p {
  font: normal 400 1.6rem/1.7 "Onsite Standard TRIAL", sans-serif;
}
p span {
  font-weight: 600;
}

a {
  font: normal 400 1.6rem/1.7 "Onsite Standard TRIAL", sans-serif;
}

.image-caption {
  text-align: right;
}
.image-caption p {
  font: normal 700 2rem/1.2 "CormorantGaramond", serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #ffffff;
}
.image-caption p span {
  display: block;
  font: italic 400 1.8rem/1.5 "CormorantGaramond", serif;
  text-transform: none;
  letter-spacing: normal;
  color: #ffffff;
}

.contact-item p {
  font: normal 400 1.4rem/1.7 "Onsite Standard TRIAL", sans-serif;
  margin-top: 0.4rem;
}
.contact-item ul {
  margin-top: 0.4rem;
}
.contact-item a {
  display: block;
  position: relative;
  font: normal 400 1.4rem/1.7 "Onsite Standard TRIAL", sans-serif;
}
.contact-item a:hover {
  color: #DBBEAD;
}

.team-item p {
  font: normal 400 1.4rem/1.7 "Onsite Standard TRIAL", sans-serif;
}
.team-item p.light {
  color: rgba(255, 255, 255, 0.6);
}

.popup-title__subtitle {
  display: block;
  font: italic 600 2.8rem/1.2 "CormorantGaramond", serif;
  color: #DBBEAD;
  background: -moz-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: -o-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: linear-gradient(-45deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 0.2rem;
}

.popup-title__title {
  margin-top: 1.6rem;
  font: normal 600 4rem/1 "CormorantGaramond", serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #212121;
}
.popup-title__title.light {
  color: #ffffff;
}

.popup-title__text {
  margin-top: 1.4rem;
  max-width: 500px;
  padding-left: 0.2rem;
}

/* ------------------------------------------------*/
/* Typography End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Buttons & Controls Start */
/* ------------------------------------------------*/
.menu-trigger {
  display: block;
  position: relative;
  width: 34px;
  height: 32px;
  opacity: 1;
  -webkit-transition: all 1.6s ease-in-out;
  -o-transition: all 1.6s ease-in-out;
  -moz-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
}
.menu-trigger span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #212121;
}
.menu-trigger span::before, .menu-trigger span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 34px;
  height: 2px;
  background-color: #212121;
}
.menu-trigger span::before {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.menu-trigger span::after {
  -webkit-transform: translateY(8px);
     -moz-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
.menu-trigger.mobile-dark span {
  background-color: #212121;
}
.menu-trigger.mobile-dark span::before, .menu-trigger.mobile-dark span::after {
  background-color: #212121;
}
.menu-trigger.light span {
  background-color: #ffffff;
}
.menu-trigger.light span::before, .menu-trigger.light span::after {
  background-color: #ffffff;
}
.menu-trigger.dark span {
  background-color: #212121;
}
.menu-trigger.dark span::before, .menu-trigger.dark span::after {
  background-color: #212121;
}
@media only screen and (min-width: 992px) {
  .menu-trigger.mobile-dark span {
    background-color: #ffffff;
  }
  .menu-trigger.mobile-dark span::before, .menu-trigger.mobile-dark span::after {
    background-color: #ffffff;
  }
  .menu-trigger.light span {
    background-color: #ffffff;
  }
  .menu-trigger.light span::before, .menu-trigger.light span::after {
    background-color: #ffffff;
  }
  .menu-trigger.dark span {
    background-color: #212121;
  }
  .menu-trigger.dark span::before, .menu-trigger.dark span::after {
    background-color: #212121;
  }
}

.btn {
  position: relative;
  display: inline-block;
  border: none;
  outline: 0;
  padding: 0;
  font: inherit;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font: normal 600 1.4rem/1.3 "Onsite Standard TRIAL", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn .btn-background,
.btn .btn-caption {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn .btn-background {
  padding: 1.6rem 2.8rem 1.5rem 2.8rem;
}

.btn-light {
  color: #212121;
  background: -moz-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: -o-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: linear-gradient(-45deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
}
.btn-light .btn-background {
  background-color: #ffffff;
}
.no-touch .btn-light:hover {
  background: -moz-linear-gradient(315deg, #C69681 0%, #DBBEAD 23%, #DBBEAD 70%, #EFAB92 85%, #C69681 100%);
  background: -o-linear-gradient(315deg, #C69681 0%, #DBBEAD 23%, #DBBEAD 70%, #EFAB92 85%, #C69681 100%);
  background: linear-gradient(135deg, #C69681 0%, #DBBEAD 23%, #DBBEAD 70%, #EFAB92 85%, #C69681 100%);
}
.no-touch .btn-light:hover .btn-background {
  background-color: transparent;
}
.no-touch .btn-light:hover .btn-caption {
  color: #212121;
}

.btn-light-outline {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn-light-outline .btn-background {
  background-color: transparent;
}
.no-touch .btn-light-outline:hover {
  background-color: #ffffff;
}
.no-touch .btn-light-outline:hover .btn-caption {
  color: #212121;
}

.btn-dark {
  color: #ffffff;
  background: -moz-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: -o-linear-gradient(135deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
  background: linear-gradient(-45deg, #C69681 0%, #DBBEAD 30%, #EFAB92 70%, #C69681 100%);
}
.btn-dark .btn-background {
  background-color: #191919;
}
.no-touch .btn-dark:hover {
  background: -moz-linear-gradient(315deg, #C69681 0%, #DBBEAD 23%, #DBBEAD 70%, #EFAB92 85%, #C69681 100%);
  background: -o-linear-gradient(315deg, #C69681 0%, #DBBEAD 23%, #DBBEAD 70%, #EFAB92 85%, #C69681 100%);
  background: linear-gradient(135deg, #C69681 0%, #DBBEAD 23%, #DBBEAD 70%, #EFAB92 85%, #C69681 100%);
}
.no-touch .btn-dark:hover .btn-background {
  background-color: transparent;
}
.no-touch .btn-dark:hover .btn-caption {
  color: #212121;
}

.section-close {
  position: relative;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
.section-close.is-scaled-up {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.section-close::before, .section-close::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 1px;
  background-color: #999999;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
}
.section-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
     -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.section-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
     -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.section-close.light::before, .section-close.light::after {
  background-color: #ffffff;
}

/* ------------------------------------------------*/
/* Buttons & Controls End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Animated Backgrounds Start */
/* ------------------------------------------------*/
.video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-background__controls {
  position: absolute !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
}
.video-background__controls button {
  position: relative;
  display: inline-block;
  border: none;
  outline: 0;
  padding: 0;
  font: inherit;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 50px;
  height: 50px;
  margin-right: -4px;
}
.video-background__controls button i {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.no-touch .video-background__controls button:hover i {
  color: #ffffff;
}

#video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

#bgndKenburns,
#bgndKenburns-1,
#bgndKenburns-2,
#bgndKenburnsFull {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: transparent;
}

#particles-js,
#snow-js,
#nightsky-js {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 320px;
  background-color: transparent;
}

/* ------------------------------------------------*/
/* Animated Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Main Section Start */
/* ------------------------------------------------*/
.main {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2.4rem;
}
.main.transparent {
  height: 100%;
  padding: 0;
}
.main.is-hidden .main__objects {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main.is-hidden .logo,
.main.is-hidden .menu-button,
.main.is-hidden .main__objects,
.main.is-hidden .main__intro,
.main.is-hidden .main__media,
.main.is-hidden .aside__content {
  opacity: 0;
  visibility: hidden;
}
.main.notify-is-visible .logo,
.main.notify-is-visible .menu-button,
.main.notify-is-visible .headline,
.main.notify-is-visible .main__media,
.main.notify-is-visible .aside__content,
.main.notify-is-visible .gradient-layer {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) {
  .main {
    height: 100%;
    min-height: 546px;
    padding: 0;
    overflow: hidden;
    z-index: 8;
  }
  .main.is-hidden .main__objects {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .main.is-hidden .logo,
.main.is-hidden .aside__content {
    opacity: 1;
    visibility: visible;
  }
  .main.is-hidden .menu-button,
.main.is-hidden .main__intro,
.main.is-hidden .main__media,
.main.is-hidden .main__objects {
    opacity: 0;
    visibility: hidden;
  }
  .main.notify-is-visible .logo,
.main.notify-is-visible .menu-button,
.main.notify-is-visible .main__media,
.main.notify-is-visible .aside__content,
.main.notify-is-visible .gradient-layer {
    opacity: 1;
    visibility: visible;
  }
  .main.notify-is-visible .headline,
.main.notify-is-visible .menu-button {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 1400px) {
  .main {
    min-height: 654px;
  }
}

.logo {
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.logo img {
  width: 26rem;
}
@media only screen and (min-width: 992px) {
  .logo {
    position: absolute;
    top: 2.4rem;
    left: auto;
    padding: 2.4rem 7rem;
    width: calc(100% - 120px);
    right: 0;
  }

}

@media only screen and (max-width: 991px) {
    .logo img {
      width: 20rem;
  }

} 

.transparent__container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 546px;
  padding: 2.4rem;
}

.menu-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2.4rem;
  z-index: 9;
  -webkit-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .menu-button {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
  }
}

.main__intro,
.main__media {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.main__aside {
  position: relative;
  padding: 0;
}
.main__aside.bottom-mobile {
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .main__aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    min-width: auto;
    width: 120px;
    height: 100%;
    padding: 24px 0;
  }
  .main__aside.bottom-mobile {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    width: 120px;
  }
}

.aside__content {
  position: relative;
  border-bottom: none;
  padding-top: 2.4rem;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .aside__content {
    width: 100%;
    height: 100%;
    border-bottom: none;
    border-right: 1px solid #fff;
  }
}

.main__content.absolute {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  width: -moz-calc(100% - 4.8rem);
  width: calc(100% - 4.8rem);
  height: -moz-calc(100% - 4.8rem);
  height: calc(100% - 4.8rem);
}
@media only screen and (min-width: 992px) {
  .main__content {
    position: absolute;
    top: 0;
    right: 0;
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 100%;
    padding-right: 24px;
  }
  .main__content.absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 100%;
  }
}

.main__intro {
  padding: 8rem 0;
}
@media only screen and (min-width: 992px) {
  .main__intro {
    padding: 24px 0;
  }
}

.intro__content {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .intro__content {
    height: 100%;
    min-height: 546px;
  }
}

.headline {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.headline.centered-mobile {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .headline {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    padding: 0 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .headline {
    padding: 0 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .headline {
    padding: 0 7rem;
  }
}

.main__media {
  position: relative;
  padding: 0;
  height: 600px;
}
@media only screen and (min-width: 768px) {
  .main__media {
    height: 760px;
  }
}
@media only screen and (min-width: 992px) {
  .main__media {
    padding: 24px 0;
    height: 100%;
  }
}

.media__content {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .media__content.media-slider {
    padding-right: 10rem;
  }
}

.media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}

.media__countdown {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.main__objects {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  width: -moz-calc(100% - 4.8rem);
  width: calc(100% - 4.8rem);
  height: -moz-calc(100% - 4.8rem);
  height: calc(100% - 4.8rem);
  overflow: hidden;
  -webkit-transition: all 1.4s ease-in-out;
  -o-transition: all 1.4s ease-in-out;
  -moz-transition: all 1.4s ease-in-out;
  transition: all 1.4s ease-in-out;
}
.main__objects.transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main__objects .main-obj-3 {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}
.main__objects .objects-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main__objects .objects-layer .main-obj-1,
.main__objects .objects-layer .main-obj-2 {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}
.main__objects .objects-layer .main-obj-1 {
  position: absolute;
  top: 40px;
  right: -115px;
  width: 230px;
  height: 230px;
}
.main__objects .objects-layer .main-obj-2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main__objects .objects-layer .main-obj-1 {
    position: absolute;
    top: 40px;
    right: -153px;
    width: 306px;
    height: 306px;
  }
  .main__objects .objects-layer .main-obj-2 {
    position: absolute;
    right: -35px;
    bottom: -97px;
    width: 151px;
    height: 267px;
  }
}
@media only screen and (min-width: 992px) {
  .main__objects {
    position: absolute;
    top: 2.4rem;
    left: 12rem;
    width: -moz-calc(100% - 14.4rem);
    width: calc(100% - 14.4rem);
    height: -moz-calc(100% - 4.8rem);
    height: calc(100% - 4.8rem);
  }
  .main__objects.transparent {
    position: absolute;
    top: 0;
    left: 12rem;
    width: -moz-calc(100% - 12rem);
    width: calc(100% - 12rem);
    height: 100%;
  }
  .main__objects.transparent .main-obj-3 {
    position: absolute;
    right: 100px;
    bottom: 72px;
    width: 180px;
    height: 197px;
  }
  .main__objects.transparent .objects-layer .main-obj-1 {
    position: absolute;
    top: 24px;
    right: -153px;
  }
  .main__objects .objects-layer {
    width: 50%;
    height: 100%;
  }
  .main__objects .objects-layer .main-obj-1 {
    position: absolute;
    top: 0;
    right: -153px;
  }
  .main__objects .objects-layer .main-obj-2 {
    display: block;
    position: absolute;
    right: -35px;
    bottom: -97px;
  }
}
@media only screen and (min-width: 1400px) {
  .main__objects.transparent .main-obj-3 {
    position: absolute;
    right: 100px;
    bottom: 72px;
    width: 270px;
    height: 295px;
  }
  .main__objects.transparent .objects-layer .main-obj-1 {
    position: absolute;
    top: 24px;
    right: -230px;
  }
  .main__objects .objects-layer .main-obj-1 {
    position: absolute;
    top: 0;
    right: -230px;
    width: 460px;
    height: 460px;
  }
  .main__objects .objects-layer .main-obj-2 {
    position: absolute;
    right: -52px;
    bottom: -146px;
    width: 226px;
    height: 400px;
  }
}

/* ------------------------------------------------*/
/* Main Section End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Socials Start */
/* ------------------------------------------------*/
.socials ul {
  display: block;
}
.socials ul li {
  display: inline-block;
}
.socials ul li::after {
  content: "/";
  display: inline-block;
  height: auto;
  margin: 0 1rem 0 1.2rem;
  font: italic 600 1.7rem/1.7 "Onsite Standard TRIAL", serif;
}
.socials ul li:last-of-type::after {
  display: none;
}
.socials ul li a {
  height: auto;
  font: italic 600 1.7rem/1.7 "Onsite Standard TRIAL", serif;
  color: #212121;
}
.socials.dark ul li::after {
  color: #676767;
}
.socials.dark ul li a {
  color: #212121;
}
.socials.light ul li::after {
  color: rgba(255, 255, 255, 0.6);
}
.socials.light ul li a {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) {
  .socials {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    padding: 0 2.4rem;
  }
  .socials ul {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: top center;
       -moz-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) rotate(-90deg);
       -moz-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
  .socials ul li {
    display: inline-block;
  }
  .socials ul li::after {
    content: "/";
    display: inline-block;
    height: 7.2rem;
    margin: 0 1rem 0 1.2rem;
    font: italic 600 1.7rem/7.2rem "Onsite Standard TRIAL", serif;
  }
  .socials ul li:last-of-type::after {
    display: none;
  }
  .socials ul li a {
    height: 7.2rem;
    font: italic 600 1.7rem/7.2rem "Onsite Standard TRIAL", serif;
  }
}

/* ------------------------------------------------*/
/* Socials End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Mobile Start */
/* ------------------------------------------------*/

@media only screen and (max-width: 768px) {

  .fullscreen-bg-1 {
    background-image: url(./wa-bg-fullscreen-768.jpg);
  }

  .fullscreen-bg {
    background-position: 52% 100%;
  }

  #headline {
    text-align: center;
    width: 100%;
  }

  .logo img {
    margin: 0 auto;
  }

  .headline__text {
    max-width: 100%;
  }

  .gradient-layer-dark {
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8491771708683473) 0%, rgba(0,0,0,0) 95%);
    background: -o-linear-gradient(0deg, rgba(0,0,0,0.8491771708683473) 0%, rgba(0,0,0,0) 95%);
    background: linear-gradient(0deg, rgba(0,0,0,0.8491771708683473) 0%, rgba(0,0,0,0) 95%);
    opacity: 0.6;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }

}


/* ------------------------------------------------*/
/* Mobile End */
/* ------------------------------------------------*/



