@font-face {
font-family: 'Gotham';
src: url('/fonts/Gotham/Gotham-Medium.otf');
}
@font-face {
font-family: 'Gotham-bold';
src: url('/fonts/Gotham/Gotham-Bold.otf');
}
@font-face {
font-family: 'Gotham-book';
src: url('/fonts/Gotham/Gotham-Book.otf');
}
body {
	font-family: "Gotham";
	font-size: 16px;
}
.book {
	font-family: "Gotham-book";
}
.bold {
	font-family: "Gotham-bold";
}
.row {
	margin: 0;
}
.container {
	max-width: 1371px;
	margin-top: 50px;
	width: auto;
}
.header div {
	display: flex;
}
.justify-right {
	justify-content: right;
}
.button {
	text-decoration: none;
	color: #0F3133;
	border: 2px solid #0F3133;
	border-radius: 22px;
	text-transform: uppercase;
	padding: 7px 15px;
	font-size: 16px;
	z-index: 999;
}
.button:hover {
	text-decoration: none;
}
h1.heading {
	font-size: 48px;
}
h2.heading {
	font-size: 36px;
}
.sub-heading {
	font-size: 18px;
}
.section {
	margin-top: 50px !important;
}
#section_2 {
	background-color: #0F3133;
	color: white;
}
.center {
	text-align: center;
}
.constrained {
	max-width: 1145px;
	margin: 0 auto;
}
#section_2 {
	padding: 50px 50px;
}
#section_2 .heading, #section_2 .sub-heading {
	max-width: 800px;
	margin: 0 auto;
}
#section_2 .button {
	background-color: #F95E4A;
	color: white;
	border: none;
	border-radius: 0 15px 15px 15px;
}
#section_2 .row {
	margin: 30px auto;
}
.button-bar {
	text-align: center;
}
.partner-col {
	text-align: center;
	background-color: white;
	color: black;
	border-radius: 10px;
	height: 278px;
}
.partner-col img {
	width: 68px;
	transform: translateY(-34px);
	margin-bottom: -40px;
}
.partner-col h3 {
	font-size: 28px;
}
.partner-col p {
	font-size: 16px;
}
.pad-top-50 {
	padding-top: 30px;
}
.pad-top-100 {
	padding-top: 70px;
}
.arrow {
	float: right;
}
.accordion {
	border: 1px solid white;
	margin: 10px 0;
}
.accordion.active {
	border: 1px solid black;
	border-radius: 12px;
}
.accordion-title {
	background-color: #F2F0F1;
	font-size: 18px;
	color: #0F3133;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
}
.accordion-title.active {
	background-color: #0F3133;
	color: white;
}
.accordion-body {
	padding: 10px;
	font-size: 16px;
	display: none;
}
.accordion-btn {
	margin-top: 25px;
	text-wrap: nowrap;
}
.accordion-btn .button {
	border: 2px solid #F95E4A;
}
.content-row {
	margin-top: 100px;
}
.content-row img {
	width: 100%;
}
.content-row p, .accordion-body {
	font-family: "Gotham-book";
}
.accordion-header {
	color: #257981;
	font-family: "Gotham-bold";
}
#section_4 {
	background-color: #143133;
	color: white;
	margin-top: 100px !important;
	height: 290px;
}
.col-right {
	background-image: url("/assets/image/footer-gradient.png");
	background-size: cover;
	height: 290px;
	padding-top: 15px;
}
.col-left {
	padding: 50px;
	margin-top: 30px;
}
#section_4 .partner-col {
	height: 95px;
	margin-top: 80px;
	border: 2px solid black;
	border-radius: 15px;
}
#section_4 .partner-col img {
	width: 50px;
	transform: translateY(-25px);
	margin-bottom: -10px;
}
#section_4 a {
	display: block;
	color: black;
	margin-top: -3px;
}
#footer {
	background-color: #F9F9F9;
	text-align: center;
	margin-top: 100px;
	font-size: 12px;
	padding-top: 50px;
}
#footer .foot {
	background-color: #404145;
	color: white;
	margin-top: 50px;
	padding: 30px 10%;
}
.foot a {
	color: white;
	margin: 4px;
}
.mobile-only {
	display: none;
}
.modal-header {
	background-image: url("/assets/image/modal-background.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px 10px 0 0;
}
.modal-dialog {
	width: 747px;
}
.modal-content {
	border-radius: 10px;
}
.modal-body, .header-content {
	margin: 0 100px;
}
.header-content h4 {
	font-size: 28px;
}
.modal-content img {
	width: 108px;
}
.modal input[type='text'], .modal input[type='phone'], .modal input[type='email'] {
	margin-bottom: 20px;
}
.modal .button-bar {
	display: flex;
	justify-content: right;
	margin: 30px 0;
}
.modal button {
	color: white;
	background-color: #F95E4A;
	border-radius: 0 20px 20px 20px;
	border: none;
}
.modal-open .modal-backdrop {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
.learn-more, .back-to-top {
	text-transform: uppercase;
	background: none;
	border: none;
	color: #337ab7;
	padding: 1px 0;
}
.back-to-top {
	float: right;
	color: black;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 18px;
}
.back-to-top img {
	width: 20px;
	margin-top: 0 !important;
}

/*	mobile	*/
@media screen and (max-width:1200px) {
	#section_4 .partner-col {
		height: 100px;
	}
	.partner-col h3 {
		font-size: 20px;
	}
	.col-right {
		padding-top: 0;
	}
	.col-left {
		margin-top: 0;
	}
}
@media screen and (max-width:991px) {
	#section_4 .partner-col {
		height: 95px;
	}
	.partner-col h3 {
		font-size: 28px;
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	.partner-col {
		margin-bottom: 50px;
	}
	.content-row {
		margin: 30px;
	}
	.content-row img {
		margin-top: 30px;
	}
	.arrow img {
		margin-top: 0;
	}
	#section_4 {
		height: auto;
		padding: 0 50px;
	}
	.col-right {
		height: auto;
		background-image: none;
	}
	.partner-col {
		height: auto;
		padding-bottom: 10px;
	}
	#section_4 .partner-col {
		margin-top: 0;
	}
	#footer {
		margin-top: 0;
	}
}
@media screen and (max-width:767px) {
	span.icon img {
		height: 25px;
	}
	.container {
		margin-top: 15px;
	}
	.header-content h4 {
		font-size: 24px;
	}
	h1.heading {
		font-size: 28px;
	}
	h2.heading {
		font-size: 24px;
	}
	h3.heading {
		font-size: 20px;
	}
	.content-row {
		margin: 10px;
	}
	#section_2, #section_4 {
		padding: 20px;
	}
	.section {
		margin-top: 30px !important;
	}
	.col-left {
		padding: 30px;
		margin-top: 0;
	}
	.accordion-btn .button {
		font-size: 3.3vw;
		display: block;
		width: 100%;
		text-align: center;
	}
	.modal-dialog {
		width: auto;
		margin: 10px;
	}
	.modal-body, .header-content {
		margin: 0 30px;
	}
}
@media screen and (max-width:510px) {
	.col-xs-4, .col-xs-8 {
		display: block !important;
		width: 100%;
	}
	.header .button {
		margin-top: 15px;
		font-size: 3.9vw;
		display: block;
		width: 100%;
		text-align: center;
	}
	h1.heading {
		font-size: 24px;
	}
	h2.heading {
		font-size: 20px;
	}
	h3.heading {
		font-size: 16px;
	}
}

/*	cubes	*/
#video {
	display: block;
}
#section_1 {
	height: 1313px;
	background-image: url("/assets/image/stack-background-mesh.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top -90px right;
	margin-bottom: -90px;
}
#section_1 .col-xs-12 {
	z-index: 999;
}
.cubes, #video {
	position: absolute;
	width: 1341px;
	height: 1285px;
	margin-top: -90px;
}
.cube-clickable {
	position: absolute;
	cursor: pointer;
	display: none;
}
.cube {
	position: absolute;
	width: 100%;
}
.callout-text {
	position: absolute;
	font-size: 14px;
	display: none;
	z-index: 990;
}
.callout-text.active {
	display: block;
}
.callout-heading {
	text-transform: uppercase;
	color: #F95E4A;
}
#click_1 {
	top: 486px;
	left: 241px;
	height: 259px;
	width: 298px;
	clip-path: polygon(0% 7%, 43% 0%, 100% 3%, 100% 82%, 60% 100%, 6% 88%);
}
#click_2 {
	top: 491px;
	left: 435px;
	height: 282px;
	width: 312px;
	clip-path: polygon(0% 6%, 38% 0%, 101% 3%, 98% 80%, 64% 100%, 1% 89%);
}
#click_3 {
	top: 507px;
	left: 676px;
	height: 314px;
	width: 333px;
	clip-path: polygon(1% 8%, 33% 0%, 100% 4%, 93% 79%, 71% 100%, 0 87%);
}
#click_4 {
	top: 679px;
	left: 248px;
	height: 390px;
	width: 726px;
	clip-path: polygon(0 11%, 18% 0%, 100% 22%, 98% 76%, 88% 100%, 1% 58%);
}
#click_5 {
	top: 864px;
	left: 269px;
	height: 325px;
	width: 680px;
	clip-path: polygon(0% 18%, 17% 0%, 100% 38%, 100% 64%, 90% 100%, 1% 44%);
}
#click_1 {
	z-index: 997;
}
#click_2 {
	z-index: 998;
}
#click_3 {
	z-index: 999;
}
#click_4 {
	z-index: 996;
}
#click_5 {
	z-index: 995;
}
#cube_1.pre-load {
	top: -50px;
	left: -200px;
}
#cube_2.pre-load {
	top: -200px;
	left: -50px;
}
#cube_3.pre-load {
	top: -150px;
	right: -100px;
}
#cube_4.pre-load {
	top: 50px;
	right: -200px;
}
#cube_5.pre-load {
	top: 50px;
	right: 200px;
}
#cube_1 {
	z-index: 897;
}
#cube_2 {
	z-index: 898;
}
#cube_3 {
	z-index: 899;
}
#cube_4 {
	z-index: 896;
}
#cube_5 {
	z-index: 895;
}
#text_1, #text_2 {
	width: 500px;
	top: 306px;
	right: 167px;
}
#text_2 {
	top: 321px;
}
#text_4, #text_5 {
	width: 560px;
	top: 314px;
	left: 400px;
}
#text_5 {
	top: 333px;
}
#text_3 {
	width: 480px;
	top: 308px;
	left: 209px;
	text-align: right;
}
#is_mobile {
	display: none;
}
@media screen and (max-width:1371px) {
	#section_1 {
		background-position: top 0 right;
		margin-bottom: 0;
	}
	.cubes, #video {
		margin-top: 0;
	}
	.callout-text {
		left: 50px !important;
		right: 0 !important;
		top: 210px !important;
		width: 90% !important;
		text-align: left !important;
	}
	#is_mobile {
		display: block;
	}
	.cubes {
		width: calc(100vw - 30px);
	}
	#section_1 {
		height: 96vw;
	}
	#click_1 {
		top: 35.4vw;
		left: 17.6vw;
		height: 18.9vw;
		width: 21.7vw;
	}
	#click_2 {
		top: 35.8vw;
		left: 31.7vw;
		height: 20.6vw;
		width: 22.8vw;
	}
	#click_3 {
		top: 37.0vw;
		left: 49.3vw;
		height: 22.9vw;
		width: 24.3vw;
	}
	#click_4 {
		top: 49.5vw;
		left: 18.1vw;
		height: 28.4vw;
		width: 53.0vw;
	}
	#click_5 {
		top: 63.0vw;
		left: 19.6vw;
		height: 23.7vw;
		width: 49.6vw;
	}
	#cube_1.pre-load {
		top: -3.65vw;
		left: -14.59vw;
	}
	#cube_2.pre-load {
		top: -14.59vw;
		left: -3.65vw;
	}
	#cube_3.pre-load {
		top: -10.94vw;
		right: -7.29vw;
	}
	#cube_4.pre-load {
		top: 3.65vw;
		right: -14.59vw;
	}
	#cube_5.pre-load {
		top: 3.65vw;
		right: 14.59vw;
	}
}
@media screen and (max-width:991px) {
	#section_1 {
		margin-top: 200px !important;
	}
	#section_1 .section-top {
		margin-top: -170px;
	}
	.callout-text {
		top: 120px !important;
	}

}
@media screen and (max-width:767px) {
	#section_1 {
		margin-top: 250px !important;
	}
	#section_1 .section-top {
		margin-top: -220px;
	}
	#section_1 .section-bottom {
		margin-top: -120px;
	}
	.callout-text {
		top: 0px !important;
		left: 15px !important;
		width: 95% !important;
	}
}
@media screen and (max-width:510px) {
	#section_1 {
		margin-top: 320px !important;
	}
	#section_1 .section-top {
		margin-top: -290px;
	}
	#section_1 .section-bottom {
		margin-top: -190px;
	}
	.callout-text {
		top: -90px !important;
	}
}