@font-face {
  font-family: "Avenir LT W01_35 Light1475496";
  src: url("fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
  src: url("fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"), url("fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"), url("fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir LT W01_65 Medium1475532";
  src: url("fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix");
  src: url("fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix") format("eot"), url("fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"), url("fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"), url("fonts/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir LT W01_85 Heavy1475544";
  src: url("fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
  src: url("fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"), url("fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"), url("fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"), url("fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"); }

@font-face {
  font-family: "Avenir LT W01_95 Black1475556";
  src: url("fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix");
  src: url("fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix") format("eot"), url("fonts/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"), url("fonts/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff"), url("fonts/b5c44a82-eeb8-41de-9c3f-a8db50b24b8a.ttf") format("truetype"); }

html {
  height: 100%; }

body {
  margin: 0;
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 1025px) {
    .container {
      max-width: 1024px; } }
  @media screen and (min-width: 1201px) {
    .container {
      max-width: 1200px; } }
  @media screen and (min-width: 1441px) {
    .container {
      max-width: 1440px; } }
.container-full {
  width: 100%;
  margin: 0 auto;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  @media screen and (min-width: 1025px) {
    .container-full {
      padding-left: 15px;
      padding-right: 15px; } }
.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap; }

.row-gutter {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px; }
  @media screen and (min-width: 1025px) {
    .row-gutter {
      margin-right: -15px;
      margin-left: -15px; } }
  .row-gutter > [class^="col"] {
    padding: 0 7.5px; }
    @media screen and (min-width: 1025px) {
      .row-gutter > [class^="col"] {
        padding: 0 15px; } }
.reverse {
  flex-direction: row-reverse; }

.eq-height {
  align-items: stretch; }

.auto-height {
  align-items: flex-start; }

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col.reverse {
  flex-direction: column-reverse; }

.col-centre {
  display: block;
  float: none;
  margin: 0 auto; }

.first {
  order: -1; }

.last {
  order: 1; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 100%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
  width: 100%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  width: 100%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
  width: 100%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  width: 100%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 100%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
  width: 100%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 100%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 100%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.start-xs {
  justify-content: flex-start; }

.center-xs {
  justify-content: center; }

.end-xs {
  justify-content: flex-end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media screen and (min-width: 481px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .start-sm {
    justify-content: flex-start; }
  .center-sm {
    justify-content: center; }
  .end-sm {
    justify-content: flex-end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media screen and (min-width: 769px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .start-md {
    justify-content: flex-start; }
  .center-md {
    justify-content: center; }
  .end-md {
    justify-content: flex-end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media screen and (min-width: 1025px) {
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .start-lg {
    justify-content: flex-start; }
  .center-lg {
    justify-content: center; }
  .end-lg {
    justify-content: flex-end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

@media screen and (min-width: 1201px) {
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .start-xl {
    justify-content: flex-start; }
  .center-xl {
    justify-content: center; }
  .end-xl {
    justify-content: flex-end; }
  .top-xl {
    align-items: flex-start; }
  .middle-xl {
    align-items: center; }
  .bottom-xl {
    align-items: flex-end; }
  .around-xl {
    justify-content: space-around; }
  .between-xl {
    justify-content: space-between; }
  .first-xl {
    order: -1; }
  .last-xl {
    order: 1; } }

/* wayne */
.show {
  display: block; }

.hide {
  display: none; }

.show-xs {
  display: block; }

.hide-xs {
  display: none; }

@media screen and (max-width: 480px) {
  .show-xs-only {
    display: block; }
  .hide-xs-only {
    display: none; } }

@media screen and (min-width: 481px) {
  .show-sm {
    display: block; }
  .hide-sm {
    display: none; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .show-sm-only {
    display: block; }
  .hide-sm-only {
    display: none; } }

@media screen and (min-width: 769px) {
  .show-md {
    display: block; }
  .hide-md {
    display: none; } }

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .show-md-only {
    display: block; }
  .hide-md-only {
    display: none; } }

@media screen and (min-width: 1025px) {
  .show-lg {
    display: block; }
  .hide-lg {
    display: none; } }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .show-lg-only {
    display: block; }
  .hide-lg-only {
    display: none; } }

@media screen and (min-width: 1201px) {
  .show-xl {
    display: block; }
  .hide-xl {
    display: none; } }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: normal; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-family: "Avenir LT W01_85 Heavy1475544"; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #4d4d4d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0;
  cursor: pointer; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none	 !important; }

/* Text meant only for screen readers */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset 50%;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.d-flex {
  display: flex; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.abs {
  position: absolute; }

.fix {
  position: fixed; }

.rel {
  position: relative; }

.hidden {
  display: none !important; }

.no-margin {
  margin: 0 !important; }

.mb {
  margin-bottom: 30px; }

.mb-small {
  margin-bottom: 10px; }

.m-auto {
  margin: auto; }

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

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

.text-centre {
  text-align: center; }

big {
  font-size: 1.25rem;
  line-height: 1.875rem; }

small {
  font-size: 0.875rem;
  line-height: 1.25rem; }

img {
  max-width: 100%;
  height: auto; }

.radius50 {
  border-radius: 50%; }

.NoSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.accordion {
  display: block;
  width: 100%; }
  .accordion .accordion-link {
    position: relative;
    width: 100%;
    padding: 0.5rem 0.75rem;
    text-align: left;
    background: #2F3649;
    border: 0;
    transition: background ease 0.3s; }
    .accordion .accordion-link:after {
      content: "\f078";
      position: absolute;
      top: 0.75rem;
      right: 0.75rem;
      pointer-events: none;
      transition: all ease 0.3s;
      font-family: 'Font Awesome 5 Pro'; }
    .accordion .accordion-link.active:after {
      transform: rotate(180deg); }
    .accordion .accordion-link.active, .accordion .accordion-link:hover {
      background: #4e98a2;
      color: #ffffff; }

.accordion-content {
  display: none;
  overflow: hidden;
  padding: 0.75rem; }
  .accordion-content.active {
    display: block; }
  @media print {
    .accordion-content {
      display: block !important; } }
.btn {
  display: inline-block;
  position: relative;
  padding: 0.5rem 1.5rem;
  margin: 0;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: all ease 0.3s !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.btn-block {
  display: block;
  width: 100%; }

.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 0.75rem; }

.btn-lg {
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem; }

.btn-brand {
  background: #4e98a2;
  color: #ffffff !important; }
  .btn-brand:hover {
    background: #3d7880; }

.btn-brand {
  background: #4e98a2;
  color: #ffffff !important; }
  .btn-brand:hover {
    background: #3d7880; }

.btn-contrast {
  background: #ee7800;
  color: #ffffff !important; }
  .btn-contrast:hover {
    background: #bb5e00; }

.btn-inverse {
  background: #ffffff;
  color: #4e98a2 !important; }
  .btn-inverse:hover {
    color: #ee7800; }

.btn-outline {
  box-shadow: inset 0 0 2px #4e98a2;
  color: #4e98a2 !important; }
  .btn-outline:hover {
    border-color: #3d7880; }

.btn-success {
  background: #53b73e;
  color: #ffffff !important; }
  .btn-success:hover {
    background: #429131; }

.btn-warning {
  background: #ed952b;
  color: #ffffff !important; }
  .btn-warning:hover {
    background: #d37b12; }

.btn-danger {
  background: #d83a3a;
  color: #ffffff !important; }
  .btn-danger:hover {
    background: #ba2525; }

.btn-grey {
  background: #cccccc; }
  .btn-grey:hover {
    background: #888888; }

.btn-disabled {
  cursor: not-allowed;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.btn-blank {
  background: transparent;
  border: 0;
  color: inherit; }

.btn-link {
  background: transparent;
  border: 0; }
  .btn-link:hover {
    text-decoration: underline; }

label {
  display: block;
  margin: 0.5rem 0; }
  @media screen and (min-width: 1025px) {
    label {
      margin: 0.25rem 0; } }
label.required:after {
  content: "*";
  color: #4e98a2; }

input[type=date],
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea,
div.input {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: inherit;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: border-color ease 0.3s; }
  @media screen and (min-width: 1025px) {
    input[type=date],
    input[type=email],
    input[type=file],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    select,
    textarea,
    div.input {
      margin-bottom: 1rem; } }
  input[type=date]:focus,
  input[type=email]:focus,
  input[type=file]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  select:focus,
  textarea:focus,
  div.input:focus {
    border-color: #4e98a2; }

select {
  display: block;
  width: 100%;
  font-weight: normal;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right 50% !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

select:-moz-focusing {
  color: transparent;
  text-shadow: 0 0 0 #000; }

::-webkit-input-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

textarea {
  max-width: 100%;
  height: 4rem; }

.g-recaptcha > div {
  margin-bottom: 0.75rem; }

.ajax-loader {
  position: absolute; }

.form-centre .g-recaptcha > div {
  margin-right: auto;
  margin-left: auto; }

.input-group {
  display: flex; }
  .input-group + .input-group {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    border-left: 1px solid #cccccc; }
  .input-group > * {
    display: inline-block !important;
    margin-bottom: 0 !important; }
    .input-group > * + * {
      margin-left: 0.5rem !important; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

body.menu-open {
  overflow: hidden;
  position: relative; }

.site-header-menu {
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: 998;
  width: 100%;
  background: #4e98a2;
  transition: all ease 0.3s; }
  .site-header-menu.toggled-on {
    opacity: 1;
    left: 0; }

.no-js .site-header-menu {
  display: block; }

.main-navigation {
  width: 100%; }
  .main-navigation ul {
    z-index: 998;
    margin: 0;
    padding: 0;
    list-style: none; }
    .main-navigation ul li {
      position: relative; }
      .main-navigation ul li + li {
        margin-left: 1rem; }
      .main-navigation ul li.menu-item-has-children > a {
        margin-right: 0; }
      .main-navigation ul li.current-menu-item > a {
        color: #ee7800; }
      .main-navigation ul li a {
        display: block;
        text-decoration: none;
        color: #ffffff;
        transition: all ease 0.3s; }
    .main-navigation ul ul {
      display: none; }
      .main-navigation ul ul a {
        font-size: 0.9em; }
      .main-navigation ul ul ul a {
        font-size: 0.9em; }

.no-js .main-navigation ul ul {
  display: block; }

.main-navigation ul .toggled-on {
  display: block; }

.menu-toggle {
  z-index: 999;
  display: block;
  position: relative;
  padding-right: 2rem;
  padding-left: 1rem;
  background: transparent;
  border: 0; }
  .menu-toggle:before, .menu-toggle:after {
    content: "";
    position: absolute;
    right: 0;
    width: 24px;
    height: 4px;
    background: #ee7800;
    border-radius: 2px;
    transition: all ease 0.3s;
    pointer-events: none;
    transform-origin: center center; }
  .menu-toggle:before {
    top: 4px;
    box-shadow: 0 8px 0 0 #ee7800; }
  .menu-toggle:after {
    top: 20px; }
  .menu-toggle.toggled-on:before {
    top: 12px;
    box-shadow: 0 8px 50px 0 transparent;
    transform: rotate(45deg); }
  .menu-toggle.toggled-on:after {
    top: 12px;
    transform: rotate(-45deg); }

.dropdown-toggle {
  position: absolute;
  top: 0;
  right: 1rem;
  background: transparent;
  border: 0;
  color: #ffffff;
  transition: all ease 0.3s; }
  .dropdown-toggle:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro'; }
  .dropdown-toggle.toggled-on:after {
    transform: rotate(180deg); }

.menu-toggle {
  float: right;
  margin-top: 16px; }

@media screen and (min-width: 1025px) {
  .site-header-menu {
    display: block;
    opacity: 1;
    overflow: visible;
    position: initial;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
    background: transparent;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .main-navigation ul li {
    display: inline-block;
    vertical-align: bottom; }
    .main-navigation ul li + li {
      margin-left: 1.5rem; }
    .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-parent > a, .main-navigation ul li.current-menu-ancestor > a {
      color: #ee7800; }
    .main-navigation ul li a {
      display: block;
      white-space: nowrap;
      color: #333333; }
    .main-navigation ul li:hover > a {
      color: #ee7800; }
    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
      left: -1rem; }
  .main-navigation ul .menu-item-has-children > a:after {
    content: "\f078";
    position: relative;
    top: -2px;
    margin-left: 0.25rem;
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.75rem; }
  .main-navigation ul ul {
    display: block;
    position: absolute;
    left: -999em;
    z-index: 99999;
    margin: 0; }
    .main-navigation ul ul li {
      width: 100%;
      text-align: left;
      background: #4e98a2;
      border-bottom-width: 0;
      color: #ffffff; }
      .main-navigation ul ul li + li {
        margin-left: 0; }
      .main-navigation ul ul li a {
        padding: 0.5rem 1rem;
        font-size: 100%;
        color: #ffffff; }
      .main-navigation ul ul li:hover > a {
        color: #ee7800; }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
      right: auto;
      left: 100%; }
  .main-navigation ul ul ul {
    top: 0; }
    .main-navigation ul ul ul:before, .main-navigation ul ul ul:after {
      border: 0; }
    .main-navigation ul ul ul a {
      font-size: 100%; }
  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none; }
  .menu-justify ul {
    text-align: justify; }
    .menu-justify ul:after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 0;
      vertical-align: top; }
    .menu-justify ul li {
      display: inline-block;
      text-align: center;
      vertical-align: bottom; }
      .menu-justify ul li a {
        padding: 0; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

/**
 * Swiper 4.1.6
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  opacity: 0.3;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 50px;
  margin-top: -25px;
  line-height: 50px;
  text-align: center;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: all ease 0.3s; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 1; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #4e98a2; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

table {
  border-collapse: collapse; }
  table th {
    text-align: inherit; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px; }
  .table th,
  .table td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #f0f0f0; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f0f0f0; }
  .table tbody + tbody {
    border-top: 2px solid #f0f0f0; }
  .table .table {
    background-color: #ffffff; }

.table-sm th,
.table-sm td {
  padding: 0.25rem; }

.table-bordered {
  border: 1px solid #f0f0f0; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #f0f0f0; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f0f0f0; }

@media screen and (max-width: 1024px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.tab-links {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px solid #888888; }
  .tab-links .tab-link {
    position: relative;
    top: 1px;
    padding: 0.5rem 0.75rem;
    text-align: center;
    border: 1px solid #888888;
    transition: background ease 0.3s; }
    .tab-links .tab-link:hover {
      color: #4e98a2; }
    .tab-links .tab-link.active {
      border-bottom-color: #ffffff;
      color: inherit; }
    .tab-links .tab-link + .tab-link {
      margin-left: 0.25rem; }

.tab-content {
  display: none; }
  .tab-content.active {
    display: inherit; }

.pagination {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 4px; }
  .pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .pagination li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .pagination li:hover a {
    text-decoration: none;
    background-color: #cccccc; }
  .pagination li.active a {
    z-index: 1;
    color: #ffffff;
    background-color: #4e98a2; }
  .pagination li.disabled a {
    background-color: #f0f0f0;
    color: #888888;
    cursor: none;
    pointer-events: none; }
  .pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.875rem;
    margin-left: -1px;
    border: 1px solid #cccccc; }
    .pagination li a:not(:disabled):not(.disabled) {
      cursor: pointer; }

/*--------------------------------------------------------------
# Frame
--------------------------------------------------------------*/
#frame {
  display: none; }
  @media screen and (min-width: 481px) {
    #frame {
      display: block; } }
  #frame #frame-top,
  #frame #frame-bottom,
  #frame #frame-left,
  #frame #frame-right {
    position: fixed;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center; }
    #frame #frame-top > *,
    #frame #frame-bottom > *,
    #frame #frame-left > *,
    #frame #frame-right > * {
      opacity: 0;
      transition: opacity 0.6s;
      transition-delay: 0.6s; }
  #frame #frame-top {
    top: 0;
    left: 0;
    width: 100vw;
    height: 50vh;
    z-index: 99;
    text-align: center;
    transition: height 0.6s ease-out; }
  #frame #frame-bottom {
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 50vh;
    z-index: 99;
    text-align: center;
    transition: bottom 0.6s, height 0.6s ease-out; }
  #frame #frame-left {
    top: 0;
    left: 0;
    height: 100vh;
    width: 50vw;
    z-index: 98;
    transition: width 0.6s ease-out; }
  #frame #frame-right {
    top: 0;
    right: 0;
    height: 100vh;
    width: 50vw;
    z-index: 98;
    transition: width 0.6s ease-out; }

#page.ready #frame #frame-top > *,
#page.ready #frame #frame-bottom > *,
#page.ready #frame #frame-left > *,
#page.ready #frame #frame-right > * {
  opacity: 1; }

#page.ready #frame #frame-top {
  height: 5rem; }

#page.ready #frame #frame-bottom {
  height: 5rem; }

#page.ready #frame #frame-left {
  width: 5rem; }

#page.ready #frame #frame-right {
  width: 5rem; }

#frame #frame-top h1 {
  font-size: 2rem;
  letter-spacing: 0.15em;
  margin: 0 auto; }
  @media screen and (min-width: 481px) {
    #frame #frame-top h1 {
      font-size: 1.5rem; } }
  #frame #frame-top h1 a {
    color: #1e1e1e;
    text-decoration: none; }

#frame #frame-right .cv-trigger {
  position: absolute;
  top: 5rem;
  width: 5rem;
  padding-top: 2.25rem;
  background: url("img/icon-cv.svg") no-repeat top center;
  background-size: 2.25rem;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 0.15em; }
  #frame #frame-right .cv-trigger::after {
    content: "";
    width: 1.625rem;
    height: 1.625rem;
    position: absolute;
    top: 0.3125rem;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #333333;
    border-radius: 50%;
    transition: 0.3s; }
  #frame #frame-right .cv-trigger:hover::after {
    top: 0.625rem;
    width: 1rem;
    height: 1rem; }

#scroll-trigger {
  margin: 0 auto;
  width: 12.5rem;
  position: relative;
  letter-spacing: 0.15em;
  font-size: 1rem;
  cursor: pointer;
  line-height: 5rem;
  transition: 0.3s opacity; }
  #scroll-trigger .discover {
    display: none; }
  #scroll-trigger .more {
    display: block; }
  #scroll-trigger::after {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    border-left: 2px solid #333333;
    border-bottom: 2px solid #333333;
    position: absolute;
    top: 65%;
    left: calc(50% - 0.3125rem);
    transform: rotate(-45deg);
    transition: 0.3s; }
  #scroll-trigger:hover::after {
    top: 75%; }

.fp-viewing-home #scroll-trigger .discover {
  display: block; }

.fp-viewing-home #scroll-trigger .more {
  display: none; }

.fp-viewing-testimonials #scroll-trigger {
  opacity: 0 !important;
  cursor: default; }

.side-trigger {
  cursor: pointer;
  z-index: 99;
  width: 5rem;
  height: 12.5rem;
  position: relative;
  font-size: 1rem; }
  .side-trigger > div {
    height: 5rem;
    width: 12.5rem;
    transform: rotate(-90deg) translateY(-3.75rem) translateX(-4.38rem);
    letter-spacing: 0.15em;
    line-height: 5rem;
    transition: 0.3s; }
    .side-trigger > div::after {
      content: "";
      display: block;
      width: 0.625rem;
      height: 0.625rem;
      border-left: 2px solid #333333;
      border-bottom: 2px solid #333333;
      position: absolute;
      top: 65%;
      left: calc(50% - 0.3125rem);
      transform: rotate(-45deg);
      transition: 0.3s; }
    .side-trigger > div:hover::after {
      top: 75%; }
  .side-trigger.home-trigger > div::after {
    transform: rotate(135deg);
    top: auto;
    bottom: 65%; }
  .side-trigger.home-trigger > div:hover::after {
    bottom: 75%; }

.home-trigger {
  display: none; }

#navigation-map {
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 40px;
  height: 78px;
  transform: translateX(-50%);
  background: url("img/navigation-map.svg") no-repeat;
  z-index: 9; }
  #navigation-map ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    position: relative; }
    #navigation-map ul li {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 4%;
      left: 8%;
      width: 42%;
      height: 15%;
      cursor: pointer;
      background-size: 300px; }
      #navigation-map ul li:hover {
        background-image: url("img/hash.svg") !important; }
      #navigation-map ul li.current {
        background-image: url("img/hash.svg"); }
    #navigation-map ul li.nav-map-page-2 {
      top: 20%; }
    #navigation-map ul li.nav-map-page-3 {
      top: 35%; }
    #navigation-map ul li.nav-map-page-4 {
      top: 50%; }
    #navigation-map ul li.nav-map-page-5 {
      top: 65%; }
    #navigation-map ul li.nav-map-page-6 {
      top: 81%; }
    #navigation-map ul li#nav-map-news {
      left: 51%;
      height: 92%; }

body.news #frame #frame-left .home-trigger {
  display: block; }

body.news #frame #frame-left .contact-trigger {
  display: none; }

body.news #frame #frame-right .home-trigger {
  display: block; }

body.news #frame #frame-right .projects-trigger {
  display: none; }

body.news #navigation-map li {
  background-image: none; }

body.news #navigation-map li#nav-map-news {
  background-image: url("img/hash.svg"); }

#frame-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; }
  #frame-bottom ul li {
    cursor: pointer;
    padding: 0.5rem;
    opacity: 0.3; }
    #frame-bottom ul li.current {
      opacity: 1; }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-14px); }
  60% {
    transform: translateY(-7px); } }

html {
  font-size: 12px; }
  @media screen and (min-width: 1025px) {
    html {
      font-size: 16px; } }
  @media screen and (max-height: 800px) {
    html {
      font-size: 12px; } }
body {
  font-family: "Avenir LT W01_65 Medium1475532";
  color: #1e1e1e;
  position: relative; }

body.cv,
body.contact {
  overflow: hidden !important; }

.site-wrapper {
  width: 100%;
  overflow-x: hidden !important; }
  @media screen and (min-width: 481px) {
    .site-wrapper {
      width: 100vw; } }
#content {
  transition: transform 0.6s;
  will-change: transform; }
  @media screen and (min-width: 481px) {
    #content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; } }
#page {
  opacity: 0;
  text-align: center;
  transition: opacity 0.6s; }

#page.ready {
  opacity: 1; }

a {
  color: #4e98a2;
  text-decoration: none; }

.hr {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 1rem 0; }

.grabbable {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: none;
  z-index: 9;
  cursor: -webkit-grab;
  cursor: grab; }
  .grabbable.mouseDown {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.section-dark {
  background-color: #333 !important;
  color: #fff !important; }

/*--------------------------------------------------------------
# Margins
--------------------------------------------------------------*/
.mt-1 {
  margin-top: 10px; }

.mt-2 {
  margin-top: 20px; }

.mt-3 {
  margin-top: 30px; }

.mt-4 {
  margin-top: 40px; }

.mt-5 {
  margin-top: 50px; }

.mt-6 {
  margin-top: 60px; }

.mb-1 {
  margin-bottom: 10px; }

.mb-2 {
  margin-bottom: 20px; }

.mb-3 {
  margin-bottom: 30px; }

.mb-4 {
  margin-bottom: 40px; }

.mb-5 {
  margin-bottom: 50px; }

.mb-6 {
  margin-bottom: 60px; }

/*--------------------------------------------------------------
# Full Page
--------------------------------------------------------------*/
@media screen and (min-width: 481px) {
  #fullpage {
    padding: 5rem 0; } }

.section {
  background-size: cover !important;
  background-position: center !important; }

.section-padding {
  position: relative;
  z-index: 2;
  padding: 2rem 0; }
  @media screen and (min-width: 481px) {
    .section-padding {
      padding: 0 10rem; } }
.section-dark-tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5); }

#fp-nav {
  top: 0;
  margin-top: 5rem !important; }

#fp-nav.fp-left {
  left: 2.5rem;
  transform: translateX(-50%); }

.fp-controlArrow.fp-prev {
  left: calc(5rem + 15px); }

.fp-controlArrow.fp-next {
  right: calc(5rem + 15px); }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 0; }

/*--------------------------------------------------------------
# Arrow Keys
--------------------------------------------------------------*/
#arrow-keys {
  opacity: 0;
  position: fixed;
  top: 7.5rem;
  right: 7.5rem;
  width: 96px;
  height: 63px;
  z-index: 99;
  text-align: center;
  transition: 0.3s;
  transition-delay: 1s; }
  #arrow-keys > div {
    width: 30px;
    height: 30px;
    border: 1px solid #333333;
    border-radius: 5px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: flash 0.6s;
    animation: flash 0.6s; }
  #arrow-keys .arrow-up {
    margin: 0 33px 3px 33px;
    animation-delay: 1.3s; }
  #arrow-keys .arrow-left {
    margin: 0 3px 0 0;
    animation-delay: 1.6s; }
    #arrow-keys .arrow-left .arrow {
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
  #arrow-keys .arrow-down {
    margin: 0 3px 0 0;
    animation-delay: 1.9s; }
    #arrow-keys .arrow-down .arrow {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  #arrow-keys .arrow-right {
    margin: 0;
    animation-delay: 2.2s; }
    #arrow-keys .arrow-right .arrow {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

@media screen and (min-width: 481px) {
  display: block; }

.ready #arrow-keys {
  opacity: 1; }

@-webkit-keyframes flash {
  0% {
    background: none; }
  50% {
    background: #fff; }
  100% {
    background: none; } }

@-keyframes flash {
  0% {
    background: none; }
  50% {
    background: #fff; }
  100% {
    background: none; } }

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
h1, h2, h3 {
  font-size: 2.25rem; }

h4, h5, h6 {
  font-size: 1.125rem; }

.title-lg {
  font-size: 3rem; }

.title-divide {
  width: 100px;
  height: 2px;
  margin: 30px 0 36px;
  background-color: #333333; }

.dark .title-divide {
  background-color: #fff; }

p {
  font-size: 1.25rem;
  line-height: 1.6em; }
  @media screen and (min-width: 481px) {
    p {
      font-size: 1rem; } }
li {
  font-size: 1.125rem; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0; }

.btn-outline {
  border: 1px solid #333333;
  box-shadow: none;
  color: #333333 !important;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1rem 2rem; }
  .btn-outline:hover {
    background: #333333;
    box-shadow: none;
    color: #fff !important; }

.section-dark .btn-outline {
  border-color: #fff;
  color: #fff !important; }
  .section-dark .btn-outline:hover {
    background: #fff;
    color: #333333 !important; }

/*--------------------------------------------------------------
# Welcome Page
--------------------------------------------------------------*/
#section0 {
  background: url("img/desk.jpg");
  background-size: cover;
  background-position: center; }
  #section0 h1, #section0 #vision {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(0);
    margin-left: -4rem;
    text-align: left;
    font-size: 3.75rem;
    line-height: 1.2em; }
    @media screen and (max-width: 1024px) {
      #section0 h1, #section0 #vision {
        margin-left: -11rem;
        font-size: 3rem; } }
  #section0 #vision {
    max-width: 100%;
    font-size: 1rem;
    padding-right: 2rem; }
    @media screen and (min-width: 481px) {
      #section0 #vision {
        padding-right: 0;
        max-width: 45%; } }
  #section0 .scene-item {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%; }
  #section0 #building-outline,
  #section0 #building {
    width: 1vw;
    opacity: 0.9;
    transition: width 0.6s;
    transition-delay: 1s; }
  #section0 #ellipsis {
    width: 0;
    transition: 0.6s;
    transition-delay: 1.3s; }
  #section0 #cross {
    width: 0;
    transition: 0.6s;
    transition-delay: 1.3s; }
  #section0 #pyramid {
    width: 0;
    transition: 0.6s;
    transition-delay: 1.4s; }
  #section0 #cube {
    width: 0;
    transition: 0.6s;
    transition-delay: 1.5s; }
  #section0 #sphere {
    width: 0;
    transition: 0.6s;
    transition-delay: 1.6s; }
  #section0 #arrow-keys {
    width: 96px;
    top: 10rem;
    right: 10rem;
    left: auto;
    transform: translateY(-50%) translateX(50%);
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity, width;
    transition-delay: 1s, 0; }
  #section0 #dots-grid {
    width: 37rem;
    transition: 0.6s;
    transition-delay: 1s; }
  #section0 #architect-logo {
    width: 9.8125rem;
    left: 30%;
    margin-top: -13rem; }
    @media screen and (min-width: 1025px) {
      #section0 #architect-logo {
        left: 40%;
        margin-top: -12rem; } }
.ready #section0 #vision {
  margin-top: 14rem; }

.ready #section0 #building-outline,
.ready #section0 #building {
  width: 80vw; }
  @media screen and (max-width: 1024px) {
    .ready #section0 #building-outline,
    .ready #section0 #building {
      width: 150vw;
      max-width: 150vw; } }
  @media screen and (max-width: 768px) {
    .ready #section0 #building-outline,
    .ready #section0 #building {
      width: 300vw;
      max-width: 300vw; } }
.ready #section0 #ellipsis {
  width: 6.25rem;
  left: 18%;
  margin-top: -14rem; }

.ready #section0 #cross {
  width: 5rem;
  left: 82%;
  margin-top: 17rem; }

.ready #section0 #pyramid {
  width: 5rem;
  left: 64%;
  margin-top: -19rem; }

.ready #section0 #cube {
  width: 5rem;
  left: 25%;
  margin-top: 15rem; }

.ready #section0 #sphere {
  width: 5rem;
  left: 70%;
  margin-top: 22rem; }

.ready #section0 #scroll-hint {
  opacity: 1;
  bottom: 20vh;
  cursor: pointer; }
  .ready #section0 #scroll-hint:hover {
    width: 6.25rem; }

.ready #section0 #arrow-keys {
  opacity: 1; }

.ready #section0 #dots-grid {
  left: 65%;
  margin-top: -7rem; }

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
#projects {
  text-align: left;
  transition: transform 0.6s;
  will-change: transform; }
  @media screen and (min-width: 481px) {
    #projects {
      width: 100vw;
      height: 100vw;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      padding: 5rem; } }
  #projects .section-title {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    color: #fff; }
  #projects #projects-scroll {
    background: #f0f0f0 url("img/linedpaper.png");
    background-attachment: local;
    padding: 1rem;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-width: 481px) {
      #projects #projects-scroll {
        padding: 5rem;
        height: calc(100vh - 5rem); } }
  #projects .article {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
    #projects .article .article-content {
      padding: 2rem;
      background: #fff;
      font-size: 14px;
      font-family: "Avenir LT W01_35 Light1475496"; }
      #projects .article .article-content h3 {
        font-size: 14px;
        font-family: "Avenir LT W01_85 Heavy1475544"; }
        #projects .article .article-content h3 a {
          text-decoration: none;
          color: #333333; }
  #projects article.post {
    display: none; }

/* ---- grid ---- */
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 100%; }
  @media screen and (min-width: 481px) {
    .grid-sizer,
    .grid-item {
      width: 50%; } }
  @media screen and (min-width: 1201px) {
    .grid-sizer,
    .grid-item {
      width: 25%; } }
  @media only screen and (min-width: 1600px) {
    .grid-sizer,
    .grid-item {
      width: 20%; } }
  @media only screen and (min-width: 1800px) {
    .grid-sizer,
    .grid-item {
      width: 16.666666%; } }
.grid-item--width2 {
  width: 100%; }
  @media screen and (min-width: 481px) {
    .grid-item--width2 {
      width: 100%; } }
  @media screen and (min-width: 1201px) {
    .grid-item--width2 {
      width: 50%; } }
  @media only screen and (min-width: 1600px) {
    .grid-item--width2 {
      width: 40%; } }
  @media only screen and (min-width: 1800px) {
    .grid-item--width2 {
      width: 33.333333%; } }
.grid-item {
  float: left;
  padding: 30px 10px; }
  @media screen and (min-width: 481px) {
    .grid-item {
      padding: 10px; } }
/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/
.fancybox-content {
  position: absolute;
  max-width: 1440px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-height: 90%;
  margin: 0;
  padding: 0;
  background: #fff; }
  @media screen and (min-width: 481px) {
    .fancybox-content {
      width: 80%; } }
article.fancybox-content .post-thumbnail {
  margin: 0 0 30px 0; }

.single-post {
  background: #f0f0f0 url("img/linedpaper.png"); }
  .single-post .site-header {
    background: #fff;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .single-post .site-header .home-link {
      margin-left: 1rem; }
    .single-post .site-header .row {
      width: 100%; }
    .single-post .site-header h1 {
      font-size: 1.5rem;
      letter-spacing: 0.15em;
      margin: 0; }
      .single-post .site-header h1 a {
        color: #333333; }
  .single-post #main {
    margin: 2rem 1rem 0 1rem; }
    @media screen and (min-width: 769px) {
      .single-post #main {
        margin: 4rem 3rem 0 3rem; } }
  .single-post .postcard {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    margin: 0 auto; }
    .single-post .postcard .post-links {
      display: flex; }

.postcard {
  background: #fff;
  margin: 0 auto;
  max-width: 1440px;
  padding: 3rem 1rem; }
  .postcard .postcard-left {
    padding: 0 2rem 2rem 2rem; }
    @media screen and (min-width: 769px) {
      .postcard .postcard-left {
        padding: 2rem 4rem; } }
  .postcard .postcard-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 7rem 2rem 4rem 2rem; }
    @media screen and (min-width: 769px) {
      .postcard .postcard-right {
        padding: 8rem 4rem;
        border-left: 1px solid #333333; } }
    .postcard .postcard-right .entry-content *:last-child {
      margin-bottom: 0; }
  .postcard .postcard-stamp {
    position: absolute;
    font-size: 1rem;
    top: -1rem;
    right: 2rem;
    width: 13rem;
    height: 7rem;
    background: url("img/postcard-stamp.png") no-repeat;
    background-size: cover;
    font-family: courier, sans-serif;
    text-transform: uppercase; }
    .postcard .postcard-stamp span {
      position: absolute;
      top: 38%;
      left: 7%;
      color: #dc3c3c; }
  .postcard .post-links {
    display: none; }
    .postcard .post-links .previous-post-link {
      padding-left: 4rem; }
    .postcard .post-links .next-post-link {
      text-align: right;
      padding-right: 4rem; }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  text-align: left;
  overflow: hidden;
  background: #dbeef2;
  position: absolute;
  padding: 7.5rem;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100vh;
  width: 100vw;
  z-index: 50;
  transition: transform 0.3s;
  will-change: transform; }
  #contact h4 {
    font-family: "Avenir LT W01_85 Heavy1475544";
    color: #4e98a2;
    font-size: 18px; }
  #contact ul {
    margin: 0;
    padding: 0; }
    #contact ul li {
      padding: 0;
      list-style: none;
      float: left;
      margin-right: 1em;
      white-space: nowrap;
      width: 40%; }
      #contact ul li .svg-inline--fa {
        display: inline-block;
        width: 1em;
        text-align: center; }
  #contact #map {
    display: none;
    width: 100%;
    height: 20vh;
    background-position: center;
    background-size: 960px;
    margin-bottom: 2.5rem;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 481px) {
      #contact #map {
        display: flex; } }
    @media screen and (max-height: 800px) {
      #contact #map {
        display: none; } }
    #contact #map::before {
      content: "";
      display: block;
      width: 3rem;
      height: 3rem;
      border: 5px solid #4e98a2;
      border-radius: 50%;
      transition: 0.3s; }
    #contact #map:hover::before {
      width: 2rem;
      height: 2rem; }
  #contact #contact-close {
    color: #d75040;
    text-align: center;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    top: 5rem;
    right: 0;
    font-size: 24px;
    cursor: pointer; }
  #contact.on {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (min-width: 481px) {
    #contact {
      padding-right: 2.5rem;
      width: 60vw; }
      #contact.on {
        right: 40vw; } }
  @media screen and (min-width: 1025px) {
    #contact {
      width: 40vw; }
      #contact.on {
        right: 60vw; } }
@media screen and (max-width: 768px) {
  #contact {
    position: fixed;
    padding: 6rem 2rem 2rem;
    height: 100vh;
    overflow-y: scroll; }
    #contact #contact-close {
      display: none; } }

/*--------------------------------------------------------------
# Jobs
--------------------------------------------------------------*/
#jobs {
  background: #dbeef2;
  position: fixed;
  padding: 6rem 2rem;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 50;
  text-align: center;
  overflow: scroll;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.3s;
  will-change: transform; }
  @media screen and (min-width: 481px) {
    #jobs {
      padding: 7.5rem; } }
  #jobs #jobs-close {
    display: none;
    color: #d75040;
    text-align: center;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    top: 0;
    right: 0;
    font-size: 24px;
    cursor: pointer; }
    @media screen and (min-width: 481px) {
      #jobs #jobs-close {
        display: block;
        top: 5rem;
        right: 5rem; } }
  #jobs.on {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

/*--------------------------------------------------------------
# Tesimonials
--------------------------------------------------------------*/
#page-testimonials .testimonial {
  padding: 1rem; }
  #page-testimonials .testimonial h5 {
    margin: 0; }

#page-testimonials .swiper-wrapper {
  padding-bottom: 4rem; }

#page-testimonials .swiper-pagination-bullet {
  background: #333333;
  opacity: 0.2; }

#page-testimonials .swiper-pagination-bullet-active {
  background: #333333;
  opacity: 1; }

#page-testimonials .swiper-button-prev,
#page-testimonials .swiper-button-next {
  background: none;
  font-size: 3rem;
  color: #333333;
  width: 5rem; }
  @media screen and (max-width: 768px) {
    #page-testimonials .swiper-button-prev,
    #page-testimonials .swiper-button-next {
      display: none; } }
#page-testimonials .testimonial-image {
  background-size: cover;
  background-position: center;
  transition: 1s;
  width: 100%;
  height: 600px; }

@media screen and (min-width: 481px) {
  #page-testimonials .testimonial-image {
    position: absolute;
    top: 0;
    right: -50%;
    height: 100%;
    width: 50%; }
  #page-testimonials .swiper-container {
    transform: translateX(-50%);
    transition: 1s; }
  #page-testimonials .testimonial {
    padding: 5rem 5rem 5rem 5rem; }
  .fp-viewing-testimonials #page-testimonials .section-title {
    opacity: 1;
    transform: translate(0); }
  .fp-viewing-testimonials #page-testimonials .testimonial-image {
    right: 0%; }
  .fp-viewing-testimonials #page-testimonials .swiper-container {
    transform: translateX(0); }
  .swiper-container {
    margin-left: 5rem; } }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section {
  background-size: cover;
  background-position: center; }
  .section h3 {
    margin-top: 2rem; }
    @media screen and (min-width: 481px) {
      .section h3 {
        margin-top: 1rem; } }
.section-title {
  text-align: center;
  padding: 3rem;
  position: relative;
  z-index: 2;
  font-size: 3rem; }
  @media screen and (min-width: 481px) {
    .section-title {
      text-transform: lowercase;
      position: absolute;
      z-index: 2;
      padding: 0 0 0 1rem;
      top: calc(5rem + 8px);
      left: 5rem;
      font-size: 1.5rem;
      letter-spacing: 0.15em;
      opacity: 0;
      transform: translateX(-100px);
      transition: 0.3s;
      transition-delay: 1s; } }
.intro p {
  font-size: 1.5rem;
  font-family: "Avenir LT W01_85 Heavy1475544"; }

.card {
  padding: 0 0 0 1rem;
  color: #333333;
  height: 100%;
  text-align: left;
  border-left: 3px solid #333333;
  font-family: "Avenir LT W01_85 Heavy1475544";
  font-size: 1rem; }
  .card p:last-of-type {
    margin: 0; }
  .card ul {
    text-align: left;
    margin: 0;
    padding: 0 0 0 18px; }
    .card ul li {
      margin-bottom: 1em; }

.card-list {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media screen and (min-width: 481px) {
    .card-list {
      margin-top: 1rem;
      margin-bottom: 1rem; } }
.section-dark {
  color: #fff; }
  .section-dark .card {
    color: #fff;
    border-color: #fff; }

.mobile-spacer {
  height: 20vh; }
  @media screen and (min-width: 481px) {
    .mobile-spacer {
      display: none; } }
/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
@media screen and (min-width: 481px) {
  #about-page .intro {
    opacity: 0;
    transform: translateY(-100px);
    transition: 1s;
    transition-delay: 0; }
  .fp-viewing-ethos #about-page .section-title {
    opacity: 1;
    transform: translate(0); }
  .fp-viewing-ethos #about-page .intro {
    opacity: 1;
    transform: translateY(0); } }

/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/
.section-video {
  overflow: hidden; }
  .section-video .section-title {
    color: #fff; }

@media screen and (max-width: 1024px) {
  #social-page .section-title,
  #vr-page .section-title {
    display: none; } }

#social-page .video-block,
#social-page .short-video-block,
#vr-page .video-block,
#vr-page .short-video-block {
  background: #2F3649;
  position: absolute;
  top: 0;
  width: 100%;
  transition: height 0.5s;
  height: 50%; }
  @media screen and (min-width: 1025px) {
    #social-page .video-block,
    #social-page .short-video-block,
    #vr-page .video-block,
    #vr-page .short-video-block {
      height: 60%; } }
  #social-page .video-block .play-icon,
  #social-page .short-video-block .play-icon,
  #vr-page .video-block .play-icon,
  #vr-page .short-video-block .play-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s; }
    @media screen and (min-width: 1025px) {
      #social-page .video-block .play-icon,
      #social-page .short-video-block .play-icon,
      #vr-page .video-block .play-icon,
      #vr-page .short-video-block .play-icon {
        transform: translate(-50%, -10%); } }
    #social-page .video-block .play-icon img,
    #social-page .short-video-block .play-icon img,
    #vr-page .video-block .play-icon img,
    #vr-page .short-video-block .play-icon img {
      transition: 0.5s; }

#social-page .alt-image,
#vr-page .alt-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

#social-page .text-block-bg,
#vr-page .text-block-bg {
  background: #f0f0f0;
  padding: 3rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s; }
  @media screen and (min-width: 1025px) {
    #social-page .text-block-bg,
    #vr-page .text-block-bg {
      height: 40%;
      padding: 3rem 10rem; } }
@media screen and (min-width: 1025px) {
  #social-page .text-block-card,
  #vr-page .text-block-card {
    padding: 1.5rem 2rem;
    height: 100%; } }

#social-page #swiper-social h3,
#social-page #swiper-vr h3,
#vr-page #swiper-social h3,
#vr-page #swiper-vr h3 {
  margin: 0 0 1em 0; }

@media screen and (min-width: 1025px) {
  #social-page #swiper-social,
  #social-page #swiper-vr,
  #vr-page #swiper-social,
  #vr-page #swiper-vr {
    margin: -5rem 0 0 0; } }

@media screen and (min-width: 1025px) {
  #social-page #swiper-social .swiper-wrapper,
  #social-page #swiper-vr .swiper-wrapper,
  #vr-page #swiper-social .swiper-wrapper,
  #vr-page #swiper-vr .swiper-wrapper {
    height: auto !important; } }

#social-page #swiper-social .swiper-wrapper .swiper-slide,
#social-page #swiper-vr .swiper-wrapper .swiper-slide,
#vr-page #swiper-social .swiper-wrapper .swiper-slide,
#vr-page #swiper-vr .swiper-wrapper .swiper-slide {
  background: #f0f0f0; }

#social-page #swiper-vr h2,
#vr-page #swiper-vr h2 {
  background: #f0f0f0;
  color: #333333;
  padding-bottom: 1em;
  margin: 0; }

#social-page #swiper-vr h3,
#vr-page #swiper-vr h3 {
  font-size: 1.5rem; }
  @media screen and (min-width: 1025px) {
    #social-page #swiper-vr h3,
    #vr-page #swiper-vr h3 {
      font-size: 2.25rem; } }
@media screen and (min-width: 1025px) {
  #social-page #swiper-vr,
  #vr-page #swiper-vr {
    margin: 0 0 0 -5rem; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    #social-page #swiper-vr .swiper-wrapper,
    #vr-page #swiper-vr .swiper-wrapper {
      height: auto !important; } }
#social-page .long-video-block,
#vr-page .long-video-block {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  opacity: 0;
  transition: opacity 0.5s; }
  #social-page .long-video-block .embed-container,
  #vr-page .long-video-block .embed-container {
    top: 50%;
    transition: translate 0.5s; }

#social-page .video-playing .video-block,
#vr-page .video-playing .video-block {
  height: 100%; }
  #social-page .video-playing .video-block .play-icon,
  #vr-page .video-playing .video-block .play-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 3rem;
    left: 50%; }
    @media screen and (min-width: 1025px) {
      #social-page .video-playing .video-block .play-icon,
      #vr-page .video-playing .video-block .play-icon {
        top: 8.75rem;
        left: 6.25rem; } }
    #social-page .video-playing .video-block .play-icon img,
    #vr-page .video-playing .video-block .play-icon img {
      transform: rotate(-180deg); }

#social-page .video-playing .text-block-bg,
#vr-page .video-playing .text-block-bg {
  transform: translateY(100%); }

#social-page .video-playing .video-wrapper,
#vr-page .video-playing .video-wrapper {
  opacity: 1; }

#social-page .video-playing .long-video-block,
#vr-page .video-playing .long-video-block {
  z-index: 2;
  opacity: 1; }
  #social-page .video-playing .long-video-block .embed-container,
  #vr-page .video-playing .long-video-block .embed-container {
    transform: translateY(-50%); }

@media screen and (min-width: 1025px) {
  #vr-page .video-block,
  #vr-page .short-video-block {
    left: 0;
    height: 100%;
    width: 60%;
    transition: width 0.5s; }
    #vr-page .video-block .play-icon,
    #vr-page .short-video-block .play-icon {
      transform: translate(-10%, -50%); }
  #vr-page .text-block-bg {
    padding: 3rem 8rem;
    right: 0;
    height: 100%;
    width: 40%; }
  #vr-page .video-playing .video-block {
    width: 100%; }
  #vr-page .long-video-block {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem; } }

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.5s; }

.video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#clients {
  display: none;
  background: none;
  padding: 1rem 0;
  color: #fff; }
  #clients ul {
    margin: 0;
    padding: 0; }
    #clients ul li {
      font-family: "Avenir LT W01_85 Heavy1475544";
      margin: 0.5rem 1rem;
      font-size: 1rem;
      display: inline;
      float: left; }

@media screen and (min-width: 481px) {
  #social-page .card {
    opacity: 0;
    transition: 1s;
    transition-delay: 0; }
    #social-page .card.card-1, #social-page .card.card-3, #social-page .card.card-5 {
      transform: translateX(-10vw); }
    #social-page .card.card-2, #social-page .card.card-4, #social-page .card.card-6 {
      transform: translateX(10vw); }
  .fp-viewing-social-legacy #social-page .section-title {
    opacity: 1;
    transform: translate(0); }
  .fp-viewing-social-legacy #social-page .card {
    opacity: 1; }
    .fp-viewing-social-legacy #social-page .card.card-1, .fp-viewing-social-legacy #social-page .card.card-3, .fp-viewing-social-legacy #social-page .card.card-5 {
      transform: translateX(3vw); }
    .fp-viewing-social-legacy #social-page .card.card-2, .fp-viewing-social-legacy #social-page .card.card-4, .fp-viewing-social-legacy #social-page .card.card-6 {
      transform: translateX(-3vw); } }

@media screen and (min-width: 1025px) {
  .fp-viewing-page3 #social-page .card.card-1, .fp-viewing-page3 #social-page .card.card-3, .fp-viewing-page3 #social-page .card.card-5 {
    transform: translateX(10vw); }
  .fp-viewing-page3 #social-page .card.card-2, .fp-viewing-page3 #social-page .card.card-4, .fp-viewing-page3 #social-page .card.card-6 {
    transform: translateX(-10vw); } }

/*--------------------------------------------------------------
# VR
--------------------------------------------------------------*/
#vr-page #bgVideo {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */ }

@media screen and (min-width: 481px) {
  #vr-page #bgVideo {
    display: block; }
  #vr-page .card {
    opacity: 0;
    transition: 1s;
    transition-delay: 0; }
    #vr-page .card.card-1, #vr-page .card.card-3, #vr-page .card.card-5 {
      transform: translateX(-10vw); }
    #vr-page .card.card-2, #vr-page .card.card-4, #vr-page .card.card-6 {
      transform: translateX(10vw); }
  .fp-viewing-virtual-reality #vr-page .section-title {
    opacity: 1;
    transform: translate(0); }
  .fp-viewing-virtual-reality #vr-page .card {
    opacity: 1; }
    .fp-viewing-virtual-reality #vr-page .card.card-1, .fp-viewing-virtual-reality #vr-page .card.card-3, .fp-viewing-virtual-reality #vr-page .card.card-5 {
      transform: translateX(3vw); }
    .fp-viewing-virtual-reality #vr-page .card.card-2, .fp-viewing-virtual-reality #vr-page .card.card-4, .fp-viewing-virtual-reality #vr-page .card.card-6 {
      transform: translateX(-3vw); } }

@media screen and (min-width: 1025px) {
  .fp-viewing-page4 #vr-page .card.card-1, .fp-viewing-page4 #vr-page .card.card-3, .fp-viewing-page4 #vr-page .card.card-5 {
    transform: translateX(10vw); }
  .fp-viewing-page4 #vr-page .card.card-2, .fp-viewing-page4 #vr-page .card.card-4, .fp-viewing-page4 #vr-page .card.card-6 {
    transform: translateX(-10vw); } }

/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/
#experience-page .slideInLeft,
#experience-page .slideInRight {
  opacity: 0;
  transform: translateX(-20vw);
  transition: 1s;
  transition-delay: 0; }

#experience-page .slideInRight {
  transform: translateX(20vw); }

#experience-page .slideInTop,
#experience-page .slideInBottom {
  opacity: 0;
  transform: translateY(-20vh);
  transition: 1s;
  transition-delay: 0; }

#experience-page .slideInBottom {
  transform: translateY(20vh); }

.swiper-background {
  background: #333333;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }
  .swiper-background .swiper-wrapper {
    opacity: 0.5; }
  .swiper-background .swiper-slide {
    height: 100vh;
    background-size: cover;
    background-position: center; }

.fp-viewing-experience #experience-page .section-title,
.fp-viewing-experience #experience-page .slideInLeft,
.fp-viewing-experience #experience-page .slideInRight,
.fp-viewing-experience #experience-page .slideInTop,
.fp-viewing-experience #experience-page .slideInBottom {
  opacity: 1;
  transform: translate(0); }

@media screen and (max-width: 768px) {
  #experience-page .section-title,
  #experience-page .slideInLeft,
  #experience-page .slideInRight,
  #experience-page .slideInTop,
  #experience-page .slideInBottom {
    opacity: 1;
    transform: translate(0); } }

/*--------------------------------------------------------------
# News Toggle
--------------------------------------------------------------*/
body.news #content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

body.news #projects {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

body.news #frame-bottom {
  bottom: -5rem !important; }

body.news #mobile-toggle .home-trigger {
  display: block; }

body.news #mobile-toggle .contact-trigger {
  display: none; }

body.news #mobile-toggle .projects-trigger {
  color: #CCC; }

/*--------------------------------------------------------------
# Mobile Triggers
--------------------------------------------------------------*/
.mobile-trigger {
  font-size: 2rem;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.75);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  line-height: 2em; }
  @media screen and (min-width: 481px) {
    .mobile-trigger {
      display: none; } }
#mobile-contact-trigger {
  position: fixed;
  top: 1rem;
  left: 1rem; }

#mobile-jobs-trigger {
  position: fixed;
  top: 1rem;
  right: 1rem; }

#load-more-projects {
  margin: 0 auto 6rem auto; }

/*--------------------------------------------------------------
# Load More
--------------------------------------------------------------*/
#mobile-contact-trigger {
  position: fixed;
  font-size: 2rem;
  top: 1rem;
  left: 1rem;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.75);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  line-height: 2em; }
  @media screen and (min-width: 481px) {
    #mobile-contact-trigger {
      display: none; } }
/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tab-links .tab-link {
  cursor: pointer;
  font-family: "Avenir LT W01_85 Heavy1475544";
  color: #888888;
  border: 1px solid #888888; }
  .tab-links .tab-link.active {
    border-bottom-color: #dbeef2;
    color: #4e98a2; }

/*# sourceMappingURL=style.css.map */