.image-container {
  width: 100%;
  position: relative;
}
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-container-after {
  content: "";
  width: 100%;
  display: block;
  height: 0;
  width: 100%;
}

.image-full-height {
  height: 100%;
}

.image-full-height-absolute {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

:root {
  --blue: #006FFF;
  --red: #FD261D;
  --green: #00BD00;
  --black: black;
  --grey: grey;
}

.red {
  color: var(--red);
}

.green {
  color: var(--green);
}

.blue {
  color: var(--blue);
}

@define-mixin media {
  @media only screen and (max-width: 750px) {
    @mixin-content;
  }
}
@font-face {
  font-family: "hipton";
  src: url("/assets/hipton.4e1d26bc.woff2") format("woff2"), url("/assets/hipton.d2bcc55d.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "APC";
  src: url("/assets/apercu-regular.a95816ff.woff2") format("woff2"), url("/assets/apercu-regular.710e4369.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "APC";
  src: url("/assets/apercu-bold.25408c53.woff2") format("woff2"), url("/assets/apercu-bold.bc6cfc09.woff") format("woff");
  font-weight: bold;
  font-style: bold;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "APC", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 1.2vw;
  line-height: 1.25;
}
@media only screen and (max-width: 750px) {
  html, body {
    font-size: 15pt;
  }
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -2em;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  margin: 0 8px;
  background: white;
  border-radius: 90%;
  opacity: 0.25;
  cursor: pointer;
  background: black;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel-cell {
  width: 100%;
}

.carousel-cell-image {
  width: 100%;
  height: 100%;
}
.carousel-cell-image img {
  width: 100%;
  height: 100%;
}

.frontpage-slider {
  margin-top: 1.32rem;
  margin-bottom: 3.96rem;
  margin-left: 0.66rem;
  margin-right: 0.66rem;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.logo {
  position: fixed;
  padding: 0.66rem;
  width: 5.28rem;
  height: 5.28rem;
  display: block;
  z-index: 50;
}
.logo img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .logo {
    display: none;
  }
}

.logo-res {
  display: block;
  padding: 0.66rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  display: none;
}
@media only screen and (max-width: 750px) {
  .logo-res {
    display: block;
  }
}

.logo-lt {
  animation: lt 2s forwards;
}

@keyframes lt {
  0% {
    top: calc(50% - 5.28em);
    left: calc(50% - 5.28em);
    opacity: 0;
  }
  15% {
    top: calc(50% - 5.28em);
    left: calc(50% - 5.28em);
    opacity: 1;
  }
  100% {
    left: 0;
    top: 0;
    opacity: 1;
  }
}
.logo-lb {
  animation: lb 2s forwards;
}

@keyframes lb {
  0% {
    bottom: calc(50% - 5.28em);
    left: calc(50% - 5.28em);
    opacity: 0;
  }
  15% {
    bottom: calc(50% - 5.28em);
    left: calc(50% - 5.28em);
    opacity: 1;
  }
  100% {
    left: 0;
    bottom: 0;
    opacity: 1;
  }
}
.logo-rt {
  animation: rt 2s forwards;
}

@keyframes rt {
  0% {
    top: calc(50% - 5.28em);
    right: calc(50% - 5.28em);
    opacity: 0;
  }
  15% {
    top: calc(50% - 5.28em);
    right: calc(50% - 5.28em);
    opacity: 1;
  }
  100% {
    right: 0;
    top: 0;
    opacity: 1;
  }
}
.logo-rb {
  animation: rb 2s forwards;
}

@keyframes rb {
  0% {
    bottom: calc(50% - 5.28em);
    right: calc(50% - 5.28em);
    opacity: 0;
  }
  15% {
    bottom: calc(50% - 5.28em);
    right: calc(50% - 5.28em);
    opacity: 1;
  }
  100% {
    right: 0;
    bottom: 0;
    opacity: 1;
  }
}
.logo-nlt {
  top: 0;
  left: 0;
}

.logo-nlb {
  bottom: 0;
  left: 0;
}

.logo-nrt {
  top: 0;
  right: 0;
}

.logo-nrb {
  bottom: 0;
  right: 0;
}

.results .logo-color, .project .logo-color, .generalpage .logo-color {
  display: block;
}
@media only screen and (max-width: 750px) {
  .results .logo-color, .project .logo-color, .generalpage .logo-color {
    display: none;
  }
}

.hide-animation img {
  animation: op 5s forwards;
}

@keyframes op {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.unhide-animation {
  animation: un 5s forwards;
}

@keyframes un {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  41% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.cover-animation {
  animation: cop 5s forwards;
}

@keyframes cop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#trigger {
  background: red;
  display: block;
}

.column-grid {
  padding-left: calc( 100vw / 8);
  padding-right: calc( 100vw / 8);
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  column-gap: 1.32rem;
}
@media only screen and (max-width: 750px) {
  .column-grid {
    padding-left: 0.66rem;
    padding-right: 0.66rem;
    column-gap: 0.66rem;
    row-gap: 2.64rem;
  }
}

.colum-grid-full {
  padding: 0;
  min-height: 100vh;
}

.column {
  overflow: hidden;
  grid-column: span var(--span);
}

.cover-text {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: capitalize;
  z-index: 100;
  font-family: hipton;
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  .cover-text {
    font-size: 1.6em;
  }
}

.cover-imeage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blocks {
  text-align: center;
}

.block-type-heading h2 {
  margin-top: 5.28rem;
  font-size: 2rem;
  font-weight: normal;
  font-family: hipton;
  text-transform: uppercase;
  margin-bottom: 1.32rem;
}

.button {
  text-align: center;
  color: inherit;
  text-decoration: none;
  border: 2px solid var(--blue);
  border-radius: 20em;
  display: inline-block;
  padding: 0.66rem;
  padding-left: 2.64rem;
  padding-right: 2.64rem;
  font-size: 1rem;
  margin-top: 2.64rem;
  margin-bottom: 2.64rem;
  text-transform: uppercase;
}

.button:hover {
  background: black;
  color: white !important;
}

.bold-hipton strong {
  font-family: hipton;
  font-weight: normal;
}

.block img, .block-type-image img {
  width: 100%;
}

.block-type-image {
  margin-bottom: 1.32rem;
}
.block-type-image figcaption {
  margin-top: 0.33rem;
  font-size: 0.75em;
  opacity: 0.5;
  text-align: left;
}

.block-type-button {
  font-family: hipton;
  font-size: 0.7rem;
}

.block-type-text p {
  margin: 0;
}

.margin-bottom {
  margin-bottom: 2.64rem;
}

.grey-title h2 {
  color: var(--grey);
}
.grey-title h2 em {
  font-style: normal;
  color: var(--black);
}

.col-span-1 {
  grid-column: span 1;
}

.col-span-2 {
  grid-column: span 2;
}

.col-span-3 {
  grid-column: span 3;
}
@media only screen and (max-width: 750px) {
  .col-span-3 {
    grid-column: span 6;
  }
}

.col-span-4 {
  grid-column: span 4;
}

.col-span-6 {
  grid-column: span 6;
}
@media only screen and (max-width: 750px) {
  .col-span-6 {
    grid-column: span 12 !important;
  }
}

.col-span-12 {
  grid-column: span 12;
}

.images-padding img {
  padding: 1.32rem;
}

.images-padding-big img {
  padding-left: calc(100vw / 16);
  padding-right: calc(100vw / 16);
}

.button-black {
  background: black;
  color: white !important;
  border: 2px solid black;
}

.button-black:hover {
  background: white;
  color: black !important;
  border: 2px solid black;
}

.button-blue {
  background: var(--blue);
  color: white !important;
  border: 2px solid var(--blue);
}

.button-blue:hover {
  background: white;
  color: var(--blue) !important;
  border: 2px solid var(--blue);
}

.button-red {
  background: var(--red);
  color: white !important;
  border: 2px solid var(--red);
}

.button-red:hover {
  background: white;
  color: var(--red) !important;
  border: 2px solid var(--red);
}

.font-bigger {
  font-size: 1.1rem;
}

.about-title {
  margin-top: 1.32rem !important;
}

.about-text {
  text-align: left;
  padding-left: 1.32rem;
}
.about-text p {
  margin-bottom: 1.32rem;
}

.halfline p {
  margin-bottom: 0.66rem;
}

.hideCarousel {
  display: none;
}
@media only screen and (max-width: 750px) {
  .hideCarousel {
    display: block;
  }
}

nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: auto;
  margin-top: 0.33rem;
  text-transform: uppercase;
  z-index: 100;
  font-family: hipton;
}
nav a {
  display: inline-block;
  margin-left: 1.32rem;
  color: inherit;
  text-decoration: none;
}
nav a:first-of-type {
  margin: 0;
}
@media only screen and (max-width: 750px) {
  nav {
    display: none;
  }
}

.menu {
  padding: 0.66rem;
  transition: 500ms all;
}

.menu-dark {
  color: black;
  background: white;
}

.menu-light {
  color: white;
}

.js-menu {
  color: black;
  background: white;
}

.subscribe-form {
  grid-column: 4/span 6;
  background: var(--red);
  padding: 1.32rem;
  height: 6em;
  margin-top: 5.28rem;
  margin-bottom: 1.32rem;
}
@media only screen and (max-width: 750px) {
  .subscribe-form {
    grid-column: span 12;
  }
}

.method {
  min-height: calc(100vh);
  padding-top: 2em;
  justify-items: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .method {
    padding-top: 0.66rem;
    padding-bottom: 1.32rem;
    row-gap: 0.66rem;
  }
}
.method .column:first-of-type {
  background: white;
  padding-left: calc(100vw /20);
  padding-right: calc(100vw /20);
  min-height: calc(100vw / 2 - 100vw / 8 - 0.5em);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .method .column:first-of-type {
    display: block;
  }
}
.method .column:first-of-type h2 {
  margin-top: 0;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: inherit;
  font-family: "hipton";
}

@media only screen and (max-width: 750px) {
  .method-column {
    grid-column: 1/span 12;
  }
}

.method-block-type-image img {
  width: 100%;
}

.main {
  min-height: 100vh;
}

.method-top {
  min-height: calc(100vh);
  justify-content: center;
  align-content: center;
  row-gap: 0.66rem;
}
@media only screen and (max-width: 750px) {
  .method-top {
    row-gap: 0;
    margin-top: 0;
  }
}

.method-cover-container-image {
  grid-column: 2/span 6;
}
@media only screen and (max-width: 750px) {
  .method-cover-container-image {
    grid-column: 1/span 12;
  }
}
.method-cover-container-image img {
  width: 100%;
}

.method-cover-container-text {
  grid-column: 9/span 4;
}
@media only screen and (max-width: 750px) {
  .method-cover-container-text {
    grid-column: 1/span 12;
    text-align: center;
    margin-bottom: 0.44rem;
  }
}
.method-cover-container-text h2 {
  margin: 0;
  font-weight: inherit;
  font-family: "hipton";
  font-size: 2rem;
}

.grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.32rem;
  grid-auto-flow: dense;
}
@media only screen and (max-width: 750px) {
  .grid-layout {
    grid-gap: 0.66rem;
  }
}

.grid-item {
  display: block;
  position: relative;
}

.grid-item:hover {
  transition: 500ms all;
}
.grid-item:hover .grid-item-logo {
  opacity: 1;
  transition: 500ms all;
}

.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.span-3 {
  grid-column-end: span 3;
  grid-row-end: span 4;
}

.span-6 {
  grid-column-end: span 6;
}

.span-5 {
  grid-column: 8/span 5;
}

.grid-item-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  width: 80% !important;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.black-right {
  margin-bottom: 1.32rem;
}
@media only screen and (max-width: 750px) {
  .black-right {
    row-gap: 0.66rem;
  }
}
.black-right .block-type-image {
  margin-bottom: 0;
}
.black-right .column:nth-of-type(2) {
  color: white;
  background: var(--black);
  padding: calc(100vw / 24);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .black-right .column:nth-of-type(2) {
    padding: calc(100vw / 32);
  }
}
@media only screen and (max-width: 750px) {
  .black-right .column:nth-of-type(2) {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .black-right .col-span-6 {
    grid-column: span 12 !important;
  }
}
.black-right h2 {
  margin-top: 1.32rem;
  margin-bottom: 2.64rem;
  line-height: 1;
}

.black-left {
  margin-bottom: 1.32rem;
}
@media only screen and (max-width: 750px) {
  .black-left {
    row-gap: 0.66rem;
  }
}
.black-left .column:nth-of-type(1) {
  color: white;
  background: var(--black);
  padding: calc(100vw / 24);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .black-left .column:nth-of-type(1) {
    padding: calc(100vw / 32);
  }
}
@media only screen and (max-width: 750px) {
  .black-left .column:nth-of-type(1) {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .black-left .col-span-6 {
    grid-column: span 12 !important;
  }
}
.black-left .block-type-image {
  margin-bottom: 0;
}
.black-left h2 {
  margin-top: 1.32rem;
  margin-bottom: 2.64rem;
  line-height: 1;
}

.blue-onblack {
  background: var(--black);
  color: white;
}

.blue-onblack:hover {
  background: var(--blue) !important;
  color: white;
}

.red-onblack:hover {
  background: var(--red) !important;
  color: white;
}

.green-onblack:hover {
  background: var(--green) !important;
  color: white;
}

.smaller-botton-margin {
  margin-bottom: 0;
}

.projects {
  margin-top: 5.28rem;
}

.project-grid {
  margin-top: 2.64rem;
}

.project-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-cover {
  margin-bottom: 5.28rem;
}

.project-block-type-text {
  text-align: left;
}

.project-block-type-image {
  margin-bottom: 1.32rem;
}

.project-grid-circle {
  clip-path: circle(50% at 50% 50%);
}

.project-grid-square {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.project-imag-grid {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  grid-gap: 1.32rem;
  justify-content: start;
  align-content: start;
}

.project-span-6 {
  grid-column-end: span 6;
}
@media only screen and (max-width: 750px) {
  .project-span-6 {
    grid-column: span 12;
  }
}

.project-span-5 {
  grid-column: 8/span 5;
}
@media only screen and (max-width: 750px) {
  .project-span-5 {
    grid-column: 1/span 12;
  }
}

.project-grid-caption {
  font-size: 0.75em;
  margin-top: 0.33rem;
  text-align: left;
  color: grey;
}

.cover-captions {
  position: absolute;
  bottom: 0.33rem;
  left: 0;
  font-size: 0.75em;
  margin-top: 0.33rem;
  text-align: center;
  color: grey;
  opacity: 0.5;
  width: 100%;
}

.cover-logo {
  width: 25vw;
  margin-bottom: 1.32rem;
}
@media only screen and (max-width: 750px) {
  .cover-logo {
    width: 80vw;
  }
}

.cover-text-project {
  position: absolute;
  top: 65%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: capitalize;
  z-index: 100;
  text-transform: uppercase;
}
.cover-text-project h1 {
  font-size: 2rem;
  font-family: hipton;
}

.project-logo {
  opacity: 1;
}

.js-hidden {
  opacity: 0;
  transition: 500ms all;
}

.results-heading {
  text-align: center;
}

.about-caption {
  font-size: 0.75em;
  margin-top: 0.33rem;
  color: grey;
}

footer {
  min-height: 100vh;
  padding-left: calc( 100vw / 8);
  padding-right: calc( 100vw / 8);
  padding-top: 5.28rem;
  padding-bottom: 2.64rem;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  column-gap: 1.32rem;
  background: var(--black);
}
@media only screen and (max-width: 750px) {
  footer {
    padding-left: 1.32rem;
    padding-right: 1.32rem;
    column-gap: 0;
  }
}
footer .social {
  margin-left: 0.66rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 3.3rem;
  height: 3.3rem;
}
footer .social img {
  position: absolute;
  top: 0;
  left: 0;
}
footer .social .hover-hidden {
  opacity: 0;
}
footer .social:hover .hover-hidden {
  opacity: 1;
  transition: 500ms all;
}

.footer-contact {
  color: white;
}
.footer-contact h2 {
  font-family: "hipton";
  text-transform: uppercase;
}
.footer-contact a {
  color: inherit;
  text-decoration: none;
  margin: 0;
}

.footer-left {
  grid-column: 3/span 3;
}
.footer-left img {
  width: 60%;
}
@media only screen and (max-width: 750px) {
  .footer-left {
    grid-column: 1/span 12;
  }
}
.footer-left a {
  color: var(--red);
}
.footer-left a:hover {
  opacity: 0.5;
  transition: 500ms all;
}

.footer-right {
  grid-column: 6/span 5;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .footer-right {
    grid-column: 1/span 12;
    text-align: center;
  }
}

.footer-form {
  color: white;
  text-align: left;
}

.footer-map img {
  width: 100%;
  height: auto;
}

.footer-social {
  margin-top: 2.64rem;
  margin-left: 1.32rem;
}
.footer-social img {
  width: 3.3rem;
  height: 3.3rem;
}
@media only screen and (max-width: 750px) {
  .footer-social {
    margin-left: 0;
    margin-right: 1.32rem;
  }
}

.hero {
  animation: heroanim 3s forwards;
}

@keyframes heroanim {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.carousel {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.carousel-cell {
  width: 100vw;
  height: 100vh;
}
.carousel-cell img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.carousel-cell-captions {
  position: absolute;
  bottom: 0.33rem;
  left: 0.33rem;
  font-size: 0.75em;
  margin-top: 0.33rem;
  text-align: left;
  color: white;
  opacity: 0.5;
  text-align: center;
  width: 100%;
}

.contact {
  background: var(--black);
  color: white;
  padding-left: calc( 100vw / 12);
  padding-right: calc( 100vw / 12);
  padding-top: 1.32rem;
  padding-bottom: 1.32rem;
}
.contact p {
  margin: 0;
}

.mainmenu {
  margin: 0;
  padding: 0;
  display: none;
}
@media only screen and (max-width: 750px) {
  .mainmenu {
    display: block;
  }
}

.menu-button {
  position: fixed;
  top: 0.66rem;
  right: 0.66rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: red;
  width: 1.452rem;
  z-index: 1000;
  background: none;
}

.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--blue);
  color: white;
  z-index: 1000;
  font-size: 1.6em;
  padding: 1.32rem;
  padding-top: 3.96rem;
  text-align: center;
  font-family: hipton;
  overflow: scroll;
}
.menu-container a {
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 1.32rem;
}

.js-menu-hiden {
  display: none;
}

.js-body-noscroll {
  overflow: hidden;
}

.mainmenu-background {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 2.64rem;
  width: 100%;
  z-index: 50;
}

.services-cover {
  margin-top: 2.64rem;
}

@media only screen and (max-width: 750px) {
  .services-column {
    grid-column: 1/span 12;
  }
}

.services-cover-image {
  margin-top: 5.28rem;
  margin-bottom: 3.96rem;
}
.services-cover-image .block-type-image {
  padding-left: calc(100vw / 16 * 4.5);
  padding-right: calc(100vw / 16 * 4.5);
}
.services-cover-image h2 {
  margin-top: 1.98rem;
}

.services-cover-blue {
  color: white;
  background: var(--blue);
  padding: 1.32rem;
  margin-bottom: 0.66rem;
}

.services-cover-green {
  color: white;
  background: var(--green);
  margin-bottom: 0.66rem;
  padding: 1.32rem;
}

.services-cover-red {
  color: white;
  background: var(--red);
  margin-bottom: 0.66rem;
  padding: 1.32rem;
}

.services-cover-blok {
  margin-top: 1.32rem;
  margin-bottom: 5.28rem;
}
.services-cover-blok strong {
  margin-bottom: 1.32rem;
  display: block;
}
.services-cover-blok h3 {
  margin-top: 1.32rem;
  margin-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
}
.services-cover-blok h3 strong {
  margin-bottom: 0;
}

.services-cover-blok-mb {
  margin-bottom: 1.32rem;
}

.services-cover-blok-mt {
  margin-top: 1.32rem;
}

.services-cover-blok-last {
  margin-bottom: 5.28rem;
}

.services-cover-blok-mt2 {
  margin-top: 2.64rem;
}

.services-cover-blok-plr {
  padding-left: 1.98rem;
  padding-right: 1.98rem;
}

.related-projects {
  text-align: center;
}
.related-projects a {
  display: inline-block;
  opacity: 1;
  width: 31%;
  padding: 0.33rem;
}
.related-projects a:hover {
  opacity: 0.5;
  transition: all 500ms;
}
.related-projects img {
  width: 100%;
}

.about-truth-title {
  margin-top: 1.32rem;
  margin-bottom: 1.32rem;
}

.about-image {
  padding-top: 2.64rem;
  padding-left: 2.64rem;
  padding-right: 2.64rem;
}

.about {
  margin-top: 5.28rem;
  margin-bottom: 5.28rem;
}
@media only screen and (max-width: 750px) {
  .about {
    margin-top: 5.28rem;
  }
}

@media only screen and (max-width: 750px) {
  .about-column {
    grid-column: 1/span 12 !important;
  }
  .about-column .about-narrow-text {
    padding: 0 !important;
    padding-bottom: 2.64rem !important;
  }
}

.about-pb-1 {
  padding-bottom: 1.32rem;
}

.about-narrow-text {
  padding-left: calc( 100vw / 16 * 2);
  padding-right: calc( 100vw / 16 * 2);
  padding-bottom: 1.32rem;
}

.about-logos {
  text-align: center;
}
.about-logos a {
  display: inline-block;
}
.about-logos a:hover {
  opacity: 0.5;
  transition: all 500ms;
}

body {
  padding: 0;
  margin: 0;
}

main {
  padding: 0;
  margin: 0;
}

section {
  padding: 0;
  margin: 0;
}

figure {
  padding: 0;
  margin: 0;
}

figure img {
  vertical-align: top;
}

/*# sourceMappingURL=/assets/app.css.map */