@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap');

html, body {
	background: #000F1A;
} 

.section-header,
.section-content {
	padding: 0 15px;
}

.container .section-header,
.container .section-content {
	padding: 0;
}

div, p {
	color: white;
	font-family: 'Space Grotesk', Helvetica, Arial, sans-serif;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
	font-family: 'Space Grotesk', sans-serif;
}
h1 {font-size: 36px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

a.button,
a.custom-button {
	display: inline-block;
	color: #001828;
	background-color: #00DD88;
	border: 2px solid transparent;
	padding: 10px 16px;
	font-weight: bold;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
	text-decoration: none;
}

a.button:hover, a.button:active,
a.custom-button:hover, a.custom-button:active {
	color: #00DD88;
	background-color: transparent;
	border: 2px solid #00DD88;
	cursor: pointer;
}
a.arrow-right {
	position: relative;
	padding-right: 30px;
}
a.arrow-right:after {
	content: "";
	background: url("image/lp/arrow-right-circled-green.svg");
	background-size: contain;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

select {
	background-color: transparent;
	padding: 20px;
	border-radius: 3px;
	border: 2px solid #00DD88;
}

hr {
	display: none;
}

.bg__green {
	background-color: #00DD88;
	color: #001828;
}

.bg__green p, .bg__green h1, .bg__green h2, .bg__green h3, .bg__green h4, .bg__green h5, .bg__green h6 {
	color: #001828;
}

.bg__green a.button {
	border: 2px solid #001828 !important;
	text-decoration: none !important;
}

.bg__green a.button:hover,
.bg__green a.button:active {
	background-color: #001828 !important;
	color: white !important;
	cursor: pointer !important;
}

.semi-opaque {
	opacity: 0.5;
}
.container {
	width: 100% !important;
	margin: 0 auto !important;
/* 	max-width: 1200px !important; */
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.gray-box-with-img {
	padding-top: 57.14%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.gray-box-with-img img {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.breadcrumbs {
    padding: 20px;
    margin-bottom: 35px;
}
.breadcrumbs p {
    margin: 0;
}
.breadcrumbs a {
    font-size: 18px !important;
    padding-right: 25px;
    position: relative;
    white-space: nowrap;
}
.breadcrumbs a:after {
    content: "";
    position: absolute;
    display: block;
    background-size: contain;
    background-position: center center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.no-top-padding {
	padding-top: 0 !important;
}





.section-header {
	max-width: 700px;
	margin: 0 auto;
}
.section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6, .section-header p {
	text-align: center;
}
.section-header p {
	margin: 0 auto;
}  
.section-content {
	margin-top: 30px;
}

.lp-text .section-header {
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}





	.hero {
		display: block;
		width: 100%;
		min-height: 450px;
		background-size: auto 100%;
		background-position: right top;
		background-repeat: no-repeat;
		position: relative;
	}
	.hero .content {
		position: absolute;
		left: 100px;
		top: 50%;
		max-width: 350px;
		transform: translateY(-50%);
	}
	.hero .content h1, .hero .content p {
		display: block;
		margin: 0 auto;
	}
	.hero .content a.button {
		margin-top: 30px;
	}
	@media (max-width: 500px) {
		.hero .content {
			left: 50%;
			transform: translate(-50%, -50%);
			padding-left: 15px;
			padding-right: 15px;
			text-align: center;
			width: 100%;
		}
	}
	@media (max-width: 768px) {
		.inner-banner .centered {
			width: 100%;
			left: 0 !important;
			text-align: center;
		}
		.inner-banner .centered h1,
		.inner-banner .centered p {
			text-align: center !important;
			width: 100% !important;
			max-width: initial !important;
		}
	}



.top-menu a {
	color: #1C3F94;
}
.header-paragraph {
	color: #1C3F94;
}

section {
	margin-top: 50px;
}

@media (min-width: 1000px) {
	.hide-on-desktop {
		display: none !important;
	}
}
@media (min-width: 500px) and (max-width: 999px) {
	.hide-on-tablet {
		display: none !important;
	}
}
@media (max-width: 499px) {
	.hide-on-mobile {
		display: none !important;
	}
}

.bordered div {
	border: 1px solid rgba(0,0,0,0.05);
}

.global-disclaimer p {
	font-size: 12px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: rgba(255,255,255,.4);
	padding-bottom: 30px;
/* hide this	 */
	display: none;
}

#hp-clients {
	background-color: #001828;
	background-image: url("image/lp/bg__map.png");
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 10px !important;
}

#hp-clients>.container {
	max-width: 1000px;
}

#hp-clients .section-header p {
	max-width: 400px;
	margin: 0 auto 30px auto;
}

#hp-clients .section-content {
	margin-top: 80px;
}

#hp-clients .logos {
	display: grid; 
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: auto;
	gap: 10px;
	align-items: center;
    justify-items: center;
}
#hp-clients .logos div {
	align-content: center;
	justify-content: center;
}

#hp-clients .logos img {
	width: 100%;
	height: 100%;
	max-width: 150px;
	max-height: 100px;
	object-fit: contain;
}

@media (min-width: 500px) and (max-width: 999px) {
	#hp-clients .logos {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 499px) {
	#hp-clients .logos {
		display: none;
	}
}



#hp-experts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	grid-template-rows: minmax(200px, min-content) minmax(350px, min-content);
}
#hp-experts>div {
	padding: 25px;
}
#hp-experts .image1 {
	background-image: url("image/lp/tiles1.jpg");
	background-size: cover;
	background-position: center center;
}
#hp-experts .image2 {
	background-image: url("image/lp/tiles2.jpg");
	background-size: cover;
	background-position: center center;
}
#hp-experts .image3 {
	background-image: url("image/lp/tiles3.jpg");
	background-size: cover;
	background-position: center center;
}
#hp-experts .image4 {
	background-image: url("image/lp/tiles4.jpg");
	background-size: cover;
	background-position: center center;
}
#hp-experts .light {
	background-color: #eee;
}

#hp-experts .image {
	position: relative;
}
#hp-experts .image:after {
	position: absolute;
	left: 45%;
	top: 45%;
	content: "[Image]";
}

@media (min-width: 500px) and (max-width: 999px) {
	#hp-experts {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 499px) {
	#hp-experts {
		grid-template-columns: 1fr;
	}
}





.hp-cta {
	padding: 50px 0;
}

.hp-cta h2, .hp-cta h3, .hp-cta h4, .hp-cta h5, .hp-cta h6, .hp-cta p {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}



.hp-row .grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	grid-template-rows: auto;
}

.hp-row .grid .item {
	width: 100%;
	text-align: center;
}

.hp-row .grid img {
	width: 100%;
	min-height: 60px;
	object-fit: contain;
	object-position: center center;
	border: 1px solid lightgray;
}

.hp-row.five .grid {
	grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 499px) {
	.hp-row.five .grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.hp-row.three .grid {
	grid-template-columns: repeat(3, 1fr);
}





.hp-jobs .grid {
	max-width: 800px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 0 auto;
}

.hp-jobs .item {
	border-bottom: 1px solid gray;
}

@media (min-width: 500px) and (max-width: 999px) {
	.hp-jobs .grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 499px) {
	.hp-jobs .grid {
		grid-template-columns: 1fr;
	}
}

.hp-jobs .filters {
	text-align: center;
	margin: 30px auto;
	display: grid;
	max-width: 400px;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}




#lp-where-we-work .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

#lp-where-we-work .item {
	text-align: center;
}

#lp-where-we-work .item img {
	height: 170px;
	object-position: center bottom;
	object-fit: contain;
}

@media (min-width: 500px) and (max-width: 999px) {
	#lp-where-we-work .grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 499px) {
	#lp-where-we-work .grid {
		grid-template-columns: 1fr;
	}
}



.hp-tabs > * {
	max-width: 700px;
	margin: 0 auto;
}

.hp-tabs .tabs > div {
	overflow-y: scroll;
	display: none;
	height: 300px;
}

.hp-tabs .tabs > div::-webkit-scrollbar {
  width: 5px;
}
.hp-tabs .tabs > div::-webkit-scrollbar-track {
	background-color: #eee;
}
.hp-tabs .tabs > div::-webkit-scrollbar-thumb {
  background-color: #333;
}



.hp-tabs .tabs > div.active {
	display: block;
}

.hp-tabs .tabs .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.hp-tabs .tags {
	text-align: center;
	font-size: 0;
	padding: 10px 0 20px 0;
}

.hp-tabs .tags a {
	display: inline-block;
	padding: 0 20px;
	border-bottom: 1px solid lightgray;
	font-size: 14px;
	text-decoration: none;
}

.hp-tabs .tags a.active {
	border-bottom: 3px solid gray;
}



.hp-board .grid1 {
	display: grid;
	grid-template-columns: 2fr repeat(3, 1fr) auto;
}

.hp-board .grid2 {
	display: grid;
	grid-template-columns: auto repeat(3, 1fr) 2fr;
}

.hp-board .profile {
	height: 200px;
	border: 20px solid lightgray !important;
	box-sizing: border-box;
}

.hp-board .item {
	border: 1px solid lightgray;
}

.hp-board .item.blank {
	background-color: #aaa;
	min-width: 10vw;
}



.hp-docs-tabs > * {
	max-width: 700px;
	margin: 0 auto;
}

.hp-docs-tabs .tabs > div {
	overflow-y: scroll;
	display: none;
	height: 300px;
}

.hp-docs-tabs .tabs > div::-webkit-scrollbar {
  width: 5px;
}
.hp-docs-tabs .tabs > div::-webkit-scrollbar-track {
	background-color: #eee;
}
.hp-docs-tabs .tabs > div::-webkit-scrollbar-thumb {
  background-color: #333;
}



.hp-docs-tabs .tabs > div.active {
	display: block;
}

.hp-docs-tabs .tabs .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.hp-docs-tabs .tags {
	text-align: center;
	font-size: 0;
	padding: 10px 0 20px 0;
}

.hp-docs-tabs .tags a {
	display: inline-block;
	padding: 0 20px;
	border-bottom: 1px solid lightgray;
	font-size: 14px;
	text-decoration: none;
}

.hp-docs-tabs .tags a.active {
	border-bottom: 3px solid gray;
}



#hp-newsgrid .section-header h4 {
	color: #00DD88;
	margin-bottom: 30px;
}

#hp-newsgrid .section-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	grid-template-rows: auto;
  	grid-template-areas: 
		"news1     news1   insert1 news2"
		"insert2   news3    insert3 insert3"
		"solution1 insert4 insert4 testimonial1";
	}
#hp-newsgrid .section-content>div {
	min-height: 250px;
}
#hp-newsgrid .news, 
#hp-newsgrid .solution {
	padding: 25px;
	background: rgba(255,255,255,0.1);
	position: relative;
}
#hp-newsgrid .news:hover,
#hp-newsgrid .solution:hover {
	cursor: pointer;
	background: transparent linear-gradient(180deg, #00DD88 0%, #440099 100%) 0% 0% no-repeat padding-box;
}
#hp-newsgrid .news p.date {
	position: absolute;
	left: 25px;
	bottom: 25px;
	font-size: 14px;
	color: rgba(255,255,255,0.2);
	margin: 0;
}
#hp-newsgrid .news h3,
#hp-newsgrid .solution h3 {
	margin: 0;
	max-width: 350px;
}
#hp-newsgrid .news .arrow,
#hp-newsgrid .solution .arrow {
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 36px;
	height: 36px;
	background-image: url("image/lp/arrow-right-circled.svg");
	background-size: contain;
	background-position: bottom right;
	font-size: 14px;
}
#hp-newsgrid .news:hover .arrow,
#hp-newsgrid .solution:hover .arrow {
	background-image: url("image/lp/arrow-right-circled-white.svg");
}
#hp-newsgrid .news .cover,
#hp-newsgrid .solution .cover {
	display: block;
	position: absolute;
	z-index: 997;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#hp-newsgrid .news .cover img,
#hp-newsgrid .solution .cover img,
#hp-newsgrid .testimonial img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

#hp-newsgrid .insert1 {
	background-image: url("image/lp/tiles5.jpg");
	background-size: cover;
	background-position: center center;
}
#hp-newsgrid .insert2 {
	background-image: url("image/lp/tiles6.jpg");
	background-size: cover;
	background-position: center center;
}
#hp-newsgrid .insert3 {
	background-image: url("image/lp/tiles7.jpg");
	background-size: cover;
	background-position: center center;
}
#hp-newsgrid .insert4 {
	background-image: url("image/lp/tiles8.jpg");
	background-size: cover;
	background-position: center center;
}

#hp-newsgrid .news1 {grid-area: news1;}
#hp-newsgrid .news2 {grid-area: news2;}
#hp-newsgrid .insert1 {grid-area: insert1;}
#hp-newsgrid .insert2 {grid-area: insert2;}
#hp-newsgrid .insert3 {grid-area: insert3;}
#hp-newsgrid .insert4 {grid-area: insert4;}
#hp-newsgrid .job1 {grid-area: job1;}
#hp-newsgrid .solution1 {grid-area: solution1;}
#hp-newsgrid .testimonial1 {grid-area: testimonial1;}

@media (min-width:500px) and (max-width: 999px) {
	#hp-newsgrid .section-content {
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: 
		"news1     news1"
		"insert2   news3"
		"solution1 insert4"
		"insert1 news2"
		"testimonial1 testimonial1";
	}
	#hp-newsgrid .insert3 {
		display: none;
	}
}
@media (max-width:499px) {
	#hp-newsgrid .section-content {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-template-areas: 
		"news1"
		"news3"
		"solution1"
		"testimonial1";
		gap: 20px;
	}
	#hp-newsgrid .news2,
	#hp-newsgrid .insert1,
	#hp-newsgrid .insert2,
	#hp-newsgrid .insert3,
	#hp-newsgrid .insert4 {
		display: none;
	}
	#hp-newsgrid .insert {
		height: 100px;
		min-height: initial !important;
	}
}

/* video testimonial home page */
#hp-newsgrid .testimonial {
	position: relative;
	height: 250px;
}
#hp-newsgrid .testimonial .play {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	opacity: .6;
	transition: opacity 0.5s ease-out;
}
#hp-newsgrid .testimonial .play img {
	filter: brightness(0) invert(1);
	transition: filter 0.5s ease-out;
}
#hp-newsgrid .testimonial .play:hover {
	opacity: 1;
}
#hp-newsgrid .testimonial .play:hover img {
	filter: none;
}
#hp-newsgrid .testimonial .play img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
#hp-newsgrid .employee-popup {
	position: fixed;
	z-index: 500;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 700px;
	background: #001828;
	padding: 15px;
	padding-top: 45px;
	display: none;
}
#hp-newsgrid .employee-popup .close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
}
#hp-newsgrid .employee-popup .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
#hp-newsgrid .employee-popup .video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#hp-newsgrid #veil {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 499;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.2);
	backdrop-filter: blur(6px);
	display: none;
}



#hp-solutions .section-header p {
	color: #00DD88;
}
#hp-solutions .section-content {
	padding: 0 !important;
}
#hp-solutionsgrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	grid-template-rows: auto;
	grid-template-areas: 
		"solution1 solution2 insert1 insert2"
		"insert3 insert3 solution3 solution4";}
#hp-solutionsgrid .insert1 {grid-area: insert1;}
#hp-solutionsgrid .insert2 {grid-area: insert2;}
#hp-solutionsgrid .insert3 {grid-area: insert3;}
#hp-solutionsgrid .insert4 {grid-area: insert4;display: none;}
#hp-solutionsgrid .solution1 {grid-area: solution1;}
#hp-solutionsgrid .solution2 {grid-area: solution2;}
#hp-solutionsgrid .solution3 {grid-area: solution3;}
#hp-solutionsgrid .solution4 {grid-area: solution4;}

#hp-solutionsgrid .insert1 {
	background-image: url("image/lp/tiles9.jpg");
	background-size: cover;
	background-position: center center;
}
#hp-solutionsgrid .insert2 {
	background-image: url("image/lp/tiles10.jpg");
	background-size: cover;
	background-position: center center;
}
#hp-solutionsgrid .insert3 {
	background-image: url("image/lp/tiles11.jpg");
	background-size: cover;
	background-position: center center;
}
#hp-solutionsgrid .insert4 {
	background-image: url("image/lp/tiles12.jpg");
	background-size: cover;
	background-position: center center;
}

#hp-solutionsgrid>div {
	min-height: 220px;
	position: relative;
}
#hp-solutionsgrid>div>div.item {
	/*display: none;*/ 
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    visibility:visible;
    /*-webkit-transform: translate3d(0,0,0);*/
	transform: rotateY(180deg);
	animation: rotate 1.2s linear both;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;

	background-color: #440099;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: white;
	padding: 25px;
}
#hp-solutionsgrid>div>div.item:hover, #hp-solutionsgrid>div>div.item:active {
	background: transparent linear-gradient(180deg, #00DD88 0%, #440099 100%) 0% 0% no-repeat padding-box;
}

#hp-solutionsgrid>div>div.item>h3 {
	margin: 0;
}

#hp-solutionsgrid>div>div.item>a {
	display: block;
	position: absolute;
	bottom: 25px;
	right: 25px;
	color: white;
	text-decoration: none;
}

#hp-solutionsgrid>div>div.item>a>i.arrow-right {
	display: inline-block;
	width: 22px;
	height: 22px;
	transform: translateY(6px);
	background: url("image/lp/right-arrow.svg");
	background-size: contain;
	background-position: center center;
}

#hp-solutionsgrid>div>div.item.front {
	display: block;
	transform: rotateY(0deg);
	animation: rotate-inverse 1.2s linear both;
}
#hp-solutionsgrid>.image {
	grid-column: span 2;
}
#hp-solutions .section-content > a.button {
	margin: 20px auto;
/* 	display: table; */
	/* hide this	 */
	display: none;
}

@media (min-width: 500px) and (max-width: 999px) {
	#hp-solutionsgrid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: 
		"solution1 insert1"
		"insert2 solution2"
		"solution3 insert3"
		"insert4 solution4";
		}
		#hp-solutionsgrid .insert4 {display: block;}
}

@media (max-width: 499px) {
	#hp-solutionsgrid {
		grid-template-columns: 1fr;
		grid-template-areas: none;
		gap: 15px;
	}
	#hp-solutionsgrid>div {
		grid-area: unset !important; 
	}
	#hp-solutionsgrid>.insert {
		display: none;
	}
}

@keyframes rotate {
  0% {
    transform: rotateY(0);
  }
  70% {
    transform: rotateY(185deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}

@keyframes rotate-inverse {
  0% {
    transform: rotateY(180deg);
  }
  70% {
    transform: rotateY(-5deg);
  }
  100% {
    transform: rotateY(0);
  }
}






#lp-employee-stories {
	position: relative;
}
#lp-employee-stories .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	row-gap: 20px;
	grid-template-rows: auto;
}
#lp-employee-stories .grid > div {
	min-height: 200px;
	position: relative;
}
#lp-employee-stories .grid > div.item:nth-child(10) {
	grid-column: 2;
}
#lp-employee-stories .grid > div.item:nth-child(3):after,
#lp-employee-stories .grid > div.item:nth-child(9):after {
	content:"";
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 15px;
	height: 100%;
	background: transparent linear-gradient(301deg, #352EFF 0%, #FF872B 100%) 0% 0% no-repeat padding-box;
}
#lp-employee-stories .grid > div.item:nth-child(4):after,
#lp-employee-stories .grid > div.item:nth-child(10):after {
	content:"";
	display: block;
	position: absolute;
	left: -15px;
	top: 0;
	width: 15px;
	height: 100%;
	background: transparent linear-gradient(301deg, #352EFF 0%, #FF872B 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 749px) {
	#lp-employee-stories .grid {
		display: none;
	}
}
@media (min-width: 750px) {
	#lp-employee-stories .carousel {
		display: none;
	}
}

#lp-employee-stories .decor-1-1 {
	grid-row: 1;
	grid-column: 1;
}
#lp-employee-stories .decor-2-4 {
	grid-row: 2;
	grid-column: 4;
}
#lp-employee-stories .decor-3-1 {
	grid-row: 3;
	grid-column: 1;
}
#lp-employee-stories [class^="decor-"] {
	position: relative;
}
#lp-employee-stories [class^="decor-"]:after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	right: 0;
	top: 0;
	background: transparent linear-gradient(301deg, #352EFF 0%, #FF872B 100%) 0% 0% no-repeat padding-box;
}
#lp-employee-stories .decor-2-4:after {
	left: 0;
	right: auto;
}
#lp-employee-stories .item img {
	display: block;
	width: 100%;
	height: 250px;
	object-position: center center;
	object-fit: cover;
}
#lp-employee-stories .item span {
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
}
#lp-employee-stories .item .title {
	display: none;
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 10px;
	background: #001828;
}
#lp-employee-stories .item .play {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	opacity: .6;
	transition: opacity 0.5s ease-out;
}
#lp-employee-stories .item .play img {
	filter: brightness(0) invert(1);
	transition: filter 0.5s ease-out;
}
#lp-employee-stories .item .play:hover {
	opacity: 1;
}
#lp-employee-stories .item .play:hover img {
	filter: none;
}
#lp-employee-stories .item .play img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
#lp-employee-stories .employee-popup {
	position: fixed;
	z-index: 500;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 700px;
	background: #001828;
	padding: 15px;
	padding-top: 45px;
	display: none;
}
#lp-employee-stories .employee-popup .close-btn {
	position: absolute;
	right: 15px;
	top: 15px;
}
#lp-employee-stories .employee-popup .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
#lp-employee-stories .employee-popup .video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#lp-employee-stories #veil {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 499;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.2);
	backdrop-filter: blur(6px);
	display: none;
}



.lp-row.three .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	grid-template-rows: auto;
}
.lp-row.three .grid .item {
	text-align: center;
	font-size: 18px;
}
.lp-row.three .grid .item img {
	width: 100%;
	max-width: 100px;
	margin: 25px 0;
}



#lp-jobs .section-content h5 {
	margin: 0;
}
#lp-jobs .section-content .grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	margin-top: 20px;
}
#lp-jobs .section-content .grid .item {
	background: rgba(255,255,255,.1);
    padding: 20px;
	display: grid;
	gap: 10px;
	grid-template-columns: auto max-content;
}
#lp-jobs .section-content .grid .item>div:last-child {
	color: rgba(255,255,255,.6);
	font-size: 14px;
}

@media (max-width: 750px) {
	#lp-jobs .section-content .grid {
		grid-template-columns: 1fr;
	}	
}
@media (max-width: 400px) {
	#lp-jobs .section-content .grid .item {
		grid-template-columns: 1fr;
	}	
}

#lp-jobs .section-content .grid .item a {
	color: white;
	font-size: 18px;
}

#lp-jobFilters {
	text-align: center;
}

#lp-jobFilters select {
	border-color: #FF8D27;
}


#lp-tickers .container-small {
	max-width: 1000px;
	width: 80%;
    margin: 0 auto;
}


#lp-tickers .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}
@media (max-width: 900px) {
	#lp-tickers .grid {
		grid-template-columns: 1fr;
	}
}

#lp-tickers .grid .item {
	background-color: rgba(255,255,255,0.1);
	padding: 20px;
}
#lp-tickers .grid .item h3 {
	font-size: 36px;
	margin: 0;
}
#lp-tickers .nzx_block .row{
	margin: 0;
}
#lp-tickers .nzx_block .row:last-child {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 10px;
}
#lp-tickers .nzx_block .row:last-child:before,
#lp-tickers .nzx_block .row:last-child:after {
	display: none;
}
#lp-tickers .nzx_block .row:last-child .column:first-child {
	grid-column: 2;
	grid-row: 1;
}
#lp-tickers .nzx_block .row:last-child .column:last-child {
	grid-column: 1;
	grid-row: 1;
	display: flex;
    align-items: flex-end;
}
#lp-tickers .nzx_block .row:last-child .column p {
	margin: 0;
}

#lp-tickers .smw-market-data-field.smw-field-financialData-currentPrice {
	font-size: 72px;
	margin: 0;
	line-height: 1;
}
#lp-tickers .smw-market-data-field.smw-field-virtual-currencyCode {
	position:absolute;
	left: -5px;
	top: 5px;
}
#lp-tickers .sm-quote-div {
	padding-left: 30px;
	position:relative;
}



	#lp-tabs {
		margin-left: auto;
		margin-right: auto;
		max-width: 750px;
	}
	#lp-tabs .tags {
		margin: 0 20px;
		border-bottom: 1px solid rgba(255,255,255,.3);
		text-align: center;
	}
	#lp-tabs .tags a {
		display: inline-block;
		padding: 10px 30px;
		color: rgba(255,255,255,.6);
		text-decoration: none;
	}
	#lp-tabs .tags a:hover,
	#lp-tabs .tags a:active {
		color: white;
	}
	#lp-tabs .tabs {
		height: 300px;
		overflow-y: auto;
		padding: 0 20px;
	    margin-top: 20px;
	}
	#lp-tabs .tabs::-webkit-scrollbar {
		width: 3px;
		background-color: #3C3C3C;
	}
	#lp-tabs .tabs::-webkit-scrollbar-thumb {
  		background-color: #00DD88;
	}
	#lp-tabs .tags a.active {
		border-bottom: 3px solid #00DD88;
		color: white;
	}
	#lp-tabs .tabs>div {
		display: none;
	}
	#lp-tabs .tabs>div.active {
		display: block;
	}
	#lp-tabs .tabs .grid {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2,1fr);
		grid-template-rows: auto;
	}
	#lp-tabs .tabs .grid .item {
		position: relative;
		padding: 10px 40px 10px 0;
		opacity: 0.6;
		transition: opacity 0.5s ease-out;
		border-bottom: 1px solid #00DD88;
		cursor: pointer;
	}
	#lp-tabs .tabs .grid .item:after {
		content: "";
		position: absolute;
		display: block;
		background: url("image/lp/arrow-right-circled-green.svg");
		background-size: contain;
		background-position: center center;
		width: 26px;
		height: 26px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#lp-tabs .tabs .grid .item a {
		color: white;
		text-decoration: none;
	}
	#lp-tabs .tabs .grid .item:hover {
		opacity: 1;
	}
@media (max-width: 499px) {
	#lp-tabs .tabs .grid {
		grid-template-columns: 1fr;
	}
	#lp-tabs .tabs .grid .item {
		opacity: 1;
	}
}



#lp-board {
	position: relative;
}
#lp-board .grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr); 
}

#lp-board .item {
	background-color: #00DD88;
	color: #001828;
	padding: 25px;
	display: flex;
	align-items: flex-end;
	grid-column: auto / span 2;
}
#lp-board .item > div {
	max-width: 400px;
}
#lp-board .item h3,
#lp-board .item p {
	color: #001828;
}
#lp-board .item.blank {
	background-color: rgba(255,255,255,.1);
	grid-column: auto / span 1;
}
#lp-board .team {
	padding-bottom: 10px;
	cursor: pointer;
}
#lp-board .team img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#lp-board .team h4,
#lp-board .team h5 {
	padding: 8px 10px 0 10px;
	margin: 0;
}
#lp-board .team h5 {
	font-size: 12px;
}
#lp-board .team p.custom-style-01 {
	margin: 5px 10px;
	text-align: right;
}
@media (max-width: 999px) and (min-width: 500px) {
	#lp-board .grid {
		grid-template-rows: auto;
		grid-template-columns: repeat(3, 1fr);
	}
	#lp-board .grid .item:first-child {
		grid-column: auto / span 3;
	}
	#lp-board .grid .item:last-child {
		display: none;
	}
	#lp-board .grid .item.blank {
		display: none;
	}
	#lp-board .team img {
		height: 250px;
	}
}
@media (max-width: 499px) {
	#lp-board .grid {
		grid-template-rows: auto;
		grid-template-columns: repeat(2,1fr);
	}	
	#lp-board .grid > div:first-child {
		grid-column: auto / span 2;
	}
	#lp-board .grid .item:last-child {
		display: none;
	}
	#lp-board .grid .item.blank {
		display: none;
	}
	#lp-board .team img {
		height: 250px;
	}
	#lp-board .team img {
		height: 250px;
	}
}
#lp-board .board-member-popup {
	position: absolute;
	width: 90%;
	max-width: 800px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #001828;
	display: none;
	grid-template-columns: 150px auto;
	gap: 20px;
	padding: 30px;
	z-index: 99;
}
#lp-board .board-member-popup.visible {
	display: grid;
}
@media (max-width: 499px) {
	#lp-board .board-member-popup {
		grid-template-columns: 1fr;
	}
}


#profileVeil {
	content:"";
	position: fixed;
	z-index: 98;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: rgba(0,0,0,0.2);
	backdrop-filter: blur(6px);
	display: none;
}
#profileVeil.visible {
	display: block;
}
#lp-board .board-member-popup .closePopup {
	position:absolute;
	right: 5px;
	top: 5px;
	width: 25px;
	height: 25px;
	background: red;
	cursor: pointer;
	background: url("image/lp/close.svg");
}
#lp-board .board-member-popup .left img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: center center;
}




	#lp-docs-tabs {
		margin-left: auto;
		margin-right: auto;
		max-width: 750px;
	}
	#lp-docs-tabs .tags {
		text-align: center;
	}
	#lp-docs-tabs .tags a.button {
		background: transparent;
		border: 3px solid #00DD88;
		color: #00DD88;
		margin: 10px 10px 0 10px;
	}
	#lp-docs-tabs .tags a.button:hover {
		background: #00DD88;
		color: #001828;
	}
	#lp-docs-tabs .tags a.button.active {
		background: #00DD88;
		color: #001828;
	}
	#lp-docs-tabs .tabs {
		height: 300px;
		overflow-y: auto;
		padding: 0 20px;
	    margin-top: 20px;
	}
	#lp-docs-tabs .tabs::-webkit-scrollbar {
		width: 3px;
		background-color: #3C3C3C;
	}
	#lp-docs-tabs .tabs::-webkit-scrollbar-thumb {
  		background-color: #00DD88;
	}
	#lp-docs-tabs .tabs>div {
		display: none;
	}
	#lp-docs-tabs .tabs>div.active {
		display: block;
	}
	#lp-docs-tabs .tabs .grid {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2,1fr);
		grid-template-rows: auto;
	}
	#lp-docs-tabs .tabs .grid .item {
		position: relative;
		padding: 10px 40px 10px 0;
		opacity: 0.6;
		transition: opacity 0.5s ease-out;
		border-bottom: 1px solid #00DD88;
		cursor: pointer;
	}
	#lp-docs-tabs .tabs .grid .item:after {
		content: "";
		position: absolute;
		display: block;
		background: url("image/lp/arrow-right-circled-green.svg");
		background-size: contain;
		background-position: center center;
		width: 26px;
		height: 26px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#lp-docs-tabs .tabs .grid .item a {
		color: white;
		text-decoration: none;
	}
	#lp-docs-tabs .tabs .grid .item:hover {
		opacity: 1;
	}
@media (max-width: 499px) {
	#lp-docs-tabs .tabs .grid {
		grid-template-columns: 1fr;
	}
	#lp-docs-tabs .tabs .grid .item {
		opacity: 1;
	}
}


#lp-solutions {
	margin-top: 10px !important;
}
#lp-solutions .solutions {
	display: grid;
	grid-template-columns: 300px auto;
	gap: 20px;
}
#lp-solutions .solutions .tags select {
	display: none;
	background-color: #FF8D27;
	color: #001828;
	font-size: 18px;
}
#lp-solutions .solutions .tags .tag {
	display: block;
	padding: 20px;
	border: 2px solid #FF8D27;
	transition: background-color 0.5s ease-out;
	cursor: pointer;
}
#lp-solutions .solutions .tags .tag.active {
	background: #FF8D27;
}
#lp-solutions .solutions .tags .tag:hover,
#lp-solutions .solutions .tags .tag:active {
	background: #FF8D27;
}

#lp-solutions .solutions .tags .tag:not(:first-child) {
	margin-top: 15px;
}
#lp-solutions .solutions .tags .tag h3 {
	font-size: 18px;
	color: white;
	margin: 0;
	pointer-events: none;
}
#lp-solutions .solutions .tabs .tab {
	display: none;
	border-width: 2px;
	padding: 25px;
	background-color: rgba(255,255,255,.1);
}
#lp-solutions .solutions .tabs .tab.active {
	display: block;
}
#lp-solutions .solutions .tabs .tab .imagegrid {
	display: grid;
	grid: auto-flow dense / 50% auto;
	gap: 20px;
}
#lp-solutions .solutions .tabs .tab .imagegrid img {
	display: block;
	width: 100%;
	height: 280px;
	object-position: center center;
	object-fit: cover;
	margin-bottom: 15px;
}
#lp-solutions .solutions .tabs .tab .imagegrid img:nth-child(4n-1) {
	grid-column: 2;	
}

#lp-solutions .solutions .tabs .tab h3 {
	font-size: 32px;
	margin-top: 0;
}
@media (min-width: 500px) and (max-width: 999px) {
	#lp-solutions .solutions {
		grid-template-columns: 1fr;
	}
	#lp-solutions .solutions .tags select {
		display: block;
		margin: 0 auto;
	}
	#lp-solutions .solutions .tags .tag {
		display: none;
	}
}

@media (max-width: 499px) {
	#lp-solutions .solutions {
		grid-template-columns: 1fr;
	}
	#lp-solutions .solutions .tabs .tab .imagegrid {
		grid-template-columns: 1fr;
	}
	#lp-solutions .solutions .tabs .tab .imagegrid img {
		height: 180px;
	}
	#lp-solutions .solutions .tabs .tab .imagegrid img:nth-child(4n-1) {
		grid-column: 1;	
	}
	#lp-solutions .solutions .tags select {
		display: block;
		margin: 0 auto;
	}
	#lp-solutions .solutions .tags .tag {
		display: none;
	}
}



	.page-template-about > .container > .content-section p {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}


/* Gravity forms override styles*/
.page .gform_legacy_markup_wrapper div.validation_error {
    color: #d1d1d1;
    border-color:#d1d1d1;
}

.page .gform_legacy_markup_wrapper .validation_message {
    color: #d1d1d1;
}


/* Special page styles */
.page-template-special_page_template .inner-banner .centered {
    padding: 0 3em;
}
.page-template-special_page_template h1.main-title {
    max-width: 87rem;
}
.inner-banner  .image_after_title{
	margin-top: 4rem;
  height: auto;
  max-width: 8em;
}

.sec-padding.special_sections {padding-bottom: 70px; }
.special_sections:nth-child(odd) {background-color: rgba(255,255,255,.1); }

.special_sections h2{ font-size: 4rem; color: #00DD88; }
.special_sections .gray-box-with-img {
    padding-top: 75%;
}
.theme.default .special_sections .image_content .gray-box-with-img:before{
	right: 0;
	left: auto;
}


.theme.default .special_sections .gray-box-with-img img {
    height: 100%;
}

.columns_content strong {
    color: #23dd88;
}

.features {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    margin-top: 6rem;
}

.features .feature {
    width: 43%;
    text-align: center;
    margin-bottom: 6rem;
}

.columns_content p{
	font-size:  1.1em;
	margin-bottom:  1.5em;
}

.columns_content p strong{
	font-size:  1.3em;
}

@media (max-width: 640px) {
	.features .feature {
	    width: 100%;
	}
}

.feature h4 {
    font-size: 3rem;
    margin: 2rem auto;
    max-width: 8em;
}


.title {
    display: flex;
    margin-bottom: 1em;
    justify-content: flex-start;
}

.title.center {
    justify-content: center;
}

.title_icon {
    max-width: 3em;
    min-width: 2em;
    max-height: 3em;
    margin-right: 10px;
}

.title_icon.circle {
    background: #325063;
    width: 3em;
    height: 3em;
    max-height: 3em;
    border-radius: 50%;
    padding: 8px;
}

.title_icon.square {
    background: #325063;
    width: 3em;
    height: 3em;
    padding: 6px;
}

.title h3 {
    margin: auto 0;
    font-size: 2rem;
    color: #23dd88;
}

.title.small .title_icon {
    max-width: 2em;
}
.title.small h3 {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
	.title.large .title_icon {
	    max-width: 5em;
	    max-height: 4em;
	}
	.title.large h3 {
	    font-size: 4rem;
	}
}


@media (max-width: 768px) {
	.page-template-special_page_template .inner-banner .centered {
	    text-align: center;
	}
	.inner-banner .image_after_title{
		margin: 4rem auto;
	}
}



/* News pages */

.categories_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3em;
}

.theme.default .categories_links .inverted-button {
    margin-right: 3px;
    margin-bottom: 3px;
    color: var(--sector-color);
    border-color: var(--sector-color);
    width: 14em;
    padding: 12px 15px;
    border-width: 1px;
    font-size: 1.2em;
}

.theme.default .categories_links .inverted-button:hover,
.theme.default .categories_links .inverted-button.active {
    color: black;
    background-color: var(--sector-color);
    border-color: var(--sector-color);
    border-width: 1px;
}

@media (max-width: 768px) {
	.theme.default .categories_links .inverted-button {
	    width: auto;
	    padding: 4px 15px;
	    font-size: 1em;
	}
}


@media (max-width: 480px) {
	.theme.default .categories_links .inverted-button {
	    font-size: 0.8em;
	}
}

.grid {
    display: grid;
    grid-gap: calc(0.5vmin + 0.5vw + 1rem) calc(0.5vmin + 0.5vw + 1rem);
    grid-template-columns: repeat(1,1fr);
    grid-auto-flow: dense
}

.grid>* {
    margin: 0
}

@media (min-width: 31em) {
    .grid_4 {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (min-width: 60em) {
    .grid_4 {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (min-width: 81em) {
    .grid_4 {
        grid-template-columns:repeat(4,1fr)
    }
}

.loop{
	display: flex;
	flex-direction: column;
}

.loop .thumbnail {
    display: block;
    text-decoration: none;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.page .loop .thumbnail {
    color: #fff
}

.loop{
	background: #1a303e;
}

.loop_desc {
    padding: 1em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.loop_date {
	padding-top: 0.5em;
    border-top: solid;
    border-color: var(--sector-color);
}
.loop_sector {
    font-size: 1.3em;
    color: var(--sector-color);
    /*margin: 18px 0;*/
}

.loop_readmore{
	margin-top: 2em;
}

.loop_desc h3 {
    font-size: 1.4em;
    margin: 5px 0 20px;
}

.loop_readmore {
    margin-top: auto;
}

.theme.default .loop_desc .inverted-button {
    color: var(--sector-color);
    border-color: var(--sector-color);
}

.theme.default .loop_desc .inverted-button:hover {
    color: black;
    background-color: var(--sector-color);
    border-color: var(--sector-color);
}

.loop .thumbnail_image {
    width: 100%;
    height: 0;
    padding: 0 0 56% 0;
    background: center center/cover no-repeat;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 150ms ease;
    transition: -webkit-transform 150ms ease;
    -o-transition: transform 150ms ease;
    transition: transform 150ms ease;
    transition: transform 150ms ease,-webkit-transform 150ms ease
}

.loop .thumbnail:hover .loop .thumbnail_image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.loop .thumbnail_overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem;
    padding: calc(.5vmin + .5rem) calc(.66vmin + .66rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background 150ms ease;
    -o-transition: background 150ms ease;
    transition: background 150ms ease;
    background: rgba(0,0,0,.5)
}

.loop .thumbnail_overlay,.loop .thumbnail_overlay>* {
    color: inherit
}

.loop .thumbnail:hover .loop .thumbnail_overlay {
    background: rgba(0,0,0,.75)
}


div#all_posts {
    position: relative;
    margin-bottom: 7em;
}

.bs_loadmore {
    position: absolute;
    bottom: -5em;
    margin: auto;
    display: block;
}

/*#all_posts .bliss_loadmore {
    position: absolute;
    bottom: -3em;
    margin: auto !important;
    border-radius: 0;
}*/