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

* {
	box-sizing: border-box;
}
figure {
	margin: 0;
}
img {
	width:100%;
	display:block;
	margin: 0;
}
:root {
    --c-black: #000;
    --c-white: #fff;
    --c-red: #AA182C;
    --c-gold: #C3A37D;
    --c-grey-f: #f5f5f5;
    --c-grey-d: #d6d6d6;
    --c-grey-9: #9e9e9e;
    --c-grey-5: #505050;
    --f-s: 15px;
}
html {
    font-family: 'Barlow', sans-serif;
    font-size:18px;
    color: var(--c-grey-5);
}

body {
    margin: 0;
	line-height: 1.4;
}
body.tc,
body.sc {
	line-height: 1.75;
}
section {
    overflow: hidden;
}

.dark-overlay {
	position: fixed;
	z-index: 99;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	display: none;
	background-color: rgba(0,0,0,0.8);
}
.popup-container {
	position: fixed;
	z-index: 100;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	display: none;
	
    overflow: hidden;
}
.popup-container .close {
	
    display: block;
    width: 2em;
    height: 2em;
    background-image: url(images/nav_close.png);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: center;
    cursor: pointer;
	float: right;
	margin:-0.5em -0.5em 1em 0;
}
.popup{
	 background:var(--c-white);
	clear:both;
	padding:1em;
	overflow-y:auto;
	height:100%;
	
    width: 90vw;
    max-width: 64em;
    max-height: 80vh;
}
.popup.ceo::after {
	     width: 80%;
    padding-bottom: 50%;
    content: '';
    bottom: -9%;
    left: -18%;
    filter: grayscale(1) opacity(0.1);
    position: absolute;
    background-image: url(images/logo_60.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    z-index: 1;
    top: auto;
    right: auto;
    height: 100%;
	}
@media screen and (min-width:48em) {
	
.popup{
	padding:2em; 
	}
	.popup.ceo {
		padding:2em 3em 3em 3em;
	}
}

@media screen and (min-width:64em) {
	
 
	.popup.ceo {
		padding:4em 6em 6em 6em;
	}
}

a {
    color:var(--c-grey-5);
    text-decoration: none;
}
section {
    clear:both;
}
section {
    margin:0 auto 8em auto;
}
section:first-of-type {
    margin:0 auto;
}
section hgroup h3 {
    font-size:2.23em;
    font-weight:500;
	line-height: 1.1;
    
    margin:0 0 2em 0; 
} 
section hgroup h4 {
    font-size:1.67em;
    font-weight:500;
	line-height: 1.2;
	margin:0.5em auto;
} 
.popup hgroup h5,
section hgroup h5 {
    font-size:1.4em;
    font-weight:500;
	line-height: 1.2;
	color:var(--c-red);
	margin: 1em 0;
} 

@media screen and (min-width:48em) {
    
section hgroup h4 {
    font-size:2.23em; 
} 
}
@media screen and (min-width:64em) {
    
section hgroup h4 {
    font-size:2.78em; 
} 
}
@media screen and (min-width:48em) {
    
section hgroup h3 {
    font-size:5em; 
    margin: 0 auto 1em auto;
} 
}
@media screen and (min-width:64em) {
    
section hgroup h3 {
    font-size:7.5em; 
    margin: 0 auto 1em auto;
} 
}
.wrap {
    padding:0 1em;
	margin: auto;
}



@media screen and (min-width:48em) {
	.wrap {
    padding:0 2em;
		max-width:90em;
}
}
header {
    background:var(--c-white);
    position: relative;
    z-index: 99;
}
header.sticky {
position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 99;
    /*box-shadow: 0 0 1em var(--c-grey-9);*/
}
.nav-active header.sticky {
    background:none;
/*    box-shadow: none;*/
}
@media screen and (min-width:48em) {

    }
header .logo {
	position: relative;
	z-index: 2;
    width:100%;
}

header .logo hgroup h1 {
    text-indent: -99999em;
    font-size:100%;
    margin: 0;
}
header .logo hgroup a {
    width:9em;
    height:2em;
    background-image:url(images/logo_ks60.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: top left;
    display: block;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
	position: relative;
}


@media screen and (min-width:48em) {
    
header .logo hgroup a{
    
    width:13em;
    height:50px;
    }
}

header.sticky .logo hgroup a{
    
    width:9em;
    height:2em;
}

header .logo .ks60-logo-animate {
    position: absolute;
    top: 0;
    left: 68%;
    width: auto!important;
    padding-right: 32%;
    display: none;
    height: 100%!important;
}

.nav-active header .logo .ks60-logo-animate { 
	opacity: 0;
}
header .wrap {
    display:flex;
    align-items:center;
    justify-content: space-between;
    padding-top:1em;
    padding-bottom:1em;
}

header .lang {
    font-size: var(--f-s);
    white-space: nowrap;
    margin-right:1em;
}
header .lang ul {
    margin: 0;
    padding: 0;
}
header .lang ul li {
    list-style: none;
    display:inline;
}
header .lang a {
    display: inline-block;
    padding:0.5em;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}

header .lang a:hover {
	color:var(--c-red);
}

header .lang li.active a {
display: none;    
}
header .nav-toggle span {
    display: block;
    width:2.8em;
    height:2em;
    background-image:url(images/nav_toggle.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position:center;
    cursor: pointer;
}

header .nav-toggle span:hover {
    background-image:url(images/nav_toggle_hover.png);
}
.nav-active header .nav-toggle span {

    background-image:url(images/nav_close.png);
    background-size:1em;
}
footer {
    background:var(--c-grey-f);
  clear: both;
    
}

footer .wrap {
    padding-top:2em;
    padding-bottom:2em;  position: relative;
}
footer .social {
    position: absolute;
    top:1.5em;
    right:1em;
}
footer nav.footer ul {
    margin: 0;
    padding: 0;
}
footer nav.footer ul li {
  list-style: none;
}
footer nav.footer a {
    padding: 0.5em 0;
    font-size: var(--f-s);
    color: var(--c-grey-5);
    display: inline-block;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	cursor: pointer;
}

footer nav.footer a:hover {
	color:var(--c-red);
}
footer .copyright {
    font-size:0.67em;
}
footer .logo {
    height:2.23em;
    width:8em;
    background-image:url(images/logo_ks_type.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position:top left;
    margin:2em 0;
}

footer .social li {
	padding: 0 0 0 1em;
}

@media screen and (min-width:64em) {
	footer .social {
		
    top: auto;
    bottom: 1em;
    right: 2em;
	}
	
	footer nav.footer  {
		float:right;
		text-align: right;
		width:100%;
		margin-top:-0.5em;
	}
	footer nav.footer ul li {
		display: inline-block;
		margin-left:3.5%;
	}
	footer .logo {
		
    margin: 0 0 2em 0;
	}
}
.nav-active {
    overflow: hidden;
}
.nav-active header {
    
}

nav.top {
    text-align: center;

    z-index: 98;
    position: fixed;
    top:-150%;
    left:0;
    width: 100vw;
    height: 100vh;
    background-color:var(--c-red);
    overflow: hidden;
    opacity: 0;transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.nav-active nav.top {
	 top:0;
    opacity: 1;
}
 
nav.top .bg {
width: 125%;
    padding-bottom: 80%;
 
    bottom: -13%;
    left: -25%;
    filter: brightness(5) opacity(0.1);

    position: absolute;
    background-image: url(images/logo_60.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    z-index: 1;
    top:auto;
    right:auto;
    height: 100%;
}
@media screen and (min-width:48em) {
	
nav.top .bg {

    width: 74%;
    padding-bottom: 48%;
    bottom: -11%;
    left: -10%;

	}
}
 nav.top .wrap {
     padding-top: 5em;
    padding-bottom: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    z-index: 2;
    height: 100vh;
    overflow-y: auto;
}
nav.top ul{
    margin: 0;
    padding: 0;
}
nav.top ul li{
    list-style: none;
}
nav.top ul.main{
font-size:2em;    
}

.nav-active header  {
      z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  
    filter: brightness(0) invert(1);
    background: none;
}
 


nav.top a {
    color:var(--c-white);
}
nav.top .main a {
    display: block;
    padding:0.2em 0;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	cursor: pointer;
}
nav.top .main a:hover {
	opacity: 0.5;
}
 nav.top .join a {
    border:1px solid var(--c-white);
    padding:0.75em 4em;
    text-transform: uppercase;
    display: inline-block;
    margin:2em auto 3em auto ;
	 text-transform: uppercase;
	 font-size:50%;
}
 nav.top .join a:hover {
	
}
 .social {
}
 .social   {
    margin: 0;
    padding: 0;
}
  .social li {
display:inline-block;
    list-style: none;
padding:0 0.5em;
}
  .social a {
    width:1.34em;
    height: 1.34em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
	  text-indent:-99999em;
	  
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}

  .social a:hover {
opacity: 0.5;
}

  .social li.linkedin a {
      background-image:url(images/social_linkedin.png);
}
  .social li.youtube a {
      background-image:url(images/social_youtube.png);
}
nav  .social   {
    filter:invert(1);
}
.ui-selectmenu-button.ui-button {
	border:1px solid var(--c-red);
    padding: 0.8em 1em;
	color: var(--c-red);
	width:100%;
}
.ui-selectmenu-icon.ui-icon {
	
    width:0.67em;
    height:0.67em;
	
    background-image: url(images/nav_sections_arrow.png);
    background-size:contain;
    background-repeat: no-repeat;
	margin-top:calc(0.67em / 2);
		transition-duration: 0.2s;
}
.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon {
	transform:rotate(180deg);
}

.ui-selectmenu-menu {
	
    background:var(--c-red);
    color:#fff;
} 
.ui-selectmenu-menu .ui-menu {
	
}
.ui-menu .ui-menu-item:nth-child(n+2) {
	 
    margin-top: -0.2em;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 0;
}
.ui-menu .ui-menu-item:hover {
	
    background-color:rgba(255,255,255,0.2);
}
.ui-menu .ui-menu-item-wrapper {
	
    padding: 0.4em 1em;
}

nav.tab {
	
}
nav.tab ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	align-items:center;
	justify-content: center;
}
nav.tab li {
	list-style: none;
	position: relative;
}
nav.tab li:nth-child(n+2)::before {
	content:'';
	width:1px;
	height:1em;
	position: absolute;
	top:50%;
	left:0;
	margin-top:-0.5em;
	background: var(--c-grey-5);

}
nav.tab li a {

    padding: 1em 1em;
    display: block;
    cursor: pointer;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}
nav.tab li a:hover,
nav.tab li.active a {
color:var(--c-red);
}
.home .cover {
    min-height:150vw;
    background:#000;
    position: relative;
    color:var(--c-white);
    display: table;
    width:100%;
	overflow: hidden;
}
@media screen and (min-width:48em) {
    
.home  .cover {
    min-height:calc(100vh - 4.777em); 
    overflow: hidden;
}  
}

.home .cover .wrap {
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    text-align: center;
    
    padding-bottom: 4em;
}
.home .cover figure {
    margin: 0;
}
.home .cover figure img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    opacity: 0.9;
    z-index:1;
    display: none;
}

.home .cover nav {
    display: none;
 
}

@media screen and (min-width:48em) {
  
.home .cover nav {
    display: block;
}
  
 
}
.home .cover nav.tab li:nth-child(n+2)::before {
	background:var(--c-white);
}
.home .cover nav a {
	color:var(--c-white);
}
.home .cover .video {
    position: absolute;

    top: 50%;
    left: 50%;
    height: 100%; 
    opacity: 0.9;
    z-index: 1;
    transform: translate(-50%,-50%);  
}

.home .cover .video video{
 
    height:100%;
}
.home .cover.video-landscape .video {
    height:auto;
    width:100%;
}
.home .cover.video-landscape .video video {
    height:auto;
    width:100%;
}
/*
.home .cover .wrap {
    position: absolute;
    z-index: 2;
    text-align: center;
    width:100%;
  
    top: calc(50% - 4em);
    left:50%;
    transform:translate(-50%,-50%);
}
*/
.home main {
/*    overflow: hidden;*/
}
.home .cover .wrap h3 {
    margin:0em;
}
.home .cover .wrap h4 {
   /* font-size:1.67em;*/
	color: var(--c-white);
    margin: 2em auto 0 auto;
}
@media screen and (min-width:48em) {
   .home .cover .wrap h4 {
    margin: 2em auto;
} 
}
.home .cover .scroll {
position: absolute;
    bottom: 2em;
    z-index: 2;
    color: var(--c-white);
    display: inline-block;
    left: 50%;
    text-transform: uppercase;
 
    font-size: 0.8333333em;
    width: 4em;
    text-align: center;
    
    margin-left: -2em;
}

.home .cover .scroll::after {
    content: '';
    display: block;
    width: 0.8em;
    height: 0.8em;
    background-image: url(images/scroll_down_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1em;
    margin: 1em auto 0 auto;
    
}
.home #intro_video {
    position: relative;
    z-index: 2;
}
.home #intro_video .wrap {
	max-width:64em;
	position: relative;
}
.home #intro_video .wrap .video-wrap {
	position: relative;
	width:100%;
	padding-bottom:56.25%;
	z-index: 1;
	
}

.home #intro_video .wrap .video-wrap video,
.home #intro_video .wrap .video-wrap video source {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.home #intro_video.playing .wrap .video-wrap {
	z-index: 2;
}
.home #intro_video .wrap .video-wrap iframe {
position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}
#events .swiper-slide .video-play-icon,
.home #intro_video .video-play-icon {
	position: absolute;
	top:0;
	left:1em;
	width:calc(100% - 2em);
	height:100%;
	z-index: 3;
	background-image: url('images/video_play_icon.png');
	background-size:3.6em;
	
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.home #intro_video.playing .video-play-icon {
	z-index: 1;;
}

.home #intro_video .img-wrap {
	position: absolute;
	top:0;
	left:1em;
	width:calc(100% - 2em);
	height:100%;
	z-index: 2;
}

.home #intro_video.playing .img-wrap {
	z-index: 1;
}
@media screen and (min-width:48em) {
	
.home #intro_video .video-play-icon ,
.home #intro_video .img-wrap {
	
	left:2em;
	width:calc(100% - 4em);
	}
}

.home #intro_video .img-wrap .swiper,
.home #intro_video .img-wrap figure {
	position: absolute;
	top:0;
	left:0;
width: 100%;
	height:100%;
	padding: 0;
    margin: 0;
}

.home #intro_video .img-wrap figure img {
		position: absolute;
	top:0;
	left:0;
width: 100%;
	height:100%;
	object-fit:cover;
}

.home #ceo {
margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 4em 0;
}
.quote .img-wrap {
	width:14em;	margin: 0em auto;
}



.quote .img-wrap  {
z-index: 2;
	
}


.quote .img-wrap img {
border-radius: 100%;
}
.home #ceo .message {
display: none;
}
.home #ceo .read-more { 
	
	cursor: pointer;
	margin:1.5em auto 0 auto;
}
.popup.ceo .name-wrap,
.home #ceo .name-wrap {
	
	margin:2em auto 0 auto;
}

@media screen and (min-width:48em) {
	
.home #ceo .read-more {
	text-align: left;
}
}
.home #ceo .read-more a {
	color:var(--c-red);
	font-size: 0.72em;
	text-transform:uppercase;
	cursor: pointer;
    filter: grayscale(1) brightness(2);
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}


.home #ceo .read-more a::after {
content: '';
    display: inline-block;
    margin-left: 0.5em;
    width: 1em;
    height: 1em;
    background-image: url(images/read_more_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-top: -0.2em;
}

.home #ceo .read-more a:hover {
	
    filter: none;
}

 .quote  .txt-wrap .message-wrap {
	position: relative;

    padding: 2em 0 1em 0;
}

 .quote  .txt-wrap {
	 padding: 0;
}
 .quote  .quotation {
	    color: var(--c-red);
    position: absolute;
	 display: block;
	 line-height: 1;
}
 .quote  .quotation.open::before {
	content:'“';
    font-size: 5em;
}
 .quote  .quotation.close::before {
	content:'”';
    font-size: 5em;
	
}

 .quote  .quotation.open {
	top:0em;
	left:0;
}
 .quote  .quotation.close {
	right:0;
	bottom:-3em;
}
 .quote .name {
color:var(--c-red);
     font-weight:500;
    }
  .quote .txt-wrap .name,
 .quote .txt-wrap .job{
        margin: 0 0;
    }
 .quote .job {
        font-size:0.83em;
        color:var(--c-grey-9);
    }


section#ks60_animate {
    margin: 0 0;
    overflow: hidden;  
    margin: -4em 0 -3em 0;
}

section#ks60_animate .logo-static {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-image:url(images/logo_60.png);
    background-repeat: no-repeat;
    background-size:contain;
    display: none;
    margin-top:0em;
}

@media screen and (min-width:48em) {
    
section#ks60_animate .logo-static {
    margin-top:0.3em;
    }
}
section#ks60_animate .wrap{
    position: relative;
    z-index: 1;
}

section#ks60_animate .ks60-logo-animate {
    background-color: rgba(255, 255, 255, 1.00);
   
    transform: translate(150%, 0);
}

section#ks60_animate .ks60-logo-animate {
		  width: 50%!important;
    height: auto!important;
	padding-bottom:32%;

}
.ks60-logo-animate canvas {
	  width: 100%!important;
    height: 100%!important;
}

@media screen and (min-width:48em) {
	
section#ks60_animate { 
	 
    margin: -8em 0 -6em 0;
}
}
@media screen and (min-width:90em) {
/*
    #ks60_animate .wrap{
    height: 0em;
}
*/
 
}


@media screen and (min-width:64em) {
section#ks60_animate #animation_container,
section#ks60_animate #animation_container canvas {
}
}

@media screen and (min-width:48em) {
.quote {
		display:flex;
		align-items:center;

    max-width: 64em;
    margin: auto;	}
    .quote .img-wrap {
        padding-right:3em;
    }
	.popup .quote {
		display:block;
	}
.quote .txt-wrap {
		width:calc(100% - 14em);
 
	}
	.popup .quote .txt-wrap {
		width:100%;
 
	}
}
.tense .banner {
    width:100%; 
    position: relative;
    margin: 0;
   
}

.home #people {
    
   margin: 0 auto;
    padding:8em 0;
}

@media screen and (min-width:64em) {
	
.quote .img-wrap {
	width:17em;
}
.quote .txt-wrap {
		width:calc(100% - 14em);
	 
	}
	
	.popup .quote .txt-wrap {
		width:100%;
	}
}

@media screen and (min-width:48em) {
.tense .banner {
    min-height:40vw;
}
}
.tense .banner .img-thumbs figure,
.tense .banner figure {
    position: relative;
    z-index: 1;
    background: var(--c-black);
	
    width: 100%;
    padding-bottom: 100%;
	
}

.tense .banner .img-thumbs figure img,
.tense .banner figure img {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.tense .banner .swiper{
	margin: 0;
}
.tense .banner p {
	max-width:30em;
    clear: both;
}
.tense #present.banner p ,
.tense #future.banner p  {   
    color:var(--c-white);
}
@media screen and (min-width:48em) {
.tense .banner p {
	max-width:calc(60% - 2em);
}
	.tense #present.banner p {
		float:right;
		margin-top:0;
	}
}
.tense .banner .txt-wrap {
    padding-top:1px ;
    z-index: 4;
    position: relative;
	margin: 0 auto;
	width:100%;

    height: 14em;}
.tense .banner .txt-wrap {

}
.tense .banner .txt-wrap h3 {
    margin: 0.5em auto;
}

.tense #present.banner .txt-wrap {
    text-align: right;
}
.tense .banner h3 {
    color:var(--c-white);
}
.tense #present h3 {
	max-width: 6.1em;
	float:right;
}
.tense .banner .cta {
    position: absolute;bottom:0;
    right:0;
    width:100%;
    z-index: 2;
}

.tense .banner .cta a {
	display: block;
    background: var(--c-white);
    text-align: right;
    font-size:1.1em;
	position: relative;
}

.tense .banner .cta a .txt {
	display: block;
	position: relative;
	z-index: 2;
	
    padding:1em;
    padding-right:3em;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}
.tense .banner .cta a .txt::after {
    content:'';
    display: block;
    background-image:url(images/tense_banner_cta_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width:1.1em;
    height:1.1em;
    position: absolute;
    top:50%;
    right: 1em;
    margin-top:calc(-1.1em / 2);
}
.tense .banner .cta a .btn-bg {
	position: absolute;
	top:0;
	left: 0;
	width:0;
	bottom: 0;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
	display: block;
	z-index: 1;
	background:var(--c-red);
}
.tense .banner:hover .cta a .txt {
	color:var(--c-white);
}


.tense .banner:hover .cta a .txt::after {
	filter:brightness(0) invert(1);
}
.tense .banner:hover .cta a .btn-bg {
	width:100%;
}

.tense .bg {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 3;
	
    width: 100%;
    height: 14em;

}
#past.banner .bg {
    background:var(--c-gold);
}


#present.banner .bg {
    background:rgba(0,0,0,0.2);
    height: 100%;
    height: calc(100% - 4.1em);
}
 


@media screen and (min-width:48em) {
.tense .banner .txt-wrap h3 {
    margin: 0.25em auto;
}
	
	
.tense .banner .txt-wrap {
	    padding-top: 0;
    padding-bottom: 6em;
    min-height: 25vw;
	
	margin-bottom:4em;
    height: auto;
	}
	.tense .bg {
		height: 100%;
		width:60%;
	}
	#present.banner .bg {
		width:100%;
        height: 100%;
	}
	#present.banner .cta {
		z-index: 3;
	}
}

#present .img-thumbs,
#present.banner figure {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    
    padding: 0;
}

#present.banner {
    position: relative;
    
    padding-bottom: 100vw;
}

@media screen and (min-width:48em) {
#present.banner { 
    
    padding-bottom: 0;
}

}

#present .img-thumbs img,
#present.banner img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    z-index: 1;
}

#future.banner .bg {
    background:var(--c-red);
}



@media screen and (min-width:48em) {
	.tense .banner {
		position: relative;
	}
	
.tense .banner .img-thumbs,
	.tense .banner figure {
		
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
		height: 100%;
	}

	
	.tense .banner {
		display: flex;
		align-items:stretch;
	}
	
	#present.banner {
		flex-direction: row-reverse;
	}
	.tense .banner .cta {
		position: absolute;
	
		bottom:0;
		right:0;
		width:40%;
	}
/*
	#present.banner figure {
    width: 40%;
    height: auto;
}
*/
	#present.banner .txt-wrap hgroup {
		    margin-left: -70%;
	}
}
.swiper-container {
    position: relative;
}
.swiper{
    height:auto;
	position: relative;
  margin: 0 3em;

    padding-bottom:2em;}

.swiper.img-thumbs {
	padding: 0;
}
.swiper .swiper-wrapper {


}
 .swiper .swiper-slide {
    width:100%;
}

.swiper .swiper-pagination {
    display:flex;
    justify-content: center;
}
 .swiper .swiper-pagination span {
   width:100%;
    max-width: 2.5em;
    height: 0.15em;
    background: var(--c-grey-d);
    margin: 0 0.2em;
    border-radius: unset;
    opacity: 1;
        flex:1;
     /*
	 transform:translateY(50%);
	 transition-duration: 0.2s;
	 transition-timing-function: ease-out;
}

 .swiper .swiper-pagination span:hover {
	 height:0.5em;*/
}
.swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background:var(--c-red);
}
.swiper-buttons {
	position: absolute;
	top:50%;
	left:0;
	width:100%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content:none;
}

.swiper-button-prev,
.swiper-button-next {
    width:1.67em;
    height:1.67em;
    background-image: url(images/slider_arrow.png);
    background-size:contain;
    background-repeat: no-repeat;
    display:block;
    margin-top: calc(-1.67em / 2);
}

.swiper-button-prev {
    transform:rotate(180deg);
    left:0em;
}
.swiper-button-next {
    right:0em;
}

@media screen and (min-width:48em) {
.swiper.img-thumbs {
	margin: 0;
}
.swiper{
  margin: 0 4em ;
	}
	/*
.swiper-button-prev {
    left:2em;
}
.swiper-button-next {
    right:2em;
}*/
}

.swiper-button-disabled {
 filter:grayscale(1);   
}
 

section.intro {
	text-align: center;
    margin: auto;
}


section.intro h4 {
	margin: 4em auto;
    
}
.tc section.intro h4,
.sc section.intro h4 {
    line-height: 1.5;
}
@media screen and (min-width:90em) {
section.intro {
	max-width: 60%;
}
}

#timeline {
    overflow: unset;
}
#timeline .wrap {
	position: relative;
}
#timeline .nav {
    margin: 4em auto; 

    z-index: 4;

    position: sticky;
    top: 3em;
}
#timeline .nav .mobile {
    
    background: #fff;
    padding: 1em 0;
}
#timeline .nav .desktop {
	display:none;
	position: absolute;
	top:0;
	left:2em;
	margin: 0;
	padding: 0; 
    width: 6em;
}

#timeline .nav .desktop li{
	list-style: none;
	text-align: center;
	margin-bottom: 0.5em;
    cursor:pointer;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

#timeline .nav .desktop li.active{
	color:var(--c-red);
	font-size:1.2em;
}
@media screen and (min-width:64em) {
    #timeline {
        max-width: 90em;
    }
    #timeline .nav {
        top:4em;
    float: left;
    margin: 0;
    }
#timeline .nav .mobile {
	display:none;
}


#timeline .nav .desktop {
	display:block;
    
}

}

#timeline .list {
	height:auto;
	position: relative;
/*	overflow-y: auto;*/
}

#timeline .list ul {
position: relative;
	margin: 0 0;
	padding:  0;
}
@media screen and (min-width:64em) {
    #timeline .list {
        padding-left:8em;
        padding-right: 0;
    }
#timeline .list ul {
	margin:auto; padding-top:0.5em;
	}
}

#timeline .list ul li::after {
	content:'';
	position: absolute;
	top:0;
	
    left: calc(1.12em / 2);
	height:100%;
	width:1px;
	background:var(--c-grey-d);
	z-index: 1;
	
}

@media screen and (min-width:64em) {
	
#timeline .list ul li::after {
	left:50%;
}
	
/*
#timeline .list {
	height:auto;
	position: relative;
	overflow-y: visible;
}
*/
}
/*
#timeline .list::before {
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	height:4em;
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	z-index: 3;
}
#timeline .list::after {
	content:'';
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	height:4em;
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 3;
}*/

#timeline .list li {
	position: relative;
	z-index: 2;
	list-style: none;
	
    padding-left: 2.5em;
    padding-bottom: 4em;
}

#timeline .list li::before {
	content:'';
	position: absolute;
	z-index: 1;
	
	width:1.12em;
	height:1.12em;
	display: block;
	background:var(--c-grey-d);
	
    border-radius: 100%;
    top: 0;
    left: 0;
}

@media screen and (min-width:64em) {
	

#timeline .list li::before {
	left:50%;
	margin-left:calc(-1.12em / 2);
}
	#timeline .list li {
		display: flex;
		align-items:start;
	
    padding: 0 0 4em 0;
	}
	
	#timeline .list li:nth-child(2n+2) { 
		flex-direction: row-reverse;
	}
	#timeline .list li>div {
		padding:0 5%;
		width:50%;
	}
	
	#timeline .list li h4{
		margin-top:0;
	}
}
#timeline .list li .img-wrap {
	
}
#timeline .list li .img-wrap figure {
	position: relative;
	width:100%;
	padding-bottom:62%;
}
#timeline .list li .img-wrap img {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover;
}
#timeline .list li .txt-wrap {
	
}
#timeline .list li .txt-wrap h4 {
	color:var(--c-red);
}

#timeline .list li .txt-wrap {
	
} 
#testimonials  {
	position: relative;
    margin-bottom: 0;
    padding-bottom:7em;
	overflow: unset;
}

#testimonials .bg {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color:var(--c-gold);
	opacity: 0.2;
	z-index: 1;
}

#testimonials .wrap>hgroup {
	position: relative;
	z-index: 4;
}
#testimonials h3 {
    transform: translateY(-65%);
    margin: 0;
}

#testimonials .swiper {
	z-index: 3;
    padding-bottom:4em;
    
    overflow: visible;
}

#testimonials .swiper-slide .quote .txt-wrap::before,
#testimonials .swiper-slide .quote .txt-wrap::after {
	display: none;
	
}


#testimonials .swiper-slide-active .quote .txt-wrap::before,
#testimonials .swiper-slide-active .quote .txt-wrap::after {
	display: block;
	
}


#testimonials .swiper-button-left,
#testimonials .swiper-button-right {
	top:10em;
} 

#futurenews ul{
    margin: 0;
    padding: 0;
}
#futurenews ul li{
    list-style: none;
    margin-bottom: 4em;
}
#futurenews ul li h4{
    color:var(--c-red);
    margin: 0.5em 0;
}

@media screen and (min-width:48em) {
#futurenews ul li {
    display: flex;
    align-items:center;
    justify-content: space-between;
}
    #futurenews ul li>div {
        width:calc(50% - 2em);
    }
        #futurenews ul li:nth-child(2n+2) {
            flex-direction: row-reverse;
    }
}

#news h3 {
    text-align: right;
    margin:0.5em 0;
}
#news .wrap {
    position: relative;
}
#news .swiper {
    padding: 0 0 2em 0;
    margin: 0;
}

@media screen and (min-width:64em) {
    
    #news .swiper {
    width: 66%;
    margin: 0;
}
}
@media screen and (min-width:90em) {
    
    #news .swiper {
    width: 75%; 
}
}
#news .swiper-buttons {

    position: absolute;
    top: 0.5em;
    left: 1em;
    width: auto;
}

@media screen and (min-width:48em) {
    #news .swiper-buttons {

    top: 3.5em;
    left: 2em;
}
}

@media screen and (min-width:64em) {
    #news .swiper-buttons {

 
    top: 50%;
    left: auto;
    right: 2em;
}
}
#news .swiper-buttons>div {
    position: relative;
    top:0;
    margin-top:0;
    right:0;
    left:0;
    display: inline-block;
} 
#news .swiper-button-next {
    margin-left:1em;
}
#news .date {
    font-size:var(--f-s);
    padding:0.5em 0;
    border-bottom: 1px solid var(--c-grey-d);
}

#data ul {
    margin: 0;
    padding:  0 0 1.5em 0;
    border-top:1px solid var(--c-grey-d);
    border-bottom:1px solid var(--c-grey-d);
    overflow: hidden;
}

#data ul li {
    list-style: none;
    width:50%;
    float:left;
    text-align: center;
    margin:0.5em 0;
}
#data ul li.projects .number::after {
    content:'+';
}
#data ul li.employees .number::after {
    content:'+';
}
#data ul li.employees10 .number::after {
    content:'%';
}
@media screen and (min-width:48em) {
    
#data ul li {  width:25%;
    }
}
#data div{
    display: block;
}
#data .count {
    font-size:3.34em;
margin:0.2em 0;
    color:var(--c-red);
    font-weight: 500; 
	white-space: nowrap;
}
#data .count .symbol {
	margin-left:-0.25em;
}
#data .label {
    font-size:var(--f-s);
    font-weight: 500;
}

@media screen and (min-width:64em) {
 #data .count {
    font-size:5.56em; 
}
#data .label {
    font-size:1em; 
}
}
#highlights {
    overflow: unset;
}

#highlights {
    overflow: unset;
    margin-top: 0;
}
#highlights  .nav .desktop {
	display:none;
}

@media screen and (min-width:48em) {
	
#highlights  .nav .mobile {
	display:none;
}

#highlights  .nav .desktop {
	display:block;
}

}
 

#highlights .list {
    margin: 0;
    padding: 0;
	
    overflow: hidden;
}
#highlights .list-hidden {
	display: none;
}
#highlights .list li{
    list-style: none;
    margin-bottom: 3em; 
}

#highlights .list li .img-wrap figure{
	width:100%;
	padding-bottom: 75%;
	position: relative;
		   margin-bottom: 2em;
}

#highlights .list li .img-wrap .swiper-container{
		   margin-bottom: 2em;
}

#highlights .list li .img-wrap .swiper-container figure{
    margin: 0;
}
#highlights .list li .img-wrap figure img{
	width:100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	object-fit: cover;
}
#highlights .list li .type {
	
    font-size: 0.78em;
    color: var(--c-grey-9);

}
#highlights .list li h4,
#energy .swiper-slide h4{
    color:var(--c-red);
	margin:0 0 0.5em 0;
}

@media screen and (min-width:48em) {
	
    #highlights .list li h4{
		font-size:1.67em;
	}
	
#highlights .list li:nth-child(n+2){
	float:left;
	width:calc(50% - 1em);
}
	#highlights .list li:nth-child(2n+3){
		margin-left:2em;
	}
	
    #highlights .list li:nth-child(n+2) h4 {
        font-size:1.125em;
    }
	
/*
    #highlights .list li:nth-child(n+2) p {
		display: none;
	}
*/
}
@media screen and (min-width:64em) {
   
#highlights .list li:first-of-type {
        display: flex;
    }
       #highlights .list li:first-of-type .img-wrap {
    width:54%;
    }
	
    #highlights .list li:first-of-type .txt-wrap {
        width:46%;
            padding-left:4em;
    }
	/*
    #highlights .list li h4{
    margin:0.5em 0;
    }*/
	
#highlights .list li:nth-child(n+2){
	 
	width:calc(25% - 1.5em);
}
	
 
	
	#highlights .list li:nth-child(n+2){
		margin-left:2em;
	}
	
	#highlights .list li:nth-child(4n+2){
		margin-left:0em;
	}
	
}

#highlights .nav  {
    position: sticky;
    top: 4em;
    z-index: 3;
    background: var(--c-white);
    padding: 1em 0;
	margin:0 auto 2em auto;
}

@media screen and (min-width:48em) {
#highlights .nav  {
	margin:0 auto 4em auto;
    padding: 0;
}
}
 
#awards .swiper {
    margin: 0;
}


#awards .swiper-wrapper {
    transition-timing-function: linear;
}
#awards .swiper-slide {
	width:16em;
}

#awards .swiper-slide h4 {
	color:var(--c-red);
	margin:0;
}

#awards .swiper-slide h5 {
	font-weight:500;
	margin: 0.5em 0;
    font-size: 1.39em;
    color: var(--c-grey-5);
}

#awards .swiper-slide p {
	color:var(--c-grey-9);
	font-size:0.67em;
}

#awards {
    overflow: hidden;
}
    #awards .marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    }

#awards .marquee .wrapper {
	width:200em;
	
    position: absolute;

    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    text-align: left;
    left: 0;
	align-items:start;
	display: flex;
}
#awards .marquee .award {
	width:20em;
	padding-left:2em;
} 

    @keyframes rewardLoop {
        from {
            left: 0;
        }

        to {
            left: calc(-120em);
        }
    }

@media screen and (min-width:48em) {
	
#awards .marquee .wrapper {
	width:300em;  
    animation-duration: 40s;
	}
#awards .marquee .award {
	width:30em;
	padding-left:4em;
} 
}


    @keyframes rewardLoopWide {
        from {
            left: 0;
        }

        to {
            left: calc(-180em);
        }
    }


#awards .award h4 {
	color:var(--c-red);
	margin:0;
}#awards .award h5 {
	font-weight:500;
	margin: 0.5em 0;
	color:var(--c-grey-5);
}

#awards .award p {
	color:var(--c-grey-9);
	font-size:0.67em;
}
#events {
    overflow: unset;
    padding-top:4em!important;
    margin-top:-4em;
}

@media screen and (min-width:48em) {
    #events hgroup h3 {
 text-align: center;       
    }
}
#events .tab {
    position: sticky;
    top:3em;
    background:var(--c-white);
    z-index: 3;
}
#events .nav .desktop {
	display: none;
}

#events .nav {
	margin-bottom: 1em;
}


#events .nav .mobile {
    display: none;
}
@media screen and (min-width:48em) {
	
#events .nav .mobile {
	display: none;
}
	
#events .nav .desktop  {
	display: block;
	}
	
#events .nav .desktop .swiper-wrapper {
    display: none;
    }
#events .nav .desktop ul {
	margin: 0;
	padding: 0;
	
    display: block;
    transform: none!important;
}

	#events .nav .desktop li {
		list-style: none;
		text-align: center;
        width:auto!important;
    cursor: pointer;position: relative;
		z-index: 2;
	}
    
	#events .nav .desktop li.duplicate {
		
    margin-top: -1.8em;
		opacity: 0;
		z-index: 1;
	}
	#events .nav .desktop li.swiper-slide-thumb-active {
        color:var(--c-red);
		z-index: 2;
		opacity: 1;
    }
	
    
	#events .nav .desktop li.duplicate.swiper-slide-thumb-active {
		z-index: 1;
	}
	
	#events .nav .desktop li.duplicate:has(~ .duplicate.swiper-slide-thumb-active),
	#events .nav .desktop li.original:has(~ .duplicate.swiper-slide-thumb-active) {
		opacity: 0;
	}
#events .nav .desktop li h5 {
	font-size:1.12em;
	margin: 0.5em 0;
	}
#events .nav .desktop li {
	display: block;
	padding:0.2em 0;
	
	}
#events .nav .desktop li {
	
	}
}


#events .swiper {
	padding-left: 0;
	padding-right: 0;
}

/*
#events .event {

    margin-top: 2.5em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition-duration: 0.4s;
}

#events .event.active {
    opacity: 1;
}*/
#events .event .date {
	background: var(--c-red);
	color:var(--c-white);
	font-size:1.67em;
	line-height: 1;
	display: inline-block;
	padding:0.5em;
	width:3em;
	height:3em;
	position: absolute;
	z-index: 6;
	top:0;
	left:0;
}
#events .event .date span {
display: block;
	text-align: center;
}

#events .event .img-wrap  {
	position: relative;width:100%;
	padding-bottom: 75%;
    margin-top:2.5em;
    z-index: 1;
}

#events .event .img-wrap figure:nth-child(n+6)  {
	display: none;
}
#events .event .img-wrap figure  {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	animation-duration: 10s;
	animation-name:photo-fade;
	z-index: 5;
  animation-iteration-count: infinite;
}
#events .event .img-wrap  img {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover;
}
#events .event  .img-wrap figure:nth-child(2) {
	animation-delay:2s;
	z-index: 4;
}
#events .event  .img-wrap  figure:nth-child(3) {
	animation-delay:4s;
	z-index: 3;
}
#events .event  .img-wrap figure:nth-child(4) {
	animation-delay:6s;
	z-index: 2;
}
#events .event .img-wrap figure:nth-child(5) {
	animation-delay:8s;
	z-index: 1;
}

@keyframes photo-fade {
	0% {opacity: 0;}
	5% {opacity: 1;}
	20% {opacity: 1;}
	25% {opacity: 0}
	100% {opacity: 0}
}
/*#events .nav {
    
    position: sticky;
    top:5.5em;
    z-index: 2;
}*/
#events .nav .mobile{
    padding:1em 0;
    background:#fff;
}
@media screen and (min-width:48em) {
	#events .nav {
		width:5%;
		float:left;
		margin:2em 0 0 0; 
	}
    /*
	#events .swiper {

    width: 90%;
    margin-left: 10%;        
	}*/
	#events .event {
		
    padding-left: 2.5em;
	}
    
/*    
#events .nav .swiper-buttons {
position: relative; 
    top: auto;
    left: auto;
    margin: 2em auto; 
}

#events .nav .swiper-buttons>div {
    position: relative;
    top:auto;
    margin:1em auto;
    left:auto;
    right: auto;
    display: block;
    }
    */
}


@media screen and (min-width:64em) {
	
	#events .event  .img-wrap  {
		padding: 0;
	}
#events .event  .img-wrap  figure {
	animation: none;
	
	}

#events .event .img-wrap  figure:nth-child(1) {
	width:52%;
	top:auto;
	left:auto;
	position: relative;
	height: auto;
	padding-bottom: 40%;
}
	
#events .event .img-wrap  figure:nth-child(n+2) {
	width:21%;
	height: auto;
	padding-bottom:18.5%;
}
#events .event  .img-wrap  figure:nth-child(2) {
	top:0;
	left:55%;
	height: auto;
}
#events .event  .img-wrap  figure:nth-child(3) {
	top:0;
	left:auto;
	right: 0;
}
#events .event  .img-wrap  figure:nth-child(4) {
	top:auto;
	left:55%;
	bottom:0;
}
#events .event  .img-wrap  figure:nth-child(5) {
	bottom:0;
	right:0%; 
	top:auto;
	left:auto;
    }
    #events .event a {
        
    cursor: pointer;
    }
    
    
    #events .event a img {
        transition-duration: 0.2s;
        transition-timing-function: ease-out;
        
    }
    #events .event a:hover img {
        transform:scale(1.05);
    }
}