@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica"), url("../../fonts/Helvetica.woff") format("woff"); }

@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: bold;
  src: local("Helvetica"), url("../../fonts/Helvetica-Bold.woff") format("woff"); }

@font-face {
  font-family: 'unisans';
  src: url("../../fonts/uni_sans_light-webfont.eot");
  src: url("../../fonts/uni_sans_light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/uni_sans_light-webfont.woff2") format("woff2"), url("../../fonts/uni_sans_light-webfont.woff") format("woff"), url("../../fonts/uni_sans_light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'unisans';
  src: url("../../fonts/uni_sans_bold-webfont.eot");
  src: url("../../fonts/uni_sans_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/uni_sans_bold-webfont.woff2") format("woff2"), url("../../fonts/uni_sans_bold-webfont.woff") format("woff"), url("../../fonts/uni_sans_bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: bold;
  src: local("Helvetica Neue Bold"), url("../../fonts/HelveticaNeueBold.woff") format("woff"); }

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica 55 Roman"), url("../../fonts/HelveticaNeue-Roman.woff") format("woff"); }

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 300;
  src: local("Helvetica Neue Light"), url("../../fonts/HelveticaNeueLight.woff") format("woff"); }

.helvetica {
  font-family: 'unisans'; }

.helveticaNeue {
  font-family: 'Helvetica Neue'; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

html {
  font-size: 16px;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.63; }

body {
  line-height: 1.75;
  font-family: 'unisans';
  font-weight: normal;
  background: #fff;
  background-size: 100% auto;
  font-size: 1.8rem; }

* {
  box-sizing: border-box; }

a, img {
  outline: none;
  text-decoration: none; }

img {
  display: block;
  max-width: 100%;
  border: none; }

button {
  cursor: pointer;
  outline: none;
  background: none;
  border: none; }
  button:active, button:focus {
    outline: none; }

a {
  color: #000; }

h1, h2, h3, h4, h5 {
  font-weight: bold;
  font-family: 'Helvetica Neue'; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: underline; }

/*-----------------------------------------------*/
/*                                               */
/*                TABLE OF CONTENTS              */
/*                                               */
/*-----------------------------------------------*/
/*
    - Font styles
    - Buttons
    - icons
    - containers
    - visibility
    - Sliders
    - Others
*/
/*-----------------------------------------------*/
/*                  BUTTONS
/*-----------------------------------------------*/
.button {
  font-family: 'Helvetica Neue';
  font-size: 2.2rem;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase; }

.black-button {
  background: #000;
  color: #fff;
  padding: 20px; }
  .black-button.button-with-icon .button-icon {
    box-shadow: 0px 0px 0px 1px #fff; }

.white-button {
  background: #fff;
  color: #000;
  padding: 20px; }

.fullWidth-button {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.button-with-icon {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.2; }
  .button-with-icon .button-content {
    text-decoration: underline;
    display: block; }
  .button-with-icon .button-icon {
    display: block;
    line-height: 0;
    margin-left: 15px;
    box-shadow: 0px 0px 0px 1px black;
    border-radius: 100%;
    overflow: hidden; }
  .button-with-icon:hover .arrow-icon {
    -webkit-animation: arrowMove 1s infinite;
            animation: arrowMove 1s infinite; }

.fullWidth-image {
  width: 100%; }

.strokeColor {
  stroke: #000; }

.section-more-link {
  position: absolute;
  right: 2px;
  bottom: 5px;
  height: calc(50% - 10px);
  width: calc(16.66% - 10px);
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px;
  line-height: 1.45; }
  @media only screen and (min-width: 1650px) {
    .section-more-link {
      height: calc(50% - 16px);
      width: calc(16.66% - 16px);
      right: 3px;
      bottom: 8px;
      padding: 70px; } }
  .section-more-link .button-icon {
    max-width: 50px;
    margin-bottom: 50px;
    overflow: hidden; }
    @media only screen and (min-width: 1650px) {
      .section-more-link .button-icon {
        margin-bottom: 95px;
        max-width: 63px; } }
  @media only screen and (min-width: 1650px) {
    .section-more-link .button-content {
      max-width: 70px; } }

.section-more-link:hover {
  font-style: italic; }
  .section-more-link:hover .arrow-icon {
    -webkit-animation: arrowMove 1s infinite;
            animation: arrowMove 1s infinite; }

/*-----------------------------------------------*/
/*                  ICONS
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                  CONTAINERS
/*-----------------------------------------------*/
.siteContainer {
  min-height: 100vh;
  overflow: hidden; }

.content-white-wrapper {
  position: relative;
  background: #fff;
  z-index: 1; }

.container {
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 1023px) {
    .container {
      margin-left: 50px;
      margin-right: 50px;
      margin-right: 50px;
      width: calc(100vw - 100px);
      max-width: 1520px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1023px) {
    .container.narrowContainer {
      max-width: 1260px; } }
  @media only screen and (min-width: 1023px) {
    .container.superNarrowContainer {
      max-width: 752px;
      margin-left: auto;
      margin-right: auto; } }
  .container.spacerContainer {
    height: 0;
    margin-bottom: 40px; }
    @media only screen and (min-width: 767px) {
      .container.spacerContainer {
        margin-bottom: 60px; } }
    @media only screen and (min-width: 1210px) {
      .container.spacerContainer {
        margin-bottom: 120px; } }
    @media only screen and (min-width: 1650px) {
      .container.spacerContainer {
        margin-bottom: 215px; } }
  @media only screen and (max-width: 767px) {
    .container.insideContainerPadding {
      padding-left: 26px;
      padding-right: 26px;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 767px) {
    .container.insideContainerPadding {
      padding-left: 50px;
      padding-right: 50px; } }
  @media only screen and (min-width: 1210px) {
    .container.insideContainerPadding {
      padding-left: 70px;
      padding-right: 70px; } }
  @media only screen and (min-width: 1650px) {
    .container.insideContainerPadding {
      padding-left: 126px;
      padding-right: 126px; } }
  .container.noPaddingTop {
    padding-top: 0; }
  .container.noPaddingBottom {
    padding-bottom: 0; }
  .container.noZIndex {
    z-index: auto; }

.flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.center-horizontal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.center-vertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media only screen and (min-width: 767px) {
  .flexContainer-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.flexGrow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media only screen and (min-width: 767px) {
  .flexGrow-mobile {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.mobile-horizontal-slider {
  margin: 40px 0; }
  @media only screen and (max-width: 767px) {
    .mobile-horizontal-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -24px;
      margin-right: -24px;
      padding-right: 20px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }
  .mobile-horizontal-slider::after {
    content: ""; }
    @media only screen and (max-width: 767px) {
      .mobile-horizontal-slider::after {
        width: 15px;
        min-height: 1px;
        display: block;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

@media only screen and (max-width: 767px) {
  .mobile-horizontal-slider .mobile-horizontal-slider-elem,
  .ri-grid-size-2 ul li {
    margin: 0 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media only screen and (max-width: 767px) {
  .mobile-horizontal-slider .mobile-horizontal-slider-elem:first-child,
  .ri-grid-size-2 ul li:first-child {
    margin-left: 20px; } }

.higherZindexSection {
  z-index: 10;
  position: relative; }

.whiteSection {
  background: #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff; }
  .whiteSection p {
    color: #5a5a5a; }
    .whiteSection p strong, .whiteSection p b {
      color: #000; }

.relative {
  position: relative; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.normalMarginTop {
  margin-top: 40px; }
  @media only screen and (min-width: 1210px) {
    .normalMarginTop {
      margin-top: 90px; } }
  @media only screen and (min-width: 1650px) {
    .normalMarginTop {
      margin-top: 140px; } }

.normalMarginBottom {
  margin-bottom: 40px; }
  @media only screen and (min-width: 1210px) {
    .normalMarginBottom {
      margin-bottom: 90px; } }
  @media only screen and (min-width: 1650px) {
    .normalMarginBottom {
      margin-bottom: 140px; } }

.smallPaddingTop {
  padding-top: 20px; }
  @media only screen and (min-width: 1210px) {
    .smallPaddingTop {
      padding-top: 40px; } }

.normalPaddingTop {
  padding-top: 40px; }
  @media only screen and (min-width: 1210px) {
    .normalPaddingTop {
      padding-top: 90px; } }
  @media only screen and (min-width: 1650px) {
    .normalPaddingTop {
      padding-top: 140px; } }

.normalPaddingBottom {
  padding-bottom: 40px; }
  @media only screen and (min-width: 1210px) {
    .normalPaddingBottom {
      padding-bottom: 90px; } }
  @media only screen and (min-width: 1650px) {
    .normalPaddingBottom {
      padding-bottom: 140px; } }

.section-regular {
  padding: 50px 0;
  position: relative; }
  .section-regular.noPaddingTop {
    padding-top: 0; }
  .section-regular.noPaddingBottom {
    padding-bottom: 0; }

.section-first {
  padding-top: 118px; }
  @media only screen and (min-width: 1650px) {
    .section-first {
      padding-top: 166px; } }

.section-lightGreen {
  background: #e9f8f6;
  border-top: solid 1px #e9f8f6;
  border-bottom: solid 1px #e9f8f6; }

.section-lightYellow {
  background: #f2f2f2;
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2; }

.section-lightViolet {
  background: #f7eff8;
  border-top: solid 1px #f7eff8;
  border-bottom: solid 1px #f7eff8; }

.section-darkGray {
  background: #ccd4e0;
  border-top: solid 1px #ccd4e0;
  border-bottom: solid 1px #ccd4e0; }

.section-white {
  background: #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff; }

.section-black {
  background: #000;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #fff; }
  .section-black a {
    color: #fff; }

.section-green {
  background: #e9f8f6; }

/*-----------------------------------------------*/
/*               VISIBILITY
/*-----------------------------------------------*/
.hiddenBelowMenuBreak {
  display: none; }
  @media only screen and (min-width: 1023px) {
    .hiddenBelowMenuBreak {
      display: block; } }

@media only screen and (min-width: 1023px) {
  .hiddenAboveMenuBreak {
    display: none; } }

@media only screen and (min-width: 767px) {
  .hiddenAboveMobile {
    display: none !important; } }

@media only screen and (min-width: 1023px) {
  .hiddenAboveSTablet {
    display: none !important; } }

.visibleAboveMobile {
  display: none; }
  @media only screen and (min-width: 767px) {
    .visibleAboveMobile {
      display: block; } }

.visibleAboveMobile-flex {
  display: none; }
  @media only screen and (min-width: 767px) {
    .visibleAboveMobile-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.visibleAboveSTablet {
  display: none; }
  @media only screen and (min-width: 1023px) {
    .visibleAboveSTablet {
      display: block; } }

.visibleAboveSTablet-flex {
  display: none; }
  @media only screen and (min-width: 1023px) {
    .visibleAboveSTablet-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media only screen and (min-width: 1210px) {
  .hiddenAboveTablet {
    display: none; } }

.hiddenBelowTablet {
  display: none; }
  @media only screen and (min-width: 1210px) {
    .hiddenBelowTablet {
      display: block; } }

.hiddenBelowTablet_inline {
  display: none; }
  @media only screen and (min-width: 1210px) {
    .hiddenBelowTablet_inline {
      display: inline; } }

.hiddenBelowDesktop_inline {
  display: none; }
  @media only screen and (min-width: 1650px) {
    .hiddenBelowDesktop_inline {
      display: inline; } }

@media only screen and (min-width: 1210px) {
  .hiddenAboveTablet {
    display: none; } }

@media only screen and (min-width: 767px) {
  .mobile_minusHalfEmBottom {
    position: relative;
    margin-bottom: -0.3em;
    z-index: 1; } }

@media only screen and (min-width: 1365px) {
  .sDesktop_minusHalfEmBottom {
    position: relative;
    margin-bottom: -0.3em;
    z-index: 1; } }

@media only screen and (max-width: 767px) {
  .onlyMobile_minusHalfEmBottom {
    position: relative;
    margin-bottom: -0.3em;
    z-index: 1; } }

.minusHalfEmBottom {
  position: relative;
  margin-bottom: -0.3em;
  z-index: 1; }

/*-----------------------------------------------*/
/*                 SLIDERS
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                    OTHERS
/*-----------------------------------------------*/
.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }
  .alignCenter img {
    margin-left: auto;
    margin-right: auto; }

.alignCenter_sTablet {
  text-align: left; }
  @media only screen and (min-width: 1023px) {
    .alignCenter_sTablet {
      text-align: center; } }
  @media only screen and (min-width: 1023px) {
    .alignCenter_sTablet img {
      margin-left: auto;
      margin-right: auto; } }

.alignRight {
  text-align: right; }

.flexLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flexRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%); }
  62% {
    -webkit-transform: translate(160%, 160%);
            transform: translate(160%, 160%); }
  64% {
    -webkit-transform: translate(-160%, -160%);
            transform: translate(-160%, -160%); } }

@keyframes arrowMove {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%); }
  62% {
    -webkit-transform: translate(160%, 160%);
            transform: translate(160%, 160%); }
  64% {
    -webkit-transform: translate(-160%, -160%);
            transform: translate(-160%, -160%); } }

/*-----------------------------------------------*/
/*                  GUTENBERG
/*-----------------------------------------------*/
.wp-block-cover.fixed {
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

.ok::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 0.8em;
  background: url(../img/hello.svg) left center no-repeat;
  background-size: auto 100%;
  margin-left: 0.2em; }

@media only screen and (min-width: 767px) {
  .paddingBottom {
    padding-bottom: 60px; } }

@media only screen and (min-width: 1210px) {
  .paddingBottom {
    padding-bottom: 85px; } }

@media only screen and (min-width: 1650px) {
  .paddingBottom {
    padding-bottom: 140px; } }

@media only screen and (min-width: 767px) {
  .paddingLeft {
    padding-left: 40px; } }

@media only screen and (min-width: 1210px) {
  .paddingLeft {
    padding-left: 80px; } }

@media only screen and (min-width: 1650px) {
  .paddingLeft {
    padding-left: 150px; } }

@media only screen and (min-width: 767px) {
  .paddingRight {
    padding-right: 40px; } }

@media only screen and (min-width: 1210px) {
  .paddingRight {
    padding-right: 80px; } }

@media only screen and (min-width: 1650px) {
  .paddingRight {
    padding-right: 150px; } }

@media only screen and (min-width: 767px) {
  .morePaddingRight {
    padding-right: 80px; } }

@media only screen and (min-width: 1210px) {
  .morePaddingRight {
    padding-right: 180px; } }

@media only screen and (min-width: 1650px) {
  .morePaddingRight {
    padding-right: 250px; } }

@media only screen and (min-width: 1650px) {
  .desktop_smallPaddingLeft {
    padding-left: 138px; } }

@media only screen and (min-width: 1650px) {
  .desktop_smallPaddingLeft {
    padding-left: 138px; } }

@media only screen and (min-width: 767px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media only screen and (min-width: 767px) {
  .wp-block-columns.noMarginBottom {
    margin-bottom: 0; } }

.wp-block-column {
  margin-bottom: 0; }
  .wp-block-column.noMarginTop {
    margin-top: 0; }

@media only screen and (max-width: 767px) {
  .wp-block-column + .wp-block-column {
    margin-top: 15px; } }

.wp-block-column + .wp-block-column.noMarginTop {
  margin-top: 0; }

.figureWithPadding {
  padding: 80px 0; }

@media only screen and (min-width: 1650px) {
  .figureMovedLeft {
    position: relative;
    left: -150px; } }

@media only screen and (min-width: 1650px) {
  .wp-block-column.noMarginLeft:not(:first-child) {
    margin-left: 0; } }

.wp-embed-aspect-16-9 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-left: 0;
  margin-right: 0; }
  .wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-aspect-16-9 iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 767px) {
  .minusMarginTopContainer {
    margin-top: -60px; } }

@media only screen and (min-width: 767px) {
  .move_that_down_a_bit {
    position: relative;
    top: 60px; } }

@media only screen and (min-width: 1650px) {
  .move_that_down_a_bit {
    top: 90px; } }

.serviceBottom {
  margin-bottom: 100px; }
  @media only screen and (min-width: 1210px) {
    .serviceBottom {
      margin-bottom: 43px; } }
  @media only screen and (min-width: 1650px) {
    .serviceBottom {
      margin-bottom: 69px; } }
  .serviceBottom .h1 {
    margin-top: 0;
    padding-top: 60px; }
    @media only screen and (min-width: 1210px) {
      .serviceBottom .h1 {
        padding-top: 0;
        margin-top: -0.5em; } }
  @media only screen and (min-width: 767px) {
    .serviceBottom .wp-block-column {
      padding-right: 10%; } }
  @media only screen and (min-width: 1650px) {
    .serviceBottom .wp-block-column + .wp-block-column {
      padding-right: 16%; } }

.wp-block-column.minusMarginBottom {
  margin-bottom: -75px; }
  @media only screen and (min-width: 1210px) {
    .wp-block-column.minusMarginBottom {
      margin-bottom: -90px; } }
  @media only screen and (min-width: 1650px) {
    .wp-block-column.minusMarginBottom {
      margin-bottom: -115px; } }

p + .wp-block-image {
  margin-top: 30px; }
  @media only screen and (min-width: 1210px) {
    p + .wp-block-image {
      margin-top: 60px; } }

.wp-block-cover.fullHeight {
  height: 100vh; }

.wp-block-cover .h2 {
  max-width: none; }

.fullHeight {
  height: 100vh; }

.wp-block-image.alignRight img {
  margin-right: 0;
  margin-left: auto; }

.wp-block-quote {
  padding: 10px 0 5px 0;
  position: relative;
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
  padding-right: 50px;
  font-size: 2.2rem;
  line-height: 1.45;
  font-family: 'Helvetica Neue';
  font-weight: 300; }
  @media only screen and (min-width: 1650px) {
    .wp-block-quote {
      font-size: 3.6rem;
      padding-top: 15px; } }
  .wp-block-quote::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 10px;
    bottom: -10px;
    width: 100%;
    background: url(../img/blockquote.svg) no-repeat left top;
    background-size: auto 100%; }
    @media only screen and (min-width: 1023px) {
      .wp-block-quote::before {
        left: -60px; } }
  .wp-block-quote p {
    position: relative;
    z-index: 1; }

.twitter-tweet {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  transition: all 0s; }

.tns-slider > .tns-item {
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left; }
@media only screen and (min-width: 767px) {
  .logotypeWrapper[style] {
    margin-left: 0 !important; } }

@media only screen and (min-width: 1023px) {
  .logotypesSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 767px) {
  .logotype_row .tns-inner {
    position: relative; } }

@media only screen and (min-width: 767px) {
  .logotype_row .tns-horizontal.tns-no-subpixel > .tns-item {
    margin-right: 0; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 130;
  line-height: 0;
  position: relative;
  z-index: 20; }
  @media only screen and (min-width: 1023px) {
    .hamburger {
      display: none; } }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 4px;
    background-color: #000000;
    border-radius: 0px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.topBarOuter {
  transition: background 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background 0.5s;
  transition: transform 0.5s, background 0.5s, -webkit-transform 0.5s; }
  @media only screen and (min-width: 1023px) {
    .topBarOuter {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100; } }

.topBar {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s all;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .topBar {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 1; } }
  @media only screen and (min-width: 1023px) {
    .topBar {
      padding: 20px 50px; } }
  @media only screen and (min-width: 1650px) {
    .topBar {
      padding: 40px 50px; } }

.main-navigation {
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .main-navigation {
      width: 100vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 8px 24px; } }
  @media only screen and (min-width: 1023px) {
    .main-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100vw;
      transition: 0.5s all;
      max-width: 1520px;
      margin: 0 auto; } }
  .main-navigation a {
    color: #fff;
    font-family: 'Helvetica Neue';
    font-size: 2.2rem; }
    @media only screen and (min-width: 1023px) {
      .main-navigation a {
        color: #000;
        font-size: 1.8rem; } }
  .main-navigation .current-menu-item a,
  .main-navigation .current-page-ancestor a {
    text-decoration: underline; }

.mainMenuWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .mainMenuWrapper {
      background: #000;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 36px;
      font-weight: bold;
      transition: 0.7s ease-in-out all;
      -webkit-transform: translate(100vw, 0);
              transform: translate(100vw, 0);
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      opacity: 1; } }
  @media only screen and (min-width: 1023px) {
    .mainMenuWrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.menu,
.additionalNav {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 2.7rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .menu .menu-item,
  .menu .additionalNavElem,
  .additionalNav .menu-item,
  .additionalNav .additionalNavElem {
    text-align: left;
    display: block;
    padding: 0; }

@media only screen and (min-width: 1023px) {
  .additionalNav {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 1023px) {
  .additionalNavElem + .additionalNavElem {
    margin-left: 24px; } }

@media only screen and (min-width: 1023px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 1.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media only screen and (min-width: 1023px) {
  .menu .menu-item {
    margin-right: 25px; } }

@media only screen and (min-width: 1210px) {
  .menu .menu-item {
    margin-right: 50px; } }

@media only screen and (max-width: 1023px) {
  .menu .menu-item.hideMobile {
    display: none; } }

@media only screen and (min-width: 1023px) {
  .mainMenuContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.logoContainer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 1210px) {
    .logoContainer svg {
      width: 249px;
      height: auto; } }

.langSwitcher {
  margin: 0;
  padding: 0;
  display: block; }
  @media only screen and (max-width: 1023px) {
    .langSwitcher {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 14px; } }
  .langSwitcher select {
    background: #fff;
    border: none;
    color: #000;
    text-transform: uppercase;
    font-size: 1.8rem;
    padding: 2px 4px;
    font-weight: bold;
    font-family: 'Helvetica Neue'; }
    @media only screen and (min-width: 1023px) {
      .langSwitcher select {
        background: #000;
        color: #fff;
        padding: 0 4px;
        line-height: 1.1;
        height: 25px;
        font-size: 1.6rem; } }
  .langSwitcher ::-moz-selection {
    background: #fff;
    color: #000; }
  .langSwitcher ::selection {
    background: #fff;
    color: #000; }
  .langSwitcher li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    padding-right: 10px; }
    .langSwitcher li::after {
      content: "";
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background: #fff;
      position: absolute;
      top: 50%;
      right: -2px;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media only screen and (min-width: 1023px) {
        .langSwitcher li::after {
          background: #000; } }
    @media only screen and (min-width: 1023px) {
      .langSwitcher li a {
        font-size: 1.5rem; } }
    .langSwitcher li a:hover {
      text-decoration: underline; }
  .langSwitcher > a {
    display: inline-block;
    margin-left: 10px; }
    @media only screen and (min-width: 1023px) {
      .langSwitcher > a {
        font-size: 1.5rem; } }
  .langSwitcher > a:hover {
    text-decoration: underline; }

.menuBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.socialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 30px 0; }
  @media only screen and (min-width: 1023px) {
    .socialMedia {
      display: none; } }
  .socialMedia a {
    margin-right: 16px; }

.site_logo_path1 {
  fill: #000;
  transition: 0.2s fill; }

.site_logo_path2 {
  -webkit-clip-path: url(#clip-path);
          clip-path: url(#clip-path); }

@media only screen and (max-width: 1023px) {
  .topBar.is-opened .site_logo_path1 {
    fill: #fff; } }

@media only screen and (max-width: 1023px) {
  .topBar.is-opened .mainMenuWrapper {
    -webkit-transform: translate(0vw, 0);
            transform: translate(0vw, 0);
    opacity: 1; } }

.topBar.is-scrolled {
  background: #fff; }
  @media only screen and (min-width: 1650px) {
    .topBar.is-scrolled {
      padding: 25px 50px; } }

.lds-ripple {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  background-size: cover;
  -webkit-animation: sk-rotateplane 3.2s infinite ease-in-out;
          animation: sk-rotateplane 3.2s infinite ease-in-out;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

@-webkit-keyframes sk-rotateplane {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg); }
  25% {
    transform: rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: rotateX(-180.1deg) rotateY(0deg); }
  50% {
    transform: rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: rotateX(-180deg) rotateY(-179.9deg); }
  75% {
    transform: rotateX(0deg) rotateY(-179.9deg);
    -webkit-transform: rotateX(0deg) rotateY(-179.9deg); }
  100% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg); }
  25% {
    transform: rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: rotateX(-180.1deg) rotateY(0deg); }
  50% {
    transform: rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: rotateX(-180deg) rotateY(-179.9deg); }
  75% {
    transform: rotateX(0deg) rotateY(-179.9deg);
    -webkit-transform: rotateX(0deg) rotateY(-179.9deg); }
  100% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg); } }

.loaderWrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10; }

.loaderWrapperInner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.lds-ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px; }

/*-----------------------------------------------*/
/*                                               */
/*                TABLE OF CONTENTS              */
/*                                               */
/*-----------------------------------------------*/
/*
    - FONTS
    - SPLASH
    - COOKIE
*/
/*-----------------------------------------------*/
/*  FONTS
/*-----------------------------------------------*/
.h1 {
  font-size: 4.2rem;
  line-height: 0.85; }
  @media only screen and (min-width: 1023px) {
    .h1 {
      font-size: 6.5rem; } }
  @media only screen and (min-width: 1365px) {
    .h1 {
      font-size: 10.5rem; } }
  @media only screen and (min-width: 1650px) {
    .h1 {
      font-size: 10rem; } }

.h2, .wp-block-cover .h2 {
  font-size: 4rem;
  line-height: 1.13; }
  @media only screen and (min-width: 1023px) {
    .h2, .wp-block-cover .h2 {
      font-size: 5rem; } }
  @media only screen and (min-width: 1365px) {
    .h2, .wp-block-cover .h2 {
      font-size: 6.5rem; } }
  @media only screen and (min-width: 1650px) {
    .h2, .wp-block-cover .h2 {
      font-size: 8rem; } }

.h3, .case_short_desc h3 {
  font-size: 2.2rem;
  line-height: 1.27; }

.smallFont {
  font-size: 1.2rem; }
  @media only screen and (min-width: 1210px) {
    .smallFont {
      font-size: 1.4rem; } }

/*-----------------------------------------------*/
/*  SPLASH
/*-----------------------------------------------*/
.splash {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: url(../img/arrow_down_white_with_border.svg) 25 25, auto;
  overflow: hidden;
  background: url(../img/splashBg.jpg) center/cover no-repeat;
  z-index: -1; }
  @media only screen and (min-width: 1023px) {
    .splash {
      background: #000; } }

.splashVideoWrapper {
  display: none; }
  @media only screen and (min-width: 1023px) {
    .splashVideoWrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      padding-bottom: 56.25%;
      display: block; } }

.splashVideo {
  position: absolute;
  left: 50%;
  top: -2%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: auto;
  height: 104%; }

.splashCover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #404040;
  opacity: 0.55; }

.splashContent {
  position: relative;
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center; }

.pageBgWrapper {
  position: relative;
  background: #fff;
  z-index: 10; }

.keyboardText::after {
  content: " |";
  font-weight: normal;
  -webkit-animation: cursorBlink 0.8s infinite;
          animation: cursorBlink 0.8s infinite; }

.splash-logo {
  max-width: 193px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 767px) {
    .splash-logo {
      max-width: 100%; } }

@-webkit-keyframes cursorBlink {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  41% {
    opacity: 0; }
  80% {
    opacity: 0; }
  81% {
    opacity: 1; } }

@keyframes cursorBlink {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  41% {
    opacity: 0; }
  80% {
    opacity: 0; }
  81% {
    opacity: 1; } }

/*-----------------------------------------------*/
/*  COOKIE
/*-----------------------------------------------*/
.cookieInfo {
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 1260px;
  background: #fff;
  color: #5d5d5d;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  z-index: 50; }
  @media only screen and (min-width: 1210px) {
    .cookieInfo {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 12px 32px;
      bottom: 24px; } }
  .cookieInfo a {
    color: #000;
    text-decoration: underline; }

.cookieButton {
  width: 41px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 24px;
  padding: 0; }

body.home {
  padding-top: 100vh; }

@media only screen and (min-width: 767px) {
  .works-home-grid {
    margin-left: -5px;
    margin-right: -5px; } }

@media only screen and (min-width: 1650px) {
  .works-home-grid {
    margin-left: -8px;
    margin-right: -8px; } }

@media only screen and (min-width: 767px) {
  .works-home-grid::after {
    content: '';
    display: block;
    clear: both; } }

@media only screen and (min-width: 767px) {
  .services-small-grid::after {
    content: '';
    display: block;
    clear: both; } }

.works-full-grid {
  margin-top: 70px;
  margin-bottom: 48px; }
  @media only screen and (min-width: 1210px) {
    .works-full-grid {
      margin-top: 100px;
      margin-bottom: 55px; } }
  @media only screen and (min-width: 1650px) {
    .works-full-grid {
      margin-top: 138px;
      margin-bottom: 65px; } }
  @media only screen and (min-width: 767px) {
    .works-full-grid::after {
      content: '';
      display: block;
      clear: both; } }
  @media only screen and (max-width: 767px) {
    .works-full-grid .work-tile {
      width: auto;
      max-width: 300px;
      margin: 15px auto; } }
  @media only screen and (max-width: 767px) {
    .works-full-grid .work-tile-image {
      height: auto;
      max-width: 100%; } }

.services-small-grid-container {
  padding: 80px 0; }
  @media only screen and (min-width: 1210px) {
    .services-small-grid-container {
      padding-top: 0;
      margin-top: 320px; } }
  @media only screen and (min-width: 1650px) {
    .services-small-grid-container {
      margin-top: 400px; } }
  .services-small-grid-container .section-more-link {
    height: calc(100% - 10px); }
    @media only screen and (min-width: 1650px) {
      .services-small-grid-container .section-more-link {
        height: calc(100% - 16px);
        right: 10px; } }
  @media only screen and (min-width: 1365px) {
    .services-small-grid-container .mobile-horizontal-slider {
      margin-top: 0; } }
  @media only screen and (min-width: 1210px) {
    .services-small-grid-container .h1 {
      margin-top: -320px; } }

.work-tile {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .work-tile {
      width: 223px;
      overflow: hidden;
      display: block; } }
  @media only screen and (min-width: 767px) {
    .work-tile {
      width: calc(25% - 10px);
      float: left;
      margin: 5px; } }
  @media only screen and (min-width: 1023px) {
    .work-tile {
      width: calc( 16.66% - 10px); } }
  @media only screen and (min-width: 1650px) {
    .work-tile {
      width: calc( 16.66% - 16px);
      margin: 8px; } }

.work-tile-video {
  display: none; }
  @media only screen and (min-width: 767px) {
    .work-tile-video {
      display: block;
      position: absolute;
      height: 100%;
      width: auto;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; } }

@media only screen and (min-width: 767px) {
  .works-full-grid .work-tile {
    width: calc(25% - 10px);
    float: left;
    margin: 5px; } }

@media only screen and (min-width: 1650px) {
  .works-full-grid .work-tile {
    width: calc( 25% - 16px);
    margin: 8px; } }

@media only screen and (min-width: 767px) {
  .works-home-grid .work-tile:nth-child(1) {
    width: calc(50% - 10px); } }

@media only screen and (min-width: 1023px) {
  .works-home-grid .work-tile:nth-child(1) {
    width: calc(33.33% - 10px); } }

@media only screen and (min-width: 1650px) {
  .works-home-grid .work-tile:nth-child(1) {
    width: calc(33.33% - 16px); } }

@media only screen and (min-width: 767px) {
  .works-full-grid .work-tile:nth-child(1) {
    width: calc(50% - 10px); } }

@media only screen and (min-width: 1650px) {
  .works-full-grid .work-tile:nth-child(1) {
    width: calc(50% - 16px); } }

.works-full-grid .work-tile:nth-child(1) .work-tile-image {
  width: 100%; }

@media only screen and (min-width: 767px) {
  .works-full-grid .work-tile:nth-child(2) {
    width: calc(50% - 10px);
    height: 0;
    padding-bottom: calc(25% - 12px);
    overflow: hidden;
    position: relative; } }

@media only screen and (min-width: 1650px) {
  .works-full-grid .work-tile:nth-child(2) {
    width: calc(50% - 16px);
    padding-bottom: calc(25% - 20px); } }

@media only screen and (min-width: 767px) {
  .works-full-grid .work-tile:nth-child(2) .work-tile-video {
    height: auto;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media only screen and (min-width: 767px) {
  .works-full-grid .work-tile:nth-child(2) .work-tile-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media only screen and (min-width: 1023px) {
  .works-home-grid .work-tile:nth-child(2) {
    width: calc(33.33% - 10px);
    margin-right: 10%; } }

@media only screen and (min-width: 1650px) {
  .works-home-grid .work-tile:nth-child(2) {
    width: calc(33.33% - 13px); } }

@media only screen and (min-width: 1023px) {
  .works-home-grid .work-tile:nth-child(3),
  .services-small-grid .work-tile:nth-child(1) {
    width: calc(33.33% - 10px); } }

@media only screen and (min-width: 1650px) {
  .works-home-grid .work-tile:nth-child(3),
  .services-small-grid .work-tile:nth-child(1) {
    width: calc(33.33% - 16px); } }

@media only screen and (min-width: 1023px) {
  .works-home-grid .work-tile:nth-child(6),
  .services-small-grid .work-tile:nth-child(4) {
    margin-right: 10%; } }

@media only screen and (max-width: 767px) {
  .work-tile-image {
    height: 300px;
    max-width: none;
    width: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@media only screen and (min-width: 1023px) {
  .home-works-header {
    position: absolute;
    left: 63%;
    top: 12%;
    line-height: 0.85;
    z-index: 1; } }

@media only screen and (min-width: 1650px) {
  .home-works-header {
    top: 10%; } }

.service-tile {
  display: block;
  background: #fff;
  height: 325px;
  width: 223px;
  padding: 35px; }
  @media only screen and (min-width: 767px) {
    .service-tile {
      margin: 8px; } }
  @media only screen and (min-width: 1365px) {
    .service-tile {
      width: calc(16.66% - 16px);
      height: 409px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 0px; } }
  @media only screen and (min-width: 1365px) {
    .service-tile .h3 {
      min-height: 3.8em; } }

.service-tile-image {
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 767px) {
  .services-horizontal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -8px;
    margin-right: -8px; } }

@media only screen and (min-width: 1365px) {
  .services-horizontal-list {
    margin-top: 0; } }

.services-horizontal-list .section-more-link {
  width: 223px;
  height: 325px;
  position: static;
  margin: 8px;
  text-align: center; }
  @media only screen and (min-width: 1365px) {
    .services-horizontal-list .section-more-link {
      width: calc(16.66% - 16px);
      height: 409px; } }
  @media only screen and (min-width: 1365px) {
    .services-horizontal-list .section-more-link .button-icon {
      margin-bottom: 45px; } }

@media only screen and (min-width: 1210px) {
  .home-services {
    padding-top: 14vw;
    margin-top: -14vw; } }

@media only screen and (min-width: 1650px) {
  .home-services {
    padding-top: 17vw; } }

.section-clients {
  padding-top: 30px;
  margin-top: -35px; }
  @media only screen and (min-width: 1023px) {
    .section-clients {
      padding-top: 50px;
      padding-bottom: 20px; } }
  @media only screen and (min-width: 1365px) {
    .section-clients {
      padding-top: 90px;
      padding-bottom: 50px;
      margin-top: -60px; } }

.client-tile {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 43px;
  height: 187px; }
  @media only screen and (max-width: 767px) {
    .client-tile {
      width: 223px;
      overflow: hidden; } }

.client-tile-image-wrapper {
  max-width: 100%;
  max-height: 100%; }

.client-tile-image {
  max-width: 100%;
  max-height: 100px; }

.home-about .h1 {
  margin-bottom: -0.4em;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 1650px) {
    .home-about .h1 {
      margin-bottom: -1.1em; } }

.home-about .h3 {
  margin-top: 64px;
  position: relative;
  padding-left: 78px; }
  @media only screen and (min-width: 1023px) {
    .home-about .h3 {
      padding-left: 130px; } }
  @media only screen and (min-width: 1650px) {
    .home-about .h3 {
      margin-top: 116px; } }
  @media only screen and (max-width: 767px) {
    .home-about .h3 span {
      display: block; } }

.home-about .section-content {
  margin-top: 30px; }
  @media only screen and (min-width: 1023px) {
    .home-about .section-content {
      margin-left: 130px;
      max-width: 495px; } }

.home-about .moreLink {
  margin-top: 60px; }
  @media only screen and (min-width: 1210px) {
    .home-about .moreLink {
      margin-top: -1.2em; } }

.hello {
  width: 51px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0; }
  @media only screen and (min-width: 1023px) {
    .hello {
      width: 70px; } }

/*-----------------------------------------------*/
/*  INSTAGRAM
/*-----------------------------------------------*/
@media only screen and (max-width: 767px) {
  .home-instagram .ri-grid-size-2 {
    width: 2230px;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

.home-instagram .ri-grid-size-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.home-instagram .ri-grid-size-2 ul::before {
  display: none; }

.home-instagram .ri-grid-size-2 ul::after {
  display: none; }

.home-instagram .ri-grid-size-2 li[style], .home-instagram .ri-grid-size-2 .swipebox_grid {
  width: 223px !important;
  height: 300px !important; }

.home-instagram .ri-grid-size-2 li {
  margin: 5px; }

.home-instagram .ri-grid-size-2 .swipebox_grid {
  background-size: cover; }

.home-instagram .ri-grid {
  margin: 0; }

.home-instagram .container {
  z-index: auto; }
  @media only screen and (min-width: 767px) {
    .home-instagram .container {
      z-index: 5; } }

.home-instagram .h1 {
  z-index: 1; }

.home-instagram .mobile-horizontal-slider {
  margin-bottom: 30px; }

.socialBg {
  background: #f7eff8;
  border-top: solid 1px #f7eff8;
  border-bottom: solid 1px #f7eff8; }
  @media only screen and (max-width: 767px) {
    .socialBg {
      margin-top: 77px;
      padding-bottom: 25px; } }
  @media only screen and (min-width: 767px) {
    .socialBg {
      padding-top: 15px; } }
  @media only screen and (min-width: 1023px) {
    .socialBg {
      padding-top: 35px; } }
  @media only screen and (min-width: 1650px) {
    .socialBg {
      padding-top: 45px; } }
  @media only screen and (max-width: 767px) {
    .socialBg .container {
      margin-top: -77px; } }

.ri-shadow:after, .ri-shadow:before {
  display: none; }

.socialBtn {
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block; }
  @media only screen and (min-width: 767px) {
    .socialBtn {
      margin-left: 45px; } }
  .socialBtn img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 0; }

@media only screen and (min-width: 767px) {
  .socialContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.owl-pagination {
  display: none; }

@media only screen and (min-width: 767px) {
  .owl-buttons {
    position: absolute;
    right: 0;
    top: 0; } }

@media only screen and (min-width: 767px) {
  .enjoy-instagram-carousel {
    padding-top: 50px; } }

@media only screen and (min-width: 1023px) {
  .enjoy-instagram-carousel {
    padding-top: 70px; } }

@media only screen and (min-width: 1650px) {
  .enjoy-instagram-carousel {
    padding-top: 78px; } }

.owl-theme .owl-controls .owl-buttons div {
  width: 29px;
  height: 25px;
  overflow: hidden;
  display: block;
  text-indent: 100px;
  opacity: 1 !important; }

.owl-theme .owl-controls .owl-buttons .owl-prev {
  background: url(../img/arrow_left.svg); }

.owl-theme .owl-controls .owl-buttons .owl-next {
  background: url(../img/arrow_right.svg);
  margin-left: 14px; }

@media only screen and (min-width: 767px) {
  .enjoy-instagram-carousel .box a {
    margin: 0 5px; } }

.give-quote {
  padding-top: 74px;
  padding-bottom: 0;
  margin-bottom: -1px; }
  @media only screen and (min-width: 767px) {
    .give-quote {
      padding-top: 25vw;
      margin-top: -20vw; } }
  @media only screen and (min-width: 1210px) {
    .give-quote {
      padding-top: 22vw;
      margin-top: -17vw; } }
  @media only screen and (min-width: 1650px) {
    .give-quote {
      padding-top: 17vw;
      margin-top: -12vw; } }
  .give-quote .outer {
    position: relative;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto; }
    .give-quote .outer::after {
      content: "";
      display: block;
      position: absolute;
      left: 18vw;
      right: 0;
      top: 0;
      bottom: 0;
      background: #f2f2f2; }
      @media only screen and (min-width: 1023px) {
        .give-quote .outer::after {
          right: 50px; } }
      @media only screen and (min-width: 1650px) {
        .give-quote .outer::after {
          right: 0;
          left: 8vw; } }
  .give-quote .container {
    padding-top: 45px;
    padding-bottom: 45px; }
    @media only screen and (min-width: 1023px) {
      .give-quote .container {
        padding-right: 50px; } }
    @media only screen and (min-width: 1210px) {
      .give-quote .container {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media only screen and (min-width: 1650px) {
      .give-quote .container {
        padding-top: 94px;
        padding-bottom: 94px;
        padding-right: 112px; } }
  .give-quote .sectionImage {
    margin: 60px 0;
    text-align: center; }
    @media only screen and (min-width: 767px) {
      .give-quote .sectionImage {
        margin-top: 50px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media only screen and (min-width: 1650px) {
      .give-quote .sectionImage {
        margin-top: 90px; } }
    .give-quote .sectionImage img {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 767px) {
        .give-quote .sectionImage img {
          width: 40vw;
          max-width: 500px; } }
  @media only screen and (min-width: 767px) {
    .give-quote .h1 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media only screen and (max-width: 767px) {
    .give-quote .moreLink {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (min-width: 767px) {
    .give-quote .moreLink {
      padding-left: 20vw; } }
  .give-quote .flexContainer-mobile {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .give-quote .button-with-icon {
    max-width: 250px; }

.give-quote.give-quote-subpage {
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 1023px) {
    .give-quote.give-quote-subpage {
      background: #f2f2f2;
      padding: 100px 0; } }
  @media only screen and (min-width: 1650px) {
    .give-quote.give-quote-subpage {
      padding: 260px 0; } }
  @media only screen and (min-width: 1023px) {
    .give-quote.give-quote-subpage .outer::after {
      background: #fff;
      left: 11vw; } }
  @media only screen and (min-width: 1650px) {
    .give-quote.give-quote-subpage .outer::after {
      left: 7vw; } }

@media only screen and (min-width: 767px) {
  .noMarginQuote .give-quote {
    margin: 0;
    padding: 0; } }

.siteFooter {
  height: 100vh;
  text-align: center;
  padding-bottom: 29px; }
  @media only screen and (min-width: 1023px) {
    .siteFooter {
      padding-top: 100px;
      text-align: left; } }
  .siteFooter .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%; }
  .siteFooter .h2 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .siteFooter .socialMedia {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 1023px) {
      .siteFooter .socialMedia {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px; } }
    .siteFooter .socialMedia a {
      margin-right: 0; }
    .siteFooter .socialMedia a + a {
      margin-left: 8px; }

.footerLogo img {
  width: 158px;
  height: auto;
  margin: 0 auto; }
  @media only screen and (min-width: 1210px) {
    .footerLogo img {
      width: 220px; } }
  @media only screen and (min-width: 1650px) {
    .footerLogo img {
      width: 282px; } }

.authorRow {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 1023px) {
    .authorRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .authorRow p {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media only screen and (min-width: 1023px) {
    .authorRow p + p {
      text-align: right; } }
  .authorRow a {
    text-decoration: underline; }

.toTop {
  box-shadow: 0px 0px 0px 1px #fff;
  border-radius: 100%;
  display: inline-block; }
  .toTop .button-icon {
    display: block;
    border-radius: 100%;
    padding: 13px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
  .toTop .button-icon:hover img {
    -webkit-animation: arrowMoveUp 1s infinite;
            animation: arrowMoveUp 1s infinite; }
  .toTop img {
    margin: 0 auto;
    width: 30px; }

@-webkit-keyframes arrowMoveUp {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform: translate(0px, -90px);
            transform: translate(0px, -90px); }
  33% {
    opacity: 0; }
  66% {
    -webkit-transform: translate(0px, 90px);
            transform: translate(0px, 90px);
    opacity: 0; } }

@keyframes arrowMoveUp {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform: translate(0px, -90px);
            transform: translate(0px, -90px); }
  33% {
    opacity: 0; }
  66% {
    -webkit-transform: translate(0px, 90px);
            transform: translate(0px, 90px);
    opacity: 0; } }

.pageHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 360px; }
  @media only screen and (min-width: 1210px) {
    .pageHeader {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1650px) {
    .pageHeader {
      margin-bottom: 140px;
      height: 585px; } }
  .pageHeader.image-header {
    display: block;
    margin-bottom: 100px; }
    @media only screen and (min-width: 767px) {
      .pageHeader.image-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media only screen and (min-width: 1023px) {
      .pageHeader.image-header {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1650px) {
      .pageHeader.image-header {
        margin-bottom: 75px; } }
  .pageHeader.noMarginBottom {
    margin-bottom: 0; }
  @media only screen and (min-width: 1023px) {
    .pageHeader .h1 {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1365px) {
    .pageHeader .h1 {
      max-width: 480px; } }
  @media only screen and (min-width: 1650px) {
    .pageHeader .h1 {
      max-width: 600px; } }

@media only screen and (min-width: 767px) {
  .image-headerContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

@media only screen and (min-width: 1023px) {
  .image-headerContainer {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media only screen and (min-width: 767px) {
  .image-headerContainer .h1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 0;
    word-spacing: 100vw;
    margin-bottom: 0.7em; } }

.pageHeader-imageWrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative; }
  @media only screen and (min-width: 767px) {
    .pageHeader-imageWrapper {
      width: 300px; } }

.pageHeader-image {
  box-sizing: content-box; }
  @media only screen and (max-width: 767px) {
    .pageHeader-image {
      padding-top: 100px;
      padding-bottom: 55px;
      height: 190px; } }
  @media only screen and (min-width: 767px) {
    .pageHeader-image {
      height: auto;
      width: 300px;
      max-width: none;
      position: absolute;
      right: 0;
      top: 0; } }
  @media only screen and (min-width: 1210px) {
    .pageHeader-image {
      width: 400px; } }
  @media only screen and (min-width: 1650px) {
    .pageHeader-image {
      width: 580px; } }

.goSectionDown {
  position: relative;
  margin-top: 12px;
  display: inline-block;
  z-index: 10;
  box-shadow: 0px 0px 0px 1px black;
  border-radius: 100%;
  width: 61px;
  height: 61px; }
  @media only screen and (min-width: 1023px) {
    .goSectionDown {
      margin-bottom: -40px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-top: 20px; } }
  .goSectionDown .button-icon {
    display: block;
    border-radius: 100%;
    padding: 13px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    width: 61px;
    height: 61px; }
  .goSectionDown .button-icon:hover img {
    -webkit-animation: arrowMoveDown 1s infinite;
            animation: arrowMoveDown 1s infinite;
    -webkit-transform: translateZ(0); }

@-webkit-keyframes arrowMoveDown {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform: translate(0px, 90px);
            transform: translate(0px, 90px); }
  33% {
    opacity: 0; }
  66% {
    -webkit-transform: translate(0px, -90px);
            transform: translate(0px, -90px);
    opacity: 0; } }

@keyframes arrowMoveDown {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform: translate(0px, 90px);
            transform: translate(0px, 90px); }
  33% {
    opacity: 0; }
  66% {
    -webkit-transform: translate(0px, -90px);
            transform: translate(0px, -90px);
    opacity: 0; } }

.serviceElems {
  margin: 50px 0; }

.serviceElem {
  margin: 50px 0; }
  @media only screen and (min-width: 1023px) {
    .serviceElem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media only screen and (min-width: 1023px) {
  .serviceElem_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media only screen and (min-width: 1023px) {
  .serviceImage_wrapper {
    width: 45%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 60px; } }

@media only screen and (min-width: 1650px) {
  .serviceImage_wrapper {
    padding-right: 128px; } }

.serviceImage {
  position: relative;
  padding: 30px 0; }
  @media only screen and (min-width: 1023px) {
    .serviceImage {
      position: static;
      width: 100%; } }
  .serviceImage img {
    max-width: 50vw;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 1023px) {
      .serviceImage img {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-width: 1650px) {
      .serviceImage img {
        max-width: none; } }
  .serviceImage::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 68%;
    background: #f2f2f2; }
    @media only screen and (min-width: 1023px) {
      .serviceImage::after {
        width: 50vw; } }
    @media only screen and (min-width: 1650px) {
      .serviceImage::after {
        width: 880px; } }

@media only screen and (min-width: 1023px) {
  .serviceElem_contentWrapper {
    width: 55%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 1; } }

@media only screen and (min-width: 1650px) {
  .serviceElem_contentWrapper {
    width: 49%; } }

@media only screen and (min-width: 1023px) {
  .serviceElem_contentWrapper .h3 {
    padding-right: 10vw; } }

@media only screen and (min-width: 1650px) {
  .serviceElem_contentWrapper .h3 {
    padding-right: 120px; } }

.serviceElem_contentWrapper .h1 {
  margin-top: 0; }

.serviceElem_content {
  color: #5d5d5d;
  margin: 30px 0; }
  @media only screen and (min-width: 1023px) {
    .serviceElem_content {
      padding-right: 10vw; } }
  @media only screen and (min-width: 1650px) {
    .serviceElem_content {
      padding-right: 225px; } }

.short_image {
  height: 60px; }
  @media only screen and (min-width: 1650px) {
    .short_image {
      height: 80px;
      margin-bottom: 40px; } }

.articleHeader {
  margin-bottom: 80px; }

@media only screen and (min-width: 1023px) {
  .articleHeader-content {
    max-width: 495px; } }

.articleHeader-content .serviceElem_content {
  padding-right: 0; }

.case_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.case_image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-width: none; }

.caseColumns {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px; }
  @media only screen and (min-width: 1210px) {
    .caseColumns {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1650px) {
    .caseColumns {
      padding-bottom: 160px; } }

.case_content {
  margin-top: 100vh;
  background: #fff;
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding-top: 30px; }
  @media only screen and (min-width: 767px) {
    .case_content .h1 {
      max-width: 900px; } }

@media only screen and (min-width: 1210px) {
  .case_info {
    padding-right: 18%; } }

.case_info_label {
  display: block;
  color: #ad9e9e; }

@media only screen and (min-width: 767px) {
  .case_short_desc {
    width: 55%;
    padding-left: 10%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media only screen and (min-width: 1365px) {
  .case_short_desc {
    padding-right: 24%;
    padding-left: 0; } }

.case_short_desc h1, .case_short_desc h2, .case_short_desc h3 {
  color: #000; }

.pageContent p {
  color: #5d5d5d; }
  .pageContent p strong {
    color: #000; }

.pageContent .wp-block-quote p {
  color: #000; }

.pageContent .superNarrowContainer {
  padding-bottom: 40px; }
  @media only screen and (min-width: 1210px) {
    .pageContent .superNarrowContainer {
      padding-bottom: 90px; } }
  @media only screen and (min-width: 1650px) {
    .pageContent .superNarrowContainer {
      padding-bottom: 170px; } }

.pageContent .superNarrowContainer h2 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.56; }

.teamList {
  margin: 0 auto;
  max-width: 300px; }
  @media (min-width: 600px) {
    .teamList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: none;
      width: auto;
      margin: 50px -20px; } }

@media (min-width: 600px) {
  .teamElem {
    width: calc(50% - 40px);
    margin: 20px; } }

@media only screen and (min-width: 1023px) {
  .teamElem {
    width: calc(33.33% - 40px);
    margin: 20px; } }

@media only screen and (min-width: 1365px) {
  .teamElem {
    width: calc(33.33% - 60px);
    margin: 30px; } }

@media only screen and (min-width: 1650px) {
  .teamElem {
    width: calc(33.33% - 80px);
    margin: 40px; } }

.teamElem-socialmedia {
  margin-top: 1em; }
  .teamElem-socialmedia a {
    display: inline-block;
    margin-right: 5px; }

.teamElem-content {
  color: #5d5d5d; }

.teamElem-imageWrapper {
  position: relative; }

.teamElem-image {
  max-width: 240px; }

.teamElem-coverImage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  opacity: 0;
  transition: 0.3s opacity; }

@media only screen and (min-width: 767px) {
  .jobWrapper {
    padding-bottom: 50px; } }

@media only screen and (min-width: 1210px) {
  .jobWrapper {
    padding-bottom: 65px; } }

@media only screen and (min-width: 1650px) {
  .jobWrapper {
    padding-bottom: 80px; } }

@media only screen and (min-width: 767px) {
  .job-horizontal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media only screen and (min-width: 767px) {
  .job-horizontal-list.mobile-horizontal-slider {
    margin: 0; } }

.job-tile {
  width: 224px;
  height: 311px;
  background: #f7eff8;
  padding: 24px; }
  @media only screen and (min-width: 767px) {
    .job-tile {
      width: calc(50% - 16px);
      height: 375px;
      margin: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 1023px) {
    .job-tile {
      padding-left: 60px; } }
  @media only screen and (min-width: 1365px) {
    .job-tile {
      padding-left: 90px; } }
  @media only screen and (min-width: 1650px) {
    .job-tile {
      padding-left: 128px; } }
  @media only screen and (max-width: 767px) {
    .job-tile .button-content {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .job-tile .button-icon {
      margin-left: 0; } }

.job-title {
  font-size: 4.2rem;
  line-height: 1.1;
  margin: 20px 0; }
  @media only screen and (min-width: 767px) {
    .job-title {
      max-width: 250px; } }
  @media only screen and (max-width: 767px) {
    .job-title::after {
      content: "..."; } }
  @media only screen and (max-width: 767px) {
    .job-title .trimmed {
      display: none; } }

.jobFooter {
  height: 100vh; }
  .jobFooter .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh; }
  @media only screen and (min-width: 767px) {
    .jobFooter .h1 {
      margin-left: auto;
      margin-right: auto;
      display: inline-block; } }

.officesList {
  max-width: 350px;
  margin: 50px auto; }
  @media only screen and (min-width: 767px) {
    .officesList {
      max-width: 100%;
      margin-left: -20px;
      margin-right: -20px; } }
  @media only screen and (min-width: 1650px) {
    .officesList {
      margin-left: -40px;
      margin-right: -40px; } }

.officeElem {
  margin: 50px 0; }
  @media only screen and (min-width: 1023px) {
    .officeElem {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .officeElem .h1 {
    text-transform: uppercase; }

.officeElem.soon {
  position: relative; }
  .officeElem.soon::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    background: #fff;
    opacity: 0.75; }

@media only screen and (min-width: 767px) {
  .officeElem_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (min-width: 767px) {
  .officeElem_imageWrapper,
  .officeElem_contentWrapper {
    width: calc( 50% - 40px);
    margin: 20px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media only screen and (min-width: 1650px) {
  .officeElem_imageWrapper,
  .officeElem_contentWrapper {
    width: calc( 50% - 80px);
    margin: 40px; } }

@media only screen and (min-width: 1650px) {
  .officeElem_content {
    padding-right: 180px; } }

.contact_address {
  padding: 30px 0; }
  @media only screen and (min-width: 1023px) {
    .contact_address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1008px;
      padding: 80px 0; } }
  .contact_address .contact_address_details {
    font-weight: bold;
    color: #fff;
    line-height: 1.19;
    font-size: 2.4rem; }
    @media only screen and (min-width: 767px) {
      .contact_address .contact_address_details {
        font-size: 4.2rem; } }
    @media only screen and (min-width: 1023px) {
      .contact_address .contact_address_details {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-bottom: 0;
        margin-top: 0; } }
  @media only screen and (min-width: 1023px) {
    .contact_address .button {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-bottom: 0; } }

.contactDetails .elemLine {
  display: block;
  margin: 0.2em auto; }

.formSection {
  padding-bottom: 40px; }
  @media only screen and (min-width: 1210px) {
    .formSection {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1650px) {
    .formSection {
      padding-bottom: 135px; } }

.formSection .container,
.contactSend .container {
  padding-bottom: 100px; }
  @media only screen and (min-width: 767px) {
    .formSection .container,
    .contactSend .container {
      max-width: 95%;
      width: 1000px; } }

.formSection-image {
  height: 50px;
  width: auto;
  margin-bottom: 10px; }
  @media only screen and (min-width: 1210px) {
    .formSection-image {
      height: 70px; } }
  @media only screen and (min-width: 1650px) {
    .formSection-image {
      height: 92px; } }

.formElem + .formElem {
  margin-top: 70px; }

.formElem label {
  font-weight: bold;
  color: #000;
  font-size: 2.2rem;
  font-family: 'Helvetica Neue'; }

.formElem input, .formElem textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-size: 1.8rem;
  color: #ccd4e0;
  transition: 0.4s all; }

.formElem input {
  border: none;
  border-bottom: solid 2px #ccd4e0;
  padding: 15px 0; }

.formElem textarea {
  width: 100%;
  max-width: 100%;
  height: 210px;
  font-size: 18px;
  border: none;
  background-attachment: local;
  background-image: linear-gradient(to right, #FFF, #FFF 0, transparent 0), linear-gradient(to left, #FFF, #FFF 0, transparent 0), repeating-linear-gradient(#FFF, #FFF 52px, #ccd4e0 52px, #ccd4e0 54px);
  background-position: 0 8px;
  line-height: 54px;
  padding: 6px 0;
  resize: none; }

.formElem ::-webkit-input-placeholder {
  color: #ccd4e0;
  opacity: 1; }

.formElem :-ms-input-placeholder {
  color: #ccd4e0;
  opacity: 1; }

.formElem ::placeholder {
  color: #ccd4e0;
  opacity: 1; }

.formElem :-ms-input-placeholder {
  color: #ccd4e0; }

.formElem ::-ms-input-placeholder {
  color: #ccd4e0; }

span.wpcf7-not-valid-tip {
  padding-top: 10px;
  font-family: 'Helvetica Neue';
  font-weight: bold; }

.contactSend {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none; }
  .contactSend .button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 1000px;
    width: calc(100vw - 48px); }
    @media only screen and (min-width: 1210px) {
      .contactSend .button {
        bottom: 48px; } }

.submitElem {
  margin-top: 10px; }
  @media only screen and (min-width: 1210px) {
    .submitElem {
      margin-top: 40px; } }
  @media only screen and (min-width: 1650px) {
    .submitElem {
      margin-top: 60px; } }
  .submitElem .button-icon {
    width: 41px;
    height: 41px;
    padding: 10px; }

.notFoundContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
  color: #fff; }
  @media only screen and (min-width: 1210px) {
    .notFoundContainer {
      padding-bottom: 30px; } }
  @media only screen and (min-width: 1650px) {
    .notFoundContainer {
      padding-bottom: 48px; } }
  .notFoundContainer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .notFoundContainer p {
    color: #fff; }
  .notFoundContainer button {
    max-width: 1000px;
    width: calc(100vw - 48px); }

.eyes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  max-width: 592px; }

.eyeWrapper {
  margin: 0 10px;
  position: relative; }

.eyesInner {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%; }

.eye {
  content: "";
  display: block;
  width: 28%;
  height: 28%;
  background: #000;
  left: 24%;
  bottom: 40%;
  position: absolute; }

.nothingFound {
  margin-top: 90px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1210px) {
    .nothingFound {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 1650px) {
    .nothingFound {
      margin: 105px 0; } }

.scrollIndicator {
  position: fixed;
  bottom: 20px;
  width: calc(100vw - 24px);
  max-width: 500px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  height: 2px;
  background: #ccd4e0;
  opacity: 0;
  transition: 0.2s all; }
  @media only screen and (min-width: 1210px) {
    .scrollIndicator {
      bottom: 35px; } }
  @media only screen and (min-width: 1650px) {
    .scrollIndicator {
      bottom: 48px; } }

.scrollProgress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #000;
  width: 0%;
  transition: 0.2s all;
  max-width: 100%; }

.moreProjects {
  padding-bottom: 30px; }
  @media only screen and (min-width: 1023px) {
    .moreProjects {
      padding-bottom: 50px; } }
  @media only screen and (min-width: 1650px) {
    .moreProjects {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 767px) {
    .moreProjects .work-tile {
      float: none;
      width: auto;
      display: block;
      position: relative;
      margin: 0; } }
  @media only screen and (min-width: 1023px) {
    .moreProjects .h1 {
      margin-bottom: -0.5em; } }

.tns-outer {
  position: relative; }

.tns-controls {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tns-controls [data-controls="prev"],
  .tns-controls [data-controls="next"] {
    width: 29px;
    height: 25px;
    overflow: hidden;
    display: block;
    text-indent: 100px;
    opacity: 1 !important; }
  .tns-controls [data-controls="prev"] {
    background: url(../img/arrow_left.svg); }
  .tns-controls [data-controls="next"] {
    background: url(../img/arrow_right.svg);
    margin-left: 14px; }

button[data-action="stop"] {
  display: none; }

.pageLoad_cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: 200;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0); }

.h1 a:hover, .h2 a:hover, .h3 a:hover {
  font-style: italic; }

.desktop.page-template-services, .desktop.page-template-offices {
  overflow: hidden; }

.desktop .serviceElem, .desktop .officeElem {
  height: 100vh;
  margin: 0; }

.home .topBar {
  opacity: 0;
  pointer-events: none; }

.home.scrolled .topBar {
  opacity: 1;
  pointer-events: all; }

.formElem input:focus {
  color: #000;
  border-bottom-color: #000;
  outline: none; }

.formElem input.wpcf7-not-valid {
  border-bottom-color: #ff0000; }

.formElem textarea:focus {
  color: #000;
  outline: none;
  background-image: linear-gradient(to right, #FFF, #FFF 0, transparent 0), linear-gradient(to left, #FFF, #FFF 0, transparent 0), repeating-linear-gradient(#FFF, #FFF 52px, #000 52px, #000 54px);
  background-position: 0 8px; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  margin-top: 15px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  color: #ff0000;
  border: none; }

div.wpcf7-mail-sent-ok {
  display: none;
  height: 0;
  overflow: hidden;
  border: none;
  margin: 0; }

.contactSend.active {
  pointer-events: all; }

.error404 .main-navigation a {
  color: #fff; }

.error404 .langSwitcher select {
  background: #fff;
  color: #000; }

.error404 .logo_letter {
  filL: #fff; }

.error404 .hamburger-inner, .error404 .hamburger-inner::before, .error404 .hamburger-inner::after {
  background-color: #fff; }

.button:hover,
.menu-item:hover,
.socialBtn:hover,
.service-tile:hover {
  font-style: italic; }

.teamElem-imageWrapper:hover .teamElem-coverImage {
  opacity: 1; }

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