@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }




 .header_logo{
	 height:99%;
	 width:99%;
 }
  
 .cta_button{
	 
	 background: none;
	 padding: 10px 20px;
	 border: 2px solid #C8B076;
 }
.cta_button:hover{
	 background: #C8B076;

 } 
 
 .link_button{
	 text-transform:uppercase;
	 letter-spacing:0.1em;
	 font-size:0.8em;
	 text-decoration: none;
	 font-weight: 500;
	 color: white;
	 
	 
 } 
  
  
  
  
  
.float-left {
  float: left; }

.float-right {
  float: right; }

.half {
  width: 50%; }

.centre {
  text-align: center; }

.hidden {
  visibility: hidden; }

.inactive {
  display: none; }

.cover, .stage .circle-inset::after, .stage .circle-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  .flex .flex-centre {
    margin: auto; }
  .flex .full-width {
    -webkit-flex-basis: 100%;
            flex-basis: 100%; }
  .flex.centre-items {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .flex.between, .flex.justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .flex.around {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }

.grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.no-flexboxtweener.no-flexbox.no-flexboxlegacy .flex.justify {
  text-align: justify; }
  .no-flexboxtweener.no-flexbox.no-flexboxlegacy .flex.justify > * {
    display: inline-block;
    position: relative;
    top: 0.8em; }
  .no-flexboxtweener.no-flexbox.no-flexboxlegacy .flex.justify::before {
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -0.8em; }
  .no-flexboxtweener.no-flexbox.no-flexboxlegacy .flex.justify::after {
    content: '';
    display: inline-block;
    width: 100%; }

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.mobile, .tablet {
  display: none; }

@media (max-width: 767px) {
  .mobile {
    display: block; }
    .mobile.flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; }
  .no-mobile {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet {
    display: block; }
    .tablet.flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; }
  .no-tablet {
    display: none !important; } }

@font-face {
  font-family: 'DIN';
  src: url("../../../../fonts/3-din-light-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/3-din-light-webfont.woff2") format("woff2"), url("../../../../fonts/3-din-light-webfont.woff") format("woff"), url("../../../../fonts/3-din-light-webfont.ttf") format("truetype"), url("../../../../fonts/3-din-light-webfont.svg#dinlight") format("svg");
  font-weight: 300; }

@font-face {
  font-family: 'DIN';
  src: url("../../../../fonts/1-din-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/1-din-regular-webfont.woff2") format("woff2"), url("../../../../fonts/1-din-regular-webfont.woff") format("woff"), url("../../../../fonts/1-din-regular-webfont.ttf") format("truetype"), url("../../../../fonts/1-din-regular-webfont.svg#dinregular") format("svg");
  font-weight: 400; }

@font-face {
  font-family: 'DIN';
  src: url("../../../../fonts/4-din-medium-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/4-din-medium-webfont.woff2") format("woff2"), url("../../../../fonts/4-din-medium-webfont.woff") format("woff"), url("../../../../fonts/4-din-medium-webfont.ttf") format("truetype"), url("../../../../fonts/4-din-medium-webfont.svg#dinmedium") format("svg");
  font-weight: 500; }

@font-face {
  font-family: 'DIN';
  src: url("../../../../fonts/2_din-bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/2_din-bold-webfont.woff2") format("woff2"), url("../../../../fonts/2_din-bold-webfont.woff") format("woff"), url("../../../../fonts/2_din-bold-webfont.ttf") format("truetype"), url("../../../../fonts/2_din-bold-webfont.svg#dinbold") format("svg");
  font-weight: 700; }

@font-face {
  font-family: 'DIN';
  src: url("../../../../fonts/5-DIN-Blackd41d.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/5-DIN-Black.woff") format("woff"), url("../../../../fonts/5-DIN-Black.ttf") format("truetype"), url("../../../../fonts/5-DIN-Black.svg#dinbold") format("svg");
  font-weight: 800; }

@font-face {
  font-family: 'Archer-Italic';
  src: url("../../../../fonts/Archer-MediumItalicd41d.php?#iefix") format("embedded-opentype"), url("../../../../fonts/Archer-MediumItalic.php") format("opentype"), url("../../../../fonts/Archer-MediumItalic-2.php") format("woff"), url("../../../../fonts/Archer-MediumItalic-3.php") format("truetype"), url("../../../../fonts/Archer-MediumItalic-4.php#Archer-MediumItalic") format("svg"); }

body {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

::-webkit-input-placeholder {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

::-moz-placeholder {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

:-ms-input-placeholder {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

input:-moz-placeholder {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

input, button {
  font-family: "DIN", Helvetica, Arial, sans-serif; }

/*!=====SITE SPECIFIC CSS BELOW=====!*/
body {
  color: #425363;
  position: absolute;
  width: 100%;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

main {
  display: block; }

::-moz-selection {
  color: white;
  background: #C8B076; }

::selection {
  color: white;
  background: #C8B076; }

button, input {
  -webkit-appearance: none;
  outline: none; }

.nospacing {
  letter-spacing: 0; }

a {
  text-decoration: none; }

h1, h2, h3 {
  text-transform: uppercase;
  text-align: center;
  color: #C8B076; }

h1, h2 {
  font-weight: 500; }

h2, h3 {
  letter-spacing: 0.2em; }

h1 {
  letter-spacing: 0.4em;
  font-size: 1.2em; }

h2 {
  font-size: 1.1em;
  margin-bottom: 20px; }

h3 {
  font-size: 1em;
  margin-bottom: 10px; }

h4 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.7em; }

h5 {
  font-weight: 500;
  font-size: 0.75em; }

h6 {
  text-align: center;
  color: #C8B076;
  font-size: 0.6em;
  font-weight: 800;
  padding-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.3em; }

p, blockquote {
  font-weight: 400;
  line-height: 1.6em;
  max-width: 600px; }
  p a, blockquote a {
    color: #C8B076;
    text-decoration: underline; }

blockquote {
  font-weight: 300;
  font-size: 1.1em;
  padding: 0 30px;
  border-left: 2px solid #C8B076;
  margin: 0 auto 50px; }

.main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  position: relative;
  z-index: 2;
  border: 2px solid #C8B076;
  background: white; }
  .main p {
    margin: auto;
    padding-bottom: 50px;
    line-height: 1.8em; }
  .main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .main.front {
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .main.front p:last-of-type {
      padding-bottom: 0; }
  .main.secondary {
    margin-bottom: -50px;
    padding-top: 0; }
    .main.secondary h1, .main.secondary h2, .main.secondary h3, .main.secondary h4, .main.secondary h5, .main.secondary h6 {
      max-width: 600px;
      margin: 0 auto 20px; }
    .main.secondary > ul {
      max-width: 600px;
      margin: 0 auto 50px;
      line-height: 1.6em;
      padding-left: 40px;
      padding-right: 80px;
      list-style: none; }
      .main.secondary > ul li {
        position: relative;
        padding-bottom: 10px; }
        .main.secondary > ul li::before {
          content: "•";
          color: #C8B076;
          position: absolute;
          left: -20px; }
    .main.secondary p:last-child {
      padding-bottom: 0; }
    .main.secondary a {
      color: #C8B076; }

.img-inline {
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 50px;
  position: relative; }
  .img-inline img {
    position: relative;
    max-width: 100%;
    height: auto; }
  .img-inline figcaption {
    position: absolute;
    left: 100%;
    width: 100%;
    max-width: 180px;
    top: 0;
    text-align: left;
    padding-left: 30px; }
    .img-inline figcaption h4 {
      text-transform: none;
      color: #C8B076;
      letter-spacing: 0;
      font-weight: 600;
      font-size: 1em; }
    .img-inline figcaption .bar {
      margin: 10px 0;
      width: 20px; }
    .img-inline figcaption p {
      font-size: 0.7em; }
  @media (max-width: 1280px) {
    .img-inline figcaption {
      position: relative;
      font-size: 0.9em;
      left: 0;
      padding: 20px 20px 0 0;
      background: white;
      max-width: 50%;
      top: -40px; } }
  @media (max-width: 767px) {
    .img-inline {
      margin-bottom: 50px; }
      .img-inline figcaption {
        position: relative;
        top: auto; } }

.svg-wrapper {
  position: relative;
  margin: auto;
  max-width: 600px;
  height: 0 !important; }
  .svg-wrapper svg {
    margin-right: 40px;
    position: absolute;
    max-width: 140px;
    height: auto;
    right: 100%;
    top: 1em; }
    .svg-wrapper svg .shine {
      fill: white; }
    .svg-wrapper svg.bullion .st0, .svg-wrapper svg.bullion .anim {
      stroke-width: 3; }
    .svg-wrapper svg.gem .st0, .svg-wrapper svg.gem .anim {
      stroke-width: 1.8; }
    .svg-wrapper svg .st0, .svg-wrapper svg .anim {
      fill: none;
      stroke: #C8B076;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-miterlimit: 10; }
    .svg-wrapper svg .anim {
      stroke-dasharray: 0;
      stroke-dashoffset: 0;
      -webkit-transition: stroke-dashoffset 2s;
      transition: stroke-dashoffset 2s; }
    .svg-wrapper svg:hover .anim {
      stroke-dasharray: 30,5,2,5,15,5;
      stroke-dashoffset: -60; }
  .svg-wrapper.right svg {
    margin-left: 40px;
    margin-right: 0;
    left: 100%;
    right: 0; }
  @media (max-width: 1280px) {
    .svg-wrapper {
      display: none; } }

.redirect-banner {
  background: #C8B076;
  position: fixed;
  bottom: 0;
  height: 80px;
  width: 100%;
  left: 0;
  color: #425363;
  padding: 30px;
  font-size: 1.1em;
  z-index: 5;
  text-align: center;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.5s;
  transition: opacity 0.8s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.8s;
  transition: transform 0.5s, opacity 0.8s, -webkit-transform 0.5s; }
  .redirect-banner.collapse {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .redirect-banner .close {
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    border: 2px solid #425363;
    padding: 5px;
    font-weight: 800;
    height: 30px;
    width: 30px;
    font-size: 0.7em;
    border-radius: 50px;
    cursor: pointer; }
    .redirect-banner .close:hover {
      background: #425363;
      color: #C8B076; }
  .redirect-banner a {
    font-size: 0.8em;
    font-weight: 500;
    padding: 10px;
    border: 2px solid #425363;
    border-radius: 50px;
    color: #425363;
    margin-left: 10px; }
    .redirect-banner a:hover {
      background: #425363;
      color: #C8B076; }
  @media (max-width: 767px) {
    .redirect-banner {
      height: auto; }
      .redirect-banner a {
        display: block;
        margin: 0;
        padding: 0;
        border: none; }
      .redirect-banner .close {
        top: 10px;
        right: 10px; } }

.page-header {
  font-size: 1.3em;
  margin: auto;
  text-align: center; }
  .page-header h1, .page-header h2 {
    display: inline-block;
    border-bottom: 2px solid #C8B076;
    border-top: none;
    padding: 30px 0;
    letter-spacing: 0.2em;
    font-weight: 500; }
  .page-header h3 {
    color: #425363;
    letter-spacing: 0;
    text-transform: none;
    font-size: 0.8em;
    font-weight: 500;
    max-width: 400px;
    margin: auto;
    line-height: 1.8em;
    padding-top: 30px; }
  .page-header .bar {
    margin: 25px auto; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(120px) scale(1.1);
            transform: translateY(120px) scale(1.1);
    border-color: white; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-color: #C8B076; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(120px) scale(1.1);
            transform: translateY(120px) scale(1.1);
    border-color: white; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-color: #C8B076; } }

.margins {
  padding: 60px;
  width: calc(100% - 316px);
  margin: auto; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .margins {
      width: calc(100% - 120px); } }
  @media (max-width: 767px) {
    .margins {
      width: 95%;
      padding: 30px; } }

.delay {
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.play {
  -webkit-animation-play-state: running;
          animation-play-state: running; }

header {
  position: relative;
  height: 60px;
  width: 100%;
  width: 100vw;
  top: 0;
  z-index: 5;
  position: fixed;
  background: #425363;
  border-bottom: 2px solid #C8B076;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  header.home {
    -webkit-animation-name: headerFade;
            animation-name: headerFade;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  header .lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-flex-shrink: 0;
            flex-shrink: 0; }
    header .lang a:first-of-type {
      border-right: 1px solid #C8B076; }
    header .lang a.selected {
      color: #C8B076; }
  header .logo {
    width: 250px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
    padding: 0 20px;
    border-right: 2px solid #C8B076;
    background: rgba(26, 33, 40, 0.1); }
    header .logo svg {
      width: 100%; }
    header .logo:hover {
      background: rgba(26, 33, 40, 0.4); }
  header .mid-header {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    color: white;
    padding: 0 30px;
    font-size: 0.65em;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    header .mid-header ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      list-style: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      header .mid-header ul li {
        text-align: center; }
      header .mid-header ul .current-menu-item a {
        color: #C8B076; }
      @media (max-width: 767px) {
        header .mid-header ul {
          display: block; }
          header .mid-header ul .current-menu-item a {
            color: #425363; } }
    header .mid-header nav a {
      padding: 0 10px;
      color: white; }
    @media (min-width: 768px) and (max-width: 1024px) {
      header .mid-header {
        padding: 0 10px;
        font-size: 0.6em;
        letter-spacing: 0; }
        header .mid-header nav a {
          padding: 0 5px; } }
    @media (max-width: 767px) {
      header .mid-header {
        padding-right: 0;
        padding-left: 5px; } }
  header button.contact {
    background: #C8B076;
    border: 2px solid #C8B076;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-left: 2px solid #C8B076;
    width: 160px;
    font-weight: 500;
    position: relative; }
    header button.contact .arrow {
      position: relative;
      display: inline-block;
      margin-left: 5px;
      height: 5px;
      width: 5px;
      top: -2.7px;
      border-bottom: 1px solid #425363;
      border-left: 1px solid #425363;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    header button.contact .popdown {
      position: absolute;
      top: calc(100% + 2px);
      right: -2px;
      width: 200px;
      background: rgba(66, 83, 99, 0.9);
      border: 2px solid #C8B076;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform-origin: top;
              transform-origin: top;
      padding: 20px;
      line-height: 1.7em; }
      header button.contact .popdown a {
        color: white;
        padding: 0; }
        header button.contact .popdown a.email {
          color: #C8B076;
          font-size: 0.9em; }
    header button.contact:hover .popdown {
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
    header button.contact a {
      display: block;
      color: #425363;
      padding: 20px;
      width: 100%; }
    @media (max-width: 767px) {
      header button.contact {
        display: none; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      header button.contact {
        width: 90px; }
        header button.contact a {
          padding: 10px; }
          header button.contact a .us {
            display: none; } }
  @media (max-width: 767px) {
    header nav.main-menu {
      position: absolute;
      display: block;
      top: 60px;
      left: 0;
      width: 100%;
      background: #C8B076;
      text-align: center;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.5s;
      transition: max-height 0.5s; }
      header nav.main-menu a {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
  header.display-menu nav.main-menu {
    max-height: 800px; }
  header.display-menu .hamburger {
    background: #C8B076; }
    header.display-menu .hamburger .lines {
      -webkit-transform: rotate(0);
              transform: rotate(0); }

.hamburger {
  padding: 20px;
  font-size: 1.5em;
  display: none;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }
  .hamburger .lines {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  @media (max-width: 767px) {
    .hamburger {
      display: block; } }

@-webkit-keyframes headerFade {
  0% {
    background: rgba(66, 83, 99, 0); }
  100% {
    background: #425363; } }

@keyframes headerFade {
  0% {
    background: rgba(66, 83, 99, 0); }
  100% {
    background: #425363; } }

.bar {
  width: 30px;
  height: 2px;
  background: #C8B076;
  margin: 15px auto; }

.wrapper {
  margin-top: 60px;
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }
  .wrapper.home {
    -webkit-animation-name: addMargin;
            animation-name: addMargin;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    overflow: hidden; }

@-webkit-keyframes addMargin {
  0% {
    margin-top: 0; }
  100% {
    margin-top: 60px; } }

@keyframes addMargin {
  0% {
    margin-top: 0; }
  100% {
    margin-top: 60px; } }

.hero {
  padding: 50px;
  margin-bottom: -50px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .hero {
      padding: 0; } }

.hero-cta--mobile {
  display: none; }
  .hero-cta--mobile .cta_button {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px; }
  @media (max-width: 767px) {
    .hero-cta--mobile {
      display: block; } }

.hero-cta--desktop {
  display: none; }
  @media (min-width: 768px) {
    .hero-cta--desktop {
      display: block; }
      .hero-cta--desktop .cta_button {
        display: inline-block;
        width: 190px;
        margin-right: 5px;
        margin-left: 5px; } }

a.cta_button {
  background: none;
  padding: 10px 20px;
  border-radius: 0;
  border: 2px solid #C8B076;
  color: #C8B076;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 1.2px; }
  a.cta_button:hover {
    background: #C8B076;
    color: #fff; }

.hero-show-vid {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  top: 0;
  left: 0;
  padding: 5px;
  color: #fff;
  font-size: .8rem; }
  .hero-show-vid__img {
    width: 20px;
    margin-right: 5px; }

.vid-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 3; }
  .vid-popup .backdrop {
    background: rgba(0, 0, 0, 0.95);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px); }
  .vid-popup.closed {
    display: none; }
  .vid-popup .close {
    position: absolute;
    top: 90px;
    font-size: 3em;
    color: white;
    right: 30px;
    width: 1em;
    text-align: center;
    cursor: pointer; }
  .vid-popup .iframe-wrapper {
    position: relative;
    width: 80%;
    height: 0;
    padding-bottom: 32.8046421663%;
    -webkit-animation: zoomIn 0.8s both;
            animation: zoomIn 0.8s both; }
    .vid-popup .iframe-wrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%; }

.intro {
  z-index: 1;
  position: relative;
  text-align: center;
  width: 90%;
  max-width: 600px;
  padding: 40px;
  color: white;
  text-shadow: 0 0 30px black; }
  .intro p {
    padding-top: 20px;
    font-size: 0.8em; }
  .intro a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    text-decoration: none;
    font-weight: 500;
    color: white; }
  .intro .backdrop {
    -webkit-animation-name: parallaxBottom;
            animation-name: parallaxBottom;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    background: #425363;
    opacity: 0.25;
    z-index: -1; }
  .intro .border {
    -webkit-animation-name: parallaxTop;
            animation-name: parallaxTop;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    border: 2px solid #C8B076;
    pointer-events: none; }
  .intro .text {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }

@-webkit-keyframes parallaxTop {
  0% {
    -webkit-transform: translateY(-30px) scale(1.05);
            transform: translateY(-30px) scale(1.05);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1; } }

@keyframes parallaxTop {
  0% {
    -webkit-transform: translateY(-30px) scale(1.05);
            transform: translateY(-30px) scale(1.05);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1; } }

@-webkit-keyframes parallaxBottom {
  0% {
    -webkit-transform: translateY(60px) scale(0.95);
            transform: translateY(60px) scale(0.95);
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0.25; } }

@keyframes parallaxBottom {
  0% {
    -webkit-transform: translateY(60px) scale(0.95);
            transform: translateY(60px) scale(0.95);
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0.25; } }

.img-wrapper {
  position: relative;
  width: 100%;
  max-height: 75vh;
  min-height: 300px;
  overflow: hidden;
  margin-bottom: -50px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .img-wrapper .img-mask {
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-animation: slideOff 0.7s both ease-in-out;
            animation: slideOff 0.7s both ease-in-out;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }

@-webkit-keyframes slideOff {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1; } }

@keyframes slideOff {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1; } }
  .img-wrapper img {
    width: 100vw;
    position: relative;
    height: auto;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.02s;
    transition: -webkit-transform 0.02s;
    transition: transform 0.02s;
    transition: transform 0.02s, -webkit-transform 0.02s; }

.vid-wrapper {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 550px;
  overflow: hidden;
  margin-bottom: -50px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .vid-wrapper video {
    width: 100vw;
    position: absolute;
    height: 100.3%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-animation-name: shrinkIn;
            animation-name: shrinkIn;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

.ie .vid-wrapper video {
  top: 0;
  left: 0; }

.valuables {
  -webkit-justify-content: space-around;
          justify-content: space-around;
  max-width: 800px;
  margin: 80px auto;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .valuables .valuable {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    height: 85px;
    width: 75px;
    margin: 30px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
    .valuables .valuable .popup {
      position: absolute;
      top: -10px;
      z-index: -1;
      left: -65px;
      border: 2px solid #C8B076;
      width: 200px;
      padding: 90px 20px 20px;
      background: white;
      font-size: 0.6em;
      line-height: 1.5em;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
      text-align: center;
      opacity: 0;
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      -webkit-transform-origin: top;
              transform-origin: top;
      pointer-events: none;
      -webkit-transition: opacity 0.7s, -webkit-transform 0.5s;
      transition: opacity 0.7s, -webkit-transform 0.5s;
      transition: opacity 0.7s, transform 0.5s;
      transition: opacity 0.7s, transform 0.5s, -webkit-transform 0.5s; }
    .valuables .valuable h4 {
      text-align: center;
      margin-top: 10px; }
    .valuables .valuable svg {
      width: 60px;
      height: 60px; }
      .valuables .valuable svg .blank {
        fill: none; }
      .valuables .valuable svg .st0, .valuables .valuable svg .anim {
        fill: none;
        stroke: #C8B076;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-miterlimit: 10; }
      .valuables .valuable svg .anim {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
        -webkit-transition: stroke-dashoffset 2s;
        transition: stroke-dashoffset 2s; }
    .valuables .valuable.bullion .st0, .valuables .valuable.bullion .anim {
      stroke-width: 3; }
    .valuables .valuable.gem .st0, .valuables .valuable.gem .anim {
      stroke-width: 1.8; }
    .valuables .valuable:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      z-index: 1; }
      .valuables .valuable:hover h4 {
        color: #C8B076; }
      .valuables .valuable:hover .anim {
        stroke-dasharray: 30,5,2,5,15,5;
        stroke-dashoffset: -60; }
      .valuables .valuable:hover .popup {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        pointer-events: all;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
        transition: opacity 0.3s, -webkit-transform 0.5s;
        transition: opacity 0.3s, transform 0.5s;
        transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s; }

.vault-icon {
  width: 100%;
  height: 60px;
  text-align: center;
  margin-bottom: 40px; }
  .vault-icon svg {
    width: 50px;
    height: 50px;
    -webkit-animation-name: vspin;
            animation-name: vspin;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .vault-icon svg .st0 {
      fill: none;
      stroke: #C8B076;
      stroke-width: 3;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-miterlimit: 10; }
    .vault-icon svg .st1 {
      fill: #C8B076; }

@-webkit-keyframes vspin {
  from {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); } }

@keyframes vspin {
  from {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); } }

.cta {
  border-bottom: 2px solid #C8B076;
  text-align: center;
  max-width: 1100px;
  margin: 60px auto 120px;
  position: relative; }
  .cta .meetingPopup {
    position: absolute;
    width: 90%;
    left: 5%;
    background: #C8B076;
    z-index: 2;
    padding: 30px;
    padding-bottom: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
    @media (max-width: 767px) {
      .cta .meetingPopup {
        width: 100%;
        left: 0;
        padding: 15px; } }
  .cta button {
    margin: auto;
    background: none;
    border: 2px solid #C8B076;
    border-bottom: none;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    color: #C8B076;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block; }
    .cta button a {
      display: inline-block;
      font-weight: 600;
      text-decoration: none;
      padding: 10px 20px;
      color: #C8B076;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
    .cta button:hover {
      background: #C8B076;
      color: white; }
      .cta button:hover a {
        color: white; }
  .cta .close {
    background: #425363;
    color: white;
    padding: 4px 14px;
    font-size: 1.3em;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform-origin: left;
            transform-origin: left;
    cursor: pointer;
    display: inline-block;
    margin-left: -5px;
    vertical-align: bottom; }
  .cta.expand button {
    background: #C8B076;
    color: white; }
    .cta.expand button a {
      color: white; }
  .cta.expand .close {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  .cta.expand .meetingPopup {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }

.boxes {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  max-width: 1100px;
  margin: 80px auto 0; }
  .boxes .box-controls {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border: 2px solid #C8B076;
    color: white;
    font-weight: 500;
    right: -623px;
    top: 65px;
    display: none; }
    @media (max-width: 767px) {
      .boxes .box-controls {
        right: 0;
        top: -185px; } }
    .boxes .box-controls .arrow, .boxes .box-controls .close {
      cursor: pointer;
      padding: 10px; }
    .boxes .box-controls .arrow:hover {
      color: #425363; }
    .boxes .box-controls .close:hover {
      background: #425363; }
    .boxes .box-controls .arrow {
      background: #C8B076; }
      @media (max-width: 767px) {
        .boxes .box-controls .arrow {
          display: none; } }
  .boxes .box {
    border: 2px solid #C8B076;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background: white; }
    .boxes .box .top, .boxes .box .bottom {
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    .boxes .box .top {
      padding: 20px;
      border-bottom: 2px solid #C8B076;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
              justify-content: space-evenly; }
    .boxes .box .model {
      position: relative;
      height: 200px;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-transition: opacity 0.7s, -webkit-transform 0.5s;
      transition: opacity 0.7s, -webkit-transform 0.5s;
      transition: opacity 0.7s, transform 0.5s;
      transition: opacity 0.7s, transform 0.5s, -webkit-transform 0.5s; }
      .boxes .box .model .box-model {
        position: relative;
        -webkit-transform: rotateX(60deg) rotateZ(45deg);
                transform: rotateX(60deg) rotateZ(45deg);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-backface-visibility: visible;
                backface-visibility: visible;
        top: 40px;
        -webkit-perspective: 1500px;
                perspective: 1500px;
        -webkit-perspective-origin: center;
                perspective-origin: center; }
        .boxes .box .model .box-model .piece {
          z-index: 0;
          border: 2px solid #C8B076;
          background: white;
          position: absolute;
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;
          -webkit-backface-visibility: visible;
                  backface-visibility: visible; }
        .boxes .box .model .box-model.small .base {
          height: 36px;
          width: 159px;
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
          .boxes .box .model .box-model.small .base .base-side {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: -webkit-repeating-linear-gradient(45deg, #C8B076, #C8B076 2px, white 3px, white 10px);
            background: repeating-linear-gradient(45deg, #C8B076, #C8B076 2px, white 3px, white 10px); }
          .boxes .box .model .box-model.small .base .top-side {
            width: 100%;
            height: 36px;
            top: -36px;
            left: 0;
            -webkit-transform-origin: bottom;
                    transform-origin: bottom;
            -webkit-transform: rotateX(-90deg);
                    transform: rotateX(-90deg); }
          .boxes .box .model .box-model.small .base .bottom-side {
            width: 100%;
            height: 36px;
            bottom: -36px;
            left: 0;
            -webkit-transform-origin: top;
                    transform-origin: top;
            -webkit-transform: rotateX(90deg);
                    transform: rotateX(90deg); }
          .boxes .box .model .box-model.small .base .left-side {
            width: 36px;
            height: 100%;
            top: 0;
            left: -36px;
            -webkit-transform-origin: right;
                    transform-origin: right;
            -webkit-transform: rotateY(90deg);
                    transform: rotateY(90deg); }
          .boxes .box .model .box-model.small .base .right-side {
            width: 36px;
            height: 100%;
            top: 0;
            right: -36px;
            -webkit-transform-origin: left;
                    transform-origin: left;
            -webkit-transform: rotateY(-90deg);
                    transform: rotateY(-90deg);
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d; }
            .boxes .box .model .box-model.small .base .right-side::after {
              content: "";
              -webkit-transform: translateZ(-1px);
                      transform: translateZ(-1px);
              width: 8px;
              height: 18px;
              border: 2px solid #C8B076;
              position: relative; }
        .boxes .box .model .box-model.medium .base {
          height: 75px;
          width: 159px;
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
          .boxes .box .model .box-model.medium .base .base-side {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: -webkit-repeating-linear-gradient(45deg, #C8B076, #C8B076 2px, white 3px, white 10px);
            background: repeating-linear-gradient(45deg, #C8B076, #C8B076 2px, white 3px, white 10px); }
          .boxes .box .model .box-model.medium .base .top-side {
            width: 100%;
            height: 16.5px;
            top: -16.5px;
            left: 0;
            -webkit-transform-origin: bottom;
                    transform-origin: bottom;
            -webkit-transform: rotateX(-90deg);
                    transform: rotateX(-90deg); }
          .boxes .box .model .box-model.medium .base .bottom-side {
            width: 100%;
            height: 16.5px;
            bottom: -16.5px;
            left: 0;
            -webkit-transform-origin: top;
                    transform-origin: top;
            -webkit-transform: rotateX(90deg);
                    transform: rotateX(90deg); }
          .boxes .box .model .box-model.medium .base .left-side {
            width: 16.5px;
            height: 100%;
            top: 0;
            left: -16.5px;
            -webkit-transform-origin: right;
                    transform-origin: right;
            -webkit-transform: rotateY(90deg);
                    transform: rotateY(90deg); }
          .boxes .box .model .box-model.medium .base .right-side {
            width: 16.5px;
            height: 100%;
            top: 0;
            right: -16.5px;
            -webkit-transform-origin: left;
                    transform-origin: left;
            -webkit-transform: rotateY(-90deg);
                    transform: rotateY(-90deg);
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d; }
            .boxes .box .model .box-model.medium .base .right-side::after {
              content: "";
              -webkit-transform: translateZ(-1px);
                      transform: translateZ(-1px);
              width: 8px;
              height: 18px;
              border: 2px solid #C8B076;
              position: relative; }
        .boxes .box .model .box-model.intermedium .base {
          height: 75px;
          width: 162px;
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
          .boxes .box .model .box-model.intermedium .base .base-side {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: -webkit-repeating-linear-gradient(45deg, #C8B076, #C8B076 2px, white 3px, white 10px);
            background: repeating-linear-gradient(45deg, #C8B076, #C8B076 2px, white 3px, white 10px); }
          .boxes .box .model .box-model.intermedium .base .top-side {
            width: 100%;
            height: 27px;
            top: -27px;
            left: 0;
            -webkit-transform-origin: bottom;
                    transform-origin: bottom;
            -webkit-transform: rotateX(-90deg);
                    transform: rotateX(-90deg); }
          .boxes .box .model .box-model.intermedium .base .bottom-side {
            width: 100%;
            height: 27px;
            bottom: -27px;
            left: 0;
            -webkit-transform-origin: top;
                    transform-origin: top;
            -webkit-transform: rotateX(90deg);
                    transform: rotateX(90deg); }
          .boxes .box .model .box-model.intermedium .base .left-side {
            width: 27px;
            height: 100%;
            top: 0;
            left: -27px;
            -webkit-transform-origin: right;
                    transform-origin: right;
            -webkit-transform: rotateY(90deg);
                    transform: rotateY(90deg); }
          .boxes .box .model .box-model.intermedium .base .right-side {
            width: 27px;
            height: 100%;
            top: 0;
            right: -27px;
            -webkit-transform-origin: left;
                    transform-origin: left;
            -webkit-transform: rotateY(-90deg);
                    transform: rotateY(-90deg);
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d; }
            .boxes .box .model .box-model.intermedium .base .right-side::after {
              content: "";
              -webkit-transform: translateZ(-1px);
                      transform: translateZ(-1px);
              width: 8px;
              height: 18px;
              border: 2px solid #C8B076;
              position: relative; }
        .boxes .box .model .box-model.large .base {
          height: 75px;
          width: 159px;
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
          .boxes .box .model .box-model.large .base .base-side {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: -webkit-repeating-linear-gradient(45deg, #C8B076, #C8B076 2px, white 3px, white 10px);
            background: repeating-linear-gradient(45deg, #C8B076, #C8B076 2px, white 3px, white 10px); }
          .boxes .box .model .box-model.large .base .top-side {
            width: 100%;
            height: 36px;
            top: -36px;
            left: 0;
            -webkit-transform-origin: bottom;
                    transform-origin: bottom;
            -webkit-transform: rotateX(-90deg);
                    transform: rotateX(-90deg); }
          .boxes .box .model .box-model.large .base .bottom-side {
            width: 100%;
            height: 36px;
            bottom: -36px;
            left: 0;
            -webkit-transform-origin: top;
                    transform-origin: top;
            -webkit-transform: rotateX(90deg);
                    transform: rotateX(90deg); }
          .boxes .box .model .box-model.large .base .left-side {
            width: 36px;
            height: 100%;
            top: 0;
            left: -36px;
            -webkit-transform-origin: right;
                    transform-origin: right;
            -webkit-transform: rotateY(90deg);
                    transform: rotateY(90deg); }
          .boxes .box .model .box-model.large .base .right-side {
            width: 36px;
            height: 100%;
            top: 0;
            right: -36px;
            -webkit-transform-origin: left;
                    transform-origin: left;
            -webkit-transform: rotateY(-90deg);
                    transform: rotateY(-90deg);
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d; }
            .boxes .box .model .box-model.large .base .right-side::after {
              content: "";
              -webkit-transform: translateZ(-1px);
                      transform: translateZ(-1px);
              width: 8px;
              height: 18px;
              border: 2px solid #C8B076;
              position: relative; }
        .boxes .box .model .box-model.xlarge .base {
          height: 75px;
          width: 159px;
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
          .boxes .box .model .box-model.xlarge .base .base-side {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: -webkit-repeating-linear-gradient(45deg, #C8B076, #C8B076 2px, white 3px, white 10px);
            background: repeating-linear-gradient(45deg, #C8B076, #C8B076 2px, white 3px, white 10px); }
          .boxes .box .model .box-model.xlarge .base .top-side {
            width: 100%;
            height: 75px;
            top: -75px;
            left: 0;
            -webkit-transform-origin: bottom;
                    transform-origin: bottom;
            -webkit-transform: rotateX(-90deg);
                    transform: rotateX(-90deg); }
          .boxes .box .model .box-model.xlarge .base .bottom-side {
            width: 100%;
            height: 75px;
            bottom: -75px;
            left: 0;
            -webkit-transform-origin: top;
                    transform-origin: top;
            -webkit-transform: rotateX(90deg);
                    transform: rotateX(90deg); }
          .boxes .box .model .box-model.xlarge .base .left-side {
            width: 75px;
            height: 100%;
            top: 0;
            left: -75px;
            -webkit-transform-origin: right;
                    transform-origin: right;
            -webkit-transform: rotateY(90deg);
                    transform: rotateY(90deg); }
          .boxes .box .model .box-model.xlarge .base .right-side {
            width: 75px;
            height: 100%;
            top: 0;
            right: -75px;
            -webkit-transform-origin: left;
                    transform-origin: left;
            -webkit-transform: rotateY(-90deg);
                    transform: rotateY(-90deg);
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d; }
            .boxes .box .model .box-model.xlarge .base .right-side::after {
              content: "";
              -webkit-transform: translateZ(-1px);
                      transform: translateZ(-1px);
              width: 8px;
              height: 18px;
              border: 2px solid #C8B076;
              position: relative; }
    .boxes .box:hover .box-model {
      -webkit-animation: rotateBox 9s linear infinite;
              animation: rotateBox 9s linear infinite; }
    .boxes .box h4 {
      color: #C8B076;
      margin-bottom: 0; }
    .boxes .box ul {
      text-align: center;
      list-style: none;
      padding: 10px;
      padding-top: 0;
      line-height: 0.8em; }
      .boxes .box ul li {
        font-size: 0.6em;
        display: inline-block; }
        .boxes .box ul li:not(:first-of-type)::before {
          content: "•";
          color: #C8B076; }
    .boxes .box button {
      background: #C8B076;
      border: none;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: white;
      padding: 10px;
      -webkit-align-self: center;
                  -ms-grid-row-align: center;
              align-self: center;
      cursor: pointer; }
      .boxes .box button a {
        color: white; }
      .boxes .box button:hover {
        color: #425363; }
        .boxes .box button:hover a {
          color: #425363; }
  .boxes .box-wrapper {
    position: relative;
    -webkit-flex-basis: 19.5%;
            flex-basis: 19.5%;
    min-width: 175px;
    margin-bottom: 40px;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 767px) {
      .boxes .box-wrapper {
        min-width: 230px; } }
    .boxes .box-wrapper .vid-mask {
      position: absolute;
      width: calc(200% + 500px);
      height: 0;
      padding-bottom: calc(112.5% + 281.25px);
      z-index: -1;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
      transition: opacity 0.5s, -webkit-transform 0.5s;
      transition: transform 0.5s, opacity 0.5s;
      transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      pointer-events: none;
      left: 50px;
      bottom: calc(100% - 50px); }
      @media (min-width: 768px) and (max-width: 1024px) {
        .boxes .box-wrapper .vid-mask {
          width: calc(100% + 500px);
          padding-bottom: calc(56.25% + 281.25px);
          left: 0;
          bottom: 100%; } }
      @media (max-width: 767px) {
        .boxes .box-wrapper .vid-mask {
          width: 100%;
          padding-bottom: 56.25%;
          left: 0;
          bottom: 100%; } }
      .boxes .box-wrapper .vid-mask video {
        height: 100%;
        width: 100%;
        position: absolute; }
    .boxes .box-wrapper .expander {
      width: 500px;
      position: absolute;
      overflow: hidden;
      left: 100%;
      height: 100%;
      color: white;
      background: rgba(0, 0, 0, 0.4);
      top: 0;
      z-index: 1;
      border: 2px solid #C8B076;
      border-left: 0;
      text-align: left;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
      .boxes .box-wrapper .expander .headers, .boxes .box-wrapper .expander .mid {
        padding: 20px 25px; }
      .boxes .box-wrapper .expander .headers {
        border-bottom: 2px solid #C8B076; }
      .boxes .box-wrapper .expander .bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
        text-align: right; }
      .boxes .box-wrapper .expander button {
        border: none;
        -webkit-appearance: none;
        background: #C8B076;
        padding: 20px;
        color: #425363;
        position: relative;
        font-size: 1em;
        display: inline-block;
        text-align: right;
        font-weight: 600; }
        .boxes .box-wrapper .expander button a {
          color: #425363; }
        .boxes .box-wrapper .expander button:hover {
          color: white; }
          .boxes .box-wrapper .expander button:hover a {
            color: white; }
      .boxes .box-wrapper .expander .bottom-enquire-btn {
        padding: 20px;
        border-top: 2px solid #C8B076;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: white; }
        .boxes .box-wrapper .expander .bottom-enquire-btn:hover {
          background: #C8B076;
          color: #fff; }
      @media (max-width: 767px) {
        .boxes .box-wrapper .expander {
          width: auto;
          top: 100%;
          height: auto;
          left: 0;
          border-left: 2px solid #C8B076; }
          .boxes .box-wrapper .expander button {
            width: 100%;
            text-align: center; }
          .boxes .box-wrapper .expander .bottom {
            -webkit-flex-wrap: wrap;
                    flex-wrap: wrap; }
          .boxes .box-wrapper .expander .bottom-enquire-btn {
            width: 100%;
            border-top: none;
            text-align: center; } }
      .boxes .box-wrapper .expander h3 {
        text-align: left; }
      .boxes .box-wrapper .expander h4 {
        margin-top: 20px; }
      .boxes .box-wrapper .expander .mid > ul {
        margin: 10px 0;
        -webkit-columns: 2;
                columns: 2;
        font-size: 0.9em; }
        @media (max-width: 767px) {
          .boxes .box-wrapper .expander .mid > ul {
            -webkit-columns: 1;
                    columns: 1; } }
        .boxes .box-wrapper .expander .mid > ul li {
          border-left: 2px solid #C8B076;
          list-style: none;
          padding: 0 10px 0 15px;
          line-height: 1.6em; }
          .boxes .box-wrapper .expander .mid > ul li li {
            border-left: none;
            padding-left: 5px; }
            .boxes .box-wrapper .expander .mid > ul li li:before {
              content: "-";
              color: #C8B076; }
    .boxes .box-wrapper.expand {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      z-index: 1; }
      .boxes .box-wrapper.expand .expander {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
      .boxes .box-wrapper.expand .box-controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex; }
      .boxes .box-wrapper.expand .vid-mask {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; }
      .boxes .box-wrapper.expand .box {
        background: #C8B076; }
        .boxes .box-wrapper.expand .box .top {
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%); }
        .boxes .box-wrapper.expand .box .model {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); }
          .boxes .box-wrapper.expand .box .model .box-model {
            -webkit-animation: rotateBox 30s linear infinite;
                    animation: rotateBox 30s linear infinite; }
        .boxes .box-wrapper.expand .box .bottom {
          -webkit-transform: translateY(100%);
                  transform: translateY(100%); }

@-webkit-keyframes rotateBox {
  0% {
    -webkit-transform: rotateX(60deg) rotateZ(45deg);
            transform: rotateX(60deg) rotateZ(45deg); }
  50% {
    -webkit-transform: rotateX(80deg) rotateZ(225deg);
            transform: rotateX(80deg) rotateZ(225deg); }
  100% {
    -webkit-transform: rotateX(60deg) rotateZ(405deg);
            transform: rotateX(60deg) rotateZ(405deg); } }

@keyframes rotateBox {
  0% {
    -webkit-transform: rotateX(60deg) rotateZ(45deg);
            transform: rotateX(60deg) rotateZ(45deg); }
  50% {
    -webkit-transform: rotateX(80deg) rotateZ(225deg);
            transform: rotateX(80deg) rotateZ(225deg); }
  100% {
    -webkit-transform: rotateX(60deg) rotateZ(405deg);
            transform: rotateX(60deg) rotateZ(405deg); } }

@-webkit-keyframes endRotate {
  to {
    -webkit-transform: rotateX(60deg) rotateZ(45deg);
            transform: rotateX(60deg) rotateZ(45deg); } }

@keyframes endRotate {
  to {
    -webkit-transform: rotateX(60deg) rotateZ(45deg);
            transform: rotateX(60deg) rotateZ(45deg); } }

.backdrop-fade {
  position: fixed;
  top: -100vh;
  width: 100vw;
  height: 1000vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: none; }
  @supports ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
    .backdrop-fade {
      -webkit-backdrop-filter: blur(15px);
              backdrop-filter: blur(15px);
      background: rgba(0, 0, 0, 0.6); } }
  .backdrop-fade.expand {
    pointer-events: all;
    opacity: 1;
    display: block; }

.safe-alert-wrapper {
  text-align: center; }
  .safe-alert-wrapper .safe-alert {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-animation: slideBack 1.3s both;
            animation: slideBack 1.3s both; }
    .safe-alert-wrapper .safe-alert .vault-icon {
      padding: 10px;
      width: 60px;
      height: 60px;
      background: #C8B076;
      margin: 0; }
      .safe-alert-wrapper .safe-alert .vault-icon svg {
        width: 100%;
        height: 100%; }
        .safe-alert-wrapper .safe-alert .vault-icon svg .st0 {
          stroke: white; }
        .safe-alert-wrapper .safe-alert .vault-icon svg .st1 {
          fill: white; }
    .safe-alert-wrapper .safe-alert .text {
      border: 2px solid #C8B076;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
              flex-grow: 1;
      padding: 10px 20px;
      font-size: 0.8em;
      -webkit-animation: expandText 0.7s both;
              animation: expandText 0.7s both;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      .safe-alert-wrapper .safe-alert .text a {
        color: #C8B076; }

@-webkit-keyframes slideBack {
  0% {
    -webkit-transform: translateX(calc(50% - 30px));
            transform: translateX(calc(50% - 30px)); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideBack {
  0% {
    -webkit-transform: translateX(calc(50% - 30px));
            transform: translateX(calc(50% - 30px)); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes expandText {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes expandText {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

.tech {
  background: #425363;
  color: white;
  margin-top: -50px; }
  .tech .signup {
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 0; }
    .tech .signup .form-inner {
      color: #C8B076;
      padding: 18px;
      border-right: 2px solid #C8B076; }
      @media (max-width: 767px) {
        .tech .signup .form-inner {
          border-right: 0;
          width: 100%;
          border-bottom: 2px solid #C8B076; } }
    .tech .signup .form-proper {
      padding: 18px;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
              flex-grow: 1;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
      @media (max-width: 767px) {
        .tech .signup .form-proper {
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
                  flex-direction: column; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .tech .signup {
        font-size: 0.8em; } }
  .tech .inner {
    border: 2px solid rgba(166, 187, 202, 0.5);
    border-top: none;
    border-bottom: 0;
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .tech .inner {
        padding-top: 85px; } }
  .tech .bar {
    width: 100px;
    margin: 100px auto; }
    @media (max-width: 767px) {
      .tech .bar {
        margin: 30px auto; } }

.stage {
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: center;
          perspective-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .stage .circle, .stage .circle-inset::after, .stage .circle-wrapper::after, .stage .depth::after {
    background: #425363;
    border: 2px solid #C8B076;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .stage .circle-inset {
    position: absolute;
    background: none;
    width: 50%;
    height: 50%;
    -webkit-transform: translateZ(5px);
            transform: translateZ(5px); }
    .stage .circle-inset::after {
      content: "";
      background: none;
      z-index: -1;
      -webkit-transform: translateZ(-5px) scale(0.97);
              transform: translateZ(-5px) scale(0.97); }
  .stage .handle {
    position: absolute;
    width: 1px;
    height: 1px;
    -webkit-transform: translateZ(30px);
            transform: translateZ(30px);
    -webkit-animation: fallInHigh 5s both ease-out;
            animation: fallInHigh 5s both ease-out;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    z-index: 5;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    .stage .handle .circle-inset {
      -webkit-transform: translateZ(3px);
              transform: translateZ(3px); }
      .stage .handle .circle-inset::after {
        -webkit-transform: translateZ(-3px) scale(0.97);
                transform: translateZ(-3px) scale(0.97); }
    .stage .handle .handle-front, .stage .handle .handle-back {
      position: absolute;
      width: 100px;
      height: 100px; }
    .stage .handle .handle-front {
      -webkit-transform: translateZ(10px);
              transform: translateZ(10px); }
    .stage .handle .handles {
      position: absolute;
      width: 1px;
      height: 1px;
      -webkit-transform: translateZ(5px);
              transform: translateZ(5px);
      -webkit-animation: handles 30s linear infinite;
              animation: handles 30s linear infinite; }
    .stage .handle .handlebar {
      position: absolute;
      border-radius: 20px 20px 30px 30px;
      width: 10px;
      height: 30px;
      background: #425363;
      border: 2px solid #C8B076; }
      .stage .handle .handlebar[data-rotation="0"] {
        left: -5px;
        top: 45px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-animation-delay: 0s;
                animation-delay: 0s; }
      .stage .handle .handlebar[data-rotation="1"] {
        left: 37.4264068712px;
        top: 27.4264068712px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s; }
      .stage .handle .handlebar[data-rotation="2"] {
        left: 55px;
        top: -15px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }
      .stage .handle .handlebar[data-rotation="3"] {
        left: 37.4264068712px;
        top: -57.4264068712px;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s; }
      .stage .handle .handlebar[data-rotation="4"] {
        left: -5.0px;
        top: -75px;
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; }
      .stage .handle .handlebar[data-rotation="5"] {
        left: -47.4264068712px;
        top: -57.4264068712px;
        -webkit-transform: rotate(-225deg);
                transform: rotate(-225deg);
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
      .stage .handle .handlebar[data-rotation="6"] {
        left: -65px;
        top: -15px;
        -webkit-transform: rotate(-270deg);
                transform: rotate(-270deg);
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s; }
      .stage .handle .handlebar[data-rotation="7"] {
        left: -47.4264068712px;
        top: 27.4264068711px;
        -webkit-transform: rotate(-315deg);
                transform: rotate(-315deg);
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s; }
      .stage .handle .handlebar[data-rotation="8"] {
        left: -5.0000000014px;
        top: 44.9999999923px;
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s; }
  .stage .circle-wrapper {
    margin: auto;
    width: 600px;
    height: 600px;
    -webkit-transform: rotateX(30deg) rotateY(-30deg);
            transform: rotateX(30deg) rotateY(-30deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
    -webkit-animation: rotate 10s both;
            animation: rotate 10s both; }
    .stage .circle-wrapper::after {
      content: "";
      z-index: -1;
      -webkit-transform: translateZ(-20px) scale(1.01);
              transform: translateZ(-20px) scale(1.01); }
  .stage .hinge {
    position: absolute;
    left: 0;
    border-radius: 10px;
    border: 2px solid #C8B076;
    background: #425363;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    .stage .hinge.hinge-front {
      -webkit-transform: translateX(-50px) translateZ(-5px) rotateY(90deg);
              transform: translateX(-50px) translateZ(-5px) rotateY(90deg);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      width: 70px;
      height: 500px; }
    .stage .hinge.hinge-back {
      -webkit-transform: translateY(-5px) translateZ(-10px) scale(1.1);
              transform: translateY(-5px) translateZ(-10px) scale(1.1);
      width: 100%;
      height: 100%; }
    .stage .hinge.hinge-bar {
      -webkit-transform: translateZ(100px) translateX(-60px) rotateY(90deg);
              transform: translateZ(100px) translateX(-60px) rotateY(90deg);
      border-radius: 5px;
      width: 200px;
      height: 350px; }
      .stage .hinge.hinge-bar .hinge-back {
        border-radius: 5px;
        -webkit-transform: translateY(5px) translateZ(5px);
                transform: translateY(5px) translateZ(5px); }
  .stage .circle-border {
    position: absolute;
    width: 95%;
    height: 95%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
    .stage .circle-border .border-mid {
      position: absolute;
      width: 98%;
      height: 98%;
      background: none;
      border-style: dashed;
      -webkit-transform: translate3d(0, 0, 1px) rotateZ(0deg);
              transform: translate3d(0, 0, 1px) rotateZ(0deg);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-animation: spin 120s infinite, fadeIn 5s both;
              animation: spin 120s infinite, fadeIn 5s both; }
    .stage .circle-border .border-inner {
      position: absolute;
      width: 95%;
      height: 95%; }
  .stage .circle-chisel {
    width: 95%;
    height: 95%;
    position: absolute;
    -webkit-transform: translateZ(1px);
            transform: translateZ(1px); }
  .stage .circle-small {
    width: 25%;
    height: 25%; }
  .stage .circle-inner {
    width: 60%;
    height: 60%;
    z-index: 1;
    -webkit-transform: translateZ(20px);
            transform: translateZ(20px);
    position: absolute;
    -webkit-animation: fallIn 3s both ease-in-out;
            animation: fallIn 3s both ease-in-out;
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .stage .bolts, .stage .screws {
    width: 0;
    height: 0;
    position: absolute; }
  .stage .screwdriver::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0%;
    left: calc(50% - 1px);
    background: #C8B076;
    -webkit-animation: spin 5s ease-in 1;
            animation: spin 5s ease-in 1;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .stage .bolt {
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-animation: fallInLow 5s both ease-in-out;
            animation: fallInLow 5s both ease-in-out; }
    .stage .bolt[data-rotation="0"] {
      left: -12.5px;
      top: 197.5px;
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
      .stage .bolt[data-rotation="0"]::before {
        -webkit-animation-delay: 0s;
                animation-delay: 0s; }
    .stage .bolt[data-rotation="1"] {
      left: 92.5px;
      top: 169.365334795px;
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
      .stage .bolt[data-rotation="1"]::before {
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s; }
    .stage .bolt[data-rotation="2"] {
      left: 169.365334795px;
      top: 92.5px;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
      .stage .bolt[data-rotation="2"]::before {
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }
    .stage .bolt[data-rotation="3"] {
      left: 197.5px;
      top: -12.5px;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
      .stage .bolt[data-rotation="3"]::before {
        -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s; }
    .stage .bolt[data-rotation="4"] {
      left: 169.365334795px;
      top: -117.5px;
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
      .stage .bolt[data-rotation="4"]::before {
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; }
    .stage .bolt[data-rotation="5"] {
      left: 92.5px;
      top: -194.365334795px;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
      .stage .bolt[data-rotation="5"]::before {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
    .stage .bolt[data-rotation="6"] {
      left: -12.5px;
      top: -222.5px;
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }
      .stage .bolt[data-rotation="6"]::before {
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s; }
    .stage .bolt[data-rotation="7"] {
      left: -117.5px;
      top: -194.365334795px;
      -webkit-animation-delay: 0.7s;
              animation-delay: 0.7s; }
      .stage .bolt[data-rotation="7"]::before {
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s; }
    .stage .bolt[data-rotation="8"] {
      left: -194.365334795px;
      top: -117.5px;
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s; }
      .stage .bolt[data-rotation="8"]::before {
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s; }
    .stage .bolt[data-rotation="9"] {
      left: -222.5px;
      top: -12.4999999999px;
      -webkit-animation-delay: 0.9s;
              animation-delay: 0.9s; }
      .stage .bolt[data-rotation="9"]::before {
        -webkit-animation-delay: 0.9s;
                animation-delay: 0.9s; }
    .stage .bolt[data-rotation="10"] {
      left: -194.365334795px;
      top: 92.5px;
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
      .stage .bolt[data-rotation="10"]::before {
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
    .stage .bolt[data-rotation="11"] {
      left: -117.5px;
      top: 169.365334793px;
      -webkit-animation-delay: 1.1s;
              animation-delay: 1.1s; }
      .stage .bolt[data-rotation="11"]::before {
        -webkit-animation-delay: 1.1s;
                animation-delay: 1.1s; }
    .stage .bolt[data-rotation="12"] {
      left: -12.500000005px;
      top: 197.499999973px;
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s; }
      .stage .bolt[data-rotation="12"]::before {
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s; }
  .stage .screws {
    -webkit-transform: translateZ(3px);
            transform: translateZ(3px);
    -webkit-animation: fallInScrew 3s both ease-in-out;
            animation: fallInScrew 3s both ease-in-out; }
    .stage .screws.bigger {
      -webkit-transform: translateZ(0) scale(2.5);
              transform: translateZ(0) scale(2.5);
      -webkit-animation: fallInLow 5s both ease-in-out;
              animation: fallInLow 5s both ease-in-out; }
      .stage .screws.bigger .screw {
        border: 1px solid #C8B076; }
  .stage .screw-spinner {
    animation: spin 30s infinite linear reverse; }
  .stage .screw {
    position: absolute;
    width: 5px;
    height: 5px; }
    .stage .screw[data-rotation="0"] {
      left: -2.5px;
      top: 32.5px; }
    .stage .screw[data-rotation="1"] {
      left: 19.997566339px;
      top: 24.3115555092px; }
    .stage .screw[data-rotation="2"] {
      left: 31.9682713554px;
      top: 3.5776862183px; }
    .stage .screw[data-rotation="3"] {
      left: 27.8108891325px;
      top: -20px; }
    .stage .screw[data-rotation="4"] {
      left: 9.4707050164px;
      top: -35.3892417275px; }
    .stage .screw[data-rotation="5"] {
      left: -14.4707050164px;
      top: -35.3892417275px; }
    .stage .screw[data-rotation="6"] {
      left: -32.8108891325px;
      top: -20px; }
    .stage .screw[data-rotation="7"] {
      left: -36.9682713554px;
      top: 3.5776862184px; }
    .stage .screw[data-rotation="8"] {
      left: -24.997566339px;
      top: 24.3115555091px; }
    .stage .screw[data-rotation="9"] {
      left: -2.5000000008px;
      top: 32.4999999955px; }
  .stage .depth::after {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    -webkit-animation: depth 10s both;
            animation: depth 10s both; }

.ie .vault {
  display: none; }

@-webkit-keyframes handles {
  0% {
    -webkit-transform: translateZ(5px) rotate(0);
            transform: translateZ(5px) rotate(0); }
  100% {
    -webkit-transform: translateZ(5px) rotate(-360deg);
            transform: translateZ(5px) rotate(-360deg); } }

@keyframes handles {
  0% {
    -webkit-transform: translateZ(5px) rotate(0);
            transform: translateZ(5px) rotate(0); }
  100% {
    -webkit-transform: translateZ(5px) rotate(-360deg);
            transform: translateZ(5px) rotate(-360deg); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateX(70deg) rotateY(-30deg) scale(0.75);
            transform: rotateX(70deg) rotateY(-30deg) scale(0.75); }
  100% {
    -webkit-transform: rotateX(40deg) rotateY(-40deg) scale(1.1);
            transform: rotateX(40deg) rotateY(-40deg) scale(1.1); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotateX(70deg) rotateY(-30deg) scale(0.75);
            transform: rotateX(70deg) rotateY(-30deg) scale(0.75); }
  100% {
    -webkit-transform: rotateX(40deg) rotateY(-40deg) scale(1.1);
            transform: rotateX(40deg) rotateY(-40deg) scale(1.1); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: translate3d(0, 0, 1px) rotateZ(360deg);
            transform: translate3d(0, 0, 1px) rotateZ(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: translate3d(0, 0, 1px) rotateZ(360deg);
            transform: translate3d(0, 0, 1px) rotateZ(360deg); } }

@-webkit-keyframes depth {
  0% {
    -webkit-transform: translateZ(-3px);
            transform: translateZ(-3px); }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 0; } }

@keyframes depth {
  0% {
    -webkit-transform: translateZ(-3px);
            transform: translateZ(-3px); }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 0; } }

@-webkit-keyframes fallInHigh {
  from {
    -webkit-transform: translateZ(180px);
            transform: translateZ(180px); } }

@keyframes fallInHigh {
  from {
    -webkit-transform: translateZ(180px);
            transform: translateZ(180px); } }

@-webkit-keyframes fallIn {
  from {
    -webkit-transform: translateZ(140px);
            transform: translateZ(140px); } }

@keyframes fallIn {
  from {
    -webkit-transform: translateZ(140px);
            transform: translateZ(140px); } }

@-webkit-keyframes fallInScrew {
  from {
    -webkit-transform: translateZ(70px) scale(0.5);
            transform: translateZ(70px) scale(0.5); } }

@keyframes fallInScrew {
  from {
    -webkit-transform: translateZ(70px) scale(0.5);
            transform: translateZ(70px) scale(0.5); } }

@-webkit-keyframes fallInLow {
  from {
    -webkit-transform: translateZ(120px);
            transform: translateZ(120px); } }

@keyframes fallInLow {
  from {
    -webkit-transform: translateZ(120px);
            transform: translateZ(120px); } }

.vault-padder {
  position: relative;
  height: 450px;
  max-width: 1100px;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .vault-padder .title {
    position: absolute;
    z-index: 1;
    background: rgba(66, 83, 99, 0.95);
    padding: 20px 40px;
    border: 2px solid #C8B076; }
    .vault-padder .title h2 {
      color: white;
      font-size: 0.95em;
      margin-bottom: 0; }
    .vault-padder .title a {
      color: #C8B076; }

.ie .vault-padder .title {
  position: relative; }

.vault {
  border-top: 2px solid #C8B076;
  border-bottom: 2px solid #C8B076;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  height: 450px;
  width: 100%;
  left: 0;
  -webkit-animation-name: expand;
          animation-name: expand;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }
  .vault .vault-wrapper {
    position: absolute; }
  @media (max-width: 767px) {
    .vault {
      height: 300px;
      height: 300px;
      width: calc(100% + 60px);
      left: -30px; }
      .vault .vault-wrapper {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); } }

.tech-stage {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding-top: 100px; }
  @media (max-width: 767px) {
    .tech-stage {
      padding-top: 30px; } }

.technology {
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative; }
  .technology.eye .tech-text {
    max-width: calc(80% - 150px); }
  .technology.eye .icon {
    width: 150px; }
  .technology.privacy .tech-text {
    left: 60px;
    max-width: calc(80% - 60px); }
  .technology.privacy .icon {
    width: 60px; }
  .technology.left .tech-text {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-animation-name: slideRevealLeftWide;
            animation-name: slideRevealLeftWide;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
    @media (max-width: 1540px) {
      .technology.left .tech-text {
        -webkit-animation: slideRevealLeft;
                animation: slideRevealLeft;
        -webkit-animation-duration: 1.4s;
                animation-duration: 1.4s;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .technology.left .tech-text {
        -webkit-animation: slideRevealLeftTab;
                animation: slideRevealLeftTab;
        -webkit-animation-duration: 1.4s;
                animation-duration: 1.4s;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1; } }
  .technology.left .tech-video {
    right: 0; }

@-webkit-keyframes slideRevealLeft {
  0% {
    -webkit-transform: translateX(calc((50vw - (158px + 120px)) + (60px/2)));
            transform: translateX(calc((50vw - (158px + 120px)) + (60px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideRevealLeft {
  0% {
    -webkit-transform: translateX(calc((50vw - (158px + 120px)) + (60px/2)));
            transform: translateX(calc((50vw - (158px + 120px)) + (60px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideRevealLeftTab {
  0% {
    -webkit-transform: translateX(calc((50vw - (158px + 120px)) + (60px/2)));
            transform: translateX(calc((50vw - (158px + 120px)) + (60px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideRevealLeftTab {
  0% {
    -webkit-transform: translateX(calc((50vw - (158px + 120px)) + (60px/2)));
            transform: translateX(calc((50vw - (158px + 120px)) + (60px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideRevealLeftWide {
  0% {
    -webkit-transform: translateX(calc(550px - (60px/2)));
            transform: translateX(calc(550px - (60px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideRevealLeftWide {
  0% {
    -webkit-transform: translateX(calc(550px - (60px/2)));
            transform: translateX(calc(550px - (60px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
  .technology.right .tech-text {
    -webkit-transform-origin: left;
            transform-origin: left;
    right: 0;
    -webkit-animation-name: slideRevealRightWide;
            animation-name: slideRevealRightWide;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
    @media (max-width: 1540px) {
      .technology.right .tech-text {
        -webkit-animation-name: slideRevealRight;
                animation-name: slideRevealRight;
        -webkit-animation-duration: 1.4s;
                animation-duration: 1.4s;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .technology.right .tech-text {
        -webkit-animation-name: slideRevealRightTab;
                animation-name: slideRevealRightTab;
        -webkit-animation-duration: 1.4s;
                animation-duration: 1.4s;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1; } }
  .technology.right .tech-video {
    left: 0; }

@-webkit-keyframes slideRevealRightTab {
  0% {
    -webkit-transform: translateX(calc((100% - (50vw - (158px + 120px))) + (150px/2)));
            transform: translateX(calc((100% - (50vw - (158px + 120px))) + (150px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideRevealRightTab {
  0% {
    -webkit-transform: translateX(calc((100% - (50vw - (158px + 120px))) + (150px/2)));
            transform: translateX(calc((100% - (50vw - (158px + 120px))) + (150px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideRevealRight {
  0% {
    -webkit-transform: translateX(calc((100% - (50vw - (158px + 120px))) + (75px/2)));
            transform: translateX(calc((100% - (50vw - (158px + 120px))) + (75px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideRevealRight {
  0% {
    -webkit-transform: translateX(calc((100% - (50vw - (158px + 120px))) + (75px/2)));
            transform: translateX(calc((100% - (50vw - (158px + 120px))) + (75px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideRevealRightWide {
  0% {
    -webkit-transform: translateX(calc((100% - 550px) + (150px/2)));
            transform: translateX(calc((100% - 550px) + (150px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideRevealRightWide {
  0% {
    -webkit-transform: translateX(calc((100% - 550px) + (150px/2)));
            transform: translateX(calc((100% - 550px) + (150px/2))); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
  .technology .tech-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    position: absolute;
    z-index: 1; }
  .technology .tech-video {
    position: absolute;
    height: 100%;
    width: 65%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    overflow: hidden;
    min-width: 600px; }
    .technology .tech-video .vid-mask {
      background: #425363;
      z-index: 3;
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-animation-name: unmask;
              animation-name: unmask;
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
      .technology .tech-video .vid-mask.fade {
        opacity: 0;
        z-index: 2;
        mix-blend-mode: lighten;
        -webkit-animation: unmask 1s both ease-in-out, fadeOut 2s both linear;
                animation: unmask 1s both ease-in-out, fadeOut 2s both linear;
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s; }

@-webkit-keyframes unmask {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

@keyframes unmask {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }
    .technology .tech-video video {
      min-width: 100%;
      height: 100.5%;
      position: absolute;
      top: 0; }
  .technology .text {
    margin-left: 40px;
    padding-left: 30px;
    position: relative;
    overflow: hidden; }
    .technology .text .text-inner {
      -webkit-animation-name: slideOut;
              animation-name: slideOut;
      -webkit-animation-duration: 1.2s;
              animation-duration: 1.2s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s; }

@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateX(-50%) scaleX(0.5);
            transform: translateX(-50%) scaleX(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
    opacity: 1; } }

@keyframes slideOut {
  0% {
    -webkit-transform: translateX(-50%) scaleX(0.5);
            transform: translateX(-50%) scaleX(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
    opacity: 1; } }
  .technology .line {
    width: 2px;
    height: 100%;
    background: #C8B076;
    position: absolute;
    left: 0;
    -webkit-animation: expandUp 0.8s both ease-in-out;
            animation: expandUp 0.8s both ease-in-out; }

@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes expandUp {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }
  .technology .icon {
    position: absolute;
    height: 100%;
    right: 100%; }
    .technology .icon svg {
      width: 100%;
      height: 100%; }
  .technology h3 {
    text-align: left;
    letter-spacing: 0.3em;
    font-size: 1.5em;
    font-weight: 500; }
  .technology p {
    font-size: 0.9em;
    line-height: 1.7em;
    max-width: 400px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .technology .tech-video {
      width: 75%; }
    .technology .overlay {
      background: rgba(0, 0, 0, 0.4); } }
  @media (max-width: 767px) {
    .technology .tech-video {
      width: 100%;
      min-width: 0; }
    .technology.left .tech-text {
      left: 0;
      bottom: 20px;
      -webkit-animation: slideRevealRight 1.4s ease-in-out;
              animation: slideRevealRight 1.4s ease-in-out; }
    .technology.right .tech-text {
      right: auto;
      left: 0;
      bottom: 20px; }
    .technology .tech-text {
      max-width: 100% !important;
      font-size: 0.8em;
      padding-right: 20px; }
      .technology .tech-text .icon {
        display: none; }
      .technology .tech-text .text {
        margin-left: 20px; }
    .technology .overlay {
      background: rgba(0, 0, 0, 0.7); } }

.ie .technology {
  display: block; }
  .ie .technology .tech-text {
    display: block;
    bottom: 10%; }
  .ie .technology .tech-video video {
    top: 0;
    left: 0; }

.overlay {
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none; }

@-webkit-keyframes expand {
  0% {
    opacity: 0;
    height: 200px;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8); }
  10% {
    -webkit-transform: scaleX(0.95);
            transform: scaleX(0.95); }
  100% {
    opacity: 1;
    height: 450px;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes expand {
  0% {
    opacity: 0;
    height: 200px;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8); }
  10% {
    -webkit-transform: scaleX(0.95);
            transform: scaleX(0.95); }
  100% {
    opacity: 1;
    height: 450px;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

.mapWrapper {
  height: 360px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #425363; }
  .mapWrapper .border-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: absolute;
    z-index: 2;
    height: 300px;
    pointer-events: none; }
    .mapWrapper .border-wrapper .border {
      border: 2px solid rgba(166, 187, 202, 0.5);
      border-top: none;
      padding: 0;
      position: relative;
      height: 100%; }
  .mapWrapper .address {
    text-transform: uppercase;
    position: absolute;
    color: white;
    z-index: 2;
    top: calc(50% - 60px);
    padding: 20px;
    width: 300px;
    font-size: 1.4em;
    text-align: center;
    left: calc(50% - 150px);
    border: 2px solid #C8B076;
    background: rgba(66, 83, 99, 0.3);
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    .mapWrapper .address a {
      font-size: 0.5em;
      letter-spacing: 0.2em;
      color: #C8B076;
      text-decoration: none; }
      .mapWrapper .address a:hover {
        opacity: 0.6; }
    .mapWrapper .address:hover {
      background: rgba(66, 83, 99, 0.9); }
    .mapWrapper .address .line {
      width: 2px;
      background: #C8B076;
      position: absolute;
      left: calc(50% - 1px);
      height: 25px;
      bottom: 100%;
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
      .mapWrapper .address .line.collapse {
        -webkit-transform: scaleY(0);
                transform: scaleY(0); }
  .mapWrapper .map {
    height: calc(100% + 30px); }

.ie .mapWrapper .border-wrapper .border {
  margin: 0; }

.pre-footer {
  background: #425363;
  color: #C8B076;
  font-size: 0.8em; }
  .pre-footer .social {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    margin-right: 15px; }
    .pre-footer .social svg {
      width: 100%;
      height: 100%; }
  .pre-footer .sup {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 0;
    margin-top: -30px;
    z-index: 1;
    position: relative; }
    @media (max-width: 767px) {
      .pre-footer .sup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column; } }

.signup {
  border: 2px solid #C8B076;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 15px; }
  .signup p {
    font-weight: 500;
    padding-right: 5px; }
  .signup .form-section {
    position: relative; }
    .signup .form-section label {
      color: #a6bbca;
      position: absolute;
      left: 10px;
      top: 0;
      pointer-events: none;
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-transition: -webkit-transform 0.7s;
      transition: -webkit-transform 0.7s;
      transition: transform 0.7s;
      transition: transform 0.7s, -webkit-transform 0.7s; }
  .signup input {
    margin-left: 10px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0; }
    .signup input[type="submit"] {
      background: #C8B076;
      border: none;
      color: #425363;
      padding: 5px 10px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-weight: 500; }
    .signup input[type="text"], .signup input[type="email"] {
      min-width: 175px;
      border: none;
      border-bottom: 1px solid #a6bbca;
      padding: 5px 0;
      background: none;
      width: 90%;
      color: white; }
      .signup input[type="text"].filled + label, .signup input[type="email"].filled + label {
        -webkit-transform: scale(0.7) translateY(-100%);
                transform: scale(0.7) translateY(-100%); }
      .signup input[type="text"]:focus + label, .signup input[type="email"]:focus + label {
        -webkit-transform: scale(0.7) translateY(-100%);
                transform: scale(0.7) translateY(-100%); }
  @media (max-width: 767px) {
    .signup {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      width: 100%;
      margin-top: 20px; }
      .signup .form-section {
        margin-top: 20px;
        width: 100%; }
      .signup input {
        margin-left: 0;
        width: 100% !important; }
        .signup input[type="submit"] {
          margin-top: 20px; } }

.paused * {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important; }

.playing * {
  -webkit-animation-play-state: running !important;
          animation-play-state: running !important; }

footer {
  background: #425363;
  padding: 80px;
  text-align: center;
  color: white; }
  footer nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.6em;
    font-weight: 600;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin: auto;
    margin-bottom: 20px; }
    footer nav a {
      color: #a6bbca;
      padding: 0 5px; }
  footer h2 {
    font-size: 1.7em;
    letter-spacing: 0.25em;
    margin-bottom: 0; }
  footer p {
    padding-top: 10px;
    margin: auto;
    font-size: 0.8em; }
  footer a {
    color: #C8B076;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer p a {
    font-size: inherit; }
  @media (max-width: 767px) {
    footer {
      padding: 20px;
      padding-top: 80px; }
      footer nav {
        display: none; }
      footer h2 {
        font-size: 1.2em; } }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes shrinkIn {
  0% {
    -webkit-transform: scale(0.6666666667);
            transform: scale(0.6666666667); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes shrinkIn {
  0% {
    -webkit-transform: scale(0.6666666667);
            transform: scale(0.6666666667); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.5) translateY(-50px);
            transform: scale(1.5) translateY(-50px); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.5) translateY(-50px);
            transform: scale(1.5) translateY(-50px); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.togglebox {
  max-width: 600px;
  margin: auto;
  margin-top: 10px;
  text-align: left; }
  .togglebox .call, .togglebox .response {
    border: 2px solid #C8B076; }
  .togglebox .call {
    background: #C8B076;
    color: white;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 20px 30px;
    cursor: pointer; }
    .togglebox .call span {
      max-width: 300px; }
    .togglebox .call:hover {
      color: #425363; }
      .togglebox .call:hover .arrow-wrapper {
        opacity: 1; }
  .togglebox .response {
    font-size: 0.9em;
    line-height: 1.8em;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s; }
    .togglebox .response .text {
      padding: 30px;
      opacity: 0.5;
      -webkit-transform: translateY(-40px) scale(0.99);
              transform: translateY(-40px) scale(0.99);
      -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
      transition: opacity 0.5s, -webkit-transform 0.6s;
      transition: transform 0.6s, opacity 0.5s;
      transition: transform 0.6s, opacity 0.5s, -webkit-transform 0.6s; }
  .togglebox .arrow-wrapper {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .togglebox.expand .arrow-wrapper {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .togglebox.expand .response {
    max-height: 800px; }
    .togglebox.expand .response .text {
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1); }

.arrow-wrapper {
  width: 30px;
  height: 30px;
  opacity: 0.6;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; }
  .arrow-wrapper .arrow {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #425363;
    border-left: 2px solid #425363;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.parallax {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s; }

.hbspt-form {
  margin: auto;
  max-width: 400px;
  margin-bottom: 50px; }
  .hbspt-form input, .hbspt-form textarea {
    border: 1px solid #a6bbca;
    color: #425363;
    outline: none;
    border-radius: 3px;
    padding: 5px;
    width: 100% !important; }
    .hbspt-form input:focus, .hbspt-form textarea:focus {
      border: 1px solid #425363; }
  .hbspt-form textarea {
    resize: vertical;
    min-height: 120px; }
  .hbspt-form label {
    padding: 10px 0 5px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.6em; }
  .hbspt-form .legal-consent-container {
    font-size: 0.6em;
    padding: 5px 0 10px; }
  .hbspt-form input[type="submit"] {
    border: 1px solid #425363;
    width: 100%;
    padding: 10px;
    font-size: 1em;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #425363;
    color: #C8B076; }

.news {
  margin: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .news {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      max-width: 1200px; } }

.news-main h1.news-post__title,
.news-main h2.news-post__title {
  margin-bottom: 5px; }

.news-main h1.news-post__title--single {
  margin-bottom: 20px; }

.news-main p {
  padding-bottom: 20px; }

.news-main__container h1, .news-main__container h2, .news-main__container h3, .news-main__container h4, .news-main__container h5, .news-main__container h6 {
  text-transform: none;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0;
  color: #C8B076; }

.news-main__container h1 {
  font-size: 2em; }

.news-main__container h2 {
  font-size: 1.6em; }

.news-main__container h3 {
  font-size: 1.2em; }

.news-main__container h4 {
  font-size: 1em; }

.news-main__container h5 {
  font-size: 0.8em; }

.news-main__container h6 {
  font-size: 0.65em; }

@media (min-width: 768px) {
  .news-main {
    padding-right: 20px;
    width: 80%; }
    .news-main__container {
      max-width: 600px;
      margin: auto; } }

.news-post {
  margin-bottom: 30px; }
  .news-post__image {
    margin-bottom: 20px;
    height: 200px; }
  .news-post__image-link {
    display: block; }
  .news-post__info {
    padding-left: 20px;
    padding-right: 20px; }
  .news-post__title-link {
    display: inline-block; }
    .news-post__title-link:hover {
      text-decoration: underline; }
  .news-post__title {
    text-align: left;
    letter-spacing: 0;
    text-transform: initial; }
  .news-post__date {
    font-size: .7rem; }
  .news-post__btn {
    display: inline-block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border: 2px solid #C8B076;
    font-weight: 600;
    font-size: .7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .news-post__btn:hover {
      background: #C8B076;
      color: #fff !important;
      border-color: #fff; }
  .news-post img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto; }
  .news-post p.news-post__date,
  .news-post p.news-post__excerpt {
    padding-bottom: 0; }
  .news-post p.news-post__date {
    margin-bottom: 10px; }
  .news-post p.news-post__excerpt {
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .news-post {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; }
      .news-post__image {
        width: 25%; } }

.share-post-date {
  max-width: 600px;
  margin: 20px auto 40px; }
  .share-post-date__btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .share-post-date__button {
    margin-left: 5px; }
    .share-post-date__button--twitter {
      margin-top: 1px; }
  .share-post-date__date-text {
    font-size: .7rem; }
  @media (max-width: 767px) {
    .share-post-date__button {
      padding-top: 5px;
      padding-bottom: 5px; }
      .share-post-date__button:first-of-type {
        margin-left: 0; } }
  @media (min-width: 768px) {
    .share-post-date {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
      .share-post-date__share {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex; } }

p.share-post-date__text {
  display: inline-block;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px; }

.sidebar {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  width: 20%;
  padding-left: 30px;
  border-left: 2px solid #C8B076; }
  .sidebar .bar {
    margin-left: 0; }
  .sidebar .cat-item {
    padding-top: 5px;
    padding-bottom: 5px; }
    .sidebar .cat-item a {
      color: #425363; }
      .sidebar .cat-item a:hover {
        text-decoration: underline; }
  .sidebar__title {
    text-transform: initial;
    text-align: left;
    font-weight: 400;
    color: #425363;
    letter-spacing: 0; }
  .sidebar__list {
    list-style-type: none; }

.after-content-msg {
  text-align: center;
  font-size: 0.8em; }
/*# sourceMappingURL=style.css.map */
