/************************************************************************************/
/* General */
/************************************************************************************/
html {
 font-size: 16px;
 font-family: "SF Compact Text", Helvetica, "Helvetica Neue", Arial, sans-serif;
 background: none;
 -webkit-font-smoothing: antialiased;
 /* overflow-y: hidden; */
}

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

body {
  /* overflow-y: scroll;
  -webkit-overflow-scrolling: touch; */
}
div#text-4 {
  margin-top: 0;
}
.page-id-9544 section.inner.page-section.content-page {
  background: #343434 !important;
  color:white;
}

.pdf-mobile__button {
  text-align: center;
  display: none;
}
@media (max-width:600px){
  object.pdf-mobile {
    display: none;
}
  .pdf-mobile__button {
    
    display: block;
  }
}


.page-id-9544 section.inner.page-section.content-page h1,
.page-id-9544 section.inner.page-section.content-page h2,
.page-id-9544 section.inner.page-section.content-page table {
  font-family: "SF Compact Text", Helvetica, "Helvetica Neue", Arial, sans-serif !important;
}
.page-id-9544 section.inner.page-section.content-page h1{
  font-size: 48px;
}

@media (max-width:600px) {
  .page-id-9544 section.inner.page-section.content-page span {
    font-size: 16px !important; 
}
  .page-id-9544 section.inner.page-section.content-page h2{
    font-size: 32px !important;
  }
  .page-id-9544 section.inner.page-section.content-page h1{
    font-size: 36px !important;
  }
}

.page-id-9544 section.inner.page-section.content-page h2{
  font-size: 40px;
}

.page-id-9544 section.inner.page-section.content-page span {
  font-size: 20px;
  font-weight: 100;
}
.page-id-9544 span.text {
  color: white !important;
}

.page-id-9544 .button {
  color: white;
  border: 1px solid #ffffff;
}

@media (max-width:1299px) {
  .page-id-9544 section.inner.page-section.content-page span {
    font-size: 18px;
  } 

}



.section-privacy {
  font-family: 'Barlow';
}
.margin-top--05x {
  margin-top: 15px;
}

.heading--underline {
  text-decoration: underline;
  text-decoration-color: #d9d9d9;
  text-decoration-thickness: .0334ex;
  text-underline-offset: .5ex;
}
.heading--center {
  text-align: center;
}
.section--catalogue {
  padding-top: 100px;
  padding-bottom: 100px;
}
.margin-top--2x {
  margin-top: 70px;
}
.button {
  font-size: 17px;
  line-height: 1.2;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #02161c;
  border: 1px solid #02161c;
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 35px;
  transition: all .4s;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .button {
    font-size: 15px;
    min-height: 56px;
    padding: 10px 20px;
  }
}


.header-menu-small{
  font-size: 20px;
}

.social-header ul {
  display: flex;
  gap: 20px;
  width: 100% !important;
  justify-content: center;
  align-items:center;
}
.social-header{
  padding-top: 30px;
}

.footer-img-icon {
  filter: brightness(0.5);
}

.footer-img-icon:hover{
  filter: brightness(0.6) !important;
}


@media (max-width:1299px) {
  .social-header {
    padding-top: 0;
  }

}



@media (max-width:899px) {
  .site-sub-header-wrapper .social-header ul {
    flex-wrap: nowrap !important;
    padding: 0 !important;
}
  .site-sub-header-wrapper .social-header li{
    width: auto !important;
  }
}

.social-header img {
  width: 50px;
}

.section--catalogue {
padding-top: 100px;
padding-bottom: 100px;
}

@media (max-width:1399px) {
  .header-menu-small{
    font-size: 16px;
    text-align: center;
  }
.section--catalogue {
  padding-top: 85px;
  padding-bottom: 85px;
}
}

@media (max-width:1199px) {
.section--catalogue {
  padding-top: 75px;
  padding-bottom: 75px;
}
}

@media (max-width:899px) {
.section--catalogue {
  padding-top: 55px;
  padding-bottom: 55px;
}
}

.page-id-9544 span.text {
  color: black;
}
.page-id-9544 section.inner.page-section.content-page {
    background: #efefef;
    max-width: 100%;
}
.projects-single__btn{
  width: 85%;
  margin: auto;
}
/************************************************************************************/
/* Vars */
/************************************************************************************/
:root {
  --dark: #343434;
  --gray: #777777;
  --light: #afafaf;
  --pale: #eaeaea;
}

.transition {
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

/************************************************************************************/
/* Typography */
/************************************************************************************/
h1, h2, h3, h4, h5, h6 {

}

h2 {
  font-size: 45px;
  font-weight: 100;
  line-height: 55px;
}

.h2-block-title {
  font-size: 40px;
  font-weight: 100;
  line-height: 55px;
}

.h2-gallery-title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 1.5rem 0;
  margin-bottom: 4rem;
}

.h2-tab {
  font-size: 26px !important;
  font-weight: 100 !important;
  line-height: 40px !important;
  background-color: white;
  padding: 1rem 0;
}

.h3-contact-information-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 2rem;
}






div#tns1-iw img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

@media (max-width:1399px) {
  div#tns1-iw img {
    height: 400px;
  }
}
@media (max-width:479px) {
  div#tns1-iw img {
    height: 250px;
  }
}

.heading {
  font-size: 70px;
  line-height: 1.22;
  font-weight: 300;
  letter-spacing: -.04ex;
  position: relative;
  margin-bottom: 0.66em;
}

@media only screen and (max-width: 1699px) {
  .heading {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1399px) {
  .heading {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1199px) {
  .heading {
    font-size: 36px;
  }
}

@media only screen and (max-width: 899px) {
  .heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .heading {
    font-size: 26px;
  }
}

@media only screen and (max-width: 420px) {
  .heading {
    font-size: 21px;
  }
}



@media only screen and (max-width: 1699px) {
  .heading-hero {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1399px) {
  .heading-hero {
    font-size: 62px;
  }
}

@media only screen and (max-width: 1199px) {
  .heading-hero {
    font-size: 56px;
  }
}

@media only screen and (max-width: 899px) {
  .heading-hero {
    font-size: 50px;
  }
}

@media only screen and (max-width: 599px) {
  .heading-hero {
    font-size: 46px;
  }
}

@media only screen and (max-width: 420px) {
  .heading-hero {
    font-size: 41px;
  }
}

.heading--bigger {
	font-size: 86px;
	font-weight: 200;
	line-height: 1.1;
	letter-spacing: -0.06ex;
}

@media (max-width:1599px) {
	.heading--bigger {
		font-size: 72px;
	}
}

@media (max-width:1399px) {
	.heading--bigger {
		font-size: 60px;
	}
}

@media (max-width:899px) {
	.heading--bigger {
		font-size: 48px;
	}
}

.heading-companies {
  font-size: 44px;
  text-align: center;
}

.heading-white {
  color: #fff;
}

.heading-tint {
  color: #a9e3eb;
}

.heading-has-shadow {
  text-shadow: 0 0 12px rgba(0,0,0,.6);
}

.heading-smaller {
  font-size: 34px;
}

.paragraph,
.entry-content p {
  font-size: 16px;
  line-height: 1.66;
}

@media only screen and (max-width: 899px) {
  .paragraph,
  .entry-content p {
    font-size: 15px;
  }
}

.paragraph-bigger {
  font-size: 30px;
}

.paragraph-citation {
  font-size: 40px;
  line-height: 55px;
  font-weight: 100;
}

@media only screen and (max-width: 899px) {
  .paragraph-citation {
    font-size: 30px;
    line-height: 40px;
  }
}

.paragraph-citation-bigger {
  font-size: 55px;
  line-height: 65px;
  font-weight: 100;
}

.paragraph-block-text {
  font-size: 22px;
  font-weight: 100;
  line-height: 35px;
}

@media only screen and (max-width: 899px) {
  .paragraph-block-text {
    font-size: 18px;
    line-height: 30px;
  }
}

a {
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}


a.content-text-link {
  font-size: 22px;
  font-weight: 100;
  line-height: 35px;
}

.has-hover:hover {
  opacity: .6;
}

.has-hover-scale-up:hover {
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transform: scale(1.2);
}

.has-hover-brightness:hover {
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
  transform: scale(1.1);
}

.has-hover-wb img {
  -webkit-filter: grayscale(100%) brightness(70%) contrast(1.5) invert(100%);
  filter: grayscale(100%) brightness(60%) contrast(1) invert(100%);
  transform: scale(1);
  height: auto !important;
}

.has-hover-wb:hover  img {
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -webkit-filter: initial;
  filter: initial;
  transform: scale(1.1);
}

.has-hover-wb-pure:hover  img {
  -webkit-transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  /*
  -webkit-filter: grayscale(50%) contrast(0.8);
  filter: grayscale(50%) contrast(0.8);
  */
}

.has-hover-bw-to-color {
  -webkit-filter: grayscale(50%) contrast(0.8);
  filter: grayscale(100%) contrast(1.2);
  transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.has-hover-bw-to-color:hover {
  -webkit-filter: grayscale(0) contrast(1);
  filter: grayscale(0) contrast(1);
}

.button:hover {
  opacity: .6;
  transform: scale(1.05);
}

.has-hover--thumb:hover {
  transform: scale(1.1);
}

.has-hover--thumb-to-logo {
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.has-hover--thumb-to-logo:hover img:first-of-type {
  -webkit-filter: grayscale(50%) brightness(50%);
  filter: grayscale(50%) brightness(50%);
}

.has-hover-image-magnify,
.gallery-block-wrap .gallery--image {
  transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.has-hover-image-magnify:hover,
.gallery-block-wrap .gallery--image:hover img {
  transform: scale(1.02);
}


p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 0.5em;
}

.bold {
  font-weight: bold;
}

.semibold {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

/************************************************************************************/
/* Structure */
/************************************************************************************/
.inner {
	max-width: 1840px;
	/* max-width: 1640px; */
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1560px) {
  .inner {
	  /* max-width: 1450px; */
  }
}

@media only screen and (max-width: 899px) {
  .inner {
  	padding-left: 30px;
  	padding-right: 30px;
  }
}

@media only screen and (max-width: 599px) {
  object.pdf-mobile {
    height: 100%;
}
  .inner {
  	padding-left: 15px;
  	padding-right: 15px;
  }
}

/************************************************************************************/
/* Misc */
/************************************************************************************/
.otgs-development-site-front-end {
  display: none !important;
}

.one-px-left {
  margin-left: 1px;
}

.one-px-right {
  margin-right: 1px;
}

.home #queries-ribbon {
  display: none !important;
}

#queries-ribbon {
	position: fixed;
	top: 40%;
	width: 169px;
	text-align: center;
	right: -72px;
	background: #00b4cd;
	color: #fff;
	padding: 14px 20px 32px 18px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transform: rotate(-90deg) translateX(0%) translateY(50px);
  -moz-transform: rotate(-90deg) translateX(0%) translateY(50px);
  transform: rotate(-90deg) translateX(0%) translateY(50px);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0px -10px 40px -5px rgba(0,0,0,0.05);
	z-index: 99;
}

@media (max-width:899px) {
	#queries-ribbon {
		width: 133px;
		right: -58px;
		padding: 10px 14px 26px 4px;
		font-size: 14px;
		box-shadow: 0px -10px 30px -5px rgba(0,0,0,0.05);
	}
}

#queries-ribbon.on {
	-webkit-transform: rotate(-90deg) translateX(0%) translateY(0%);
	-moz-transform: rotate(-90deg) translateX(0%) translateY(0%);
	transform: rotate(-90deg) translateX(0%) translateY(0%);
}

#queries-ribbon.off {
  opacity: 0;
  visibility: hidden;
}

#queries-ribbon:hover {
  -webkit-transform: rotate(-90deg) translateX(0%) translateY(-10px);
  -moz-transform: rotate(-90deg) translateX(0%) translateY(-10px);
  transform: rotate(-90deg) translateX(0%) translateY(-10px);
	box-shadow: 0px -10px 40px -5px rgba(0,0,0,0.15);
}

#queries-ribbon .icon {
	margin-right: 10px;
	position: relative;
	width: 30px;
	display: inline-block;
	height: 1px;
	vertical-align: baseline;
	margin-left: 0;
}

#queries-ribbon .icon::before {
	position: absolute;
	width: 30px;
	font-size: 24px;
	height: 20px;
	display: block;
	top: -17px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

@media (max-width:899px) {
	#queries-ribbon .icon::before {
		width: 6px;
		font-size: 20px;
		height: 18px;
		top: -13px;
	}
}

.show-desktop {
  display: block;
}

@media (max-width:479px) {
  .show-desktop {
    display: none;
  }
}

.show-mobile {
  display: none;
}

@media (max-width:479px) {
  .show-mobile {
    display: block;
  }
}

.button-white{
  color:white;
  padding: 20px;
  border:1px solid white;
}
.home-gallery {
  padding: 100px 0;
}
.home-gallery__item {
  max-width: 80%;
    margin: auto;
  display: grid;
  gap: 15px;
  grid-template-areas:
      "a a b c"
      "a a b d"
      "e f g g"
      "e h g g";
}
@media (max-width:1000px) {
  .home-gallery__item {
    max-width: 100%;
  }
}
@media (max-width:600px) {
  .home-gallery {
    padding: 20px 0;
  }
  .home-gallery__item {
    grid-template-areas:initial;
    grid-template-columns: 1fr 1fr;

  }
  .home-gallery__item a:nth-child(1),
  .home-gallery__item a:nth-child(2),
  .home-gallery__item a:nth-child(3),
  .home-gallery__item a:nth-child(4),
  .home-gallery__item a:nth-child(5),
  .home-gallery__item a:nth-child(6),
  .home-gallery__item a:nth-child(7),
  .home-gallery__item a:nth-child(8) {
    grid-area: auto !important;
  }
}


.home-gallery__item img {
  height: 100%;
  object-fit: cover;
}
.home-gallery__item a:nth-child(1) {
  grid-area: a;
}

.home-gallery__item a:nth-child(2) {
  grid-area: b;
}

.home-gallery__item a:nth-child(3) {
  grid-area: c;
}

.home-gallery__item a:nth-child(4) {
  grid-area: d;
}

.home-gallery__item a:nth-child(5) {
  grid-area: e;
}

.home-gallery__item a:nth-child(6) {
  grid-area: f;
}

.home-gallery__item a:nth-child(7) {
  grid-area: g;
}

.home-gallery__item a:nth-child(8) {
  grid-area: h;
}


.gallery-item__wrap a {
  position: relative;
}
.gallery-item__wrap a:hover:after {
  opacity: 1;
  transition: linear 0.2s all;
}

.gallery-item__wrap a:after {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: 'Click for more photos from this realization';
  background: linear-gradient(-45deg,rgb(0 0 0),rgb(0 0 0 / 42%),#030b14c7,#000000);
  color: white;
  font-size: 20px;
  place-content: center;
  opacity: 0;
  transition: linear 0.2s all;
}