@font-face {
	font-family: GoogleSans;
	src: url('font/GoogleSans-Medium.eot');
	src: url('font/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'), url('font/GoogleSans-Medium.woff2') format('woff2'), url('font/GoogleSans-Medium.woff') format('woff'), url('font/GoogleSans-Medium.ttf') format('truetype'), url('font/GoogleSans-Medium.svg#GoogleSans-Medium') format('svg');
}

:root {
	--plyr-color-main: #2861c7;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body, html {
	font-family: GoogleSans;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
    pointer-events: none !important;
}

.hidden {
	display: none;
}

.header {
	width: 100%;
}

.header .navbar {
	position: fixed;
	top: 0;
	z-index: 1;
	display: flex;
	flex-direction: row;
	flex: 1;
	flex-basis: auto;
	justify-content: space-between;
	align-items: center;
	max-width: 90rem;
	width: 100%;
	padding: 1rem 4rem;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
}

.navbar-visible {
	background: white;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	transition: all 0.3s ease-in-out;
}

.menu-item-a-visible {
	color: black !important;
}

.menu-item-a-active {
	color: #2861c7 !important;
}

.header .navbar .brand img {
	width: 100%;
	max-width: 150px;
	height: auto;
}

.header .navbar .menu {
	display: flex;
	flex-direction: row;
	flex: 1;
	flex-basis: auto;
	justify-content: center;
	align-items: center;
}

.header .navbar .menu-item:not(:first-child) {
	margin-left: 2rem;
}

.header .navbar .menu-item a {
	font-size: 1rem;
	font-weight: 700;
	line-height: inherit;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
}

.menu-item a:hover {
	color: #2861c7 !important;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
	.header .navbar {
		padding: 1rem 2rem;
		margin: 0 auto;
		position: absolute;
	}

	.header .navbar .wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0;
		background: #f1f5f8;
		transition: all 0.3s ease;
		visibility: hidden;
	}

	.header .navbar .wrapper .menu {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 25%;
		width: 100%;
		transform: translateY(-50%);
	}

	.header .navbar .wrapper .menu-item {
		padding-bottom: 1rem;
		width: 100%;
		text-align: left;
	}

	.header .navbar .wrapper .menu-item:nth-child(1) a {
		transition-delay: 0.2s;
	}

	.header .navbar .wrapper .menu-item:nth-child(2) a {
		transition-delay: 0.3s;
	}

	.header .navbar .wrapper .menu-item:nth-child(3) a {
		transition-delay: 0.4s;
	}

	.header .navbar .wrapper .menu-item:nth-child(4) a {
		transition-delay: 0.5s;
	}

	.header .navbar .wrapper .menu-item:not(:first-child) {
		margin-left: 0;
	}

	.header .navbar .wrapper .menu-item a {
		padding: 1rem 2rem;
		opacity: 0;
		color: #252a32;
		font-size: 1rem;
		font-weight: 600;
		transform: translateX(-20px);
		transition: all 0.3s ease-in-out;
	}

	.header .navbar .nav-toggle {
		display: block;
		position: fixed;
		right: 1rem;
		top: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		cursor: pointer;
		z-index: 999;
	}

	.header .navbar .nav-toggle:hover {
		background: transparent;
	}

	.header .navbar .nav-toggle .nav-top {
		display: block;
		width: 20px;
		height: 2px;
		background: white;
		border-radius: 2px;
		margin-left: 14px;
		margin-top: 16px;
		transition: transform 0.5s ease !important;
	}

	.header .navbar .nav-toggle .nav-middle {
		display: block;
		width: 20px;
		height: 2px;
		background: white;
		border-radius: 2px;
		margin-left: 14px;
		margin-top: 4px;
		opacity: 1;
		transition: transform 0.5s ease !important;
	}

	.header .navbar .nav-toggle .nav-bottom {
		display: block;
		width: 20px;
		height: 2px;
		background: white;
		border-radius: 2px;
		margin-left: 14px;
		margin-top: 4px;
		transition: transform 0.5s ease !important;
	}

	.span-visible {
		background: black !important;
	}
}

.nav-toggle-clicked {
	transform: rotate(45deg) !important;
}

.nav-top-clicked {
	background: black !important;
	transition: transform 0.5s ease !important;
	transform: translateY(6px) rotate(180deg) !important;
}

.nav-middle-clicked {
	background: black !important;
	transition: transform 0.5s ease !important;
	opacity: 0 !important;
}

.nav-bottom-clicked {
	background: black !important;
	transition: transform 0.5s ease !important;
	transform: translateY(-6px) rotate(90deg) !important;
}

.wrapper-clicked {
	z-index: 99 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.menu-item-clicked {
	opacity: 1 !important;
	transform: translateX(0) !important;
}

.landing {
	height: 100vh;
	width: 100vw;
	position: relative;
}

.landing .background {
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(-45deg, #2C5192, #DAB22E, #2C5192, #2BA147, #DAB22E, #2BA147);
	background-size: 400% 400%;
	animation: animate 20s ease infinite;
    padding: 0px !important;
    margin: 0px !important;
}

@keyframes animate {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.landing .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	flex: 1;
	flex-basis: auto;
	justify-content: space-between;
	align-items: center;
	max-width: 50%;
	width: 100%;
	padding: 1rem 4rem;
	margin: 0 auto;
}

.title {
	color: #FFFFFF;
	font-size: 5vw;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.description {
    color: #FFFFFF;
    padding: 0px;
	margin-bottom: 50px;
	font-size: 20px;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

@media only screen and (max-width: 999px) {
    .landing .caption {
        max-width: 80% !important;
    }
    
    .title {
        font-size: 9vw !important;
    }
}

@media only screen and (max-width: 768px) {
    .landing .caption {
        max-width: 100% !important;
    }
    
    .caption {
        padding: 1rem 2rem !important;
    }
}

.portfolio {
    margin-top: 200px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 200px;
}

.columns {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

.column {
    width: 100% !important;
    align-items: center !important;
    display: flex !important;
    margin: 0px !important;
    padding: 0px !important;
    cursor: pointer !important;
}

.poster {
    margin: 0px !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.poster img {
    transition: all 0.3s;
    display: block;
    height: auto;
    filter: grayscale(100%);
    overflow: hidden !important;
}

.poster:hover img {
    filter: grayscale(0%);
}

@media only screen and (max-width: 999px) {
    .portfolio {
        margin: 40px !important;
    }
    
    .columns {
        flex-direction: row !important;
        display: flex !important;
    }
}

@media only screen and (max-width: 768px) {
    .portfolio {
        margin-top: 50px;
    }

    .columns {
        flex-direction: column !important;
        display: flex !important;
    }
    
    .box-1, .box-2, .box-3, .box-4, .box-5, .box-6, .box-7, .box-8, .box-9, .box-10, .box-11 {
        margin-bottom: 40px !important;
    }
}

.footer {
    width: 100vw;
    height: 70vh;
    object-fit: cover;
	z-index: 0;
	background: #2C5192;
	background-image: radial-gradient(#ADACAC 1px, transparent 0);
	background-size: 25px 25px;
	background-position: 10px 10px;
    padding: 0px !important;
    margin: 0px !important;
}

.reach-out {
    width: 100%;
    height: 60vh;
    position: relative;
}

.reach-out h1 {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-size: 3vw;
    margin-left: 100px;
    margin-right: 100px;
}

.reach-out a {
    margin: 0;
    color: white;
    font-size: 3vw;
    transition: all 0.3s ease-in-out;
    border-bottom: 5px solid white;
}

.reach-out a:hover {
    color: #2BA147;
    border-bottom: 5px solid #2BA147;
}

.credits {
    width: 100%;
    height: 10vh;
    position: relative;
}

.credits div {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
	flex-direction: row;
	flex: 1;
	flex-basis: auto;
	justify-content: space-between;
	align-items: center;
}

.developer {
    color: white;
    margin-left: 50px;
}

.developer a {
    color: white;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid white;
}

.developer a:hover {
    color: #2BA147;
    border-bottom: 2px solid #2BA147;
}

.copyright {
    color: white;
    margin-right: 50px;
}

@media only screen and (max-width: 999px) {
    .footer {
        height: 40vh !important;
    }
    
    .reach-out {
        height: 30vh !important;
    }
    
    .reach-out h1, .reach-out a {
        font-size: 4vw !important;
    }
    
    .reach-out h1 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    
    .credits {
        height: 10vh !important;
    }
}

@media only screen and (max-width: 768px) {
    .reach-out h1, .reach-out a {
        font-size: 5vw !important;
    }
    
    .developer, .copyright {
        font-size: 14px;
    }
}

.business {
    position: fixed;
	top: 0;
	left: 0;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 99;
	background: white;
	transition: visibility 0.3s linear, opacity 0.3s linear;
	overflow-x: hidden;
    overflow-y: auto;
	visibility: hidden;
	opacity: 0;
}

.business-visible {
    visibility: visible !important;
    opacity: 1;
}

.content-invisible {
    visibility: hidden !important;
    height: 0px !important;
}

.btn-close {
  border: 0;
  padding: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s;
  float: right;
  background: #2C5192;
  margin: 30px;
}

.btn-close .icon-cross {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  width: 20px;
  height: 20px;
}

.btn-close .icon-cross:before, .btn-close .icon-cross:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 3px;
  background: white;
  border-radius: 10px;
}

.btn-close .icon-cross:before {
  transform: rotate(45deg);
}

.btn-close .icon-cross:after {
  transform: rotate(-45deg);
}

.btn-close .icon-cross span {
  display: block;
}

.btn-close:hover {
    transform: scale(1.2);
}

.business-content {
    width: 100vw !important;
}

.business-content p, .business-content h1 {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-word;
}

.company-name, .company-name a {
    font-size: 3vw;
    font-weight: bold;
    color: #2861c7;
    margin-bottom: 30px !important;
    padding: 120px 100px 0px 100px !important;
    text-align: center;
}

.section-title {
    font-size: 2vw;
    font-weight: bold;
    color: black;
    margin-bottom: 20px !important;
}

.section-title::after {
    content: "";
    display: block;
    width: 70px;
    padding-top: 2px;
    border-bottom: 5px solid #2861c7;
}

.campaign-name {
    color: black;
    font-size: 18px;
    margin-bottom: 40px !important;
}

.roles {
    margin-bottom: 40px !important;
}

.roles li {
    color: black;
    margin-left: 10px !important;
    padding-left: 10px !important;
    margin-bottom: 10px;
}

.roles li::marker {
    content: "✱";
    color: #2861c7;
}

.campaign-description {
    color: black;
    text-align: justify;
    margin-bottom: 40px !important;
}

.section-title, .campaign-name, .roles, .campaign-description {
    padding: 0px 100px 0px 100px;
}

.campaign-media {
    padding: 20px 90px 100px 90px !important;
}

.campaign-media .columns {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

.campaign-media .columns .column {
    width: 100% !important;
    cursor: default !important;
    padding: 10px !important;
}

.video-poster {
    cursor: default !important;
    position: relative;
    width: 100% !important;
}

.play-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #2861c7;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer !important;
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.play-button:hover {
    transform: scale(1.2);
}

.play-button span {
    color: white;
}

.video-poster img {
    width: 100% !important;
}

.image-poster {
    width: 100% !important;
    margin: 0px !important;
    overflow: hidden;
    cursor: pointer !important;
}

.image-poster img {
    width: 100% !important;
    transition: all 0.3s;
    display: block;
    height: auto;
    transform: scale(1);
    overflow: hidden;
}

.image-poster:hover img {
    transform: scale(1.2);
}

.audio-player {
    width: 100% !important;
    margin: 75px auto;
	box-shadow: 0 0 5px rgba(205, 205, 205, 0.5);
}

.invisible {
    cursor: default !important;
}

.video-modal-content {
    position: relative !important;
    padding-bottom: 56.25% !important;
}

.video-modal-content iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto;
    width: 100% !important;
    height: 50% !important;
}

.modal-content {
    display: flex !important;
    justify-content: center !important;
    align-content: center !important;
}

.modal-content img {
    width: 100% !important;
    height: auto !important;
}

.modal-content .portrait {
    max-width: 400px !important;
    max-height: 600px !important;
    width: auto !important;
    height: auto !important;
}

@media only screen and (max-width: 999px) {
    .company-name {
        font-size: 4vw;
        padding: 120px 40px 0px 40px !important;
    }
    
    .section-title {
        font-size: 3vw;
    }
    
    .section-title, .campaign-name, .roles, .campaign-description {
        padding: 0px 40px 0px 40px !important;
    }
    
    .campaign-media {
        padding: 40px 30px 40px 30px !important;
    }
    
    .video-modal-content iframe {
        height: 70% !important;
    }
}

@media only screen and (max-width: 768px) {
    .company-name {
        font-size: 5vw;
        margin-bottom: 40px !important;  
    }
    
    .section-title {
        font-size: 4vw;
    }
    
    .invisible {
        opacity: 0 !important;
    }
    
    .video-modal-content iframe {
        height: 90% !important;
    }
}