body {
	position: relative;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3),
							-1px 1px 0 rgba(255,255,255,0.15),
							1px -1px 0 rgba(255,255,255,0.15),
							-1px -1px 0 rgba(255,255,255,0.05);
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 900;
}

h1 {
	font-size: 5.5em;
	letter-spacing: -0.1px;
	line-height: 1.15;
	margin: 1.25rem 0;
}

h2 {
	font-size: 3.5em;
	letter-spacing: -0.1px;
	line-height: 1;
	margin: 1.25rem 0;
}

h3 {
	font-size: 1.5em;
	font-weight: 700;
}

h4 {
	font-size: 2.5em;
	text-align: center;
	grid-column: 1/ 6;
}

p {
	font-size: 1.5em;
	line-height: 1.4;
	margin: 1.25rem 0;
}

li {
	line-height: 1.4;
}

header.layout {
	margin: 0;
}

header.layout--landing {
	padding: 0;
}

header.layout > * {
	padding: 2rem 0;
	margin: 0;
}

header.layout.layout--landing > * {
	padding: 1rem 0;
}

.layout {
	position: relative;
  display: grid;
  grid-template-columns:
    calc( 50vw - 42rem )
    repeat( 8, 1fr )
    calc( 50vw - 42rem );
	grid-gap: 1rem;
	margin: 8rem 0;
}

.layout--landing {
	margin: 0;
	padding: 8rem 0;
}

.layout--landing-tight {
	padding-bottom: 0;
}

.overlapping.layout {
  grid-template-columns:
    calc( 50vw - 42rem )
    repeat( 10, 1fr )
    calc( 50vw - 42rem );
}

.layout--text p {
	max-width: 45ch;
}

.layout.first {
	margin-top: 0;
}

.hero-whitespace {
	margin-top: 17vh;
	margin-bottom: 30vh;
}

.secondary-hero-whitespace {
	margin-top: 7vh;
	margin-bottom: 5vh;
}

.layout--three {
  grid-template-columns:
    calc( 50vw - 42rem )
    repeat( 3, 1fr )
    calc( 50vw - 42rem );
	grid-gap: 5rem;
	margin: 0;
}

small {
	font-weight: 700;
	font-family: sans-serif;
	color: #555;
	text-transform: uppercase;
}

.button {
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	border: 1px solid #333;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0.8em 1em;
	display: inline-block;
}

.header__menu a {
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	padding: 0.8em 1em;
	text-decoration: none;
	display: inline-block;
}

.header__menu img {
	display: block;
}

.header__menu .button {
	margin-left: 1em;
}

.header__menu {
	display: flex;
	align-items: center;
}

.button:hover {
	background: #14D1EE;
	border: 1px solid #14D1EE;
}

.header__menu a:hover {
	color: #14D1EE;
}

.header__menu .button:hover {
	color: #111;
}

.layout__third {
	position: relative;
	z-index: 2;
	grid-column: 2 / 5;
}

.layout__centered {
	grid-column: 2 / 10;
}

.layout__right {
	grid-column: 5 / 11;
}

.layout__menu {
	grid-column: 5 / 10;
}

.layout__half {
	grid-column: 6 / 10;
}

.overlapping .layout__third, .overlapping .layout__right {
	grid-row: 1;
}

.overlapping .layout__third {
	grid-column: 2 / 6;
}

.overlapping .layout__right {
	grid-column: 5 / 13;
}

.layout--cyan {
	background: #14D1FE;
}

.layout--grey {
	background: #F3F3F3;
}

.text--padded {
	padding-left: 0.5ch;
	padding-right: 0.5ch;
}

.text--white {
	color: #fff;
}

.layout--padding {
	padding: 3rem 0;
}

.layout--padding h4:first-child {
	margin-top: 0;
}

.layout__one {
	position: relative;
}

.layout--three .layout__one::before {
	content: "*";
	font-family: "Source Sans Pro";
	color: #14D1EE;
	position: absolute;
	left: -2.5rem;
	top: 1rem;
	font-size: 4em;
	line-height: 1;
}

.layout__one:first-child {
	grid-column: 2;
}

.layout__one p {
	font-size: 1.2em;
}

.layout--logos {
	align-items: center;
	grid-gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.layout__logo {
	padding: 0 2rem;
	margin: 0;
	filter: grayscale(1);
	justify-self: center;
}

.layout--hero-image {
	align-items: center;
	padding: 9rem 6rem 12rem 12rem;
}

.layout--secondary-image {
	align-items: center;
	padding: 8rem 4rem 8rem 4rem;
}

.browser {
	box-shadow:
	  0 2.8px 2.2px rgba(0, 0, 0, 0.02),
	  0 6.7px 5.3px rgba(0, 0, 0, 0.028),
	  0 12.5px 10px rgba(0, 0, 0, 0.035),
	  0 22.3px 17.9px rgba(0, 0, 0, 0.042),
	  0 41.8px 33.4px rgba(0, 0, 0, 0.05),
	  0 100px 80px rgba(0, 0, 0, 0.07)
	;
	
}
.browser img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	display: block;
}
.browser div:nth-child(1) {
	text-align: left;
	line-height: 30px;
	width: 100%;
	background-color: #c5c9ca;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.browser span:before,
.browser span:after,
.browser span {
	display: inline-block;
	height: .8em;
	width: .8em;
	border-radius: 50%;
}
.browser span {
	position: relative;
	background-color: #fdbd37;
	margin-left: 2em;
}
.browser span:before,
.browser span:after {
	position: absolute;
	top: 0;
	content: '';
}
.browser span:before {
	left: -1.05em;
	background-color: #f16063;
}
.browser span:after {
	right: -1.05em;
	background-color: #40c246;
}
.browser div:nth-child(2) {
  width: 100%;
  height: auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-size: 18%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f3f8;
}

.contact {
	max-width: 500px;
	padding: 2rem;
	margin: 0 auto;
	background: #fff;
	box-shadow:
	  0 2.8px 2.2px rgba(0, 0, 0, 0.02),
	  0 6.7px 5.3px rgba(0, 0, 0, 0.028),
	  0 12.5px 10px rgba(0, 0, 0, 0.035),
	  0 22.3px 17.9px rgba(0, 0, 0, 0.042),
	  0 41.8px 33.4px rgba(0, 0, 0, 0.05),
	  0 100px 80px rgba(0, 0, 0, 0.07)
	;
}

.contact-form legend {
	margin: 2rem 0 1rem 0;
	font-weight: bold;
	font-size: 1.25em;
}

.form-errors {
	background: rgba(205,0,0,0.8);
	margin-bottom: 1rem;
	padding: 0.25rem;
	color: white;
	text-align: center;
}

.form-errors:empty {
	display: none;
}

.form-submitted {
	text-align: center;
	color: #eee;
	padding-bottom: 2em;
	margin-bottom: 0;
}

.contact form input[type="text"],
.contact form input[type="tel"],
.contact form input[type="email"],
.contact form textarea {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #444;
	color: #222;
	display: block;
	width: 100%;
	padding: 0.5em 0;
	margin-bottom: 1.5em;
}

input::placeholder,
textarea::placeholder { 
	color: #555;
}

.contact form input[type="submit"] {
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	border: 1px solid #333;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 1.5em;
	padding: 0.8em 1em;
	display: inline-block;
	background: transparent;
}

.contact form input[type="submit"]:hover {
	background: #14D1EE;
	border: 1px solid #14D1EE;
	cursor: pointer;
}

footer {
	margin-top: 2rem;
	text-align: center;
}

footer p {
	font-size: 1rem;
}

.overlapping .layout--hang-over {
	grid-column: 1 / 6;
	margin-left: 4vw;
}

.layout--vimeo {
	margin: 1rem auto;
	max-width: 1000px;
}

.vimeo-wrapper {
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.vimeo-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
	max-height: calc(100vh - 160px);
  width: 100%;
  position: absolute;
}

.video-wrapper {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 83px);
	text-align: center;
	background: #111;
}

.video-wrapper > .wallpaper-video {
	display: block;
	width: 100vw;
	height: 56.25vw;
	min-height: calc(100vh - 83px);
	min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-text-overlay {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 2rem 0;
	bottom: 0;
}

.header--sticky {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 9;
	box-shadow: 0 1px 0.5em rgba(0,0,0,0.1);
}

.layout__menu {
	justify-content: flex-end;
}

.header__menu .mobile-hide {
	display: inline-block;
}

.layout--secondary-video {
	padding-left: 2rem;
	grid-column: 5 / 11;
}

.layout--reversed .layout--secondary-video {
	grid-column: 1 / 7;
	grid-row: 1;
	padding-left: 0;
	padding-right: 2rem;
}

.layout--reversed .layout__third {
	grid-column: 7 / 10;
}

@media screen and (max-width: 1450px) {
	.overlapping .layout--hang-over {
		grid-column: 2 / 6;
		margin-left: 0;
	}
}

@media screen and (max-width: 1200px) {
	body {
		font-size: 12px;
	}
}

@media screen and (max-width: 1000px) {
	
	.header__menu .mobile-hide {
		display: none;
	}
	
	body {
		font-size: 14px;
	}
	
	.layout {
		max-width: 90vw;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.video-wrapper .layout {
		max-width: 100vw;
	}
	
	.layout.header--sticky {
		display: grid;
		max-width: 100vw;
	}
	
	.layout.header--sticky .layout__third {
		grid-column: 2 / 6;
	}
	
	.layout.header--sticky .layout__menu {
		grid-column: 6 / 10;
	}
	
	header.layout {
		margin-left: auto;
		margin-right: auto;
	}
	
	header.layout .layout__right {
		display: none;
	}
	
	h4 {
		grid-column: 1 / 3;
	}
	
	.layout__one {
		margin-left: 3rem;
		margin-bottom: 3rem;
	}
	
	.layout--three .layout__one::before {
		left: -2.5rem;
		top: -0.25rem;
	}
	
	.layout--logos {
	  display: grid;
	  grid-template-columns: repeat(2, minmax(200px, 1fr));
		padding-left: 0;
		padding-right: 0;
	}
	
	.layout__logo {
		padding: 1rem 3rem;
	}
	
	.hero-whitespace {
		margin-top: 8vh;
		margin-bottom: 8vh;
	}
	
	.layout--hero-image, 
	.layout--secondary-image {
		padding: 4rem;
	}
	
	.layout--secondary-video {
		padding: 4rem 0 4rem 4rem;
	}
	
	.layout--landing {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media screen and (max-width: 700px) {
	body {
		font-size: 12px;
	}
	
	.header__menu {
		font-size: 9px;
	}
}

@media screen and (max-width: 500px) {
	h4 {
		grid-column: 1;
	}
	
	.layout--logos {
	  display: grid;
	  grid-template-columns: 1fr;
	}
	
	.layout__logo {
		padding: 1rem 2rem;
	}
	
	.layout--cyan.layout--padding {
		background: #fff;
	}
	
	.contact {
		box-shadow: none;
	}
	
	.layout--hero-image, .layout--secondary-image {
		padding: 1rem;
	}
	
	.layout--secondary-video {
		padding: 1rem 0 1rem 1rem;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: flex;
		align-items: center;
		justify-items: center;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: sans-serif;
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.2s infinite ease-in-out;
  animation: load7 1.2s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
