body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

body {
	font-family: 'Syne', sans-serif;
	font-weight: 400;
	background: #f1f0ee;
	/*background: #f0efed;*/
	scroll-behavior: smooth;
}

h1, h2, .count, .content-quote {
	font-family: 'Barlow Condensed', sans-serif;
}

h2, .count {
	font-size: 1.1em;
	letter-spacing: 0.06em;
	font-weight: 600;
}

h2 {
	text-transform: uppercase;
}

h1 {
	font-size: 1.8em;
	letter-spacing: 0.06em;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}

h1 img {
	height: 60px;
	display: inline-block;
	border-left: 0.5px rgba(0,0,0,0.8) solid;
	padding-left: 0.5em;
	margin-left: 0.3em;
}

#intro-wrapper {
	position: relative;
}

#intro-wrapper::before {
	position: fixed;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #f1f0ee;
	top: 0;
	left: 0;
	transition: opacity 0.5s;
	transition-delay: 1s;
}

.loaded #intro-wrapper::before {
	pointer-events: none;
	opacity: 0;
}

.intro {
	position: sticky;
	height: 100vh;
	width: 100%;
	top: 0;
	overflow: hidden;
}

.intro-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	text-align: center;
	pointer-events: none;
}

.pens {
	height: 100vh;
}

.intro-logo, .intro-pen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.intro-pen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.intro-title img {
	width: 100%;
	max-width: 1500px;
	height: 100%;
	object-fit: contain;
}

.intro-B .intro-logo, .intro-B .intro-pen {
	opacity: 0;
}

.intro-digital .intro-B .intro-logo, .intro-digital .intro-B .intro-pen, .intro-analogue .intro-A .intro-logo, .intro-analogue .intro-A .intro-pen {
	opacity: 1;
}

.intro-analogue .intro-B .intro-logo, .intro-analogue .intro-B .intro-pen, .intro-digital .intro-A .intro-logo, .intro-digital .intro-A .intro-pen {
	opacity: 0;
}

.swiper-slide-active .extra {
	opacity: 1;
}

.extra div img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.extra-above {
	z-index: 100;
}

.extra-below {
	
}

.intro-logo {
	transition-delay: 0s;
	transition-duration: 0.5s;
}

.intro-pen {
	transition-delay: 0s;
	transition-duration: 0.5s;
}

.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
}

.swiper-slide img {
	width: 100%;
	max-width: 1500px;
	height: 100%;
	object-fit: contain;
}

.cover img {
	object-fit: cover;
}

.bottom img {
	max-width: 4000px;
	object-position: center bottom;
}

.bottom-left img {
	max-width: 4000px;
	object-position: left bottom;
}

.bottom-right img {
	max-width: 4000px;
	object-position: right bottom;
}

.swiper-slide div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.swiper-slide {
	background-image: url('../imgs/paper.jpg');
    background-repeat: repeat;
    background-size: 300px;
    position: relative;
    z-index: 10;
}

.solid {
	background: #f1f0ee;
	background-image: none !important;
}

.swiper-wrapper::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-image: url(../imgs/light-overlay.png);
	background-size: 4px 4px;
	transition: opacity 0.4s;
}

.intro-render .swiper-wrapper::after {
	opacity: 0.1;
}

.continue {
    width: 45px;
    height: 45px;
    background-color: rgba(244,241,239,0.5);
    z-index: 9998;
    border-radius: 50%;
    left: 50%;
    margin-left: -20px;
    opacity: 1;
    transition: 0.2s;
    background-image: url('../imgs/arrow.png');
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center;
    bottom: 12px;
    position: absolute;
    transition: opacity 0.3s;
    opacity: 1;
}

.content .continue {
	opacity: 0;
}

.slideshow-button {
	width: 45px;
    height: 45px;
    background-color: rgba(244,241,239,0.5);
    z-index: 510;
    border-radius: 50%;
    box-sizing: border-box;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    cursor: pointer;
    transition: opacity 0.5s;
}

.previous-button {
	background-image: url(../imgs/chevron.png);
	left: 10px;
	transform: rotate(90deg);
}

.next-button {
	background-image: url(../imgs/chevron.png);
	right: 10px;
	transform: rotate(-90deg);
}

.above-content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 5em;
	margin-top: -5em;
	background: rgb(241,240,238);
	background: linear-gradient(180deg, rgba(241,240,238,0) 0%, rgba(241,240,238,1) 100%);
	z-index: 20;
}	

.content {
	position: relative;
}

.copy p {
	font-size: 1em;
	line-height: 1.5;
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}

.copy p a {
	color: #2282a2;
}

.copy {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-left: 1em;
	padding-right: 1em;
	
}

.image-section {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	position: relative;
}

.content-image {
	max-width: 380px;
}

.content-quote {
	display: flex;
}

.content-quote p {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 1.8em;
	padding-left: 1.2em;
	border-left: 1px rgba(0,0,0,0.8) solid;
	font-size: 1.2em;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: left !important;
}

.content-image img {
	width: 100%;
	display: block;
}

.contact-section  {
	border-bottom: 1px solid rgba(0,0,0,0.8);
	padding-bottom: 2em;
	margin-bottom: 0px !important;
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 0px;
	padding-right: 0px;
}

.contact-section a {
	display: block;
	margin-top: 9px;
	margin-bottom: 9px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 26px;
	text-decoration: none;
	color: #000;
}

.email { 
	background-image: url(../imgs/icon-email.svg);
}

.phone { 
	background-image: url(../imgs/icon-phone.svg);
}

.linkedin { 
	background-image: url(../imgs/icon-linkedin.svg);
}

.clients-section {
	border-top: 1px solid rgba(0,0,0,0.8);
	border-bottom: 1px solid rgba(0,0,0,0.8);
	padding-top: 2em;
	padding-bottom: 2em;
	margin-bottom: 0px !important;
	margin-top: 2px !important;
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 0px;
	padding-right: 0px;
}

.clients-logos {
	/*margin-left: -140px;
	margin-right: -140px;*/
}

.clients-section img {
	height: 40px;
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}

footer {
	margin-top: 2px;
	padding-bottom: 2.5em;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	border-top: 1px solid rgba(0,0,0,0.8);
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 0px;
	padding-right: 0px;
}

footer p {
	font-size: 10px;
}


.footer-logos {
	display: inline-block;
	padding-top: 28px;
	padding-bottom: 16px;
}

.footer-logos img {
	height: 30px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

/* Bob */

@keyframes bob {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.bob {
 	animation-name: bob;
 	animation-duration: 1.5s;
 	animation-delay: 5s;
 	animation-timing-function: ease-in-out;
 	animation-iteration-count: infinite;
}


@media (max-aspect-ratio: 1/1) and (max-width: 700px) {
  
	.continue {
   		bottom: 90px;
   		/*background-size: 12px;*/
   	}
   	
	.intro-title img {
		width: 100%;
		max-width: 120px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 12vh;
		/*padding-left: 25vw;*/
	}
	
	.swiper1 {
		margin-left: -5vw;
		margin-right: -5vw;
		width: calc(100% + 10vw);
	}
	
	.slideshow-button {
		display: none;
	}
	
	.mobile-left img {
		margin-left: 4vw;
	}
	
	.mobile-enlarge img {
		margin-left: -10vw;
		margin-right: -10vw;
		width: calc(100% + 20vw);
	}
	
	.mobile-reduce img {
		margin-left: 5vw !important;
		margin-right: 5vw !important;
		width: calc(100% - 10vw) !important;
	}
	
	.mobile-enlarge-down img {
		margin-left: -10vw;
		margin-right: -10vw;
		width: calc(100% + 20vw);
		margin-top: 10vw;
	}
	
	.mobile-right img {
		margin-right: -10vw;
	}
	
	.mobile-slight-right img {
		margin-right: -3vw;
	}
	
	.mobile-enlarge-right-down img {
		margin-right: -20vw;
		width: calc(100% + 20vw);
		margin-top: 10vw;
	}
	
	.cover img {
		object-fit: contain;
	}

	.bottom img {
		margin-left: -10vw;
		margin-right: -10vw;
		width: calc(100% + 20vw);
		object-position: center;
	}

.bottom-left img {
	margin-left: -10vw;
		margin-right: -10vw;
		width: calc(100% + 20vw);
		object-position: center;
}

.bottom-right img {
	margin-left: -10vw;
		margin-right: -10vw;
		width: calc(100% + 20vw);
		object-position: center;
}
	
	/*
	.base-fade::after {
		content: "";
		width: 100%;
		height: calc(50vh - 30vw);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 100;
		background: linear-gradient(180deg, rgba(241,240,238,0) 0%, rgba(241,240,238,1) 5%, rgba(241,240,238,1) 100%);
		display: block;
	}
	*/
	.below-intro {
		height: 0vh;
	}
	
	.image-section {
		padding-left: 0px;
		padding-right: 0px;
		padding: 1em;
		height: 80vh;
	}

	.content-image {
		max-width: 100vw;
		width: 100%;
		height: 100%;
	}

	.content-quote {
		display: flex;
		position: absolute;
		top: 1em;
		left: 1em;
		right: 1em;
		bottom: 1em;
		z-index: 10;
		background: rgb(60,61,52);
		background: linear-gradient(180deg, rgba(60,61,52,0) 0%, rgba(60,61,52,0.7) 100%);
	}

	.content-quote p {
		margin-top: auto;
		margin-bottom: 8vh;
		margin-left: 0em;
		margin-right: 0em;
		padding-left: 1.5em;
		padding-right: 1.5em;
		border-left: 0px;
		font-size: 1.8em;
		letter-spacing: 0.06em;
		text-align: center !important;
		color: white;
		}

	.content-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.swiper-wrapper::after {
		background-size: 2px 2px;
	
	}
	
}

@media screen and (min-width: 700px) {
	
	.above-content {
		height: 5em;
		margin-top: -5em;
	}
	
	.image-section {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
	margin-bottom: 5em;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	}

	.content-image {
		width: 100%;
		max-width: 380px;
	}

	.content-quote {
		display: flex;
	}

	.content-quote p {
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 1.2em;
		padding-left: 0.8em;
		padding-right: 0.8em;
		border-left: 1px rgba(0,0,0,0.8) solid;
		font-size: 1.8em;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		text-align: left !important;
	}

	.content-image img {
		width: 100%;
		display: block;
	}
	
	.clients-section img {
		height: 52px;
		margin-left: 12px;
		margin-right: 12px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.footer-logos img {
		height: 40px;
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.image-control {
		display: flex;
	}
	
	.clients-section, .contact-section, footer {
		margin-left: auto;
		margin-right: auto;
	}
	
	.copy p {
		text-align: justify;
	}
}


@media screen and (min-width: 1020px) {
	
	h1 {
		font-size: 5em;
		letter-spacing: 0.1em;
		font-weight: 300;
	}
	
	h1 img {
		height: 100px;
		border-left: 1px rgba(0,0,0,0.8) solid;
	}
	
	h1 img {
		padding-left: 0.4em;
		margin-left: 0em;
	}
	
	.content p {
		text-align: justify;
	}
	
	.content-quote p {
		margin-left: 1.8em;
		padding-left: 1.2em;
	}
	
	.contact-section  {
		margin-top: -1.5em;
		padding-bottom: 3.5em;
	}
	
	.clients-section {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
	
	footer {
		padding-top: 3em;
	}
	
	.intro-pen {
		display: block;
	}
	
	.below-intro {
		position: relative;
		height: 50vh;
		pointer-events: none;
	}
	
	.extra {
	opacity: 0;
	transition-delay: 1s;
	transition-duration: 0.5s;
	}


}