@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
}

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


.clearfix {
	clear: both;
}

::-moz-selection { background: #cea634; }
::selection { background: #cea634; }

/* ----- TYPO ----- */

.line-break {
		display: none;
	}

h1 {
	font-family: "montserrat", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: clamp(2.5em, 6.51vw, 9.375em);
	color: #cea634;
	text-transform: uppercase;
	margin: 0;
	line-height: 100%;
}

h1 span {
	margin-left: 0.4em;
	color: #262626;
}

h2 {
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.125em, 1.146vw, 1.5625em);
	line-height: 150%;
	color: #f4f4f4;
	text-transform: none;
}

.keystatement .content-wrapper .content-left h2 {
	text-transform: uppercase;
}

.content-left h2, .content-right h2 {
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(1.75em, 1.667vw, 2em);
	line-height: 130%;
	color: #262626;
	text-transform: none;
}

.video-copy-subline h2 {
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(1.75em, 1.667vw, 2em);
	line-height: 130%;
	color: #f4f4f4;
	text-transform: none;
}


.services-hero h2 {
	font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1600 - 320)));
	font-weight: 700;
	text-transform: uppercase;
}


h3 a {
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(1.125em, 1.146vw, 1.5625em);
	line-height: 150%;
	color: #262626;
}

h5 {
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1600 - 320)));
	line-height: 150%;
	color: #262626;
}

p {
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1600 - 320)));
	line-height: 160%;
	color: #262626;
}

p.white {
	color: #d0cfd0;
}

.hero-footer p {
	font-size: 14px;
}

.limit-min-max {
  font-size: 6.51vw;
}

button {
	all: unset;
  	cursor: pointer;
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	outline: none;
	transition: all 0.5s ease;
}

.secondary-nav button {
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
}

.btn-full {
	background: #cea634;
	padding: 12px 20px;
	border: 1px solid #cea634;
	border-radius: 9999px;
}

a .btn-full {
	color: #fff;
}

a .btn-full:hover {
	color: #cea634;
	background: none;
	
}

.btn-ghost {
	background: none;
	padding: 20px 30px;
	border: 1px solid #cea634;
	border-radius: 9999px;
	margin-top: 75px;
}

a .btn-ghost {
	color: #cea634;
}

a .btn-ghost:hover {
	color: #f4f4f4;
	background: #cea634;
	
}

.video-copy .btn-ghost:first-of-type {
	background: #cea634;
	color: #f4f4f4;
	text-shadow: none;
}

.hero-copy-sub a {
	font-size: 18px;
	color: #d0cfd0;
}



/* ----- LAYOUT ----- */

header {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #F1DBD6;
    background: -webkit-linear-gradient(rgba(241, 219, 214, 1) 47%, rgba(241, 219, 214, 0) 100%);
    background: -o-linear-gradient(rgba(241, 219, 214, 1) 47%, rgba(241, 219, 214, 0) 100%);
    background: linear-gradient(rgba(241, 219, 214, 1) 47%, rgba(241, 219, 214, 0) 100%);
}

.header-subpages {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #F1DBD6;
    background: -webkit-linear-gradient(rgba(241, 219, 214, 0.5) 47%, rgba(241, 219, 214, 0) 100%);
    background: -o-linear-gradient(rgba(241, 219, 214, 0.5) 47%, rgba(241, 219, 214, 0) 100%);
    background: linear-gradient(rgba(241, 219, 214, 0.5) 47%, rgba(241, 219, 214, 0) 100%);
}

.logo {
	position: absolute;
	left: 4%;
	top: 30px;
	width: 8.5%;
	min-width: 120px;
	max-width: 200px;
}

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

.navigation {
	position: absolute;
	right: 4%;
	top: 60px;
}

.main-nav {
	display: inline-block;
}

.main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-nav ul li {
	display: inline-block;
	margin-right: 0px;
	padding: 10px;
}

.main-nav ul li a {
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: #262626;
	transition: color 0.3s ease;
}

.main-nav ul li a.active {
	color: #cea634;
	font-weight: 700;
}

.main-nav ul li a:hover {
	color: #cea634;
}

/* Hide Dropdowns by Default */
.main-nav ul ul {
	display: none;
	position: absolute; 
	top: 40px; /* the height of the main nav */
	background: none;
	padding: 10px 15px 10px 12px;
	margin-left: -10px;
}
	
/* Display Dropdowns on Hover */
.main-nav ul li:hover > ul {
	display: block;
}

.main-nav ul li.dropdown:hover {
	background: none;
}
	
/* Fisrt Tier Dropdown */
.main-nav ul ul li {
	float:none;
	display:list-item;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
}

.main-nav ul li ul li a {
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	color: #262626;
	transition: color 0.3s ease;
}

/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ''; }
li > a:only-child:after { content: ''; }

.secondary-nav {
	display: inline-block;
	margin-left: 50px;
}

.secondary-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.secondary-nav ul li {
	display: inline-block;
	margin-left: 25px;
}

.secondary-nav ul li:first-of-type {
	display: inline-block;
	margin-left: 0px;
}

.secondary-nav ul li a i {
	color: #cea634;
}

.secondary-nav ul li a.language {
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: #cea634;
	
}

.hero {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("img/hero.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.hero-copy {
	position: absolute;
	width: 75%;
	left: 4%;
	top: 55%;
	transform: translateY(-50%);
}

.hero-copy-head {
	white-space: pre-line;
}

.hero-copy-sub {
	position: relative;
	margin-top: 10.185vh;
	width: 50%;
	margin-left: 10%;
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.55);
	
}

/*.hero-copy-sub button {
	margin-top: 50px;
}*/

.arrow-down {
	position: absolute;
	width: 24px;
	right: 4%;
	animation: MoveUpDown 1s linear infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 30px;
  }
  50% {
    bottom: 40px;
  }
}

.arrow-down img {
	width: 100%;
	height: auto;
}

.keystatement {
	position: relative;
	width: 100%;
	margin-top: 125px;
}

.content-wrapper {
	position: relative;
	width: 80%;
	max-width: 1540px;
	margin: 0 auto;
}

.content-left {
	position: relative;
	width: 45%;
	float: left;
}

.content-right {
	position: relative;
	width: 45%;
	float: right;
}

.keystatement .content-right {
	margin-top: 80px;
}

.partnership .content-right {
	margin-top: 80px;
}

.line {
	position: relative;
	width: 30%;
	margin-bottom: 80px;
}

.line span:nth-of-type(1) {
	position: relative;
	display: inline-block;
	width: 85%;
	margin-right:5%;
	border-top: 12px solid #cea634
}

.line span:nth-of-type(2) {
	position: relative;
	display: inline-block;
	width: 10%;
	border-top: 12px solid #cea634
}

.content-wrapper-70 {
	position: relative;
	width: 70%;
	max-width: 1370px;
	margin: 0 auto;
}

.competencies {
	position: relative;
	width: 100%;
	margin-top: 160px;
}

.competencies .content-wrapper {
	display: flex;
    flex-wrap: wrap;
    gap: 40px;
	margin-bottom: 160px;
}

.competencies-item {
	flex: 1 1 calc(33.333% - 40px);
    box-sizing: border-box;
    padding: 20px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
    text-align: center;
	margin-bottom: 20px;
    box-shadow: 16px 16px 13px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 16px 16px 13px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 16px 16px 13px 0px rgba(0,0,0,0.05);
	transition: all 0.5s ease !important;
}

.competencies-item:hover {
	box-shadow: 0px 0px 20px 5px rgba(206,166,52,0.3);
	-webkit-box-shadow: 0px 0px 20px 5px rgba(206,166,52,0.3);
	-moz-box-shadow: 0px 0px 20px 5px rgba(206,166,52,0.3);
}

.item-content-headline {
	display: block;
	font-family: "century-gothic", sans-serif;
	font-style: normal;
	font-size: clamp(1.75em, 1.667vw, 2em);
	font-weight: 700;
	margin: 35px 0;
	color: #262626;
}

.statement-head {
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1600 - 320)));
	letter-spacing: 0.15em;
	line-height: 130%;
	color: #cea634;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 75px;
}

.statement-main {
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(40px + (80 - 40) * ((100vw - 320px) / (1600 - 320)));
	line-height: 130%;
	color: #262626;
	text-align: center;
	margin-bottom: 75px;
}

.statement-copy {
	text-align: center;
}

/*.statement-copy a button {
	margin-top: 75px;
}*/

.services {
	position: relative;
	width: 100%;
	margin-top: 160px;
}

.services-hero {
	position: relative;
	width: 100%;
	padding-top:220px;
	background: url("img/services_bg.jpg") center no-repeat fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.services-hero .content-wrapper-70 {
	z-index: 5;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.55);
}


.services-items .content-wrapper-70 {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 40px;
	z-index: 10;
}

.services-hero .content-wrapper-70 p {
	color: #f4f4f4;
}

.icon-bg {
	position: absolute;
	right: 0%;
	bottom: 10%;
	width: 40%;
	z-index: 1;
}

.icon-bg img {
	width: 100%;
	height: auto;
}

.services-items {
	position: relative;
	width: 100%;
	margin-top: -250px;
}

.services-item {
	flex: 1 1 calc(33.333% - 40px) !important;
    box-sizing: border-box;
    padding: 20px;
    background-color: none;
    border: 1px solid #cea634;
    border-radius: 20px;
    text-align: center;
	transition: all 0.5s ease !important;
}

.services-item:hover {
	transform: scale(1.05);
}

.ramp {
	position: relative;
	width: 100%;
	height: 500px;
	margin-bottom: 0px;
	padding-bottom: 200px;
	background: #F4F4F4;
background: linear-gradient(0deg, rgba(244, 244, 244, 1) 22%, rgba(244, 244, 244, 0) 100%);
	z-index: 5;
}

.case-highlight {
	position: relative;
	width: 100%;
	margin-top: 160px;
	background: #cea634;
}

.case-img {
	position: absolute;
	left: -30%;
	bottom: 0;
	height: 85%;
	line-height: 0%;
}

.case-img img {
	height: 100%;
	width: auto;
	mix-blend-mode: multiply;
	font-size: 0;
}

.case-copy {
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding: 160px 0 230px 0;
	z-index: 5;
}

.case-copy p {
	color: #f4f4f4;
}

.case-copy h2 {
	font-size: clamp(1.75em, 1.667vw, 2em);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0;
}

.case-copy h3 {
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(1.125em, 1.146vw, 1.5625em);
	text-transform: uppercase;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 55px;
	color: #f4f4f4;
}

.partnership {
	position: relative;
	width: 100%;
	background: #d1caba;
	background: url("img/partnership_bg.jpg") center no-repeat fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.video {
	position: relative;
	width: 85vw;
	max-width: 1540px;
	margin: 0 auto;
	top: -140px;
	/*margin-bottom: 160px;*/
	/*background: url("img/video_bsp.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
	aspect-ratio: 16 / 9;
	z-index: 5;
}

.video-copy {
	position: absolute; 
	top: 0; 
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column; 
	justify-content: center;
	align-items: center; 
	width: 80%;
	height: 100%;
	text-align: center;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.55);
}

.video-copy-headline {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(2.5em, 6.51vw, 9.375em);
	color: #f4f4f4;;
	text-transform: uppercase;
	margin: 0;
	line-height: 100%;
	z-index: 10;
}

.video-copy-subline {
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: clamp(1.125em, 1.302vw, 1.75em);
	margin-top: 15px;
	color: #f4f4f4;
	line-height: 150%;
	z-index: 10;
}

.video-copy-subline h2 {
	margin-top: 80px;
}

.video-copy-subline p {
	color: #f4f4f4;
}


.video-copy-subline p:nth-of-type(1) {
	margin-top: 80px;
}

video {
	width:100%;
	height:auto 
}

.video-screen {
		display: block;
	}

.video-mobile {
	display: none;
}

.full {
	position: relative;
	width: 100%;
	/*background: #d1caba;*/
	padding: 0 0 160px 0;
	margin-bottom: 160px;
}

.partnership-text {
	position: relative;
	width: 70%;
	max-width: 1370px;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 40px;
	padding: 20px;
}

.partnership-text .statement-copy {
	margin-bottom: 80px;
}

.partnership-item {
	flex: 1 1 calc(20% - 40px);
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
	margin-bottom: 20px;
}

.partner-quote {
	position: relative;
	width: 100%;
	background: #f4f4f4;
}

.partner-quote .content-right {
		margin-top: 160px;
	}

 .partnership-item .item-content-headline {
	color: #f4f4f4 !important;
}

.quote {
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: clamp(1.125em, 1.302vw, 1.75em);
	color: #cea634;
	margin-top: 50px;
	line-height: 150%;
}

.quote-icon {
	position: absolute;
	left: -50px;
	top: 50px;
	font-size: 250px;
	z-index: 0;
	color: #cea634;
	opacity: 0.2;
}

.career {
	position: relative;
	width: 100%;
	margin-top: 160px;
	padding-top: 160px;
	background: #262626;
}

.career .statement-head {
	color: #cea634;
}

.career .statement-main {
	color: #f4f4f4;
}

.career .statement-copy p  {
	color: #f4f4f4;
}

.career-img {
	position: relative;
	width: 100%;
	margin: 0 auto;
	line-height: 0%;
}

.career-img img {
	width: 100%;
	height: auto;
	font-size: 0;
}

footer {
	position: relative;
	width: 100%;
	padding: 70px 0;
	background: #cea634;
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 150%;
	color: #262626;
}

.footer-wrapper {
	position: relative;
	width: 80%;
	max-width: 1540px;
	margin: 0 auto;
}

.footer-left {
	float: left;
}

.footer-left-head {
	margin-bottom: 60px;
}

.footer-left-bottom {
}

.footer-left-bottom-column {
	display: inline-block;
	margin-right: 115px;
}

.footer-left-bottom a {
	color: #262626;
}


.footer-left-bottom:last-of-type {
	margin-right: 0;
}

.footer-right {
	position: absolute;
	right: 0;
	bottom: 60px;
	width: 20%;
	text-align: right;
}

.footer-right img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

.footer-bottom {
	border-top: 1px solid #262626;
	font-size: 14px;
	margin-top: 30px;
	padding-top: 30px;
}

.footer-bottom a {
	color: #262626;
}

.footer-bottom-left {
	position: absolute;
	left: 0;
}

.footer-bottom-right {
	position: absolute;
	right: 0;
}

.hero-header {
	position: relative;
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
	background: url("img/header_legal.jpg") no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

/* ----- MOBILE ----- */

@media screen and (max-width: 600px) {
	
	.line-break {
		display: block;
	}
	
	h1 {
		font-size: 75px
	}
	
	h1 span {
		margin-left: 0em;
	}
	
	.hero-footer p {
		font-size: 12px !important;
	}
	
	.logo {
		top: 30px;
		min-width: 90px;
	}
	
	.navigation {
		top: 40px;
	}
	
	.main-nav {
		display: none;
	}
	
	.secondary-nav ul li {
		margin-left: 10px;
	}
	
	.hero {
		background: url("img/hero_mobile.jpg") no-repeat center;
	}
	
	.hero-copy {
		position: absolute;
		width: 96%;
		left: 4%;
		top: 55%;
		transform: translateY(-50%);
	}

	.hero-copy-sub {
		margin-top: 50px;
		width: 96%;
		margin-left: 0%;

	}
	
	.footer-wrapper {
		width: 96%;
		left: 4%;
	}
	
	.footer-left-bottom-column {
		margin-bottom: 30px;
	}
	
	.footer-right {
		display: none;
	}

	.footer-bottom-left {
		position: relative;
	}

	.footer-bottom-right {
		position: relative;
		margin-top: 30px;
	}
	
	.content-wrapper {
		width: 90%;
	}
	
	.content-wrapper-70 {
		width: 90%;
	}
	
	.content-left {
		width: 100%;
		float: none;
	}

	.content-right {
		width: 100%;
		float: none;
	}
	
	.partnership .content-right {
		margin-top: 80px;
	}
	
	.competencies-item {
		flex: 1 1 calc(100% - 40px);
	}
	
	.ramp {
		position: relative;
		width: 100%;
		height: 500px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	.services-item {
		flex: 1 1 calc(100% - 40px) !important;
		box-sizing: border-box;
		padding: 20px;
		background-color: none;
		border: 1px solid #cea634;
		border-radius: 20px;
		text-align: center;
		transition: all 0.5s ease !important;
	}
	
	.case-copy {
		position: relative;
		width: 80%;
		margin: 0 auto;
		padding: 160px 0 230px 0;
		z-index: 5;
	}
	
	.case-img {
		position: absolute;
		left: -50%;
		bottom: 0;
		height: 50%;
		line-height: 0%;
	}
	
	.video {
		position: relative;
		width: 90%;
		margin-top: -40px;
		aspect-ratio: 9 / 16;
	}
	
	.video-screen {
		display: none;
	}
	
	.video-mobile {
		display: block;
	}
	
	.video-copy-subline h2 {
		margin-top: 20px;
	}
	
	.video-copy-subline p:nth-of-type(1) {
		margin-top: 20px;
	}
	
	.after-video {
		gap: 20px;
	}

	.partnership-item {
		flex: 1 1 calc(40% - 20px);
		box-sizing: border-box;
		padding: 10px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.partner-quote .content-right {
		margin-top: 80px;
	}
	
	/*.video-copy {
		width: 90%;
		padding: 20px 0;
	}
	
	.video-copy-subline {
		margin-top: 20px;
		font-size: 14px;
	}
	
	.video-copy .btn-ghost {
		margin-top: 20px;
	}*/

	
}







